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
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-17
Kernel: Move kernel above the 3GB virtual address mark
Andreas Kling
2020-01-12
Kernel: Require "tty" for ioctl() on TTY and MasterPTY
Andreas Kling
2020-01-12
Kernel: Put termios debug spam behind TTY_DEBUG
Andreas Kling
2020-01-04
Kernel: File::open() should apply r/w mode from the provided options
Andreas Kling
2019-12-20
VirtualConsole: use memmove for an overlapping copy
joshua stein
2019-12-09
Kernel: Give PTY's *actually* unique major ID's
Andreas Kling
2019-12-09
TTY: Change the MasterPTY device major to not conflict with /dev/psaux
Andreas Kling
2019-11-27
Kernel: Demangle userspace ELF symbols in backtraces
Andreas Kling
2019-11-23
Revert "Kernel: Move Kernel mapping to 0xc0000000"
Andreas Kling
2019-11-22
Kernel: Move Kernel mapping to 0xc0000000
Jesse Buhagiar
2019-11-06
AK: Remove unused AK::not_implemented()
Andreas Kling
2019-11-04
Kernel: Make File's can_read/can_write take a const FileDescription&
Andreas Kling
2019-11-02
TTY: Don't flush input on every character
Andreas Kling
2019-11-01
TTY: Flush input on signal character.
Drew Stratford
2019-10-30
TTY: Properly implement echo in VirtualConsole.
Drew Stratford
2019-10-24
TTY: MasterPTY should fail to ioctl() if slave is gone
Andreas Kling
2019-10-24
TTY: Forward TIOCGPGRP from MasterPTY to SlavePTY
Andreas Kling
2019-10-20
TTY: Implement Canonical mode and basic echoing.
Drew Stratford
2019-10-18
Revert "Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing"
Andreas Kling
2019-10-18
Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing
Andreas Kling
2019-10-18
Kernel: VirtualConsole can use kmalloc_eternal() for permanent stuff
Andreas Kling
2019-10-18
Kernel: Keep TTY names in character buffers instead of Strings
Andreas Kling
2019-09-16
Kernel: Move kmalloc() into a Kernel/Heap/ directory
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-23
Kernel: Give each TTY 1 KB of input buffer
Andreas Kling
2019-08-23
Kernel: Use IteratorDecision in Process::for_each_in_pgrp()
Andreas Kling
2019-08-18
Kernel: Disable VGA console in graphical mode
Conrad Pankoff
2019-08-17
DevPtsFS: Do not assume there is one of it
Sergey Bugaev
2019-08-12
Kernel: Use a CircularQueue for input rather than a DoubleBuffer
Conrad Pankoff
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
[next]