Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1132 5369 d 3 h Lrz /kernel/trunk/sec_loader/trunk/boot/ modify for compile fasm 1.68 and add build.bat  
1131 5393 d 8 h diamond /kernel/trunk/ align  
1130 5393 d 8 h diamond /kernel/trunk/ fixed kernel heap manager broken in rev. 1090  
1124 5415 d 0 h diamond /kernel/trunk/fs/ fixed error handler in FAT32 code  
1116 5426 d 2 h diamond /kernel/trunk/ update window client box when style changed by sysfn 0  
1107 5442 d 4 h diamond /kernel/trunk/ revert to static single-color background if memory allocation failed  
1106 5443 d 2 h diamond / Loading COM mouse driver is moved from the kernel to application  
1105 5443 d 11 h Galkov /kernel/trunk/core/ optimization of fix in rev.1089 for my bug, delivered in rev.1074  
1104 5444 d 1 h diamond /kernel/trunk/detect/ added biosmem.inc referenced in previous revision  
1103 5444 d 2 h diamond /kernel/trunk/ use fn E820 of int 15h to query memory map (if available)  
1097 5447 d 10 h diamond /kernel/trunk/ Fixed CF return from sysfunction 49 (APM)  
1095 5448 d 10 h diamond /kernel/trunk/ grammar fixes in build.bat  
1094 5448 d 14 h Lrz /kernel/trunk/ update build.bat  
1093 5449 d 2 h Lrz /kernel/trunk/ modify build.bat based on s1n's version.  
1091 5449 d 16 h Lrz /kernel/trunk/ add kpack drivers  
1090 5450 d 2 h diamond /kernel/trunk/ Work with small amount of physical memory corrected (bug #9, part 1)  
1089 5450 d 5 h diamond /kernel/trunk/core/ fixed #PF reporting broken in rev. 1074  
1088 5451 d 2 h mikedld /kernel/trunk/ fix for 8/16-bit registers output with DEBUGF (bug #8)  
1086 5453 d 2 h Galkov /kernel/trunk/core/ Oops :(  
1085 5453 d 4 h diamond /kernel/trunk/ heuristic for ACPI power off  
1084 5454 d 8 h diamond /kernel/trunk/boot/ corrected boot-screen hints  
1083 5454 d 9 h diamond /kernel/trunk/core/ compilation fix  
1082 5454 d 9 h diamond /kernel/trunk/core/ fixed V86 task switch on IRQ broken in rev. 1055  
1081 5454 d 11 h diamond /kernel/trunk/core/ added check for correctness in 68.25  
1078 5456 d 13 h Galkov /kernel/trunk/docs/ oops :( misprints  
1077 5456 d 13 h Galkov / changing by forum post 23500:
1) f68:15,18 moved to f68:24,25
2) f68:15,18 set to obsolete
 
1076 5457 d 10 h Galkov /kernel/trunk/core/ small optimization, not more  
1074 5457 d 13 h Galkov /kernel/trunk/ change functionality of f68:15, f68:18 (discussion on forum topic 1253)  
1073 5460 d 18 h heavyiron /kernel/trunk/ 1071 small fix  
1072 5461 d 3 h diamond /kernel/trunk/core/ Changes from Maxis:
* Fixed sysfunction 18.20 (bug #13)
* wait_mutex optimized (bug #10)
 
1071 5463 d 12 h diamond /kernel/trunk/ use atomic bts for mutex in sys_background from Maxis  
1067 5477 d 13 h Galkov /kernel/trunk/ kernel - fix by forum post=23224
event - small optimization, not more
 
1065 5493 d 5 h Lrz /kernel/trunk/sec_loader/ add Secondary Loader (SL)  
1063 5497 d 9 h ghost /kernel/trunk/ APM system call temporary fix  
1061 5498 d 7 h Galkov /kernel/trunk/gui/ oops: bug in event.inc#line=295  
1059 5499 d 17 h Galkov /kernel/trunk/gui/ oops: fix in RemoveEventTo  
1058 5500 d 12 h Galkov /kernel/trunk/drivers/ oops: fix, that was needed in rev#1055 - changing EVENT interface function  
1057 5501 d 5 h serge /kernel/trunk/drivers/sb16/ fill only 16Kb at once  
1056 5505 d 2 h Galkov /kernel/trunk/ sys32 - concentration all (except #NM) exception handlers in ecx_c for optimization purpose
debug - moved handler to sys32::exc_c
fpu - moved except_16/19 to sys32::exc_c
memory - changing interface for page_fault_handler
v86 - changing interface for handler v86_exc_c
kernel - small optimization
 
1055 5512 d 3 h Galkov /kernel/trunk/ refractoring of EVENT, and so on