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-05-16 16:18:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ebbe4dafa1166be22b8d3af22ccdb01cebfb68e2
ladybird
/
Kernel
/
TTY
History
Andreas Kling
37bfc36601
Kernel: Make SlavePTY store pointer to MasterPTY as NonnullRefPtr
...
No need for LockRefPtr here, as the pointer never changes after initialization.
2023-04-05 11:37:27 +02:00
..
ConsoleManagement.cpp
…
ConsoleManagement.h
…
MasterPTY.cpp
…
MasterPTY.h
…
PTYMultiplexer.cpp
…
PTYMultiplexer.h
…
SlavePTY.cpp
Kernel: Make SlavePTY store pointer to MasterPTY as NonnullRefPtr
2023-04-05 11:37:27 +02:00
SlavePTY.h
Kernel: Make SlavePTY store pointer to MasterPTY as NonnullRefPtr
2023-04-05 11:37:27 +02:00
TTY.cpp
Kernel: Stop using *LockRefPtr for ProcessGroup
2023-04-04 10:33:42 +02:00
TTY.h
…
VirtualConsole.cpp
…
VirtualConsole.h
…