summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/fcntl.h
AgeCommit message (Expand)Author
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