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
Age
Commit message (
Expand
)
Author
2019-08-12
VirtualConsole: Only consume data from key-down events
Conrad Pankoff
2019-08-12
Kernel: Restore alt+n hijacking for virtual console switching
Conrad Pankoff
2019-08-11
Kernel: Customize absolute_path() for more file types
Sergey Bugaev
2019-08-11
FileDescription: Disallow construction with a null File
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-21
Change "retain" to "ref" in various comments.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
AK: Rename Retainable => RefCounted.
Andreas Kling
2019-06-13
Kernel: Rename "descriptor" to "description" where appropriate.
Andreas Kling
2019-06-07
Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h}
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
Kernel: Run clang-format on everything.
Andreas Kling
2019-06-07
Kernel: Rename FileDescriptor to FileDescription.
Andreas Kling
2019-06-06
TTY: Generate SIGTSTP if cc[VSUSP] is pressed.
Andreas Kling
2019-06-01
Kernel: Make File::absolute_path() const.
Andreas Kling
2019-05-31
Update Badge<T> instantiations to simply be {}.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-08
Replace various copies of parse_uint(String) with String::to_uint().
Andreas Kling
2019-05-03
Kernel: Make Socket inherit from File.
Andreas Kling
2019-05-02
Kernel: Assign Lock names in class member initializers.
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
FileDescriptor: Let TTY handle its own absolute_path().
Andreas Kling
2019-04-24
Kernel: Simplify Device::open().
Andreas Kling
2019-04-23
Do a pass of compiler warning fixes.
Andreas Kling
2019-04-20
AK: Add String::copy(BufferType) helper.
Andreas Kling
2019-04-16
Kernel: Have TTY subclasses cache their tty_name/pts_name.
Andreas Kling
2019-04-03
Kernel: Move devices into Kernel/Devices/.
Andreas Kling
2019-04-03
Kernel: Move TTY-related files into Kernel/TTY/.
Andreas Kling
[prev]