1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:37:42 +00:00
serenity/LibC/sys
Andreas Kling 49b63281a0 Make it possible for a process to switch controlling terminals.
Via the TIOCSCTTY and TIOCNOTTY ioctls.
2019-01-15 08:49:24 +01:00
..
cdefs.h Various stubs while trying to get an old coreutils to build. 2018-11-17 15:56:09 +01:00
file.h Tiny LibC things. 2018-11-05 14:54:11 +01:00
ioctl.h Add TIOCGWINSZ ioctl so userland can determine terminal geometry. 2018-11-29 03:45:23 +01:00
ioctl_numbers.h Make it possible for a process to switch controlling terminals. 2019-01-15 08:49:24 +01:00
mman.h Add getpwent() family of functions to LibC. 2018-10-31 19:54:25 +01:00
param.h Add getwd(). 2018-11-06 15:59:57 +01:00
resource.h More work towards getting bash to build. 2018-11-05 19:01:59 +01:00
stat.h Finally hook up the mkdir code to a syscall. 2018-11-18 15:02:16 +01:00
sysmacros.h Various stubs while trying to get an old coreutils to build. 2018-11-17 15:56:09 +01:00
time.h Tiny LibC things. 2018-11-05 14:54:11 +01:00
times.h Lots of minor compat stuff while seeing if bash would build. 2018-11-05 16:40:48 +01:00
types.h Make bash-2.05b build with minimal changes. 2018-11-17 00:14:07 +01:00
utsname.h Move <utsname.h> to <sys/utsname.h> for correctness. 2018-11-09 10:24:41 +01:00
wait.h Tiny LibC things. 2018-11-05 14:54:11 +01:00