1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:48:13 +00:00
serenity/Userland
Samuel Bowman 7b8088c78d LibCore: Add File::is_{block,char}_device() helpers
The existing File::is_device() helpers don't distinguish between
block and char devices. This commit adds File::is_block_device() and
File::is_char_device() helpers which are more specific.
2022-07-21 20:13:44 +01:00
..
Applets Keymap+WindowServer: Add context menu to keymap applet 2022-07-21 16:40:47 +02:00
Applications LibDSP: Rename library namespace to DSP 2022-07-19 11:17:45 +01:00
Demos LaunchServer+SystemServer: Move the portal to a user-specific directory 2022-07-19 11:15:14 +01:00
DevTools LibC: Remove the LibPthread interface target 2022-07-19 11:00:35 +01:00
DynamicLoader LibPthread: Implement named semaphores 2022-07-21 16:39:22 +02:00
Games LaunchServer+SystemServer: Move the portal to a user-specific directory 2022-07-19 11:15:14 +01:00
Libraries LibCore: Add File::is_{block,char}_device() helpers 2022-07-21 20:13:44 +01:00
Services Keymap+WindowServer: Add context menu to keymap applet 2022-07-21 16:40:47 +02:00
Shell Shell: Add the |& construct for piping stderr along with stdout 2022-07-17 00:51:31 +00:00
Utilities Utilities+LibELF: Temporary promises for dynamic linker in "pledge" 2022-07-21 16:40:11 +02:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00