summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/grp.cpp
AgeCommit message (Expand)Author
2023-05-28LibC: Ensure that `struct group::gr_mem` pointers are alignedDaniel Bertalan
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-25LibC: Implement getgrent_rne0ndrag0n
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-07-06LibC: Don't clear static storage during `endgrent`Tim Schumacher
2022-06-19LibC: Stop leaking FILE* from use of getgrnam and getgrgidAndrew Kaster
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-12-16Kernel+LibC: Move errno definitions to Kernel/API/POSIXsin-ack
2021-07-15LibC: Add putgrentM4x1m3
2021-05-31LibC: Replace fprintf(stderr) with warnln()Linus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling