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
3545 4011 d 21 h hidnplayr / Merge new network stack with trunk  
/data/eng/network.ini
/data/rus/network.ini
/drivers/ethernet
/drivers/ethernet/3c59x.asm
/drivers/ethernet/R6040.asm
/drivers/ethernet/RTL8029.asm
/drivers/ethernet/RTL8139.asm
/drivers/ethernet/RTL8169.asm
/drivers/ethernet/bcm57xx.asm
/drivers/ethernet/dec21x4x.asm
/drivers/ethernet/forcedeth.asm
/drivers/ethernet/i8254x.asm
/drivers/ethernet/i8255x.asm
/drivers/ethernet/mtd80x.asm
/drivers/ethernet/pcnet32.asm
/drivers/ethernet/rhine.asm
/drivers/ethernet/sis900.asm
/drivers/fdo.inc
/drivers/mii.inc
/drivers/netdrv.inc
/drivers/pci.inc
/drivers/struct.inc
/kernel/branches/net/applications/downloader
/kernel/branches/net/applications/downloader/downloader.asm
/kernel/branches/net/applications/ftpc
/kernel/branches/net/applications/ftpc/ftpc.asm
/kernel/branches/net/applications/ftpc/servercommands.inc
/kernel/branches/net/applications/ftpc/usercommands.inc
/kernel/trunk/network/ARP.inc
/kernel/trunk/network/IPv4.inc
/kernel/trunk/network/IPv6.inc
/kernel/trunk/network/PPPoE.inc
/kernel/trunk/network/ethernet.inc
/kernel/trunk/network/loopback.inc
/kernel/trunk/network/tcp_input.inc
/kernel/trunk/network/tcp_output.inc
/kernel/trunk/network/tcp_subr.inc
/kernel/trunk/network/tcp_timer.inc
/kernel/trunk/network/tcp_usreq.inc
/programs/network/arpcfg
/programs/network/arpcfg/arpcfg.asm
/programs/network/config.inc
/programs/network/debug-fdo.inc
/programs/network/dll.inc
/programs/network/ftpd
/programs/network/ftpd/commands.inc
/programs/network/ftpd/ftpd.asm
/programs/network/ftpd/ftpd.ini
/programs/network/ftpd/users.ini
/programs/network/icmp
/programs/network/icmp/icmp.inc
/programs/network/icmp/ping.asm
/programs/network/ircc
/programs/network/ircc/encodings.inc
/programs/network/ircc/gui.inc
/programs/network/ircc/ircc.asm
/programs/network/ircc/ircc.ini
/programs/network/ircc/serverparser.inc
/programs/network/ircc/socket.inc
/programs/network/ircc/userparser.inc
/programs/network/ircc/users.inc
/programs/network/ircc/window.inc
/programs/network/libio.inc
/programs/network/macros.inc
/programs/network/netcfg
/programs/network/netcfg/drivers.inc
/programs/network/netcfg/netcfg.asm
/programs/network/netcfg/vendors.inc
/programs/network/netstat
/programs/network/netstat/netstat.asm
/programs/network/network.inc
/programs/network/nslookup
/programs/network/nslookup/nslookup.asm
/programs/network/pppoe
/programs/network/pppoe/pppoe.asm
/programs/network/proc32.inc
/programs/network/socketdbg
/programs/network/socketdbg/socket.inc
/programs/network/socketdbg/socketdbg.asm
/programs/network/struct.inc
/programs/network/synergyc
/programs/network/synergyc/synergyc.asm
/programs/network/synergyc/synergyc.ini
/programs/network/tcpserv
/programs/network/tcpserv/tcpserv.asm
/programs/network/telnet
/programs/network/telnet/telnet.asm
/programs/network/tftpc
/programs/network/tftpc/tftpc.asm
/programs/network/vncc
/programs/network/vncc/logon.inc
/programs/network/vncc/raw.inc
/programs/network/vncc/structs.inc
/programs/network/vncc/thread.inc
/programs/network/vncc/vncc.asm
/programs/network/zeroconf
/programs/network/zeroconf/dhcp.inc
/programs/network/zeroconf/zeroconf.asm
/programs/network_old
/kernel/trunk/network/eth_drv
/kernel/trunk/network/ip.inc
/data/eng/autorun.dat
/data/eng/docs/STACK.TXT
/data/eng/menu.dat
/data/rus/autorun.dat
/data/rus/menu.dat
/drivers/imports.inc
/drivers/proc32.inc
/kernel/branches/net/applications/ircc/window.inc
/kernel/branches/net/applications/libio.inc
/kernel/branches/net/data32.inc
/kernel/branches/net/gui/event.inc
/kernel/branches/net/kernel.asm
/kernel/trunk/const.inc
/kernel/trunk/core/conf_lib.inc
/kernel/trunk/core/exports.inc
/kernel/trunk/core/syscall.inc
/kernel/trunk/gui/event.inc
/kernel/trunk/kernel.asm
/programs/develop/libraries/network/network.asm
/programs/develop/libraries/network/network.inc
3523 4022 d 4 h hidnplayr /kernel/branches/net/network/ Removed code trap (shouldnt have been comitted in the first place).  
/kernel/branches/net/network/stack.inc
3518 4023 d 1 h hidnplayr /kernel/branches/net/ Fixed Network2 event (low level network event)  
/kernel/branches/net/applications/macros.inc
/kernel/branches/net/const.inc
/kernel/branches/net/gui/event.inc
/kernel/branches/net/network/stack.inc
3516 4023 d 2 h hidnplayr / Renamed zeroconfig.ini to network.ini and moved to /sys/  
/data/new-stack/network.ini
/kernel/branches/net/applications/zeroconf/network.ini
/data/new-stack/network/zeroconf.ini
/kernel/branches/net/applications/zeroconf/zeroconf.ini
/data/new-stack/Makefile
/kernel/branches/net/applications/zeroconf/zeroconf.asm
3515 4023 d 3 h hidnplayr /kernel/branches/net/network/ Renamed IPv4_dest_to_dev to IPv4_route  
/kernel/branches/net/network/IPv4.inc
3514 4023 d 3 h hidnplayr /kernel/branches/net/network/ SOCKET_is_disconnected now clears TCP and UDP ports.  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_subr.inc
3461 4061 d 3 h hidnplayr /kernel/branches/net/network/ SOCKET_receive_stream returns 0 now when there is no data instead of -1.  
/kernel/branches/net/network/socket.inc
3459 4061 d 4 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
3429 4074 d 17 h hidnplayr /kernel/branches/net/applications/netcfg/ Fixed previous revision.  
/kernel/branches/net/applications/netcfg/vendors.inc
3428 4074 d 17 h hidnplayr /kernel/branches/net/applications/netcfg/ Added Atheros to netcfg vendor list.  
/kernel/branches/net/applications/netcfg/vendors.inc
3407 4077 d 22 h hidnplayr /kernel/branches/net/network/ Fixed wait_event call for tcp_input.  
/kernel/branches/net/network/tcp_input.inc
3406 4078 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.
 
