ladybird/LibC/sys
Andreas Kling 0aaec6b19a Support resizing the Terminal app.
I set it up so that TIOCSWINSZ on a master PTY gets forwarded to the slave.
This feels intuitively right. Terminal can then use that to inform the shell
or whoever is inside the slave that the window size has changed.

TIOCSWINSZ also triggers the generation of a SIGWINCH signal. :^)
2019-02-20 23:38:20 +01:00
..
cdefs.h LibC: The standard C library needs to be able to build as pure C. 2019-02-15 22:37:20 +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 Support resizing the Terminal app. 2019-02-20 23:38:20 +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
select.cpp Kernel: Get rid of Unix namespace. 2019-01-23 06:57:00 +01:00
select.h Oops, forgot to add the select() files to LibC a while ago. 2019-01-17 01:41:13 +01:00
socket.cpp LibC: Add socket(), bind(), listen(), accept() and connect(). 2019-02-14 15:26:06 +01:00
socket.h LibC: Add socket(), bind(), listen(), accept() and connect(). 2019-02-14 15:26:06 +01:00
stat.h Kernel: Begin implementing UNIX domain sockets. 2019-02-14 14:17:38 +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 Get nyancat nyanning in Serenity. 2019-02-03 16:11:28 +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