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
2143 4623 d 20 h serge /kernel/branches/Kolibri-acpi/ acpi:rework mutexes  
2142 4624 d 11 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
2141 4624 d 20 h serge /kernel/branches/Kolibri-acpi/ Kernel: initialize keyboard before mouse  
2138 4626 d 6 h serge /kernel/branches/Kolibri-acpi/ kernel heap: minor improvements  
2130 4629 d 16 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
2106 4633 d 15 h serge /kernel/branches/Kolibri-acpi/ move irq functions into separate file  
2050 4640 d 16 h serge /kernel/branches/Kolibri-acpi/ new irq handling  
2049 4641 d 7 h serge /kernel/branches/Kolibri-acpi/ IRQH code  
2047 4642 d 18 h art_zh /kernel/branches/Kolibri-A/trunk/ direct detection of available memory  
2015 4663 d 20 h serge /kernel/branches/Kolibri-acpi/ fix pci irq's  
2014 4664 d 12 h art_zh /kernel/branches/Kolibri-A/trunk/ getting smaller and closer to real hardware...  
2010 4665 d 9 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
1962 4701 d 10 h clevermouse /kernel/ merge kolibri-cfg into trunk  
1952 4705 d 9 h art_zh /kernel/branches/Kolibri-A/trunk/ stable corebootable version  
1950 4709 d 9 h clevermouse /kernel/branches/kolibri-cfg/bootloader/fat32/ kolibri-cfg: fixes in fat32 bootloader  
1942 4718 d 17 h clevermouse /kernel/branches/kolibri-cfg/ kernel branch with configurable boot  
1941 4718 d 17 h art_zh /kernel/ kernel constants compression/relocation  
1940 4720 d 20 h art_zh /kernel/branches/Kolibri-A/trunk/ bootloader optimization  
1930 4735 d 14 h art_zh /kernel/branches/Kolibri-A/trunk/ just a minor optimisation  
1929 4736 d 4 h art_zh /kernel/branches/Kolibri-A/trunk/ gfx-revertion bugs liced  
1928 4738 d 15 h art_zh /kernel/branches/Kolibri-A/trunk/ 1) gfx reverted to stable version 1710
2) Phenom and Fusion CPUs supported
3) RDMSR syscall added
 
1899 4805 d 15 h art_zh /kernel/branches/Kolibri-A/trunk/ Kolibri-A: new graph engine = BUGGY VERSION! =  
1893 4809 d 8 h hidnplayr /kernel/branches/net/drivers/ Updated R6040 driver for net branch:
Fixed typo, cleaned up, disabled excessive debug output.
 
1889 4812 d 11 h hidnplayr /kernel/branches/net/drivers/ Updated r6040 driver for net branch  
1886 4813 d 10 h hidnplayr /kernel/branches/net/ R6040 driver for net branch  
1885 4813 d 13 h hidnplayr /kernel/branches/net/network/ Added some stub functions to net_branch  
1859 4828 d 12 h art_zh /kernel/branches/Kolibri-A/trunk/ new "tiled" graph engine (* buggy version *)  
1857 4829 d 8 h hidnplayr /kernel/branches/net/ i586 compatability macros (CMOVcc substitutes) for NET branch  
1838 4834 d 6 h hidnplayr /kernel/branches/net/network/ Net branch:
-Updates in TCP code: accepting connections now works.
(TCPserv is able to send 'hello world!' to telnet client)
 
1836 4834 d 13 h hidnplayr /kernel/branches/net/applications/tcpserv/ Net Branch:
TCPserv: very simple TCP server used to develop and debug TCP code.
 
1831 4836 d 10 h hidnplayr /kernel/branches/net/network/ Updates in NET branch:
- Added RST packet handling code
- Added SOCKET_isconnected
- Added ACK handeling in syn rcvd state (for passive open)
 
1830 4836 d 11 h hidnplayr /kernel/branches/net/network/ Bugfixes in Net branch:
- Fixed delayed ACK (misimplementation)
- Fixed zero window problem and checksum for TCP_respond_socket
 
1823 4837 d 9 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in RTL8169 interrupt procedure.  
1774 4840 d 4 h hidnplayr /kernel/branches/net/network/ More TCP and sockets code  
1773 4840 d 10 h hidnplayr /kernel/branches/net/network/ More TCP updates + Socket states  
1772 4840 d 11 h hidnplayr /kernel/branches/net/network/ Small update in TCP_input  
1763 4844 d 5 h hidnplayr /kernel/branches/net/network/ More updates to TCP code of new stack.  
1762 4845 d 3 h hidnplayr /kernel/branches/net/network/ Bugfix of r1761  
1761 4848 d 5 h hidnplayr /kernel/branches/net/network/ Updates of TCP_output for net branch  
1733 4860 d 12 h hidnplayr /kernel/branches/net/network/ * Updates in TCP code
* Splitted TCP code into multiple files
* cleanup