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
2373 4448 d 14 h hidnplayr /kernel/branches/net/boot/ Trying to fix the makefile for new stack  
/kernel/branches/net/boot/bootcode.inc
2369 4448 d 16 h hidnplayr /kernel/branches/net/network/ Fixed problem with UDP_input when checksum was 0.  
/kernel/branches/net/network/udp.inc
2366 4449 d 13 h hidnplayr /kernel/branches/net/network/ Bugfixes in net branch:
-Disabled UDP remote IP checking because it blocks valid packets in certain situations (DNS resolving)
-Removed device '0' (application level) as default device because it was not correctly implemented and would require a lot of changes. Yet need to find a better solution for this.
 
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/udp.inc
2364 4449 d 16 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
2362 4449 d 18 h hidnplayr /kernel/branches/net/network/ Markup changes in net branch + updates in TCP_output  
/kernel/branches/net/network/socket.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
2350 4455 d 4 h art_zh /kernel/branches/Kolibri-A/trunk/ one old and stupid bug fixed  
/kernel/branches/Kolibri-A/trunk/init.inc
2322 4533 d 17 h art_zh /kernel/branches/Kolibri-A/trunk/ new font engine  
/kernel/branches/Kolibri-A/trunk/core/syscall.inc
/kernel/branches/Kolibri-A/trunk/gui/font.inc
/kernel/branches/Kolibri-A/trunk/gui/fonts/sd_data.asm
2321 4534 d 5 h art_zh /kernel/branches/Kolibri-A/trunk/gui/ sysfont parser bugfix  
/kernel/branches/Kolibri-A/trunk/gui/font.inc
2320 4535 d 2 h art_zh /kernel/branches/Kolibri-A/trunk/gui/ sysfont parser  
/kernel/branches/Kolibri-A/trunk/gui/font.inc
/kernel/branches/Kolibri-A/trunk/gui/fonts/sd_data.asm
2318 4537 d 1 h art_zh /kernel/branches/Kolibri-A/trunk/gui/ new font engine  
/kernel/branches/Kolibri-A/trunk/gui/font.inc
/kernel/branches/Kolibri-A/trunk/gui/fonts/sd_data.asm
2316 4548 d 5 h art_zh /kernel/branches/Kolibri-A/trunk/gui/fonts/ vectorized system font #0 (data)  
/kernel/branches/Kolibri-A/trunk/gui/fonts
/kernel/branches/Kolibri-A/trunk/gui/fonts/sd_data.asm
2315 4549 d 11 h hidnplayr /kernel/branches/net/ NET branch: Fixed errors in socket_open and socket_fork  
/kernel/branches/net/build.bat
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_input.inc
2314 4549 d 12 h hidnplayr /kernel/branches/net/ -Fixed build.bat for NET branch
-Removed some unrelated files
-updates in telnet
 
/kernel/branches/net/applications/icmp
/kernel/branches/net/applications/libraries
/kernel/branches/net/applications/libraries/network
/kernel/branches/net/applications/libraries/network/network.asm
/kernel/branches/net/applications/tftpc/tftpc.asm
/kernel/branches/net/applications/icmp_test
/kernel/branches/net/applications/network_lib
/kernel/branches/net/applications/tftpc/TFTP.asm
/kernel/branches/net/drivers/sb16
/kernel/branches/net/drivers/usb
/kernel/branches/net/make.sh
/kernel/branches/net/makefile
/kernel/branches/net
/kernel/branches/net/applications/netcfg/drivers.inc
/kernel/branches/net/applications/telnet/telnet.asm
/kernel/branches/net/build.bat
2313 4549 d 13 h hidnplayr /kernel/branches/net/drivers/ Updated i8255x driver for NET branch  
/kernel/branches/net/drivers/i8255x.asm
2312 4549 d 13 h hidnplayr /kernel/branches/net/ Added missing struct.inc to NET branch  
/kernel/branches/net/struct.inc
2311 4550 d 4 h hidnplayr /kernel/branches/net/network/ more small updates and fixes in net branch  
/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/udp.inc
2310 4550 d 7 h hidnplayr /kernel/branches/net/network/ more small updates and fixes in net branch  
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/icmp.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/udp.inc
2309 4550 d 8 h hidnplayr /kernel/branches/net/network/ small updates and fixes in TCP for net branch  
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/tcp_input.inc
2308 4550 d 11 h hidnplayr /kernel/branches/net/network/ small updates and fixes in net branch  
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/icmp.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_subr.inc
/kernel/branches/net/network/udp.inc
2305 4554 d 4 h hidnplayr /kernel/branches/net/ NET branch: re-organised all structs to use struct.inc from fasm  
/kernel/branches/net/gui/skincode.inc
/kernel/branches/net/gui/skindata.inc
/kernel/branches/net/kernel.asm
/kernel/branches/net/macros.inc
/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/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
/kernel/branches/net/network/udp.inc

Show All