Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1116 5435 d 10 h diamond /kernel/trunk/ update window client box when style changed by sysfn 0  
1107 5451 d 12 h diamond /kernel/trunk/ revert to static single-color background if memory allocation failed  
1106 5452 d 9 h diamond / Loading COM mouse driver is moved from the kernel to application  
1097 5456 d 18 h diamond /kernel/trunk/ Fixed CF return from sysfunction 49 (APM)  
1085 5462 d 12 h diamond /kernel/trunk/ heuristic for ACPI power off  
1074 5466 d 20 h Galkov /kernel/trunk/ change functionality of f68:15, f68:18 (discussion on forum topic 1253)  
1073 5470 d 1 h heavyiron /kernel/trunk/ 1071 small fix  
1071 5472 d 19 h diamond /kernel/trunk/ use atomic bts for mutex in sys_background from Maxis  
1067 5486 d 20 h Galkov /kernel/trunk/ kernel - fix by forum post=23224
event - small optimization, not more
 
1063 5506 d 16 h ghost /kernel/trunk/ APM system call temporary fix  
1056 5514 d 9 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 5521 d 11 h Galkov /kernel/trunk/ refractoring of EVENT, and so on  
1043 5547 d 8 h hidnplayr /kernel/trunk/ Serial output console (disable by default)
When enabled with current settings,
it will work on com1 using a 115200 baud connection
8 bits words, no parity bit, 1 stop bit
 
1038 5557 d 17 h diamond /kernel/trunk/ * commented redundant messages for window moving and process creating
* added CPU frequency output in boot log
 
1025 5569 d 19 h diamond /kernel/trunk/ fix for IRQs from slave controller not working on some machines  
1018 5577 d 23 h diamond /kernel/trunk/ Kernel updated to 0.7.5.0  
973 5621 d 18 h diamond /kernel/trunk/ fixed return value for function 44  
966 5623 d 5 h diamond /kernel/trunk/ Reverted revision 910  
939 5643 d 14 h mario79 /kernel/trunk/ Small fix of function 36.  
927 5648 d 16 h mario79 /kernel/trunk/ Function 36 now is faster and use on/off cursor.  
924 5652 d 17 h serge /kernel/trunk/ export "SetMouseData" for pe drivers  
921 5653 d 14 h mario79 /kernel/trunk/ Function 36. See sysfuncr.txt and sysfuncs.txt  
918 5658 d 18 h diamond /kernel/trunk/ sysfunction 65 can now output 2bpp images  
912 5663 d 19 h diamond /kernel/trunk/ bugfix in previous revision  
911 5663 d 20 h diamond /kernel/trunk/ sysfunction 65 can now output 1bpp and 4bpp images  
910 5664 d 12 h mikedld /kernel/trunk/ Actually set the background on boot to 1x1 black pixel  
906 5666 d 8 h diamond /kernel/trunk/ sysfunction 65: 16bpp is now 5+6+5, and 5+5+5=15bpp  
875 5690 d 17 h serge /kernel/trunk/ fix background buffer overrun  
856 5736 d 13 h diamond /kernel/trunk/ bugfix in sysfn 67: avoid system crash for invalid parameter  
842 5757 d 13 h diamond /kernel/trunk/ sysfunction 65: added 16-bit color  
803 5800 d 14 h alver /kernel/trunk/  
802 5813 d 17 h serge /kernel/trunk/ from Nable: Sound Blaster driver  
774 5896 d 12 h Rus / Reorganization interrupts handlers part 2.
(I hope, I didn't something stupid.)
Fixed bug in get_pid function.
Added copyright in com mouse driver.
Fixed incorrect comment inscription in boot\ru.inc .
 
769 5901 d 9 h Rus /kernel/trunk/ Com mouse cod moved to driver.
Begin of reorganization interrupts handlers Part 1.
Some dead code deleted.
 
767 5912 d 16 h diamond /kernel/trunk/ Restored text "All set - press ESC to start" because it is useful for debugging (when one needs to view log)  
766 5913 d 13 h Rus /kernel/trunk/ Deleted old useless functions 32, 33 and accompanying code.  
765 5913 d 18 h Rus /kernel/trunk/ Deleted cross order of registers in functions 44, 45. Some optimizations of them.  
764 5913 d 22 h Rus /kernel/trunk/ Deleted unnecessary text "All set - press ESC to start" and accompanying code. I hope it's really unnecessary.)  
760 5915 d 8 h Rus /kernel/trunk/ Refactored function 42, now its faster in about 100 times, than the old version from Menuet. See sysfuncs.txt (sysfuncr.txt) for more details.  
759 5916 d 11 h Rus /kernel/trunk/ New organization of irq buffer, now its ring buffer. Its faster about 4.5 times.
*Warning! its debug version which can have many bugs, because I cannot test it all. I tested byte's receive on little size of data. If you can test it on big data size, and word's receive - do it! :)