added IPv6 tunnel support; added tunconfig command for configure tunnel server address;
commit91536ddbd0661c8797dbfb629361e6f214c4ecfd
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Thu, 24 Jul 2008 13:28:36 +0000 (24 15:28 +0200)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Thu, 24 Jul 2008 13:28:36 +0000 (24 15:28 +0200)
tree692eec9ba77070803c1374a0f1811a2ef60681a5
parent5aaabd909b92e8cc4e46478d205880abea5b51fb
added IPv6 tunnel support; added tunconfig command for configure tunnel server address;
fixed bug in mount utility; better apps scripts; no-stack-protector in apps makefile;
better Makefile - it generate config.h and build.h; code is without warnings now
64 files changed:
apps/calc/Makefile
apps/calc/make_img.sh
apps/edit/Makefile
apps/edit/make_img.sh
apps/imgshow/Makefile
apps/imgshow/make_img.sh
apps/invaders/Makefile
apps/invaders/make_img.sh
apps/irc/Makefile
apps/irc/make_img.sh
apps/nc/Makefile
apps/nc/make_img.sh
apps/openchess/src/makefile-zexos
apps/sh/Makefile
apps/sh/make_img.sh
apps/telnetd/Makefile
apps/telnetd/make_img.sh
apps/tutorial/make_img.sh
apps/tutorial/myapp/Makefile
apps/tuxanci/Makefile
apps/tuxanci/make_img.sh
apps/webcl/Makefile
apps/webcl/make_img.sh
apps/websrv/Makefile
apps/websrv/make_img.sh
apps/wm/Makefile
apps/wm/make_img.sh
kernel/.config
kernel/Kconfig
kernel/Makefile
kernel/arch/i386/gdt.c
kernel/arch/i386/idt.c
kernel/build/i386/build.h [deleted file]
kernel/build/i386/config.h [deleted file]
kernel/core/commands.c
kernel/core/net/icmp6.c
kernel/core/net/if.c
kernel/core/net/ip.c
kernel/core/net/ipv6.c
kernel/core/net/ndp.c
kernel/core/net/packet.c
kernel/core/net/tcp6.c
kernel/core/net/tun6.c [new file with mode: 0644]
kernel/core/net/udp6.c
kernel/core/vfs.c
kernel/include/net/dns.h
kernel/include/net/ip.h
kernel/include/net/tun.h [copied from kernel/lib/stdio/fclose.c with 78% similarity]
kernel/include/stdio.h
kernel/include/system.h
kernel/kernel.mak
kernel/lib/mm/mem.c
kernel/lib/stdio/delay.c
kernel/lib/stdio/fclose.c
kernel/lib/stdio/fgets.c
kernel/lib/stdio/fopen.c
kernel/lib/stdio/kprintf.c
kernel/lib/stdio/open.c
kernel/lib/stdio/printf.c
kernel/lib/stdio/puts.c
kernel/lib/string/strcat.c
kernel/lib/unistd/fcntl.c
libc/unistd/dup.c
libx/cursor/xcursor.c