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
/
TTY.cpp
Age
Commit message (
Expand
)
Author
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Kernel: Unsupported TTY ioctls should return EINVAL gracefully
Tom
2021-01-20
Kernel+LibC: Turn errno codes into a strongly typed enum
Andreas Kling
2021-01-11
Kernel: Only send SIGTTOU if TTY termios has TOSTOP flag
Andreas Kling
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-09-09
Kernel+LibC+UE: Introduce SIGINFO (generated with ^T)
Andreas Kling
2020-09-06
Kernel: Remove bogus FIXME in TTY::write()
Andreas Kling
2020-08-19
Kernel: Distinguish between new and old process groups with equal pgids
AnotherTest
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
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-02
Kernel: Remove ProcessInspectionHandle and make Process RefCounted
Tom
2020-07-31
Kernel: Remove SmapDisabler in sys$ioctl()
Andreas Kling
2020-07-11
LibC: Implement tcflush(3)
Peter Elliott
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
2020-05-23
Kernel: Use a FlatPtr for the "argument" to ioctl()
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
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-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-01-25
Kernel: Unbreak canonical mode TTY erase after LibVT changes
Andreas Kling
2020-01-18
Meta: Add license header to source files
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
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-20
TTY: Implement Canonical mode and basic echoing.
Drew Stratford
2019-10-18
Kernel: Keep TTY names in character buffers instead of Strings
Andreas Kling
2019-08-23
Kernel: Use IteratorDecision in Process::for_each_in_pgrp()
Andreas Kling
2019-08-12
Kernel: Use a CircularQueue for input rather than a DoubleBuffer
Conrad Pankoff
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
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
[prev]
[next]