ladybird/Userland
Brian Gianforcaro 46c9b1d81c Kernel+LibC: Use argument for TIOCGPGRP ioctl value
In preparation for modifying the Kernel IOCTL API to return KResult
instead of int, we need to fix this ioctl to an argument to receive
it's return value, instead of using the actual function return value.
2021-07-27 01:23:37 +04:30
..
Applets DesktopPicker: Make sure the applet always ends up in the same place 2021-07-22 09:17:01 +02:00
Applications Mail: Prompt for password if no password was saved 2021-07-26 21:55:18 +04:30
Demos Userland: Add GUI::Window::add_menu() and use it everywhere 2021-07-21 21:24:26 +02:00
DevTools GML Playground: Add Vim emulation 2021-07-24 01:13:42 +02:00
DynamicLoader DynamicLoader: Don't truncate dynamic section address on x86_64 2021-07-22 23:34:33 +02:00
Games Solitaire: Use AK::get_random_uniform() instead of rand()/srand() 2021-07-24 01:40:51 +02:00
Libraries Kernel+LibC: Use argument for TIOCGPGRP ioctl value 2021-07-27 01:23:37 +04:30
Services NotificationServer: Expand the notification when hovered 2021-07-26 21:14:39 +04:30
Shell Shell: Don't assume that only the current shell may continue children 2021-07-17 02:00:24 +04:30
Utilities Kernel: Add option to build with coverage instrumentation and KCOV 2021-07-26 17:40:28 +02:00
CMakeLists.txt