mirror of
https://github.com/drasko/codezero.git
synced 2026-04-18 09:49:05 +02:00
Towards user buffer checking
This commit is contained in:
@@ -16,15 +16,28 @@ shmdt
|
||||
mmap
|
||||
munmap
|
||||
read
|
||||
readdir
|
||||
write
|
||||
lseek
|
||||
open
|
||||
close
|
||||
creat
|
||||
mkdir
|
||||
mknod
|
||||
link
|
||||
unlink
|
||||
fork
|
||||
execve
|
||||
getpid
|
||||
wait
|
||||
kill
|
||||
|
||||
Others:
|
||||
pipe
|
||||
mount
|
||||
unmount
|
||||
swapon
|
||||
|
||||
|
||||
New ones will be added as needed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user