Kernel 0.5.7-r9; added mutex support, fixed bad bug in system call open
commit708dffbdea1830218d6add108d038dbb6a03e0d5
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Thu, 14 Feb 2008 18:18:31 +0000 (14 19:18 +0100)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Thu, 14 Feb 2008 18:18:31 +0000 (14 19:18 +0100)
treeaa45a42a969a7b9cfbc9d02d267873980311bcfb
parentc58921b9453281fed5afcb86b85ec691589365ad
Kernel 0.5.7-r9; added mutex support, fixed bad bug in system call open
() - start with fd 1, but fd is std descriptor. fixed bug in realloc
syscall, added support for multiply use of ips protocol in one
time (thanks for mutex :]), fixed small regression
verify memory memtest_elf for elf32 apps, fixed client disconnect from
telnetd, added info about image for imgshow,
27 files changed:
apps/imgshow/main.c
apps/telnetd/client.h
apps/telnetd/console.c
apps/telnetd/net.c
apps/websrv/html
apps/wm/config
kernel/Makefile
kernel/build/i386/build.h
kernel/core/commands.c
kernel/core/elf.c
kernel/core/module.c
kernel/core/mutex.c [copied from libc/stdio/open.c with 60% similarity]
kernel/core/net/ips.c
kernel/core/proc.c
kernel/core/system_call.c
kernel/core/tty.c
kernel/core/vfs.c
kernel/drivers/fs/fat.c
kernel/include/mutex.h [copied from kernel/lib/mm/protmem.c with 64% similarity]
kernel/include/proc.h
kernel/include/system.h
kernel/kernel.mak
kernel/lib/mm/protmem.c
kernel/lib/stdio/open.c
libc/stdio/open.c
libc/stdlib/memory.c
libx/image/ximage.c