index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
FileSystem
/
FileDescriptor.h
Age
Commit message (
Expand
)
Author
2019-05-30
FileSystem: Get rid of VFS::absolute_path() and teach Mount about custodies.
Andreas Kling
2019-05-30
FileSystem: Port most of the code over to using custodies.
Andreas Kling
2019-05-30
Kernel: Make fcntl(F_SETFL) actually update the append/blocking flags.
Andreas Kling
2019-05-30
Kernel: Add InodeFile, a File subclass for regular files.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-26
Kernel: Support O_APPEND
Robin Burchell
2019-05-18
Kernel: Tidy up FileDescriptor members a bit.
Andreas Kling
2019-05-16
Kernel: Move Inode to its own files.
Andreas Kling
2019-05-03
Kernel: Make Socket inherit from File.
Andreas Kling
2019-04-29
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
Andreas Kling
2019-04-29
Kernel: Make FIFO inherit from File.
Andreas Kling
2019-04-28
Kernel: Make SharedMemory inherit from File.
Andreas Kling
2019-04-28
Kernel: Make ProcessTracer inherit from File.
Andreas Kling
2019-04-22
Kernel: Add a systrace() syscall and implement /bin/strace using it.
Andreas Kling
2019-04-09
Kernel: Yet more work on bringing up POSIX SHM.
Andreas Kling
2019-04-09
Kernel: More work towards POSIX SHM, also add ftruncate().
Andreas Kling
2019-04-06
Kernel: Move FIFO into FileSystem/ and Socket+LocalSocket into Net/.
Andreas Kling