ladybird/Base/usr/share/man/man2
Liav A 5a649d0fd5 Kernel: Return EINVAL when specifying -1 for setuid and similar syscalls
For setreuid and setresuid syscalls, -1 means to set the current
uid/euid/gid/egid value, to be more convenient for programming.
However, for other syscalls where we pass only one argument, there's no
justification to specify -1.

This behavior is identical to how Linux handles the value -1, and is
influenced by the fact that the manual pages for the group of one
argument syscalls that handle ID operations is ambiguous about this
topic.
2021-12-20 11:32:16 +01:00
..
access.md
adjtime.md
disown.md
get_process_name.md Base: Add documentation for get_process_name 2021-04-15 09:01:11 +02:00
getegid.md
geteuid.md Everywhere: void arguments to C functions 2020-12-26 10:10:27 +01:00
getgid.md
getpid.md
getppid.md
getresgid.md
getresuid.md
gettid.md
getuid.md Everywhere: void arguments to C functions 2020-12-26 10:10:27 +01:00
mkdir.md
mount.md Manpages: Don't reference non-existing chroot 2021-10-10 15:18:55 -07:00
pipe.md Base: Update man2/pipe.md after 5d180d1f99 2021-09-26 12:45:19 +02:00
pledge.md Manpages: Don't reference non-existing chroot 2021-10-10 15:18:55 -07:00
readlink.md
recvfd.md Base: Update recvfd() man page after addition of options argument 2021-05-04 21:02:22 +02:00
sendfd.md
set_process_name.md Everywhere: Remove unnecessary whitespace at the end of some lines. 2021-03-08 09:20:53 +01:00
setegid.md
seteuid.md Kernel: Return EINVAL when specifying -1 for setuid and similar syscalls 2021-12-20 11:32:16 +01:00
setgid.md Base: Fix syscall/libc manpage sorting 2021-01-23 16:47:09 +01:00
setresgid.md
setresuid.md
setuid.md Kernel: Return EINVAL when specifying -1 for setuid and similar syscalls 2021-12-20 11:32:16 +01:00
uname.md
unveil.md Manpages: Don't reference non-existing chroot 2021-10-10 15:18:55 -07:00