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-15 01:46:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1f475f7bbcc816e91f54d72b003b2d10b91bbef8
ladybird
/
Kernel
/
TTY
History
Andreas Kling
48a0b31c47
Kernel: Make copy_{from,to}_user() return KResult and use TRY()
...
This makes EFAULT propagation flow much more naturally. :^)
2021-09-05 17:38:37 +02:00
..
ConsoleManagement.cpp
…
ConsoleManagement.h
…
MasterPTY.cpp
…
MasterPTY.h
…
PTYMultiplexer.cpp
Kernel: Rename FileDescription::create() => try_create()
2021-08-29 01:09:19 +02:00
PTYMultiplexer.h
…
SlavePTY.cpp
Kernel: Convert UserOrKernelBuffer callbacks to use AK::Bytes
2021-09-01 18:06:14 +02:00
SlavePTY.h
Kernel: Rename Thread::BlockCondition to BlockerSet
2021-08-23 00:02:09 +02:00
TTY.cpp
Kernel: Make copy_{from,to}_user() return KResult and use TRY()
2021-09-05 17:38:37 +02:00
TTY.h
…
VirtualConsole.cpp
Kernel: Convert UserOrKernelBuffer callbacks to use AK::Bytes
2021-09-01 18:06:14 +02:00
VirtualConsole.h
Kernel: Declare type aliases with "using" instead of "typedef"
2021-09-05 09:48:43 +01:00