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
/
TTY
/
PTYMultiplexer.cpp
Age
Commit message (
Expand
)
Author
2020-08-25
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-22
Revert "Kernel: Switch singletons to use new Singleton class"
Andreas Kling
2020-08-22
Revert "Kernel: Move Singleton class to AK"
Andreas Kling
2020-08-22
Revert "AK: Get rid of make_singleton function"
Andreas Kling
2020-08-22
AK: Get rid of make_singleton function
Tom
2020-08-22
Kernel: Move Singleton class to AK
Tom
2020-08-21
Kernel: Switch singletons to use new Singleton class
Tom
2020-02-27
PTYMultiplexer: Use dbg() instead of dbgprintf()
Liav A
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-01-18
Kernel: Move setting file flags and r/w mode to VFS::open()
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-04
Kernel: File::open() should apply r/w mode from the provided options
Andreas Kling
2019-08-11
FileDescription: Disallow construction with a null File
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-07
Kernel: Rename FileDescriptor to FileDescription.
Andreas Kling
2019-05-02
Kernel: Assign Lock names in class member initializers.
Andreas Kling
2019-04-29
Kernel: Make FIFO inherit from File.
Andreas Kling
2019-04-24
Kernel: Simplify Device::open().
Andreas Kling
2019-04-03
Kernel: Move TTY-related files into Kernel/TTY/.
Andreas Kling