summaryrefslogtreecommitdiff
path: root/LibC/sys/ioctl_numbers.h
AgeCommit message (Expand)Author
2019-02-20Support resizing the Terminal app.Andreas Kling
2019-01-15Make it possible for a process to switch controlling terminals.Andreas Kling
2018-11-29Add TIOCGWINSZ ioctl so userland can determine terminal geometry.Andreas Kling
2018-11-16Reimplement tcsetattr/tcgetattr as ioctls.Andreas Kling
2018-11-16Add ioctl() and reimplement tcsetpgrp/tcsetpgrp as ioctls.Andreas Kling