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