]> git.corax.cc Git - corax/commit
Implement sbrk() POSIX syscall
authorMatthias Kruk <m@m10k.eu>
Mon, 2 Dec 2019 08:12:40 +0000 (17:12 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 2 Dec 2019 08:12:40 +0000 (17:12 +0900)
commit67e8287d7033a2e9dac0cf8ff2ef1f729f269720
tree7e25c58d6d88bc83e892dc4bccb4b882ea2a493f
parent8e2a4ec206be7e2e57ae54907f8bb9f0c8352c70
Implement sbrk() POSIX syscall
 - Implement sys_sbrk() syscall handler
 - Add brk() and sbrk() syscall stubs to klibc
 - Add prototypes for brk() and sbrk() to unistd.h
include/corax/syscall.h
include/unistd.h
kernel/core/posixcall.c
kernel/klibc/posixcall.S