summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/grp.cpp
AgeCommit message (Expand)Author
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