Age | Commit message (Expand) | Author |
---|---|---|
2022-12-11 | Kernel+LibC+LibCore: Implement `mkdirat(2)` | sin-ack |
2022-05-21 | Kernel+LibC: Implement futimens(3) | Ariel Don |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-01-12 | Kernel+LibC+LibCore+UE: Implement `fchmodat(2)` | Daniel Bertalan |
2021-08-14 | Kernel+LibC: Share definitions for time.h and sys/stat.h | Andreas Kling |
2021-05-14 | Kernel+LibC: Add fstatat | Mart G |
2021-05-14 | LibC: Move makedev(), major(), minor(), to sys/types.h | Jean-Baptiste Boric |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-17 | Kernel+LibC: Update struct stat to use struct timespec instead of time_t | Gunnar Beutner |
2021-04-11 | LibC: Move S_* defines into <fcntl.h> | Gunnar Beutner |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |