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
2212 4610 d 12 h Serge /kernel/branches/ acpi: read ioapic & local apic bases  
2209 4611 d 10 h Serge /kernel/branches/Kolibri-acpi/ acpi: merge trank  
2166 4619 d 20 h serge /kernel/branches/Kolibri-acpi/core/ rename IRQ_EOI(irq) -> __fastcall irq_eoi(irq)  
2156 4624 d 21 h serge /kernel/branches/Kolibri-acpi/ kernel_heap: hash table for memory descriptors  
2151 4625 d 15 h serge /kernel/branches/Kolibri-acpi/ kernel heap: new allocator for block descriptors  
2150 4625 d 22 h serge /kernel/branches/Kolibri-acpi/ merge trunk 2149  
2143 4628 d 0 h serge /kernel/branches/Kolibri-acpi/ acpi:rework mutexes  
2142 4628 d 14 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
2141 4629 d 0 h serge /kernel/branches/Kolibri-acpi/ Kernel: initialize keyboard before mouse  
2138 4630 d 10 h serge /kernel/branches/Kolibri-acpi/ kernel heap: minor improvements  
2130 4633 d 19 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
2106 4637 d 18 h serge /kernel/branches/Kolibri-acpi/ move irq functions into separate file  
2050 4644 d 19 h serge /kernel/branches/Kolibri-acpi/ new irq handling  
2049 4645 d 10 h serge /kernel/branches/Kolibri-acpi/ IRQH code  
2047 4646 d 22 h art_zh /kernel/branches/Kolibri-A/trunk/ direct detection of available memory  
2015 4667 d 23 h serge /kernel/branches/Kolibri-acpi/ fix pci irq's  
2014 4668 d 15 h art_zh /kernel/branches/Kolibri-A/trunk/ getting smaller and closer to real hardware...  
2010 4669 d 13 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
1962 4705 d 13 h clevermouse /kernel/ merge kolibri-cfg into trunk  
1952 4709 d 13 h art_zh /kernel/branches/Kolibri-A/trunk/ stable corebootable version  
1950 4713 d 12 h clevermouse /kernel/branches/kolibri-cfg/bootloader/fat32/ kolibri-cfg: fixes in fat32 bootloader  
1942 4722 d 20 h clevermouse /kernel/branches/kolibri-cfg/ kernel branch with configurable boot  
1941 4722 d 20 h art_zh /kernel/ kernel constants compression/relocation  
1940 4724 d 23 h art_zh /kernel/branches/Kolibri-A/trunk/ bootloader optimization  
1930 4739 d 17 h art_zh /kernel/branches/Kolibri-A/trunk/ just a minor optimisation  
1929 4740 d 7 h art_zh /kernel/branches/Kolibri-A/trunk/ gfx-revertion bugs liced  
1928 4742 d 18 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 4809 d 18 h art_zh /kernel/branches/Kolibri-A/trunk/ Kolibri-A: new graph engine = BUGGY VERSION! =  
1893 4813 d 11 h hidnplayr /kernel/branches/net/drivers/ Updated R6040 driver for net branch:
Fixed typo, cleaned up, disabled excessive debug output.
 
1889 4816 d 14 h hidnplayr /kernel/branches/net/drivers/ Updated r6040 driver for net branch  
1886 4817 d 13 h hidnplayr /kernel/branches/net/ R6040 driver for net branch  
1885 4817 d 16 h hidnplayr /kernel/branches/net/network/ Added some stub functions to net_branch  
1859 4832 d 16 h art_zh /kernel/branches/Kolibri-A/trunk/ new "tiled" graph engine (* buggy version *)  
1857 4833 d 11 h hidnplayr /kernel/branches/net/ i586 compatability macros (CMOVcc substitutes) for NET branch  
1838 4838 d 9 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 4838 d 16 h hidnplayr /kernel/branches/net/applications/tcpserv/ Net Branch:
TCPserv: very simple TCP server used to develop and debug TCP code.
 
1831 4840 d 14 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 4840 d 14 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 4841 d 12 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in RTL8169 interrupt procedure.  
1774 4844 d 8 h hidnplayr /kernel/branches/net/network/ More TCP and sockets code