index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
id.cpp
Age
Commit message (
Expand
)
Author
2022-09-27
LibCore: Use `StringView` instead of `char *` in Account
Lucas CHOLLET
2022-01-02
LibCore+id: Make more use of Core::System wrappers in Core::Account
Andreas Kling
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-22
Everywhere: Use ArgsParser::parse() with Main::Arguments directly
Mustafa Quraish
2021-11-22
id: Port to LibMain :^)
Andreas Kling
2021-07-31
Userland: Fix id(1) printing the user's primary group for extra gids
sin-ack
2021-07-09
Utilities: Add ability to query specific user with id
Jean-Baptiste Boric
2021-07-09
Utilities: Use Core::Account for id
Jean-Baptiste Boric
2021-06-01
Userland: Replace most printf-style APIs with AK::Format APIs :^)
Linus Groh
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling