ladybird/Userland
Andreas Kling 1e4117f1e1 LibCore: Add syscall wrapper for getgroups()
This wrapper does all the grunt work of figuring out how many extra GIDs
there are, and then returning them nicely wrapped in a Vector<gid_t>.
2022-01-02 18:08:02 +01:00
..
Applets Everywhere: Refactor 'muted' to 'main_mix_muted' in all AudioConnections 2021-12-24 00:19:01 -08:00
Applications Calculator: Round small number to prevent crash 2022-01-02 15:42:13 +01:00
Demos LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr 2021-12-24 05:11:52 -08:00
DevTools HackStudio: Avoid unnecessary copies in CodeComprehensionEngine 2022-01-01 15:40:39 +01:00
DynamicLoader
Games Pong: Support W and S keys for movement 2021-12-30 14:36:21 +01:00
Libraries LibCore: Add syscall wrapper for getgroups() 2022-01-02 18:08:02 +01:00
Services LookupServer: Avoid unnecessary copies 2022-01-01 15:40:39 +01:00
Shell Shell: Make redirection errors raise ShellErrors 2021-12-31 02:19:45 +03:30
Utilities rm: Check before removing '/' 2022-01-02 17:37:35 +01:00
CMakeLists.txt