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