1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Base/usr/share/man
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
..
man1 Base: Add shutdown(1) manpage 2021-12-19 11:13:58 -08:00
man2 Kernel: Return EINVAL when specifying -1 for setuid and similar syscalls 2021-12-20 11:32:16 +01:00
man3 Base: Fix Markdown links in man pages 2021-09-11 15:17:44 +02:00
man4 Manpages: Fix broken link to ioctl page 2021-10-10 15:18:55 -07:00
man5 SystemServer: Rename 'BootModes' config option to 'SystemModes' 2021-10-25 23:38:28 +02:00
man7 Base: Document readonly atexit mitigation 2021-11-11 12:50:18 +00:00
man8 Manpages: Auto-generate many through ArgsParser 2021-11-01 21:12:58 +01:00