Kernel 0.5.7-r8; fixed sending messages in irc client, app telnetd works
commitc58921b9453281fed5afcb86b85ec691589365ad
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sun, 10 Feb 2008 15:34:46 +0000 (10 16:34 +0100)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sun, 10 Feb 2008 15:34:46 +0000 (10 16:34 +0100)
tree61188b05f93e57f323210b3da45469bf38da8953
parent8ca2aadc9de6228ca3a05149d876fa8089113454
Kernel 0.5.7-r8; fixed sending messages in irc client, app telnetd works
nice and can handle lot of clients, added flags support for process,
added daemon support for all processes - start your app with '&' as
parameter, fixed read/write () for posix compatibile with stdin/stdout
fd, added few new libc functions, fixed version command for not visible
version, fixed lspci command, fixed send () memleak.
39 files changed:
apps/irc/main.c
apps/telnetd/README
apps/telnetd/client.h
apps/telnetd/console.c
apps/telnetd/net.c
apps/wm/config
apps/wm/main.c
iso/README
kernel/.config
kernel/Makefile
kernel/build/i386/build.h
kernel/build/i386/config.h
kernel/core/commands.c
kernel/core/init.c
kernel/core/proc.c
kernel/core/sched.c
kernel/core/system_call.c
kernel/core/tty.c
kernel/drivers/bus/pci/pci.c
kernel/include/file.h
kernel/include/proc.h
kernel/include/tty.h
kernel/lib/stdio/close.c
kernel/lib/unistd/fcntl.c
libc/Makefile
libc/VERSION
libc/include/fcntl.h
libc/include/stdio.h
libc/include/sys/socket.h
libc/include/unistd.h
libc/socket/connect.c
libc/socket/socket.c
libc/stdio/close.c
libc/stdio/read.c
libc/stdio/write.c [copied from libc/stdio/read.c with 83% similarity]
libc/stdlib/memory.c
libc/unistd/dup.c [moved from libc/socket/close.c with 79% similarity, mode: 0755]
tools/ips2ip/README
tools/ips2ip/main.cpp