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
3407 4022 d 22 h hidnplayr /kernel/branches/net/network/ Fixed wait_event call for tcp_input.  
3406 4023 d 1 h hidnplayr /kernel/branches/net/network/ Preparing to implement TCP reassembly queue.
Some cleanup of tcp_input and skip checksum recalculation for loopback segments.
 
3389 4027 d 18 h hidnplayr /kernel/branches/net/network/ Run TCP input code in a separate thread.  
3388 4027 d 19 h hidnplayr /kernel/branches/net/network/ Re-enabled network2 events.  
3386 4027 d 23 h hidnplayr /kernel/branches/net/network/ ARP_BLOCK logic was reversed  
3360 4034 d 22 h hidnplayr /kernel/branches/net/network/ ARP_BLOCK now lets you choose if ARP_IP_to_MAC should block or not.  
3359 4036 d 3 h hidnplayr /kernel/branches/net/ Synced net branch with trunk (#3358)  
3354 4038 d 1 h hidnplayr /kernel/branches/net/network/ Fixed typo in ARP_IP_to_MAC (debug output displayed wrong IP)  
3348 4039 d 4 h hidnplayr /kernel/branches/net/ Netstat: redraw window on network subsystem event.
Kernel: send event when IP configuration changed.
 
3346 4039 d 6 h hidnplayr /kernel/branches/net/ Introduced new application event for network subsystem changes (link changed, ip changed, ...)
Removed get_mac and set_mac procedures from device structure, kernel does not need them.
Added link state detection capabilities for kernel and some drivers.
 
3340 4040 d 4 h hidnplayr /kernel/branches/net/ Now Zeroconfig waits for driver to be initialised.  
3307 4044 d 20 h hidnplayr /kernel/branches/net/network/ Fixed SOCKET_process_end (broken in #3264), Use mutexes for ring buffer reading/writing.  
3293 4046 d 3 h hidnplayr /kernel/branches/net/network/ Fixed stack corruption in TCP_input when TCP queue is full  
3289 4046 d 12 h hidnplayr /kernel/branches/net/network/ Fixed unlocking of mutex in TCP_output.  
3275 4047 d 19 h hidnplayr /kernel/branches/net/network/ Cleanup in TCP, fixed possible deadlock in TCP_input.  
3270 4049 d 22 h hidnplayr /kernel/branches/net/network/ Fixed bugs in TCP (crash when closing socket, crash when responding to segment that has no socket)  
3267 4050 d 5 h hidnplayr /kernel/branches/net/network/ Unblock a blocked socket before closing it.  
3264 4050 d 23 h hidnplayr /kernel/branches/net/network/ separate thread and process ID's for sockets.  
3261 4051 d 6 h hidnplayr /kernel/branches/net/network/ PID fix for SOCKET_pair function.  
3259 4054 d 22 h hidnplayr /kernel/branches/net/network/ Re-applied some changes concerning local sockets. They were reverted by accident.  

Show All