Kernel 0.6.0-r1; Lot of fixed bugs in tcp protocol - e.g. with packet
commita46921146b56ccc4d9c8b6c07f0c78623d2f5373
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Thu, 19 Jun 2008 16:20:32 +0000 (19 18:20 +0200)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Thu, 19 Jun 2008 16:20:32 +0000 (19 18:20 +0200)
tree1ce466d452e01f0d7e0685c2337b07d639d0124c
parentd9e9e6552ac3a1d3df1ba4f79a624783e17bb03d
Kernel 0.6.0-r1; Lot of fixed bugs in tcp protocol - e.g. with packet
ignore at time of huge traffic, added 3s timeout to connect (), fixed irc
client bug at connecting, fixed crash of websrv on startup, lot of added
features to webcl browser, some new x86_64 architecture stuff, change in
system calls like sys_send () or sys_recv ()
28 files changed:
apps/irc/main.c
apps/webcl/http.c
apps/webcl/main.c
apps/webcl/net.c
apps/websrv/main.c
apps/websrv/net.c
build.sh
kernel/.config
kernel/arch/i386/Makefile
kernel/arch/i386/syscall.c
kernel/arch/x86_64/Makefile
kernel/arch/x86_64/paging.c
kernel/arch/x86_64/paging_i486.asm [new file with mode: 0644]
kernel/arch/x86_64/syscall.c
kernel/arch/x86_64/timer.c
kernel/build/i386/build.h
kernel/build/i386/config.h
kernel/build/x86_64/build.h
kernel/build/x86_64/config.h
kernel/core/commands.c
kernel/core/net/eth.c
kernel/core/net/tcp.c
kernel/core/proc.c
kernel/drivers/net/pcnet32/pcnet32.c
kernel/include/net/tcp.h
libc/socket/recv.c
libc/socket/send.c
libc/stdio/getch.c