summaryrefslogtreecommitdiff
path: root/Userland/Utilities/id.cpp
AgeCommit message (Expand)Author
2022-09-27LibCore: Use `StringView` instead of `char *` in AccountLucas CHOLLET
2022-01-02LibCore+id: Make more use of Core::System wrappers in Core::AccountAndreas Kling
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-22Everywhere: Use ArgsParser::parse() with Main::Arguments directlyMustafa Quraish
2021-11-22id: Port to LibMain :^)Andreas Kling
2021-07-31Userland: Fix id(1) printing the user's primary group for extra gidssin-ack
2021-07-09Utilities: Add ability to query specific user with idJean-Baptiste Boric
2021-07-09Utilities: Use Core::Account for idJean-Baptiste Boric
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling