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
1260 5301 d 2 h Lrz /kernel/trunk/ small optimization  
/kernel/trunk/core/taskman.inc
/kernel/trunk/kernel.asm
1259 5301 d 4 h hidnplayr /kernel/branches/net/network/ Now you can compile the net kernel with or without procedure to QUEUE ethernet packets first, or send them immediately.  
/kernel/branches/net/network/ethernet.inc
/kernel/branches/net/network/stack.inc
1258 5301 d 5 h hidnplayr /kernel/branches/net/network/ update in ARP_IP_to_MAC function, if it needs to send an ARP request packet, the routine will change task until the reply is received, or the request has timed-out.  
/kernel/branches/net/network/ARP.inc
1257 5301 d 8 h hidnplayr /kernel/branches/net/network/ Some code cleanup (cosmethical changes) in net_branch  
/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
1256 5301 d 10 h clevermouse /kernel/branches/net/network/ Some changes in TCP for net branch:
* listening sockets have now a queue of incoming connections
* a mechanism which allows an application to know when sent packet is ACKed
* some fixes
 
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
1255 5302 d 0 h hidnplayr /kernel/branches/net/network/ changes in net branch:
Some more changes in TCP code.
I should perhaps read the full RFC before doing any further changes..
 
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp.inc
1254 5302 d 4 h hidnplayr /kernel/branches/net/ changes in net branch:
-Further development of TCP
-Fixed a design issue in Ethernet drivers wich would cause a lot of overhead for TCP (I probably completely broke RTL8029 driver now, let's finish TCP first..)
 
/kernel/branches/net/drivers/RTL8029.asm
/kernel/branches/net/drivers/RTL8139.asm
/kernel/branches/net/drivers/pcnet32.asm
/kernel/branches/net/drivers/sis900.asm
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/ethernet.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
1253 5303 d 1 h hidnplayr /kernel/branches/net/applications/netcfg/ Netcfg now accept parameters, so it can automatically load network drivers on boot.
F to load first card only
A to load all cards
 
/kernel/branches/net/applications/netcfg/netcfg.asm
1251 5303 d 5 h clevermouse /kernel/branches/net/ Some fixes in net branch:
* pseudoheader for UDP checksum was wrong
* network checksum for data with odd length was wrong
* stack issues in ARP_add_entry fixed
* more correct checking for new packets in pcnet driver
 
/kernel/branches/net/drivers/pcnet32.asm
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/udp.inc
1250 5303 d 7 h hidnplayr /kernel/branches/net/ Forgot to upload a file, wich caused net kernel not to compile.
PS: There seems to be a bug in UDP checksum wich causes it to currently only work on DHCP
 
/kernel/branches/net/applications/network.inc
/kernel/branches/net/core/exports.inc
1249 5304 d 1 h hidnplayr /kernel/branches/net/ Changes in net branch:

Things changed: sockets data organisation, queue macro's are more universal, new checksum routines, changed socket structures, ...
What's new: UDP checksum generation & validation
Rough TCP code has been written, but not debugged yet.
 
/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
1241 5313 d 8 h clevermouse /kernel/branches/net/network/ small fix in statistics  
/kernel/branches/net/network/ethernet.inc
1237 5315 d 10 h clevermouse /kernel/branches/net/drivers/ driver for SIS900 card, ported from trunk  
/kernel/branches/net/drivers/sis900.asm
1232 5317 d 2 h Lrz /kernel/trunk/ small optimization.  
/kernel/trunk/kernel.asm
1231 5317 d 15 h Lrz /kernel/trunk/sec_loader/trunk/ Bugfix and modify debug's messages.  
/kernel/trunk/sec_loader/trunk/build_ru.bat
/kernel/trunk/sec_loader/trunk/debug_msg.inc
/kernel/trunk/sec_loader/trunk/parse_def_sect.inc
/kernel/trunk/sec_loader/trunk/sl_proc.inc
1229 5318 d 4 h Lrz /kernel/trunk/ small optimization  
/kernel/trunk/detect/biosdisk.inc
/kernel/trunk/detect/dev_fd.inc
/kernel/trunk/fs/fat12.inc
1226 5319 d 2 h hidnplayr /kernel/branches/net/applications/netcfg/ updated network driver list of netcfg in net branch, with entries to possible future drivers.  
/kernel/branches/net/applications/netcfg/drivers.inc
1225 5319 d 4 h mario79 /kernel/trunk/gui/ Additional fix related to revision 1172.  
/kernel/trunk/gui/window.inc
1220 5322 d 2 h serge /kernel/trunk/ menuet02 tls  
/kernel/trunk/core/sched.inc
/kernel/trunk/core/taskman.inc
/kernel/trunk/data32.inc
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/kernel.asm
/kernel/trunk/kernel32.inc
1213 5328 d 11 h serge /kernel/trunk/ bugfix of 68.22  
/kernel/trunk/core/heap.inc
/kernel/trunk/docs/sysfuncs.txt
1211 5328 d 14 h Lrz /kernel/trunk/core/ a bugfix for previously commit.  
/kernel/trunk/core/malloc.inc
1210 5328 d 15 h Lrz /kernel/trunk/core/ insert a 'align 4'  
/kernel/trunk/core/malloc.inc
1208 5329 d 3 h hidnplayr /kernel/branches/net/ More fixes in UDP, IPv4 and socket code.
Fixes in network library, nslookup works now.
 
/kernel/branches/net/applications/network_lib/network.asm
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/udp.inc
1206 5329 d 7 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
1202 5332 d 11 h clevermouse /kernel/branches/net/drivers/ fixes in PCNet driver (now it works in VMWare)  
/kernel/branches/net/drivers/pcnet32.asm
1201 5333 d 11 h clevermouse /kernel/branches/net/drivers/ * fixes in FDO for drivers from FDO for the kernel
* fixes in PCNet driver (works in VirtualBox, still problems in VMWare)
 
/kernel/branches/net/drivers/fdo.inc
/kernel/branches/net/drivers/pcnet32.asm
1200 5334 d 1 h hidnplayr /kernel/branches/net/ added very simple ARP manager
IPv4 variables are 255.255.255.255 again at reset, 0.0.0.0 was a big mistake..
 
/kernel/branches/net/applications/arpcfg
/kernel/branches/net/applications/arpcfg/arpcfg.asm
/kernel/branches/net/applications/nslookup/dll.inc
/kernel/branches/net/applications/netcfg/macros.inc
/kernel/branches/net/applications/netcfg/netcfg.asm
/kernel/branches/net/applications/network_lib/network.asm
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/stack.inc
1198 5334 d 12 h clevermouse /kernel/branches/net/ sync with trunk  
/kernel/branches/net/detect/biosmem.inc
/kernel/branches/net/blkdev/cd_drv.inc
/kernel/branches/net/blkdev/flp_drv.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/build.bat
/kernel/branches/net/const.inc
/kernel/branches/net/core/debug.inc
/kernel/branches/net/core/exports.inc
/kernel/branches/net/core/fpu.inc
/kernel/branches/net/core/heap.inc
/kernel/branches/net/core/memory.inc
/kernel/branches/net/core/sched.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/data32.inc
/kernel/branches/net/detect/getcache.inc
/kernel/branches/net/drivers/sb16/CONFIG.INC
/kernel/branches/net/fdo.inc
/kernel/branches/net/fs/fat32.inc
/kernel/branches/net/fs/part_set.inc
/kernel/branches/net/gui/button.inc
/kernel/branches/net/gui/event.inc
/kernel/branches/net/gui/window.inc
/kernel/branches/net/init.inc
/kernel/branches/net/kernel.asm
/kernel/branches/net/kernel32.inc
/kernel/branches/net/macros.inc
/kernel/branches/net/makefile
/kernel/branches/net/memmap.inc
/kernel/branches/net/video/vga.inc
1197 5335 d 10 h clevermouse /kernel/branches/net/ * I'm sure that UDP data length includes sizeof UDP header
* network library with DNS resolving from trunk and
an application for DNS name lookup
(do not work at moment due to crashes in the kernel)
 
/kernel/branches/net/applications/network_lib
/kernel/branches/net/applications/network_lib/network.asm
/kernel/branches/net/applications/network_lib/network.inc
/kernel/branches/net/applications/nslookup
/kernel/branches/net/applications/nslookup/nslookup.asm
/kernel/branches/net/network/udp.inc
1196 5336 d 1 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
1194 5337 d 10 h clevermouse /kernel/trunk/network/eth_drv/ add support for more network cards to forcedeth driver  
/kernel/trunk/network/eth_drv/drivers/forcedeth.inc
/kernel/trunk/network/eth_drv/ethernet.inc
1193 5339 d 2 h hidnplayr /kernel/branches/net/network/ Fix of previous commit  
/kernel/branches/net/network/stack.inc
1192 5339 d 2 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
1191 5339 d 5 h diamond /kernel/trunk/fs/ bugfix of previous revision  
/kernel/trunk/fs/part_set.inc
1190 5339 d 5 h diamond /kernel/trunk/fs/ fixed kernel crash at booting if invalid FAT partition is present  
/kernel/trunk/fs/part_set.inc
1187 5343 d 1 h hidnplayr /kernel/branches/net/ small optimisation and cleanup of rtl8029.inc
last in series of attempts to make kernel compile on unix
 
/kernel/branches/net/drivers/RTL8029.asm
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/stack.inc
1186 5343 d 1 h shurf /kernel/branches/net/fs/ net/fs/fs.inc - sync with main trunk  
/kernel/branches/net/fs/fs.inc
1185 5343 d 2 h hidnplayr /kernel/branches/net/network/ More fixes to make net brach compile on unix
+ some general bugfixes and updates
 
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/ethernet.inc
/kernel/branches/net/network/icmp.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
1184 5343 d 2 h hidnplayr /kernel/branches/net/network/ renamed error label to s_error  
/kernel/branches/net/network/socket.inc
1183 5343 d 11 h clevermouse /kernel/trunk/network/ * slow work in TCP resending fixed
* TCP resend timeout increased to slightly more realistic value
 
/kernel/trunk/network/tcp.inc