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
/
Libraries
/
LibC
/
grp.cpp
Age
Commit message (
Expand
)
Author
2023-05-28
LibC: Ensure that `struct group::gr_mem` pointers are aligned
Daniel Bertalan
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-25
LibC: Implement getgrent_r
ne0ndrag0n
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-07-06
LibC: Don't clear static storage during `endgrent`
Tim Schumacher
2022-06-19
LibC: Stop leaking FILE* from use of getgrnam and getgrgid
Andrew Kaster
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-12-16
Kernel+LibC: Move errno definitions to Kernel/API/POSIX
sin-ack
2021-07-15
LibC: Add putgrent
M4x1m3
2021-05-31
LibC: Replace fprintf(stderr) with warnln()
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling