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-08-10
Kernel: PID/PGID typing
Ben Wiederhake
2020-08-06
Kernel: Store TTY's foreground process as a WeakPtr<Process>
Andreas Kling
2020-08-06
Kernel: Send a SIGCHLD to the parent upon suspension of a process
AnotherTest
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-05
Kernel: Suppress remaining unobserved KResult return codes
Brian Gianforcaro
2020-08-05
Kernel: Propagate a few KResults properly in FileSystem subsystems
Brian Gianforcaro
2020-08-04
Kernel: Send SIGTTIN and SIGTTOU signals on background TTY read/write
Andreas Kling
2020-08-04
Kernel: Make File::write() and File::read() return KResultOr<size_t>
Andreas Kling
2020-08-04
Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname()
Andreas Kling
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-08-02
Kernel: Remove ProcessInspectionHandle and make Process RefCounted
Tom
2020-07-31
Kernel: Remove SmapDisabler in sys$ioctl()
Andreas Kling
2020-07-17
Kernel: Ensure there are all VirtualConsoles properly initialized
Florian Angermeier
2020-07-17
Kernel: Make the VirtualConsole index const unsigned instead of unsigned
Florian Angermeier
2020-07-11
LibC: Implement tcflush(3)
Peter Elliott
2020-07-06
Kernel: Add SMP IPI support
Tom
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
2020-06-16
Kernel: TTY:VirtualConsole, replace character attribute with code_point
Hüseyin ASLITÜRK
2020-06-02
Kernel: Allow File::close() to fail
Sergey Bugaev
2020-05-30
LibVT: Allow updating the window progress via an escape sequence
Andreas Kling
2020-05-27
Kernel: Port VirtualConsole to LibVT :^)
Sergey Bugaev
2020-05-23
Kernel: Use a FlatPtr for the "argument" to ioctl()
Andreas Kling
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-09
Kernel: ioctl(TCSETSF) on a TTY should flush input
Andreas Kling
2020-04-10
Kernel: Add explicit offset parameter to File::read etc
Conrad Pankoff
2020-03-26
Kernel: Make ^W and ^U actually erase characters
Andreas Kling
2020-02-27
SlavePTY: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
MasterPTY: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
PTYMultiplexer: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
VirtualConsole: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
TTY: Use dbg() instead of dbgprintf()
Liav A
2020-02-26
Kernel: Disallow assigning a TTY to an arbitrary process group ID
Andreas Kling
2020-02-20
AK: Use size_t for CircularQueue and CircularDeque
Andreas Kling
2020-02-18
TTY: Reset VGA start row when setting graphical TTY
Jesse Buhagiar
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-01-28
Kernel: Tweak some include statements
Andreas Kling
2020-01-25
Kernel: Unbreak canonical mode TTY erase after LibVT changes
Andreas Kling
2020-01-20
Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing
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-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
[prev]
[next]