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
/
DevPtsFS.cpp
Age
Commit message (
Expand
)
Author
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-08
Kernel: Simplify FS::create_inode() a little bit
Andreas Kling
2020-02-08
Kernel: Simplify FS::create_directory() a little bit
Andreas Kling
2020-02-01
Kernel: Make Inode::lookup() return a RefPtr<Inode>
Andreas Kling
2020-01-24
Meta: Claim copyright for files created by me
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-04
Kernel: Entries in /dev/pts should be accessible only to the owner
Andreas Kling
2020-01-03
Kernel: Allow passing initial UID and GID when creating new inodes
Andreas Kling
2019-12-09
Kernel: Give PTY's *actually* unique major ID's
Andreas Kling
2019-08-18
Kernel: Move device lookup to Device class itself
Sergey Bugaev
2019-08-17
DevPtsFS: Do not assume there is one of it
Sergey Bugaev
2019-07-22
DevPtsFS: Use String::number() in a place where it makes sense.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-07
Kernel: Run clang-format on everything.
Andreas Kling
2019-04-03
Kernel: Move TTY-related files into Kernel/TTY/.
Andreas Kling
2019-04-03
Kernel: Move FS-related files into Kernel/FileSystem/
Andreas Kling
[prev]