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
4434 3780 d 12 h Serge /kernel/branches/kolibri-process/ kolibri-process:protect user heap with the mutex  
4433 3781 d 18 h Serge /kernel/branches/kolibri-process/ kolibri-process:use per-process pointers to HDLL structure  
4432 3781 d 19 h Serge /kernel/branches/kolibri-process/ kolibri-process:use [current_process] instead of [APPDATA.process]  
4430 3782 d 8 h Serge /kernel/branches/kolibri-process/ kolibri-process:user heap  
4429 3782 d 12 h Serge /kernel/branches/kolibri-process/ an attempt to rework threading model  
4424 3787 d 21 h Serge /kernel/trunk/ kernel: minor optimizations  
4423 3788 d 19 h Serge /kernel/branches/Kolibri-acpi/ kolibri-acpi:update  
4421 3791 d 4 h clevermouse /kernel/trunk/core/ fix relocations handler in PE drivers  
4420 3791 d 5 h clevermouse /kernel/trunk/ split /hd and /bd access into separate includes  
4419 3791 d 5 h clevermouse / add new files  
4418 3791 d 5 h clevermouse / separate USB host controller code into external drivers  
4391 3800 d 23 h clevermouse /kernel/trunk/core/ KernelAlloc/KernelFree are called from IRQ handlers in network drivers, so make them spinlock-protected instead of mutex-protected  
4390 3801 d 3 h clevermouse /kernel/trunk/ set type of memory range detected without BIOS, fix r2466  
4388 3801 d 19 h hidnplayr /kernel/trunk/network/ Disabled verbose network debug output.  
4387 3801 d 19 h hidnplayr /kernel/trunk/network/ Fixed typo in tcp_input.inc  
4381 3802 d 3 h hidnplayr /kernel/trunk/ Bugfix for sysfn 18,19,4 (set mouse pos)  
4366 3805 d 19 h hidnplayr /kernel/trunk/network/ TCP: correctly close connection.  
4365 3805 d 22 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_close for TCP  
4347 3808 d 4 h hidnplayr /kernel/trunk/network/ TCP: advertise correct window, small updates and bugfixes  
4346 3809 d 0 h clevermouse /kernel/trunk/drivers/ coalesce transfers in same direction  
4344 3809 d 5 h hidnplayr /kernel/trunk/network/ Bugfix in PAWS algorithm for TCP.  
4339 3810 d 19 h hidnplayr /kernel/trunk/network/ Bugfixes in TCP.  
4335 3813 d 2 h hidnplayr /kernel/trunk/network/ Fixed typo in ICMP. (Wrong stats were updated)  
4313 3821 d 22 h mario79 /kernel/trunk/core/ A patch for f.64 - now you can not ask for more memory than available of free memory.  
4311 3822 d 20 h mario79 /kernel/trunk/ Additional fix to r.4307  
4310 3822 d 21 h yogev_ezra /kernel/trunk/detect/ Vortex86: use correct names for constants. Show STRAP & Internal Peripheral Feature Control registers values.  
4307 3823 d 9 h mario79 /kernel/trunk/ IDE DMA - remove the interrupt request after disabling IDE interrupts.  
4305 3823 d 23 h clevermouse /kernel/trunk/bus/usb/ fix r4302  
4303 3824 d 1 h mario79 /kernel/trunk/ Removing the temporary fix code for IDE DMA.  
4302 3824 d 2 h clevermouse /kernel/trunk/bus/usb/ sanity check: avoid infinitely nested hubs  
4300 3824 d 5 h clevermouse /kernel/trunk/bus/usb/ ignore fake connect events immediately after reset on eBox  
4297 3824 d 21 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 3824 d 23 h hidnplayr /kernel/trunk/network/ TCP_input: dont use conditional move instruction. (not available on some machines)  
4294 3825 d 0 h yogev_ezra /kernel/trunk/detect/ Vortex86: Added CPU speed modifier detection and MMX support flags detection  
4291 3825 d 20 h mario79 /kernel/trunk/ IDE DMA fix (SATA Native mode).  
4289 3826 d 15 h yogev_ezra /kernel/trunk/detect/ Code optimization (by size)  
4288 3827 d 7 h Serge /kernel/branches/Kolibri-acpi/ kolibri-acpi:remove Screen_Max_X and Screen_Max_Y. Huge amounts of bugs expected  
4287 3827 d 9 h Serge /kernel/branches/Kolibri-acpi/ kolibri-acpi:update  
4286 3827 d 9 h Serge /kernel/trunk/ kernel.set_screen: allways do force resetting  
4278 3829 d 3 h clevermouse /kernel/trunk/ fix kernel crash at shutdown in r4273