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
3875 3898 d 17 h GerdtR /kernel/trunk/gui/ Now the symbols '0' and 'O' differ.  
3870 3904 d 15 h mario79 /kernel/trunk/ Fix for r.3762 - separate interrupt handlers for the irq14 and irq15.  
3868 3917 d 17 h mario79 /kernel/trunk/docs/ updated documentation for socket functions (for russian version)  
3867 3917 d 18 h hidnplayr /kernel/trunk/docs/ updated documentation for socket functions.  
3861 3921 d 1 h hidnplayr /kernel/trunk/network/ new function: NET_packet_free, i8255x driver should not cause problems anymore.  
3843 3929 d 19 h yogev_ezra /kernel/trunk/docs/ Added documents created by UnКайF  
3837 3934 d 2 h mario79 /kernel/trunk/ Update documentation for new network stack  
3835 3934 d 4 h mario79 / Update documentation for night build  
3828 3939 d 7 h mario79 /kernel/trunk/core/ Extended the command line for kernel  
3827 3939 d 23 h clevermouse /kernel/trunk/core/ load_library: disable interrupts for smaller time  
3826 3941 d 19 h clevermouse /kernel/trunk/bus/usb/ USB split transaction scheduler  
3825 3943 d 20 h mario79 /kernel/trunk/ Fix for r.3810  
3820 3946 d 15 h GerdtR /kernel/trunk/core/ Added UserAllocAt in export  
3817 3947 d 0 h hidnplayr /kernel/trunk/network/ Bugfixes in kernel related to forking of sockets.  
3816 3947 d 4 h clevermouse /kernel/trunk/bus/usb/ calculate USB bandwidth  
3810 3947 d 20 h mario79 /kernel/trunk/ Additional check the unassigned IRQ for IDE controller.  
3798 3949 d 5 h Serge /kernel/trunk/core/ kernel: fix user_unmap  
3797 3949 d 13 h mario79 /kernel/trunk/boot/ Full cleaning the text area before showing vmodes table. Fix for r.3777  
3796 3949 d 13 h yogev_ezra /kernel/trunk/boot/ Correct English, Spanish and German messages string length in blue screen to fit into one line. Add some comments to bootcode.inc  
3795 3949 d 14 h mario79 /kernel/trunk/boot/ Full cleaning of lines after output messages. Fix for r.3777  
3791 3949 d 17 h mario79 /kernel/trunk/ Removing useless stdcall enable_irq  
3787 3949 d 21 h Serge /kernel/trunk/docs/ update documentation  
3786 3950 d 2 h Serge /kernel/trunk/core/ kernel:f68.27 load_file_umode  
3785 3950 d 14 h mario79 /kernel/trunk/ Additional check for IDE controllers  
3780 3951 d 6 h Serge / remame /addappl to /KolibriOS  
3778 3951 d 9 h mario79 /kernel/trunk/ Correction width of the boot messages and correction position of the BOOT_DEBUG_PRINT (addition to the revision of 3777).  
3777 3951 d 15 h yogev_ezra /kernel/trunk/ Added 2 more options to blue screen: c) BOOT_DEBUG_PRINT and d) BOOT_LAUNCHER_START. Existing option "Boot device" is now e).
BOOT_DEBUG_PRINT = If set to "yes"/"on", will duplicate debug output to the screen. Default is "no"/"off".
BOOT_LAUNCHER_START = If set to "no"/"off", LAUNCHER application won't be run after kernel has loaded. Default is "yes"/"on".
 
3775 3952 d 12 h mario79 /kernel/trunk/ Fix bootlog  
3774 3952 d 12 h mario79 /kernel/trunk/ Some fixes code for IDE controllers.  
3771 3953 d 3 h mario79 /kernel/trunk/ Dynamic setting interrupts for Floppy controller  
3768 3953 d 19 h mario79 /kernel/trunk/core/ Removing obsolete code.  
3767 3953 d 21 h Serge /kernel/trunk/drivers/ sound: final attempt  
3766 3954 d 4 h Serge /kernel/trunk/drivers/ sound: and again  
3765 3954 d 4 h Serge /kernel/trunk/drivers/ sound: call real driver, when kernel stop the service  
3762 3954 d 8 h mario79 /kernel/trunk/ 1) Dynamic setting interrupts for IDE controller
2) Fixed problems with some hardware (eBox IDE Native mode and similar)
 
3761 3954 d 17 h clevermouse /kernel/trunk/core/ merge PE and COFF export tables into one  
3760 3954 d 21 h hidnplayr /kernel/trunk/boot/ make 'A' key for boot settings work on azerty keyboards  
3759 3954 d 21 h clevermouse /kernel/trunk/boot/ shorten boot screen messages  
3757 3954 d 22 h clevermouse /kernel/trunk/boot/ fix [abcd] -> [abc] in boot screen  
3756 3955 d 4 h hidnplayr /kernel/trunk/network/ Small bugfix in TCP_input for data when header prediction failed.