serenity/Userland
Andrew Kaster a18c7c4405 LibCore: Let LocalSocket send and receive messages with SCM_RIGHTS
These new methods combine send/receive with send_fd/receive_fd.

This is the 'correct' way to use SCM_RIGHTS, rather than trying to
emulate the Serenity behavior on other Unixes.
2024-04-19 16:38:55 -04:00
..
Applets Keymap: Draw the current keymap text with the correct theme color 2024-03-02 19:24:53 +00:00
Applications Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
BuggieBox AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Demos Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
DevTools LibIPC+Userland: Make IPC::File always own its file descriptor 2024-04-19 06:34:07 -04:00
DynamicLoader DynamicLoader: Disable stack protector in some files for RISC-V 2024-03-04 01:44:11 +01:00
Games Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Libraries LibCore: Let LocalSocket send and receive messages with SCM_RIGHTS 2024-04-19 16:38:55 -04:00
Services LibIPC+Userland: Make IPC::File always own its file descriptor 2024-04-19 06:34:07 -04:00
Shell Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Utilities Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
CMakeLists.txt