summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/fcntl.cpp
AgeCommit message (Expand)Author
2023-04-10LibC: Properly implement the futimens functionLiav A
2022-11-29LibC: Negate kernel errors before returning them in posix_fallocate()Andreas Kling
2022-07-22LibC: Mark a bunch of functions as cancellation pointsTim Schumacher
2022-07-15Kernel+LibC: Add posix_fallocate syscallHendiadyoin1
2022-07-10Kernel+LibC+LibCore: Pass fcntl extra argument as pointer-sized variablegggggg-gggggg
2022-05-21Kernel+LibC+VFS: Implement utimensat(3)Ariel Don
2022-04-29LibC: Implement posix_fadvise() (as a harmless no-op)Andreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-09-16Kernel+LibC: Pack SC_inode_watcher_add_watch_params struct betterBrian Gianforcaro
2021-08-14Kernel+LibC: Share definitions in fcntl.h and sys/types.hAndreas Kling
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-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas 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