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-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
2020-09-09
Kernel+LibC+UE: Introduce SIGINFO (generated with ^T)
Andreas Kling
2020-09-06
Kernel: Track time-of-last-write in SlavePTY and report it as mtime
Andreas Kling
2020-09-06
Kernel: Remove bogus FIXME in TTY::write()
Andreas Kling
2020-08-25
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-22
Kernel: Prefer snprintf over sprintf
Ben Wiederhake
2020-08-22
Revert "Kernel: Switch singletons to use new Singleton class"
Andreas Kling
2020-08-22
Revert "Kernel: Move Singleton class to AK"
Andreas Kling
2020-08-22
Revert "AK: Get rid of make_singleton function"
Andreas Kling
2020-08-22
AK: Get rid of make_singleton function
Tom
2020-08-22
Kernel: Move Singleton class to AK
Tom
2020-08-21
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-19
Kernel: Distinguish between new and old process groups with equal pgids
AnotherTest
[next]