Age | Commit message (Expand) | Author |
---|---|---|
2021-04-14 | LibC: Add missing macro for _SC_CLK_TCK | Gunnar Beutner |
2021-04-14 | LibC: Change return type for sleep() to unsigned int | Gunnar Beutner |
2021-04-11 | LibC: getopt() and getopt_long() shouldn't modify argv | Gunnar Beutner |
2021-03-28 | LibC: Add vfork() as a simple wrapper around fork() | Andreas Kling |
2021-03-16 | Kernel: Add _SC_CLK_TCK to sysconf. | thatdutchguy |
2021-02-15 | Kernel+LibC: Add the _SC_GETPW_R_SIZE_MAX sysconf enum | AnotherTest |
2021-02-15 | LibC: Pull fd_set.h into unistd.h | AnotherTest |
2021-01-18 | Kernel+LibC: Add _SC_TTY_NAME_MAX | Linus Groh |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |