Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3384 4083 d 0 h hidnplayr /kernel/branches/net/applications/zeroconf/ zeroconf was sending the wrong MAC address since #3340  
3367 4089 d 1 h hidnplayr /kernel/branches/net/applications/zeroconf/ Zeroconf now prints correct link-local IP to the debug board.  
3361 4089 d 21 h hidnplayr /kernel/branches/net/applications/zeroconf/ Zeroconfig: dont assume first received packet is the correct one.
Also fixed link-local IP assignment.
 
3360 4089 d 22 h hidnplayr /kernel/branches/net/network/ ARP_BLOCK now lets you choose if ARP_IP_to_MAC should block or not.  
3359 4091 d 2 h hidnplayr /kernel/branches/net/ Synced net branch with trunk (#3358)  
3354 4093 d 0 h hidnplayr /kernel/branches/net/network/ Fixed typo in ARP_IP_to_MAC (debug output displayed wrong IP)  
3351 4093 d 17 h hidnplayr /kernel/branches/net/drivers/ MII: only include code when its actually used.  
3350 4093 d 18 h hidnplayr /kernel/branches/net/drivers/ PHY and link detection for PCnet32 driver (no watchdog yet), added general mii code for ethernet drivers.  
3349 4094 d 3 h hidnplayr /kernel/branches/net/drivers/ 3c59x: enable RX/TX after enabling interrupts, not before.  
3348 4094 d 4 h hidnplayr /kernel/branches/net/ Netstat: redraw window on network subsystem event.
Kernel: send event when IP configuration changed.
 
3347 4094 d 5 h hidnplayr /kernel/branches/net/drivers/ Fixed pcnet32 driver  
3346 4094 d 5 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 4095 d 3 h hidnplayr /kernel/branches/net/ Now Zeroconfig waits for driver to be initialised.  
3337 4095 d 18 h hidnplayr /kernel/branches/net/applications/ircc/ private chat support for IRCC  
3333 4096 d 3 h hidnplayr /kernel/branches/net/ Updated readme.txt  
3332 4096 d 4 h hidnplayr /kernel/branches/net/applications/netstat/ Added missed and dumped TCP packet counters to netstat.  
3331 4096 d 4 h hidnplayr /kernel/branches/net/applications/ircc/ Mostly cosmetical updates for IRCC  
3324 4097 d 2 h hidnplayr /kernel/branches/net/drivers/ Stub for forcedeth driver.  
3323 4097 d 2 h hidnplayr /kernel/branches/net/drivers/ Tied 3c59x network driver to new interface.  
3322 4097 d 2 h hidnplayr /kernel/branches/net/ Removed obsolete EthReceiver interface  
3307 4099 d 19 h hidnplayr /kernel/branches/net/network/ Fixed SOCKET_process_end (broken in #3264), Use mutexes for ring buffer reading/writing.  
3293 4101 d 3 h hidnplayr /kernel/branches/net/network/ Fixed stack corruption in TCP_input when TCP queue is full  
3289 4101 d 11 h hidnplayr /kernel/branches/net/network/ Fixed unlocking of mutex in TCP_output.  
3275 4102 d 18 h hidnplayr /kernel/branches/net/network/ Cleanup in TCP, fixed possible deadlock in TCP_input.  
3272 4104 d 2 h hidnplayr /kernel/branches/net/applications/ Updated network.inc for applications.  
3270 4104 d 21 h hidnplayr /kernel/branches/net/network/ Fixed bugs in TCP (crash when closing socket, crash when responding to segment that has no socket)  
3267 4105 d 5 h hidnplayr /kernel/branches/net/network/ Unblock a blocked socket before closing it.  
3264 4105 d 22 h hidnplayr /kernel/branches/net/network/ separate thread and process ID's for sockets.  
3261 4106 d 6 h hidnplayr /kernel/branches/net/network/ PID fix for SOCKET_pair function.  
3259 4109 d 21 h hidnplayr /kernel/branches/net/network/ Re-applied some changes concerning local sockets. They were reverted by accident.  
3257 4109 d 22 h hidnplayr /kernel/branches/net/network/ Better blocking sockets, preparing for some API changes.  
3253 4111 d 18 h hidnplayr /kernel/branches/net/network/ Fixed some bugs with non-blocking local sockets.  
3252 4111 d 19 h hidnplayr /kernel/branches/net/network/ Better TCP timestamp, fixed stack corruption if PAWS fails.  
3251 4111 d 21 h hidnplayr /kernel/branches/net/network/ Changed some debug output messages (and their levels) in new stack.
Implemented a queue for incoming TCP segments.
 
3250 4111 d 21 h hidnplayr /kernel/branches/net/applications/netstat/ Removed unused fields from netstat  
3249 4111 d 22 h hidnplayr /kernel/branches/net/network/ Removed non-working debug level specific for network stack.  
3242 4117 d 19 h johnfound /kernel/branches/net/ kernel.asm back to #3238  
3240 4117 d 19 h johnfound /kernel/branches/net/ Introduced new header version, that to serve STDIO through a IPC sockets mechanism. Some code cleanup and comments added.  
3234 4122 d 1 h hidnplayr /kernel/branches/net/applications/ircc/ IRCc: do not redraw userlist, unless scrollbar actually moved.  
3233 4122 d 1 h hidnplayr /kernel/branches/net/applications/ircc/ Added alphabetic sorting for users in IRCc