Kernel 0.5.9-r12; UDP protocol stuff support server with sendto
commit000def9c1b71a572de07f830ab2149b5740bc510
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Thu, 29 May 2008 17:47:13 +0000 (29 19:47 +0200)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Thu, 29 May 2008 17:47:13 +0000 (29 19:47 +0200)
treeffb8e0a2b0909ba14c06ca34bcd2f3b6ec9e1195
parentd76688926671a02c64e036c3c1843f1d41a058ec
Kernel 0.5.9-r12; UDP protocol stuff support server with sendto
() and recvfrom () functions, fixed some bugs, added
tuxanci game server and openchess game server to apps, new
version of libc with added functions, updated start.asm file in
each app
45 files changed:
apps/calc/start.asm
apps/imgshow/start.asm
apps/invaders/start.asm
apps/nc/start.asm
apps/openchess/AUTHORS [new file with mode: 0755]
apps/openchess/LICENSE [new file with mode: 0755]
apps/openchess/build.sh [new file with mode: 0755]
apps/openchess/src/client.c [new file with mode: 0644]
apps/openchess/src/client.h [copied from kernel/include/net/udp.h with 56% similarity, mode: 0755]
apps/openchess/src/game.c [new file with mode: 0644]
apps/openchess/src/game.h [new file with mode: 0755]
apps/openchess/src/main.c [copied from kernel/include/net/udp.h with 55% similarity, mode: 0755]
apps/openchess/src/makefile-linux [new file with mode: 0644]
apps/openchess/src/makefile-zexos [new file with mode: 0644]
apps/openchess/src/net.c [new file with mode: 0755]
apps/openchess/src/net.h [copied from kernel/include/net/udp.h with 56% similarity, mode: 0755]
apps/openchess/src/platform/linux/config.h [copied from kernel/include/net/udp.h with 55% similarity]
apps/openchess/src/platform/zexos/config.h [copied from kernel/include/net/udp.h with 55% similarity]
apps/openchess/src/platform/zexos/link.ld [new file with mode: 0644]
apps/openchess/src/platform/zexos/start.asm [copied from apps/calc/start.asm with 85% similarity]
apps/openchess/src/proto.c [new file with mode: 0644]
apps/openchess/src/proto.h [copied from kernel/include/net/udp.h with 56% similarity, mode: 0755]
apps/openchess/utils/make_img.sh [new file with mode: 0755]
apps/sh/start.asm
apps/telnetd/start.asm
apps/tutorial/myapp/start.asm
apps/tuxanci/Makefile [new file with mode: 0644]
apps/tuxanci/link.ld [new file with mode: 0644]
apps/tuxanci/main.c [new file with mode: 0755]
apps/tuxanci/make_img.sh [new file with mode: 0755]
apps/tuxanci/start.asm [copied from apps/calc/start.asm with 85% similarity]
apps/webcl/start.asm
kernel/arch/i386/syscall.c
kernel/core/commands.c
kernel/core/net/socket.c
kernel/core/net/tcp.c
kernel/core/net/udp.c
kernel/core/proc.c
kernel/include/net/udp.h
libc/Makefile
libc/VERSION
libc/include/sys/socket.h
libc/socket/recvfrom.c [copied from kernel/include/net/udp.h with 55% similarity]
libc/socket/sendto.c [copied from kernel/include/net/udp.h with 55% similarity]
libc/stdio/doprintf.c