Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
3361 4062 d 11 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
3340 4067 d 17 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
3200 4105 d 8 h hidnplayr /kernel/branches/net/ Updated API so applications can easily send ARP announcements, keep track of ARP conflicts.
Zeroconfig now supports padding option and sends ARP announcements if needed. Also some refactoring/cleanup.
 
/kernel/branches/net/applications/netstat/netstat.asm
/kernel/branches/net/applications/zeroconf/zeroconf.asm
/kernel/branches/net/network/ARP.inc
2995 4192 d 16 h hidnplayr /kernel/branches/net/ Port numbers for TCP and UDP must be given in Big endian order now.  
/kernel/branches/net/applications/ftpd/commands.inc
/kernel/branches/net/applications/ftpd/ftpd.asm
/kernel/branches/net/applications/libraries/network/network.asm
/kernel/branches/net/applications/synergyc/synergyc.asm
/kernel/branches/net/applications/tcpserv/tcpserv.asm
/kernel/branches/net/applications/telnet/telnet.asm
/kernel/branches/net/applications/tftpc/tftpc.asm
/kernel/branches/net/applications/vncc/vncc.asm
/kernel/branches/net/applications/zeroconf/zeroconf.asm
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
/kernel/branches/net/network/udp.inc
2859 4304 d 15 h hidnplayr /kernel/branches/net/applications/zeroconf/ Bugfixes for ZeroConf  
/kernel/branches/net/applications/zeroconf/zeroconf.asm
2857 4305 d 16 h hidnplayr /kernel/branches/net/applications/zeroconf/ More of the same  
/kernel/branches/net/applications/zeroconf/zeroconf.asm
2856 4305 d 17 h hidnplayr /kernel/branches/net/applications/zeroconf/ Quick-n-dirty fix for ZeroConf  
/kernel/branches/net/applications/zeroconf/dll.inc
/kernel/branches/net/applications/zeroconf/zeroconf.asm
2364 4446 d 18 h hidnplayr /kernel/branches/net/ Changed net branch specific kernel function numbers to make room for function 73 in main branch.  
/kernel/branches/net/applications/arpcfg/arpcfg.asm
/kernel/branches/net/applications/libraries/network/network.asm
/kernel/branches/net/applications/netcfg/netcfg.asm
/kernel/branches/net/applications/netstat/netstat.asm
/kernel/branches/net/applications/network.inc
/kernel/branches/net/applications/zeroconf/zeroconf.asm
/kernel/branches/net/core/syscall.inc
1542 5016 d 17 h hidnplayr /kernel/branches/net/ Correct use of TYPE and PROTOCOL parameters in socket function  
/kernel/branches/net/applications/network_lib/network.inc
/kernel/branches/net/applications/nslookup/dll.inc
/kernel/branches/net/applications/network_lib/network.asm
/kernel/branches/net/applications/nslookup/nslookup.asm
/kernel/branches/net/applications/synergyc/synergyc.asm
/kernel/branches/net/applications/telnet/telnet.asm
/kernel/branches/net/applications/tftpc/TFTP.asm
/kernel/branches/net/applications/zeroconf/zeroconf.asm
/kernel/branches/net/network/icmp.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/udp.inc
1514 5036 d 5 h hidnplayr /kernel/branches/net/ - globalisation of network driver functions
(Replaced EthRegDev with NetRegDev)
- rewrite/cleanup of socket.inc
- started rewrite of tcp.inc
- port numbers in application are not byte-swapped anymore
- many more fixes and changes

- TCP does not work but UDP/IP/ICMP/ARP (partly) work.. (as before)
 
/kernel/branches/net/applications/netcfg/netcfg.asm
/kernel/branches/net/applications/network_lib/network.asm
/kernel/branches/net/applications/nslookup/nslookup.asm
/kernel/branches/net/applications/telnet/telnet.asm
/kernel/branches/net/applications/tftpc/TFTP.asm
/kernel/branches/net/applications/zeroconf/zeroconf.asm
/kernel/branches/net/core/exports.inc
/kernel/branches/net/core/sys32.inc
/kernel/branches/net/drivers/3c59x.asm
/kernel/branches/net/drivers/RTL8029.asm
/kernel/branches/net/drivers/RTL8139.asm
/kernel/branches/net/drivers/dec21x4x.asm
/kernel/branches/net/drivers/imports.inc
/kernel/branches/net/drivers/netdrv.inc
/kernel/branches/net/drivers/pcnet32.asm
/kernel/branches/net/drivers/sis900.asm
/kernel/branches/net/kernel.asm
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/ethernet.inc
/kernel/branches/net/network/icmp.inc
/kernel/branches/net/network/queue.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/udp.inc
1481 5071 d 9 h hidnplayr /kernel/branches/net/ Net-branch:
Added statistics to 3c59x driver.
Fixed mixed up DNS and Gateway of static settings for zeroconf
 
