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
3523 4003 d 10 h hidnplayr /kernel/branches/net/network/ Removed code trap (shouldnt have been comitted in the first place).  
3519 4004 d 4 h art_zh /kernel/branches/Kolibri-A/trunk/ APU mmio area: hack-ready  
3518 4004 d 8 h hidnplayr /kernel/branches/net/ Fixed Network2 event (low level network event)  
3516 4004 d 9 h hidnplayr / Renamed zeroconfig.ini to network.ini and moved to /sys/  
3515 4004 d 10 h hidnplayr /kernel/branches/net/network/ Renamed IPv4_dest_to_dev to IPv4_route  
3514 4004 d 10 h hidnplayr /kernel/branches/net/network/ SOCKET_is_disconnected now clears TCP and UDP ports.  
3500 4010 d 9 h Serge /kernel/branches/Kolibri-acpi/ kos_acpi:update  
3490 4019 d 23 h art_zh /kernel/branches/Kolibri-A/trunk/ some kernel cleaning...  
3489 4020 d 1 h art_zh /kernel/branches/Kolibri-A/trunk/blkdev/ some kernel cleaning...  
3488 4020 d 1 h art_zh /kernel/branches/Kolibri-A/trunk/network/eth_drv/ some kernel cleaning...  
3487 4020 d 1 h art_zh /kernel/branches/Kolibri-A/trunk/ good-bye floppy!  
3461 4042 d 9 h hidnplayr /kernel/branches/net/network/ SOCKET_receive_stream returns 0 now when there is no data instead of -1.  
3459 4042 d 10 h hidnplayr /kernel/branches/net/network/ Experimental support for MSG_PEEK and MSG_DONTWAIT in SOCKET_receive_stream.  
3429 4056 d 0 h hidnplayr /kernel/branches/net/applications/netcfg/ Fixed previous revision.  
3428 4056 d 0 h hidnplayr /kernel/branches/net/applications/netcfg/ Added Atheros to netcfg vendor list.  
3407 4059 d 4 h hidnplayr /kernel/branches/net/network/ Fixed wait_event call for tcp_input.  
3406 4059 d 7 h hidnplayr /kernel/branches/net/network/ Preparing to implement TCP reassembly queue.
Some cleanup of tcp_input and skip checksum recalculation for loopback segments.
 
3405 4059 d 9 h hidnplayr /kernel/branches/net/ Sync net branch with trunk  
3389 4064 d 0 h hidnplayr /kernel/branches/net/network/ Run TCP input code in a separate thread.  
3388 4064 d 1 h hidnplayr /kernel/branches/net/network/ Re-enabled network2 events.  
3387 4064 d 4 h hidnplayr /kernel/branches/net/drivers/ Enabled Promiscuous mode for i8254x so it works in Qemu.  
3386 4064 d 5 h hidnplayr /kernel/branches/net/network/ ARP_BLOCK logic was reversed  
3385 4064 d 5 h hidnplayr /kernel/branches/net/drivers/ Fixed RTL8139 driver broken in #3346  
3384 4064 d 7 h hidnplayr /kernel/branches/net/applications/zeroconf/ zeroconf was sending the wrong MAC address since #3340  
3367 4070 d 8 h hidnplayr /kernel/branches/net/applications/zeroconf/ Zeroconf now prints correct link-local IP to the debug board.  
3361 4071 d 4 h hidnplayr /kernel/branches/net/applications/zeroconf/ Zeroconfig: dont assume first received packet is the correct one.
Also fixed link-local IP assignment.
 
3360 4071 d 4 h hidnplayr /kernel/branches/net/network/ ARP_BLOCK now lets you choose if ARP_IP_to_MAC should block or not.  
3359 4072 d 9 h hidnplayr /kernel/branches/net/ Synced net branch with trunk (#3358)  
3354 4074 d 7 h hidnplayr /kernel/branches/net/network/ Fixed typo in ARP_IP_to_MAC (debug output displayed wrong IP)  
3351 4075 d 0 h hidnplayr /kernel/branches/net/drivers/ MII: only include code when its actually used.  
3350 4075 d 1 h hidnplayr /kernel/branches/net/drivers/ PHY and link detection for PCnet32 driver (no watchdog yet), added general mii code for ethernet drivers.  
3349 4075 d 10 h hidnplayr /kernel/branches/net/drivers/ 3c59x: enable RX/TX after enabling interrupts, not before.  
3348 4075 d 10 h hidnplayr /kernel/branches/net/ Netstat: redraw window on network subsystem event.
Kernel: send event when IP configuration changed.
 
3347 4075 d 12 h hidnplayr /kernel/branches/net/drivers/ Fixed pcnet32 driver  
3346 4075 d 12 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 4076 d 10 h hidnplayr /kernel/branches/net/ Now Zeroconfig waits for driver to be initialised.  
3337 4077 d 1 h hidnplayr /kernel/branches/net/applications/ircc/ private chat support for IRCC  
3333 4077 d 10 h hidnplayr /kernel/branches/net/ Updated readme.txt  
3332 4077 d 10 h hidnplayr /kernel/branches/net/applications/netstat/ Added missed and dumped TCP packet counters to netstat.  
3331 4077 d 10 h hidnplayr /kernel/branches/net/applications/ircc/ Mostly cosmetical updates for IRCC