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
2021-05-16
Kernel: Print all logbuffer from ConsoleDevice to debug Virtual Console
Liav A
2021-05-16
Kernel: Allow the user to specify the virtual console when booting
Liav A
2021-05-16
Kernel: Print scheduler state to the display console
Liav A
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-05-16
Kernel: Rename Console => ConsoleDevice
Liav A
2021-05-16
LibC+Kernel: Add sys/ttydefaults.h
Daniel Bertalan
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
2021-05-15
Kernel: Make PTYMultiplexer::open API OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>
Andreas Kling
2021-05-13
Kernel: Avoid unnecessary allocations for TTY::tty_name()
Gunnar Beutner
2021-05-01
Kernel: Don't use ref_count() in MasterPTY::close()
Gunnar Beutner
2021-04-30
Kernel: Implement support for PTY flags ICRNL, OPOST and ONLCR
Gunnar Beutner
2021-04-29
Everywhere: Add missing comma between copyright year and name
Linus Groh
2021-04-25
Kernel: Remove the now defunct `LOCKER(..)` macro.
Brian Gianforcaro
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-03
Kernel: Introduce a new HID subsystem
Liav A
2021-03-31
Kernel: Added TIOCSTI ioctl placeholder (#6037)
Baitinq
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
2021-03-17
Kernel: Refactor storage stack with u64 as file operations offset
Jean-Baptiste Boric
2021-03-02
Kernel: Make kgettimeofday use AK::Time
Ben Wiederhake
2021-02-27
LibVT: Make VT::Line use a Vector for storage
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
Kernel: Silence TTY signal debug spam
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
Andreas Kling
2021-02-17
Kernel: Convert snprintf() => String::formatted()/number()
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-23
Kernel: Evaluate block conditions inside VirtualConsole::emit()
Jean-Baptiste Boric
2021-01-22
Kernel: Make device generate their own names
Jean-Baptiste Boric
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
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
Kernel: Convert a bunch of String::format() => String::formatted()
Andreas Kling
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-10
Kernel: Defer handling of key press events in VirtualConsole
Andrew Kaster
2021-01-10
LibVT: Respect the Negative attribute when drawing text
AnotherTest
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-03
Kernel: Improve ProcFS behavior in low memory conditions
Tom
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-27
Kernel: Add a method to determine the desired permissions of a Device
Liav A
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
[next]