summaryrefslogtreecommitdiff
path: root/LibC/grp.cpp
AgeCommit message (Expand)Author
2019-05-19LibC: Add mmap_with_name() that names the allocation immediately.Andreas Kling
2019-03-14LibC: Oops, rename getgrname() -> getgrnam().Andreas Kling
2019-02-25More moving towards using signed types.Andreas Kling
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2018-12-04Import a simple text editor I started working on.Andreas Kling
2018-11-08Start working on memory-mapped files.Andreas Kling
2018-11-07Add some basic setgroups(), getgroups() and initgroups().Andreas Kling
2018-11-07Minor fixes in getgrent() and getpwent() function families.Andreas Kling
2018-11-06Add getgrent() family of functions.Andreas Kling