Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
3459 4038 d 10 h hidnplayr /kernel/branches/net/network/ Experimental support for MSG_PEEK and MSG_DONTWAIT in SOCKET_receive_stream.  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
3407 4055 d 4 h hidnplayr /kernel/branches/net/network/ Fixed wait_event call for tcp_input.  
/kernel/branches/net/network/tcp_input.inc
3406 4055 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.
 
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_subr.inc
3389 4060 d 0 h hidnplayr /kernel/branches/net/network/ Run TCP input code in a separate thread.  
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_input.inc
3388 4060 d 0 h hidnplayr /kernel/branches/net/network/ Re-enabled network2 events.  
/kernel/branches/net/network/stack.inc
3386 4060 d 4 h hidnplayr /kernel/branches/net/network/ ARP_BLOCK logic was reversed  
/kernel/branches/net/network/ARP.inc
3360 4067 d 4 h hidnplayr /kernel/branches/net/network/ ARP_BLOCK now lets you choose if ARP_IP_to_MAC should block or not.  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/stack.inc
3359 4068 d 8 h hidnplayr /kernel/branches/net/ Synced net branch with trunk (#3358)  
/kernel/branches/net/boot/booten.inc
/kernel/branches/net/boot/bootsp.inc
/kernel/branches/net/boot/parsers.inc
/kernel/branches/net/core/conf_lib-sp.inc
/kernel/branches/net/core/sys32-sp.inc
/kernel/branches/net/data32sp.inc
/kernel/branches/net/fs/fs-sp.inc
/kernel/branches/net/kernelsp.inc
/kernel/branches/net/boot/booteng.inc
/kernel/branches/net/vmodeint.inc
/kernel/branches/net/vmodeld.inc
/kernel/branches/net/blkdev/disk.inc
/kernel/branches/net/blkdev/disk_cache.inc
/kernel/branches/net/blkdev/hd_drv.inc
/kernel/branches/net/blkdev/ide_cache.inc
/kernel/branches/net/blkdev/rdsave.inc
/kernel/branches/net/boot/bootcode.inc
/kernel/branches/net/boot/bootet.inc
/kernel/branches/net/boot/bootge.inc
/kernel/branches/net/boot/bootru.inc
/kernel/branches/net/boot/bootstr.inc
/kernel/branches/net/boot/bootvesa.inc
/kernel/branches/net/boot/et.inc
/kernel/branches/net/boot/preboot.inc
/kernel/branches/net/boot/rdload.inc
/kernel/branches/net/boot/ru.inc
/kernel/branches/net/boot/shutdown.inc
/kernel/branches/net/bus/pci/PCIe.inc
/kernel/branches/net/core/apic.inc
/kernel/branches/net/core/conf_lib.inc
/kernel/branches/net/core/dll.inc
/kernel/branches/net/core/heap.inc
/kernel/branches/net/core/irq.inc
/kernel/branches/net/core/malloc.inc
/kernel/branches/net/core/memory.inc
/kernel/branches/net/core/peload.inc
/kernel/branches/net/core/sys32.inc
/kernel/branches/net/core/syscall.inc
/kernel/branches/net/core/taskman.inc
/kernel/branches/net/core/test_malloc.asm
/kernel/branches/net/core/timers.inc
/kernel/branches/net/data32.inc
/kernel/branches/net/detect/biosdisk.inc
/kernel/branches/net/detect/biosmem.inc
/kernel/branches/net/detect/sear_par.inc
/kernel/branches/net/fs/ext2.inc
/kernel/branches/net/fs/fat12.inc
/kernel/branches/net/fs/fat32.inc
/kernel/branches/net/fs/fs.inc
/kernel/branches/net/fs/fs_lfn.inc
/kernel/branches/net/fs/part_set.inc
/kernel/branches/net/gui/event.inc
/kernel/branches/net/gui/font.inc
/kernel/branches/net/gui/mouse.inc
/kernel/branches/net/gui/mousepointer.inc
/kernel/branches/net/gui/window.inc
/kernel/branches/net/hid/keyboard.inc
/kernel/branches/net/hid/mousedrv.inc
/kernel/branches/net/kernel.asm
/kernel/branches/net/kernel32.inc
/kernel/branches/net/memmap.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/video/blitter.inc
/kernel/branches/net/video/cursors.inc
/kernel/branches/net/video/vesa12.inc
/kernel/branches/net/video/vesa20.inc
3354 4070 d 6 h hidnplayr /kernel/branches/net/network/ Fixed typo in ARP_IP_to_MAC (debug output displayed wrong IP)  
/kernel/branches/net/network/ARP.inc
3348 4071 d 10 h hidnplayr /kernel/branches/net/ Netstat: redraw window on network subsystem event.
Kernel: send event when IP configuration changed.
 
/kernel/branches/net/applications/netstat/netstat.asm
/kernel/branches/net/network/IPv4.inc
3346 4071 d 11 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.
 
/kernel/branches/net/applications/netstat/netstat.asm
/kernel/branches/net/drivers/3c59x.asm
/kernel/branches/net/drivers/R6040.asm
/kernel/branches/net/drivers/RTL8029.asm
/kernel/branches/net/drivers/RTL8139.asm
/kernel/branches/net/drivers/RTL8169.asm
/kernel/branches/net/drivers/bcm57xx.asm
/kernel/branches/net/drivers/dec21x4x.asm
/kernel/branches/net/drivers/forcedeth.asm
/kernel/branches/net/drivers/i8254x.asm
/kernel/branches/net/drivers/i8255x.asm
/kernel/branches/net/drivers/imports.inc
/kernel/branches/net/drivers/mtd80x.asm
/kernel/branches/net/drivers/netdrv.inc
/kernel/branches/net/drivers/pcnet32.asm
/kernel/branches/net/drivers/rhine.asm
/kernel/branches/net/drivers/sis900.asm
/kernel/branches/net/network/ethernet.inc
/kernel/branches/net/network/stack.inc
3340 4072 d 9 h hidnplayr /kernel/branches/net/ Now Zeroconfig waits for driver to be initialised.  
/kernel/branches/net/applications/macros.inc
/kernel/branches/net/applications/zeroconf/zeroconf.asm
/kernel/branches/net/const.inc
/kernel/branches/net/core/exports.inc
/kernel/branches/net/network/stack.inc
3307 4077 d 2 h hidnplayr /kernel/branches/net/network/ Fixed SOCKET_process_end (broken in #3264), Use mutexes for ring buffer reading/writing.  
/kernel/branches/net/network/socket.inc
3293 4078 d 9 h hidnplayr /kernel/branches/net/network/ Fixed stack corruption in TCP_input when TCP queue is full  
/kernel/branches/net/network/tcp_input.inc
3289 4078 d 17 h hidnplayr /kernel/branches/net/network/ Fixed unlocking of mutex in TCP_output.  
/kernel/branches/net/network/tcp_output.inc
3275 4080 d 0 h hidnplayr /kernel/branches/net/network/ Cleanup in TCP, fixed possible deadlock in TCP_input.  
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
3270 4082 d 4 h hidnplayr /kernel/branches/net/network/ Fixed bugs in TCP (crash when closing socket, crash when responding to segment that has no socket)  
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_subr.inc
/kernel/branches/net/network/tcp_usreq.inc
3267 4082 d 11 h hidnplayr /kernel/branches/net/network/ Unblock a blocked socket before closing it.  
/kernel/branches/net/network/socket.inc
3264 4083 d 4 h hidnplayr /kernel/branches/net/network/ separate thread and process ID's for sockets.  
/kernel/branches/net/network/socket.inc
3261 4083 d 12 h hidnplayr /kernel/branches/net/network/ PID fix for SOCKET_pair function.  
/kernel/branches/net/network/socket.inc

Show All