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
2166 4618 d 18 h serge /kernel/branches/Kolibri-acpi/core/ rename IRQ_EOI(irq) -> __fastcall irq_eoi(irq)  
2156 4623 d 19 h serge /kernel/branches/Kolibri-acpi/ kernel_heap: hash table for memory descriptors  
2151 4624 d 12 h serge /kernel/branches/Kolibri-acpi/ kernel heap: new allocator for block descriptors  
2150 4624 d 19 h serge /kernel/branches/Kolibri-acpi/ merge trunk 2149  
2143 4626 d 21 h serge /kernel/branches/Kolibri-acpi/ acpi:rework mutexes  
2142 4627 d 12 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
2141 4627 d 21 h serge /kernel/branches/Kolibri-acpi/ Kernel: initialize keyboard before mouse  
2138 4629 d 8 h serge /kernel/branches/Kolibri-acpi/ kernel heap: minor improvements  
2130 4632 d 17 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
2106 4636 d 16 h serge /kernel/branches/Kolibri-acpi/ move irq functions into separate file  
2050 4643 d 17 h serge /kernel/branches/Kolibri-acpi/ new irq handling  
2049 4644 d 8 h serge /kernel/branches/Kolibri-acpi/ IRQH code  
2047 4645 d 19 h art_zh /kernel/branches/Kolibri-A/trunk/ direct detection of available memory  
2015 4666 d 21 h serge /kernel/branches/Kolibri-acpi/ fix pci irq's  
2014 4667 d 13 h art_zh /kernel/branches/Kolibri-A/trunk/ getting smaller and closer to real hardware...  
2010 4668 d 10 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
1962 4704 d 11 h clevermouse /kernel/ merge kolibri-cfg into trunk  
1952 4708 d 10 h art_zh /kernel/branches/Kolibri-A/trunk/ stable corebootable version  
1950 4712 d 10 h clevermouse /kernel/branches/kolibri-cfg/bootloader/fat32/ kolibri-cfg: fixes in fat32 bootloader  
1942 4721 d 18 h clevermouse /kernel/branches/kolibri-cfg/ kernel branch with configurable boot  
1941 4721 d 18 h art_zh /kernel/ kernel constants compression/relocation  
1940 4723 d 21 h art_zh /kernel/branches/Kolibri-A/trunk/ bootloader optimization  
1930 4738 d 15 h art_zh /kernel/branches/Kolibri-A/trunk/ just a minor optimisation  
1929 4739 d 5 h art_zh /kernel/branches/Kolibri-A/trunk/ gfx-revertion bugs liced  
1928 4741 d 16 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 4808 d 16 h art_zh /kernel/branches/Kolibri-A/trunk/ Kolibri-A: new graph engine = BUGGY VERSION! =  
1893 4812 d 9 h hidnplayr /kernel/branches/net/drivers/ Updated R6040 driver for net branch:
Fixed typo, cleaned up, disabled excessive debug output.
 
1889 4815 d 12 h hidnplayr /kernel/branches/net/drivers/ Updated r6040 driver for net branch  
1886 4816 d 11 h hidnplayr /kernel/branches/net/ R6040 driver for net branch  
1885 4816 d 14 h hidnplayr /kernel/branches/net/network/ Added some stub functions to net_branch  
1859 4831 d 14 h art_zh /kernel/branches/Kolibri-A/trunk/ new "tiled" graph engine (* buggy version *)  
1857 4832 d 9 h hidnplayr /kernel/branches/net/ i586 compatability macros (CMOVcc substitutes) for NET branch  
1838 4837 d 7 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 4837 d 14 h hidnplayr /kernel/branches/net/applications/tcpserv/ Net Branch:
TCPserv: very simple TCP server used to develop and debug TCP code.
 
1831 4839 d 11 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 4839 d 12 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 4840 d 10 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in RTL8169 interrupt procedure.  
1774 4843 d 5 h hidnplayr /kernel/branches/net/network/ More TCP and sockets code  
1773 4843 d 12 h hidnplayr /kernel/branches/net/network/ More TCP updates + Socket states  
1772 4843 d 12 h hidnplayr /kernel/branches/net/network/ Small update in TCP_input