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
4387 3785 d 8 h hidnplayr /kernel/trunk/network/ Fixed typo in tcp_input.inc  
4381 3785 d 16 h hidnplayr /kernel/trunk/ Bugfix for sysfn 18,19,4 (set mouse pos)  
4366 3789 d 8 h hidnplayr /kernel/trunk/network/ TCP: correctly close connection.  
4365 3789 d 11 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_close for TCP  
4347 3791 d 17 h hidnplayr /kernel/trunk/network/ TCP: advertise correct window, small updates and bugfixes  
4346 3792 d 13 h clevermouse /kernel/trunk/drivers/ coalesce transfers in same direction  
4344 3792 d 18 h hidnplayr /kernel/trunk/network/ Bugfix in PAWS algorithm for TCP.  
4339 3794 d 8 h hidnplayr /kernel/trunk/network/ Bugfixes in TCP.  
4335 3796 d 15 h hidnplayr /kernel/trunk/network/ Fixed typo in ICMP. (Wrong stats were updated)  
4313 3805 d 11 h mario79 /kernel/trunk/core/ A patch for f.64 - now you can not ask for more memory than available of free memory.  
4311 3806 d 9 h mario79 /kernel/trunk/ Additional fix to r.4307  
4310 3806 d 10 h yogev_ezra /kernel/trunk/detect/ Vortex86: use correct names for constants. Show STRAP & Internal Peripheral Feature Control registers values.  
4307 3806 d 22 h mario79 /kernel/trunk/ IDE DMA - remove the interrupt request after disabling IDE interrupts.  
4305 3807 d 12 h clevermouse /kernel/trunk/bus/usb/ fix r4302  
4303 3807 d 14 h mario79 /kernel/trunk/ Removing the temporary fix code for IDE DMA.  
4302 3807 d 14 h clevermouse /kernel/trunk/bus/usb/ sanity check: avoid infinitely nested hubs  
4300 3807 d 18 h clevermouse /kernel/trunk/bus/usb/ ignore fake connect events immediately after reset on eBox  
4297 3808 d 10 h yogev_ezra /kernel/trunk/ Move Vortex86 SoC handling before usb_init and CPU speed detection, since otherwise the CPU speed is not detected correctly.  
4296 3808 d 12 h hidnplayr /kernel/trunk/network/ TCP_input: dont use conditional move instruction. (not available on some machines)  
4294 3808 d 13 h yogev_ezra /kernel/trunk/detect/ Vortex86: Added CPU speed modifier detection and MMX support flags detection  
4291 3809 d 9 h mario79 /kernel/trunk/ IDE DMA fix (SATA Native mode).  
4289 3810 d 4 h yogev_ezra /kernel/trunk/detect/ Code optimization (by size)  
4288 3810 d 20 h Serge /kernel/branches/Kolibri-acpi/ kolibri-acpi:remove Screen_Max_X and Screen_Max_Y. Huge amounts of bugs expected  
4287 3810 d 22 h Serge /kernel/branches/Kolibri-acpi/ kolibri-acpi:update  
4286 3810 d 22 h Serge /kernel/trunk/ kernel.set_screen: allways do force resetting  
4278 3812 d 16 h clevermouse /kernel/trunk/ fix kernel crash at shutdown in r4273  
4277 3812 d 18 h clevermouse /kernel/trunk/fs/ /rd is now PnP, so move PnP disks to the beginning of / listing  
4273 3813 d 13 h clevermouse / support for PnP disks, part 5: FAT12, ramdisk, floppies  
4272 3813 d 14 h yogev_ezra /kernel/trunk/detect/ Perform Vortex86 detection only if CPU vendor is 'Vortex86 SoC'  
4269 3813 d 19 h Serge /kernel/branches/Kolibri-acpi/ kolibri-acpi:prerequisites for user-defined framebuffers, indirect rendering, page flipping, etc  
4265 3814 d 3 h Serge /kernel/branches/Kolibri-acpi/ kolibri-acpi:update  
4264 3814 d 8 h 0CodErr /kernel/trunk/docs/ update documentation SysFn9  
4262 3814 d 8 h 0CodErr /kernel/trunk/ SysFn9 keyboard mode  
4261 3814 d 9 h yogev_ezra /kernel/trunk/ Add Vortex86 detection code.  
4259 3815 d 8 h hidnplayr /kernel/trunk/network/ Bugfix in IPv4_input (for fragmented IPv4 packets)  
4258 3815 d 9 h hidnplayr /kernel/trunk/network/ Bugfix in IPv4_input (for fragmented IPv4 packets)  
4256 3815 d 10 h hidnplayr /kernel/trunk/network/ Do not print message about unknown ethernet packet types, by default.  
4237 3818 d 21 h Serge /kernel/trunk/core/ kernel.load_file_umode: allocate physical storage before unpacking  
4227 3820 d 19 h clevermouse /kernel/trunk/bus/usb/ fix polling of some USB hubs  
4219 3822 d 9 h hidnplayr /kernel/trunk/network/ SOCKET_receive: bugfixes, return 0 when remote end closed connection.