New apps im - instant messenger client for rsi protocol; new app trigame - game based...
commitc815f668f6dd0bb1bd91a20d0741c0265a6eeee9
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Wed, 13 Aug 2008 10:58:10 +0000 (13 12:58 +0200)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Wed, 13 Aug 2008 10:58:10 +0000 (13 12:58 +0200)
treeb73334d9d74f353eb4732bb205d4ec2b65178e21
parentc19d970b413e35a6d31904db8cbfab0cba4de6b8
New apps im - instant messenger client for rsi protocol; new app trigame - game based on random numbers by Martin
Poviser; New libc version - added rand () and family based functions; fixed sprintf () %s argument parsing bug; added
stdin and stdout file descriptors; stdin and stdout can works as non-blocking sockets, e.g. in getchar (); fixed small
regression in libc with strdup ()
42 files changed:
apps/im/AUTHORS [new file with mode: 0755]
apps/im/LICENSE [new file with mode: 0755]
apps/im/README [new file with mode: 0644]
apps/im/build.sh [new file with mode: 0755]
apps/im/config [new file with mode: 0644]
apps/im/src/config.c [new file with mode: 0755]
apps/im/src/config.h [copied from libc/string/strdup.c with 71% similarity, mode: 0644]
apps/im/src/main.c [new file with mode: 0755]
apps/im/src/makefile-linux [new file with mode: 0644]
apps/im/src/makefile-zexos [new file with mode: 0644]
apps/im/src/net.c [new file with mode: 0755]
apps/im/src/net.h [copied from libc/string/strdup.c with 57% similarity, mode: 0644]
apps/im/src/platform/linux/platform.h [copied from libc/string/strdup.c with 71% similarity, mode: 0644]
apps/im/src/platform/zexos/link.ld [new file with mode: 0644]
apps/im/src/platform/zexos/platform.h [copied from libc/string/strdup.c with 71% similarity, mode: 0644]
apps/im/src/platform/zexos/start.asm [new file with mode: 0755]
apps/im/src/proto.c [new file with mode: 0755]
apps/im/src/proto.h [copied from libc/string/strdup.c with 58% similarity, mode: 0644]
apps/im/src/ui.c [new file with mode: 0755]
apps/im/src/ui.h [copied from libc/string/strdup.c with 71% similarity, mode: 0644]
apps/im/src/user.c [new file with mode: 0755]
apps/im/src/user.h [copied from libc/include/stdlib.h with 56% similarity, mode: 0644]
apps/im/utils/make_img.sh [new file with mode: 0755]
apps/trigame/Makefile [new file with mode: 0644]
apps/trigame/link.ld [new file with mode: 0644]
apps/trigame/main.c [new file with mode: 0644]
apps/trigame/make_img.sh [new file with mode: 0755]
apps/trigame/start.asm [new file with mode: 0755]
kernel/.config
kernel/arch/i386/syscall.c
kernel/core/proc.c
kernel/core/vfs.c
kernel/drivers/char/kbd/kbd.c
kernel/include/file.h
kernel/lib/unistd/fcntl.c
libc/Makefile
libc/VERSION
libc/include/stdlib.h
libc/include/string.h
libc/stdio/doprintf.c
libc/stdlib/rand.c [copied from libc/string/strdup.c with 59% similarity, mode: 0644]
libc/string/strdup.c