Kernel 0.6.0-r7; added inet_ntop () to libc, accept () in TCPv4/TCPv6 save data to
commit05c9eba82795c70be7e7325596984d753ae13515
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Wed, 16 Jul 2008 13:34:33 +0000 (16 15:34 +0200)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Wed, 16 Jul 2008 13:34:33 +0000 (16 15:34 +0200)
treef3ddbad176533984b4dd58383bf0689ac09a2f08
parentaaa4928cea575edf9dbd7c87353efdc8df55c315
Kernel 0.6.0-r7; added inet_ntop () to libc, accept () in TCPv4/TCPv6 save data to
sockaddr * structure, websrv support direct changing IPv4 and IPv6 mode over program
parameter '-6', some changes in calc program, fixed printf and sprintf
17 files changed:
apps/calc/main.c
apps/websrv/README
apps/websrv/link.ld
apps/websrv/main.c
apps/websrv/net.c
apps/websrv/net.h
kernel/core/net/tcp.c
kernel/core/net/tcp6.c
libc/Makefile
libc/VERSION
libc/include/_printf.h
libc/include/arpa/inet.h [copied from apps/websrv/net.h with 75% similarity, mode: 0755]
libc/include/sys/socket.h
libc/socket/inet_ntop.c [new file with mode: 0644]
libc/stdio/doprintf.c
libc/stdio/printf.c
libc/stdio/sprintf.c