This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-03-14 01:16:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
575664cda39d610ed2ea279e88eecf6a4fd8fdb4
ladybird
/
Kernel
/
TTY
History
Andreas Kling
62a191b59a
Kernel: Require "tty" for ioctl() on TTY and MasterPTY
...
SystemServer now pledges "tty" since it's used when spawning services.
2020-01-12 13:29:51 +01:00
..
MasterPTY.cpp
Kernel: Require "tty" for ioctl() on TTY and MasterPTY
2020-01-12 13:29:51 +01:00
MasterPTY.h
…
PTYMultiplexer.cpp
Kernel: File::open() should apply r/w mode from the provided options
2020-01-04 12:30:55 +01:00
PTYMultiplexer.h
…
SlavePTY.cpp
Kernel: Give PTY's *actually* unique major ID's
2019-12-09 21:03:39 +01:00
SlavePTY.h
…
TTY.cpp
Kernel: Require "tty" for ioctl() on TTY and MasterPTY
2020-01-12 13:29:51 +01:00
TTY.h
…
VirtualConsole.cpp
VirtualConsole: use memmove for an overlapping copy
2019-12-20 20:02:45 +01:00
VirtualConsole.h
…