/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
3405 4078 d 3 h hidnplayr /kernel/branches/net/ Sync net branch with trunk  
/kernel/branches/net/bus/pci/pci32.inc
/kernel/branches/net/const.inc
/kernel/branches/net/core/heap.inc
/kernel/branches/net/core/peload.inc
/kernel/branches/net/core/v86.inc
/kernel/branches/net/data32.inc
/kernel/branches/net/fs/ext2.inc
/kernel/branches/net/gui/event.inc
/kernel/branches/net/kernel.asm
3389 4082 d 17 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 4082 d 18 h hidnplayr /kernel/branches/net/network/ Re-enabled network2 events.  
/kernel/branches/net/network/stack.inc
3387 4082 d 21 h hidnplayr /kernel/branches/net/drivers/ Enabled Promiscuous mode for i8254x so it works in Qemu.  
/kernel/branches/net/drivers/i8254x.asm
3386 4082 d 22 h hidnplayr /kernel/branches/net/network/ ARP_BLOCK logic was reversed  
/kernel/branches/net/network/ARP.inc
3385 4082 d 22 h hidnplayr /kernel/branches/net/drivers/ Fixed RTL8139 driver broken in #3346  
/kernel/branches/net/drivers/RTL8139.asm
3384 4083 d 0 h hidnplayr /kernel/branches/net/applications/zeroconf/ zeroconf was sending the wrong MAC address since #3340  
/kernel/branches/net/applications/zeroconf/zeroconf.asm
3367 4089 d 1 h hidnplayr /kernel/branches/net/applications/zeroconf/ Zeroconf now prints correct link-local IP to the debug board.  
/kernel/branches/net/applications/zeroconf/zeroconf.asm
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.
 
