Kernel 0.6.0-r6; IPv6 stack is partially finished, libc IPv6 support added, socket...
commitaaa4928cea575edf9dbd7c87353efdc8df55c315
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Tue, 15 Jul 2008 13:41:42 +0000 (15 15:41 +0200)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Tue, 15 Jul 2008 13:41:42 +0000 (15 15:41 +0200)
tree7007cedb3d008a5159afa32c3e69c6d6d8cc300d
parent6c6db43c73682660e50d9bea2eefdfc306de0b17
Kernel 0.6.0-r6; IPv6 stack is partially finished, libc IPv6 support added, socket posix
compatibility on 100%, websrv IPv6 support added, fixed bug, when console log works at
program's time, fixed ping6 command, modify libx and libc Makefile for better
appearance, added ctype to libc, fixed next small bugs
28 files changed:
apps/irc/main.c
apps/websrv/client.h
apps/websrv/net.c
kernel/core/commands.c
kernel/core/console.c
kernel/core/net/icmp6.c
kernel/core/net/ipv6.c
kernel/core/net/socket.c
kernel/core/net/tcp6.c
kernel/include/ctype.h
kernel/include/net/socket.h
kernel/include/tty.h
kernel/lib/Makefile
kernel/lib/stdio/doprintf.c
kernel/lib/stdlib/strtol.c [new file with mode: 0755]
libc/Makefile
libc/VERSION
libc/ctype/ctype.c [new file with mode: 0755]
libc/include/ctype.h [copied from kernel/include/ctype.h with 94% similarity]
libc/include/sys/socket.h
libc/socket/accept.c
libc/socket/bind.c
libc/socket/connect.c
libc/socket/gethostbyname.c
libc/socket/recvfrom.c
libc/socket/sendto.c
libc/stdio/doprintf.c
libx/Makefile