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-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
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
[next]