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.cpp
Age
Commit message (
Expand
)
Author
2022-07-22
LibC: Mark a bunch of functions as cancellation points
Tim Schumacher
2022-07-15
Kernel+LibC: Add posix_fallocate syscall
Hendiadyoin1
2022-07-10
Kernel+LibC+LibCore: Pass fcntl extra argument as pointer-sized variable
gggggg-gggggg
2022-05-21
Kernel+LibC+VFS: Implement utimensat(3)
Ariel Don
2022-04-29
LibC: Implement posix_fadvise() (as a harmless no-op)
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-09-16
Kernel+LibC: Pack SC_inode_watcher_add_watch_params struct better
Brian Gianforcaro
2021-08-14
Kernel+LibC: Share definitions in fcntl.h and sys/types.h
Andreas Kling
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-02-05
Userland: Add LibSystem and funnel all syscalls through it
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