index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
fcntl.h
Age
Commit message (
Expand
)
Author
2022-08-23
LibC: Add missing sys/cdefs.h include
Emily Trau
2022-07-15
Kernel+LibC: Add posix_fallocate syscall
Hendiadyoin1
2022-05-21
Kernel+LibC+VFS: Implement utimensat(3)
Ariel Don
2022-04-30
LibC: Add all the `POSIX_FADV_*` constants
Tim Schumacher
2022-04-29
LibC: Implement posix_fadvise() (as a harmless no-op)
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-08-14
Kernel+LibC: Share definitions in fcntl.h and sys/types.h
Andreas Kling
2021-07-20
Kernel+LibC: Implement fcntl(2) advisory locks
Peter Elliott
2021-05-14
Kernel+LibC: Add fstatat
Mart G
2021-05-12
Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0
sin-ack
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-11
LibC: Move S_* defines into <fcntl.h>
Gunnar Beutner
2021-03-27
LibC: Define F_GETLK
Jelle Raaijmakers
2021-03-27
LibC: Add S_I{READ,WRITE,EXEC} macro aliases for BSD compatibility
Andreas Kling
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling