ladybird/Userland/Libraries/LibC/sys
Liav A 5ffe2f117c Kernel/TTY: Implement TIOCGPTN ioctl for MasterPTY
This ioctl operation will allow userspace to determine the index number
of a MasterPTY after opening /dev/ptmx and actually getting an internal
file descriptor of MasterPTY.
2022-03-22 20:26:05 +01:00
..
arch Kernel: Add support for SA_SIGINFO 2022-03-04 20:07:05 +01:00
auxv.cpp LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.h 2021-10-28 11:24:36 +02:00
auxv.h LibC+LibDl: Declare functions taking no arguments as taking void 2022-01-08 19:22:00 +01:00
cdefs.h LibC: Define offsetof in stddef.h instead of sys/cdefs.h 2022-02-28 20:28:01 -08:00
file.cpp
file.h
internals.h LibC+LibDl: Declare functions taking no arguments as taking void 2022-01-08 19:22:00 +01:00
ioctl.h
ioctl_numbers.h Kernel/TTY: Implement TIOCGPTN ioctl for MasterPTY 2022-03-22 20:26:05 +01:00
kcov.h
mman.cpp Kernel+UE+LibC: Store address as void* in SC_m{re,}map_params 2021-12-23 23:08:10 +01:00
mman.h LibC: Add support for posix_madvise(..) 2021-12-22 13:28:13 -08:00
param.h
poll.h
prctl.cpp
prctl.h
prctl_numbers.h
ptrace.cpp LibCore: Implement new ptrace_peekbuf wrapper for PT_PEEKBUF syscall 2021-12-05 22:59:09 +01:00
ptrace.h Kernel+LibC: Fix ptrace for 64-bit 2021-11-20 21:22:24 +00:00
resource.h
select.cpp LibC: Add POSIX spec comments for select APIs 2021-12-21 18:16:48 -08:00
select.h
socket.cpp LibC: Add POSIX spec comments for socket APIs 2021-12-21 18:16:48 -08:00
socket.h
stat.h Kernel+LibC+LibCore+UE: Implement fchmodat(2) 2022-01-12 14:54:12 +01:00
statvfs.cpp
statvfs.h
sysmacros.h Everywhere: Add serenity_dev_{makedev,major,minor} 2022-01-09 00:58:44 +01:00
time.h
times.h
ttydefaults.h Userland: Locally suppress -Wc99-designator and re-enable globally 2022-01-04 07:51:31 +00:00
types.h
uio.cpp
uio.h
un.h
utsname.h
wait.cpp
wait.h
xattr.cpp
xattr.h