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
3405 4076 d 11 h hidnplayr /kernel/branches/net/ Sync net branch with trunk  
3359 4089 d 11 h hidnplayr /kernel/branches/net/ Synced net branch with trunk (#3358)  
3340 4093 d 12 h hidnplayr /kernel/branches/net/ Now Zeroconfig waits for driver to be initialised.  
3322 4095 d 11 h hidnplayr /kernel/branches/net/ Removed obsolete EthReceiver interface  
3240 4116 d 4 h johnfound /kernel/branches/net/ Introduced new header version, that to serve STDIO through a IPC sockets mechanism. Some code cleanup and comments added.  
3187 4137 d 2 h hidnplayr /kernel/branches/net/ Syncing net branch with trunk.  
3145 4159 d 13 h hidnplayr /kernel/branches/net/core/ Kill sockets when process crashes.  
2982 4243 d 9 h hidnplayr /kernel/branches/net/core/ Fixing build for new stack  
2981 4243 d 9 h hidnplayr /kernel/branches/net/ Renaming exported function 'EthReceiver' to 'ETH_input'  
2540 4431 d 8 h hidnplayr /kernel/branches/net/ Sync net branch with trunk  
2385 4470 d 4 h hidnplayr /kernel/branches/net/ Sync net branch with trunk  
2382 4471 d 7 h hidnplayr /kernel/branches/net/ Synced net branch with trunk  
2364 4472 d 12 h hidnplayr /kernel/branches/net/ Changed net branch specific kernel function numbers to make room for function 73 in main branch.  
2212 4627 d 4 h Serge /kernel/branches/ acpi: read ioapic & local apic bases  
1529 5046 d 4 h hidnplayr /kernel/branches/net/ Deleted double macro in netdrv.inc
Refactoring of ARP code.
Used universal names for protocol handlers.
Moved some pieces of code from procs to macros.
Added IPv4_fragment (currently disabled)
Added ring-buffer functions for sockets
Updates in TCP code
 
1514 5062 d 0 h hidnplayr /kernel/branches/net/ - globalisation of network driver functions
(Replaced EthRegDev with NetRegDev)
- rewrite/cleanup of socket.inc
- started rewrite of tcp.inc
- port numbers in application are not byte-swapped anymore
- many more fixes and changes

- TCP does not work but UDP/IP/ICMP/ARP (partly) work.. (as before)
 
1376 5239 d 11 h clevermouse /kernel/branches/net/ sync with trunk  
1318 5272 d 8 h hidnplayr /kernel/branches/net/ More TCP code updates for net branch, code is still very unstable  
1250 5308 d 8 h hidnplayr /kernel/branches/net/ Forgot to upload a file, wich caused net kernel not to compile.
PS: There seems to be a bug in UDP checksum wich causes it to currently only work on DHCP
 
1206 5334 d 8 h hidnplayr /kernel/branches/net/ A lot of bugfixes in ARP, IPv4, UDP and sockets code.  
1198 5339 d 13 h clevermouse /kernel/branches/net/ sync with trunk  
1161 5359 d 10 h hidnplayr /kernel/branches/ Moving the files...  
1159 5359 d 11 h hidnplayr /kernel/branches/ New branch - network experimental code