]> Zhao Yanbai Git Server - minix.git/commit
Implement issetugid syscall
authorThomas Veerman <thomas@minix3.org>
Mon, 28 Nov 2011 10:03:43 +0000 (10:03 +0000)
committerThomas Veerman <thomas@minix3.org>
Mon, 28 Nov 2011 10:03:43 +0000 (10:03 +0000)
commitb4fb06180253da4c62985b69062c12615fb8dfe5
tree9aa9539ef4771d2ab7064885afd42e3e46f82d3c
parentef99a7a3dc55280fff9eb4a4755a5dde7cf37ee1
Implement issetugid syscall

Implement issetugid syscall and provide a test. This gets rid of the
scary "Unsecure. Implement me" warning during compilation.
20 files changed:
common/include/minix/callnr.h
common/include/minix/type.h
include/unistd.h
lib/libc/other/Makefile.inc
lib/libc/other/issetugid.c [new file with mode: 0644]
lib/nbsd_libc/sys-minix/issetugid.c
servers/avfs/exec.c
servers/avfs/exec.h
servers/pm/exec.c
servers/pm/forkexit.c
servers/pm/getset.c
servers/pm/mproc.h
servers/pm/table.c
servers/vfs/exec.c
servers/vfs/exec.h
test/Makefile
test/run
test/t60a.c [new file with mode: 0644]
test/t60b.c [new file with mode: 0644]
test/test60.c [new file with mode: 0644]