/kernel/branches/net/applications/zeroconf/zeroconf.asm
/kernel/branches/net/drivers/3c59x.asm
/kernel/branches/net/drivers/netdrv.inc
1206 5308 d 14 h hidnplayr /kernel/branches/net/ A lot of bugfixes in ARP, IPv4, UDP and sockets code.  
/kernel/branches/net/applications/arpcfg/arpcfg.asm
/kernel/branches/net/applications/config.inc
/kernel/branches/net/applications/debug-fdo.inc
/kernel/branches/net/applications/macros.inc
/kernel/branches/net/applications/netcfg/drivers.inc
/kernel/branches/net/applications/netcfg/netcfg.asm
/kernel/branches/net/applications/netcfg/proc32.inc
/kernel/branches/net/applications/netcfg/struct.inc
/kernel/branches/net/applications/netcfg/vendors.inc
/kernel/branches/net/applications/netstat/netstat.asm
/kernel/branches/net/applications/network_lib/network.asm
/kernel/branches/net/applications/network_lib/network.inc
/kernel/branches/net/applications/nslookup/dll.inc
/kernel/branches/net/applications/nslookup/nslookup.asm
/kernel/branches/net/applications/proc32.inc
/kernel/branches/net/applications/struct.inc
/kernel/branches/net/applications/zeroconf/dhcp.inc
/kernel/branches/net/applications/zeroconf/dll.inc
/kernel/branches/net/applications/zeroconf/zeroconf.asm
/kernel/branches/net/blkdev/cd_drv.inc
/kernel/branches/net/blkdev/cdrom.inc
/kernel/branches/net/blkdev/fdc.inc
/kernel/branches/net/blkdev/flp_drv.inc
/kernel/branches/net/blkdev/hd_drv.inc
/kernel/branches/net/blkdev/ide_cache.inc
/kernel/branches/net/blkdev/rd.inc
/kernel/branches/net/blkdev/rdsave.inc
/kernel/branches/net/boot/bootcode.inc
/kernel/branches/net/boot/booteng.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/pci16.inc
/kernel/branches/net/bus/pci/pci32.inc
/kernel/branches/net/const.inc
/kernel/branches/net/core/conf_lib.inc
/kernel/branches/net/core/debug.inc
/kernel/branches/net/core/dll.inc
/kernel/branches/net/core/export.inc
/kernel/branches/net/core/exports.inc
/kernel/branches/net/core/ext_lib.inc
/kernel/branches/net/core/fpu.inc
/kernel/branches/net/core/heap.inc
/kernel/branches/net/core/malloc.inc
/kernel/branches/net/core/memory.inc
/kernel/branches/net/core/peload.inc
/kernel/branches/net/core/sched.inc
/kernel/branches/net/core/string.inc
/kernel/branches/net/core/sync.inc
/kernel/branches/net/core/sys32.inc
/kernel/branches/net/core/syscall.inc
/kernel/branches/net/core/taskman.inc
/kernel/branches/net/core/v86.inc
/kernel/branches/net/data16.inc
/kernel/branches/net/data32.inc
/kernel/branches/net/detect/biosdisk.inc
/kernel/branches/net/detect/biosmem.inc
/kernel/branches/net/detect/dev_fd.inc
/kernel/branches/net/detect/dev_hdcd.inc
/kernel/branches/net/detect/disks.inc
/kernel/branches/net/detect/getcache.inc
/kernel/branches/net/detect/sear_par.inc
/kernel/branches/net/drivers/RTL8029.asm
/kernel/branches/net/drivers/RTL8139.asm
/kernel/branches/net/drivers/fdo.inc
/kernel/branches/net/drivers/i8255x.asm
/kernel/branches/net/drivers/imports.inc
/kernel/branches/net/drivers/pcnet32.asm
/kernel/branches/net/drivers/proc32.inc
/kernel/branches/net/drivers/sb16/CONFIG.INC
/kernel/branches/net/drivers/sb16/SB16.INC
/kernel/branches/net/drivers/sb16/sb16.asm
/kernel/branches/net/drivers/sceletone.asm
/kernel/branches/net/drivers/usb/urb.inc
/kernel/branches/net/drivers/usb/usb.asm
/kernel/branches/net/fdo.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/iso9660.inc
/kernel/branches/net/fs/ntfs.inc
/kernel/branches/net/fs/parse_fn.inc
/kernel/branches/net/fs/part_set.inc
/kernel/branches/net/gui/button.inc
/kernel/branches/net/gui/event.inc
/kernel/branches/net/gui/font.inc
/kernel/branches/net/gui/mouse.inc
/kernel/branches/net/gui/skincode.inc
/kernel/branches/net/gui/skindata.inc
/kernel/branches/net/gui/window.inc
/kernel/branches/net/hid/keyboard.inc
/kernel/branches/net/hid/mousedrv.inc
/kernel/branches/net/hid/set_dtc.inc
/kernel/branches/net/imports.inc
/kernel/branches/net/init.inc
/kernel/branches/net/kernel.asm
/kernel/branches/net/kernel32.inc
/kernel/branches/net/kglobals.inc
/kernel/branches/net/macros.inc
/kernel/branches/net/memmap.inc
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/IPv6.inc
/kernel/branches/net/network/ethernet.inc
/kernel/branches/net/network/icmp.inc
/kernel/branches/net/network/queue.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/udp.inc
/kernel/branches/net/proc32.inc
/kernel/branches/net/sound/playnote.inc
/kernel/branches/net/unpacker.inc
/kernel/branches/net/video/cursors.inc
/kernel/branches/net/video/vesa12.inc
/kernel/branches/net/video/vesa20.inc
/kernel/branches/net/video/vga.inc
/kernel/branches/net/vmodeint.inc
/kernel/branches/net/vmodeld.inc
1196 5315 d 8 h hidnplayr /kernel/branches/net/ compile netcfg on unix
fixed bug in netcfg created in last revision
netcfg gives error msg when driver is not loaded
zeroconfig now works with latest version of libini
also fixed use of static and link-local ip in zeroconfig
initial IPv4 variables are now 0.0.0.0 instead of 255.255.255.255
created kernel function that shows number of active network devices
fixed the use of temp mac variable in IPV4.inc (variable is now in stack)
rewrite of ARP code, needs full testing/debugging (new application needed: ARP manager)
port numbers are now in INET byte order, as is in posix standards
 
