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
2315 4569 d 7 h hidnplayr /kernel/branches/net/ NET branch: Fixed errors in socket_open and socket_fork  
2314 4569 d 8 h hidnplayr /kernel/branches/net/ -Fixed build.bat for NET branch
-Removed some unrelated files
-updates in telnet
 
2313 4569 d 10 h hidnplayr /kernel/branches/net/drivers/ Updated i8255x driver for NET branch  
2312 4569 d 10 h hidnplayr /kernel/branches/net/ Added missing struct.inc to NET branch  
2311 4570 d 1 h hidnplayr /kernel/branches/net/network/ more small updates and fixes in net branch  
2310 4570 d 3 h hidnplayr /kernel/branches/net/network/ more small updates and fixes in net branch  
2309 4570 d 4 h hidnplayr /kernel/branches/net/network/ small updates and fixes in TCP for net branch  
2308 4570 d 8 h hidnplayr /kernel/branches/net/network/ small updates and fixes in net branch  
2305 4574 d 0 h hidnplayr /kernel/branches/net/ NET branch: re-organised all structs to use struct.inc from fasm  
2304 4574 d 6 h hidnplayr /kernel/branches/net/drivers/ Making SIS900 driver for net branch compileable  
2303 4575 d 1 h hidnplayr /kernel/branches/net/network/ More of the same  
2302 4575 d 1 h hidnplayr /kernel/branches/net/network/ Removed unnescessary typecasts in net branch  
2301 4575 d 2 h hidnplayr /kernel/branches/net/network/ Replaced some of the 'magic numbers' in net branch with constants.  
2300 4575 d 3 h hidnplayr /kernel/branches/net/network/ Fixed Unsigned jumps in net branch  
2220 4621 d 19 h hidnplayr /kernel/branches/net/ NET branch:
- cleanup in stack.inc + re-organisation of device pointers
- i8255x driver stub
- fix in sis900 driver (still untested)
 
2212 4624 d 5 h Serge /kernel/branches/ acpi: read ioapic & local apic bases  
1893 4827 d 4 h hidnplayr /kernel/branches/net/drivers/ Updated R6040 driver for net branch:
Fixed typo, cleaned up, disabled excessive debug output.
 
1889 4830 d 7 h hidnplayr /kernel/branches/net/drivers/ Updated r6040 driver for net branch  
1886 4831 d 6 h hidnplayr /kernel/branches/net/ R6040 driver for net branch  
1885 4831 d 9 h hidnplayr /kernel/branches/net/network/ Added some stub functions to net_branch  
1857 4847 d 4 h hidnplayr /kernel/branches/net/ i586 compatability macros (CMOVcc substitutes) for NET branch  
1838 4852 d 2 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 4852 d 9 h hidnplayr /kernel/branches/net/applications/tcpserv/ Net Branch:
TCPserv: very simple TCP server used to develop and debug TCP code.
 
1831 4854 d 6 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 4854 d 7 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 4855 d 5 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in RTL8169 interrupt procedure.  
1774 4858 d 0 h hidnplayr /kernel/branches/net/network/ More TCP and sockets code  
1773 4858 d 7 h hidnplayr /kernel/branches/net/network/ More TCP updates + Socket states  
1772 4858 d 7 h hidnplayr /kernel/branches/net/network/ Small update in TCP_input  
1763 4862 d 1 h hidnplayr /kernel/branches/net/network/ More updates to TCP code of new stack.  
1762 4862 d 23 h hidnplayr /kernel/branches/net/network/ Bugfix of r1761  
1761 4866 d 1 h hidnplayr /kernel/branches/net/network/ Updates of TCP_output for net branch  
1733 4878 d 8 h hidnplayr /kernel/branches/net/network/ * Updates in TCP code
* Splitted TCP code into multiple files
* cleanup
 
1719 4900 d 0 h hidnplayr /kernel/branches/net/network/ Update in TCP code for net branch.  
1716 4907 d 5 h hidnplayr /kernel/branches/net/network/ Small update in TCP code, stub for TCP_close  
1564 5030 d 8 h hidnplayr /kernel/branches/net/drivers/ Fixed PCnet driver.  
1562 5031 d 4 h hidnplayr /kernel/branches/net/applications/netcfg/ Fixed typo in driverlist of netcfg  
1561 5032 d 2 h hidnplayr /kernel/branches/net/drivers/ MTD80x driver for net branch:
Only mtd803 aka surecom ep-320x for now.
 
1559 5033 d 1 h hidnplayr /kernel/branches/net/drivers/ Latest bugfix in RTL8169 for today.  
1558 5033 d 1 h hidnplayr /kernel/branches/net/drivers/ Update of RTL8169 driver for net branch