summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/fcntl.h
AgeCommit message (Expand)Author
2022-08-23LibC: Add missing sys/cdefs.h includeEmily Trau
2022-07-15Kernel+LibC: Add posix_fallocate syscallHendiadyoin1
2022-05-21Kernel+LibC+VFS: Implement utimensat(3)Ariel Don
2022-04-30LibC: Add all the `POSIX_FADV_*` constantsTim Schumacher
2022-04-29LibC: Implement posix_fadvise() (as a harmless no-op)Andreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-08-14Kernel+LibC: Share definitions in fcntl.h and sys/types.hAndreas Kling
2021-07-20Kernel+LibC: Implement fcntl(2) advisory locksPeter Elliott
2021-05-14Kernel+LibC: Add fstatatMart G
2021-05-12Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0sin-ack
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-11LibC: Move S_* defines into <fcntl.h>Gunnar Beutner
2021-03-27LibC: Define F_GETLKJelle Raaijmakers
2021-03-27LibC: Add S_I{READ,WRITE,EXEC} macro aliases for BSD compatibilityAndreas Kling
2021-01-12LibC+Everywhere: Remove open_with_path_length() in favor of open()Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling