1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 12:27:35 +00:00
serenity/Userland
Andreas Kling c1af2f28e3 LibCore: Add Directory::chown() API and use it in Core::Account
Since we already have the directory open, let's have an API to fchown()
the underlying file descriptor instead of forcing clients to do another
path lookup.
2022-08-15 17:18:11 +02:00
..
Applets Base: Launch AudioServer at session start-up 2022-08-14 21:52:35 +01:00
Applications LibJS: Use NaN boxing to decrease the memory size of Values 2022-08-15 17:11:25 +02:00
Demos Everywhere: Replace hardcoded anon's uid in unveil path with %uid 2022-08-14 21:52:35 +01:00
DevTools Base: Launch LanguageServers at session start-up 2022-08-14 21:52:35 +01:00
DynamicLoader LibPthread: Implement named semaphores 2022-07-21 16:39:22 +02:00
Games Base: Launch FileSystemAccessServer at session start-up 2022-08-14 21:52:35 +01:00
Libraries LibCore: Add Directory::chown() API and use it in Core::Account 2022-08-15 17:18:11 +02:00
Services LoginServer+LibCore: Only create user temp directory from LoginServer 2022-08-15 17:18:11 +02:00
Shell Shell: Avoid StringView OOB access in Formatter ctor 2022-08-11 14:12:55 +00:00
Utilities Base: Launch AudioServer at session start-up 2022-08-14 21:52:35 +01:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00