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 4552 d 23 h hidnplayr /kernel/branches/net/ NET branch: Fixed errors in socket_open and socket_fork  
2314 4553 d 0 h hidnplayr /kernel/branches/net/ -Fixed build.bat for NET branch
-Removed some unrelated files
-updates in telnet
 
2313 4553 d 2 h hidnplayr /kernel/branches/net/drivers/ Updated i8255x driver for NET branch  
2312 4553 d 2 h hidnplayr /kernel/branches/net/ Added missing struct.inc to NET branch  
2311 4553 d 17 h hidnplayr /kernel/branches/net/network/ more small updates and fixes in net branch  
2310 4553 d 19 h hidnplayr /kernel/branches/net/network/ more small updates and fixes in net branch  
2309 4553 d 20 h hidnplayr /kernel/branches/net/network/ small updates and fixes in TCP for net branch  
2308 4554 d 0 h hidnplayr /kernel/branches/net/network/ small updates and fixes in net branch  
2305 4557 d 16 h hidnplayr /kernel/branches/net/ NET branch: re-organised all structs to use struct.inc from fasm  
2304 4557 d 22 h hidnplayr /kernel/branches/net/drivers/ Making SIS900 driver for net branch compileable  
2303 4558 d 17 h hidnplayr /kernel/branches/net/network/ More of the same  
2302 4558 d 17 h hidnplayr /kernel/branches/net/network/ Removed unnescessary typecasts in net branch  
2301 4558 d 18 h hidnplayr /kernel/branches/net/network/ Replaced some of the 'magic numbers' in net branch with constants.  
2300 4558 d 19 h hidnplayr /kernel/branches/net/network/ Fixed Unsigned jumps in net branch  
2220 4605 d 11 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 4607 d 21 h Serge /kernel/branches/ acpi: read ioapic & local apic bases  
1893 4810 d 20 h hidnplayr /kernel/branches/net/drivers/ Updated R6040 driver for net branch:
Fixed typo, cleaned up, disabled excessive debug output.
 
1889 4813 d 23 h hidnplayr /kernel/branches/net/drivers/ Updated r6040 driver for net branch  
1886 4814 d 22 h hidnplayr /kernel/branches/net/ R6040 driver for net branch  
1885 4815 d 1 h hidnplayr /kernel/branches/net/network/ Added some stub functions to net_branch  
1857 4830 d 20 h hidnplayr /kernel/branches/net/ i586 compatability macros (CMOVcc substitutes) for NET branch  
1838 4835 d 18 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 4836 d 1 h hidnplayr /kernel/branches/net/applications/tcpserv/ Net Branch:
TCPserv: very simple TCP server used to develop and debug TCP code.
 
1831 4837 d 23 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 4837 d 23 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 4838 d 21 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in RTL8169 interrupt procedure.  
1774 4841 d 16 h hidnplayr /kernel/branches/net/network/ More TCP and sockets code  
1773 4841 d 23 h hidnplayr /kernel/branches/net/network/ More TCP updates + Socket states  
1772 4841 d 23 h hidnplayr /kernel/branches/net/network/ Small update in TCP_input  
1763 4845 d 17 h hidnplayr /kernel/branches/net/network/ More updates to TCP code of new stack.  
1762 4846 d 16 h hidnplayr /kernel/branches/net/network/ Bugfix of r1761  
1761 4849 d 17 h hidnplayr /kernel/branches/net/network/ Updates of TCP_output for net branch  
1733 4862 d 1 h hidnplayr /kernel/branches/net/network/ * Updates in TCP code
* Splitted TCP code into multiple files
* cleanup
 
1719 4883 d 16 h hidnplayr /kernel/branches/net/network/ Update in TCP code for net branch.  
1716 4890 d 21 h hidnplayr /kernel/branches/net/network/ Small update in TCP code, stub for TCP_close  
1564 5014 d 0 h hidnplayr /kernel/branches/net/drivers/ Fixed PCnet driver.  
1562 5014 d 20 h hidnplayr /kernel/branches/net/applications/netcfg/ Fixed typo in driverlist of netcfg  
1561 5015 d 18 h hidnplayr /kernel/branches/net/drivers/ MTD80x driver for net branch:
Only mtd803 aka surecom ep-320x for now.
 
1559 5016 d 17 h hidnplayr /kernel/branches/net/drivers/ Latest bugfix in RTL8169 for today.  
1558 5016 d 17 h hidnplayr /kernel/branches/net/drivers/ Update of RTL8169 driver for net branch