/kernel/branches/net/applications/zeroconf/zeroconf.asm
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.  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/stack.inc
3359 4091 d 2 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 4093 d 0 h hidnplayr /kernel/branches/net/network/ Fixed typo in ARP_IP_to_MAC (debug output displayed wrong IP)  
/kernel/branches/net/network/ARP.inc
3351 4093 d 17 h hidnplayr /kernel/branches/net/drivers/ MII: only include code when its actually used.  
/kernel/branches/net/drivers/bus/mii.inc
/kernel/branches/net/drivers/pcnet32.asm
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.  
/kernel/branches/net/drivers/bus/mii.inc
/kernel/branches/net/drivers/netdrv.inc
/kernel/branches/net/drivers/pcnet32.asm
3349 4094 d 3 h hidnplayr /kernel/branches/net/drivers/ 3c59x: enable RX/TX after enabling interrupts, not before.  
/kernel/branches/net/drivers/3c59x.asm
3348 4094 d 4 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
3347 4094 d 5 h hidnplayr /kernel/branches/net/drivers/ Fixed pcnet32 driver  
/kernel/branches/net/drivers/pcnet32.asm
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.
 
/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 4095 d 3 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
3337 4095 d 18 h hidnplayr /kernel/branches/net/applications/ircc/ private chat support for IRCC  
/kernel/branches/net/applications/ircc/gui.inc
/kernel/branches/net/applications/ircc/ircc.asm
/kernel/branches/net/applications/ircc/serverparser.inc
/kernel/branches/net/applications/ircc/window.inc
3333 4096 d 3 h hidnplayr /kernel/branches/net/ Updated readme.txt  
/kernel/branches/net/README.TXT
3332 4096 d 4 h hidnplayr /kernel/branches/net/applications/netstat/ Added missed and dumped TCP packet counters to netstat.  
/kernel/branches/net/applications/netstat/netstat.asm
3331 4096 d 4 h hidnplayr /kernel/branches/net/applications/ircc/ Mostly cosmetical updates for IRCC  
/kernel/branches/net/applications/ircc/gui.inc
/kernel/branches/net/applications/ircc/ircc.asm
/kernel/branches/net/applications/ircc/serverparser.inc
/kernel/branches/net/applications/ircc/userparser.inc
3324 4097 d 2 h hidnplayr /kernel/branches/net/drivers/ Stub for forcedeth driver.  
/kernel/branches/net/drivers/forcedeth.asm
3323 4097 d 2 h hidnplayr /kernel/branches/net/drivers/ Tied 3c59x network driver to new interface.  
/kernel/branches/net/drivers/3c59x.asm
3322 4097 d 2 h hidnplayr /kernel/branches/net/ Removed obsolete EthReceiver interface  
/kernel/branches/net/core/exports.inc
/kernel/branches/net/drivers/imports.inc
3307 4099 d 19 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 4101 d 3 h hidnplayr /kernel/branches/net/network/ Fixed stack corruption in TCP_input when TCP queue is full  
/kernel/branches/net/network/tcp_input.inc