- Implemented first part of signal support.
commitcc4b85f8e6bab340baa80e7bf2d5848d1718ae57
authorMathias Gottschlag <mathias-go@web.de>
Tue, 23 Dec 2008 09:42:20 +0000 (23 10:42 +0100)
committerMathias Gottschlag <mathias-go@web.de>
Tue, 23 Dec 2008 09:42:20 +0000 (23 10:42 +0100)
treec1d44253b239212d7054ed448bf8dc330a975269
parentcc917c74dd299f3449fbb380cff3ea536f755b4d
- Implemented first part of signal support.
- Removed some magic numbers.
22 files changed:
programs/include/signal.h
programs/libc/bsdmalloc.c
programs/libc/files.c
programs/libc/signal.c
programs/libc/socket.c
programs/libc/stdlib.c
programs/libc/unistd.c
programs/libc/wait.c
shared/include/planlos/signals.h [copied from programs/libc/stdlib.c with 63% similarity]
shared/include/planlos/syscalls.h [copied from programs/libc/stdlib.c with 67% similarity]
system/include/ke/multiboot.h
system/include/ke/process.h
system/include/ke/thread.h
system/include/mm/memory.h
system/include/sys/syscall.h
system/kernel/CMakeLists.txt
system/kernel/ke/interrupts.c
system/kernel/ke/process.c
system/kernel/ke/signal.S [new file with mode: 0644]
system/kernel/ke/thread.c
system/kernel/mm/virt.c
system/kernel/sys/syscall.c