/kernel/branches/net/drivers/pcnet32.asm
/kernel/branches/net/applications/netcfg/netcfg.asm
/kernel/branches/net/applications/zeroconf/zeroconf.asm
/kernel/branches/net/kernel.asm
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/ethernet.inc
/kernel/branches/net/network/icmp.inc
/kernel/branches/net/network/queue.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/udp.inc
1192 5318 d 9 h hidnplayr /kernel/branches/net/ Fixes in netstat/zeroconf
update of netcfg
 
/kernel/branches/net/applications/netcfg/netcfg.asm
/kernel/branches/net/applications/netstat/netstat.asm
/kernel/branches/net/applications/zeroconf/zeroconf.asm
/kernel/branches/net/network/stack.inc
1174 5326 d 10 h hidnplayr /kernel/branches/net/ Fixed bug wich made kernel crash when stack was used with no driver loaded.
Made some code more logical regarding stats
 
/kernel/branches/net/applications/zeroconf/zeroconf.asm
/kernel/branches/net/drivers/RTL8139.asm
/kernel/branches/net/network/ethernet.inc
1170 5329 d 10 h hidnplayr /kernel/branches/net/applications/zeroconf/ Uploading right version of zeroconf.
Previous was not working on this kernel.

Coming up next: netstat
 
/kernel/branches/net/applications/zeroconf/zeroconf.asm
1166 5332 d 14 h hidnplayr /kernel/branches/net/ Making applications compileable
+ Fixes in IPv4.inc
 
/kernel/branches/net/applications/config.inc
/kernel/branches/net/applications/debug-fdo.inc
/kernel/branches/net/applications/macros.inc
/kernel/branches/net/applications/proc32.inc
/kernel/branches/net/applications/struct.inc
/kernel/branches/net/applications/zeroconf/debug-fdo.inc
/kernel/branches/net/applications/zeroconf/zeroconf.asm
/kernel/branches/net/network/IPv4.inc
1164 5332 d 16 h hidnplayr /kernel/branches/net/ "net" branch:

Removed some files that dont belong in specific branch.
Added some applications that work with this kernel only.
 
/kernel/branches/net/applications
/kernel/branches/net/applications/netcfg
/kernel/branches/net/applications/netcfg/drivers.inc
/kernel/branches/net/applications/netcfg/macros.inc
/kernel/branches/net/applications/netcfg/netcfg.asm
/kernel/branches/net/applications/netcfg/proc32.inc
/kernel/branches/net/applications/netcfg/struct.inc
/kernel/branches/net/applications/netcfg/vendors.inc
/kernel/branches/net/applications/zeroconf
/kernel/branches/net/applications/zeroconf/debug-fdo.inc
/kernel/branches/net/applications/zeroconf/dhcp.inc
/kernel/branches/net/applications/zeroconf/dll.inc
/kernel/branches/net/applications/zeroconf/zeroconf.asm
/kernel/branches/net/applications/zeroconf/zeroconf.ini
/kernel/branches/net/bootloader
/kernel/branches/net/docs
/kernel/branches/net/skin