asynts
|
723effd051
Everywhere: Replace a bundle of dbg with dbgln.
|
4 年之前 |
Linus Groh
|
bbe787a0af
Everywhere: Re-format with clang-format-11
|
4 年之前 |
Lenny Maiorani
|
765936ebae
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
|
4 年之前 |
Tom
|
046d6855f5
Kernel: Move block condition evaluation out of the Scheduler
|
4 年之前 |
Tom
|
75f61fe3d9
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
|
4 年之前 |
Linus Groh
|
bcfc6f0c57
Everywhere: Fix more typos
|
4 年之前 |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 年之前 |
Andreas Kling
|
f8e59addf7
Kernel+LibC+UE: Introduce SIGINFO (generated with ^T)
|
4 年之前 |
Andreas Kling
|
c14de7da99
Kernel: Remove bogus FIXME in TTY::write()
|
4 年之前 |
AnotherTest
|
688e54eac7
Kernel: Distinguish between new and old process groups with equal pgids
|
5 年之前 |
Ben Wiederhake
|
7bdf54c837
Kernel: PID/PGID typing
|
5 年之前 |
Andreas Kling
|
ddab7ab693
Kernel: Store TTY's foreground process as a WeakPtr<Process>
|
5 年之前 |
AnotherTest
|
05972668d1
Kernel: Send a SIGCHLD to the parent upon suspension of a process
|
5 年之前 |
Brian Gianforcaro
|
946c96dd56
Kernel: Suppress remaining unobserved KResult return codes
|
5 年之前 |
Brian Gianforcaro
|
d67069d922
Kernel: Propagate a few KResults properly in FileSystem subsystems
|
5 年之前 |
Andreas Kling
|
83e32788d5
Kernel: Send SIGTTIN and SIGTTOU signals on background TTY read/write
|
5 年之前 |
Andreas Kling
|
7a3ab6c517
Kernel: Make File::write() and File::read() return KResultOr<size_t>
|
5 年之前 |
Tom
|
538b985487
Kernel: Remove ProcessInspectionHandle and make Process RefCounted
|
5 年之前 |
Andreas Kling
|
292cd53192
Kernel: Remove SmapDisabler in sys$ioctl()
|
5 年之前 |
Peter Elliott
|
7a27fa3df8
LibC: Implement tcflush(3)
|
5 年之前 |
Tom
|
16783bd14d
Kernel: Turn Thread::current and Process::current into functions
|
5 年之前 |
Andreas Kling
|
b3736c1b1e
Kernel: Use a FlatPtr for the "argument" to ioctl()
|
5 年之前 |
Sergey Bugaev
|
450a2a0f9c
Build: Switch to CMake :^)
|
5 年之前 |
Andreas Kling
|
9c927538ad
Kernel: ioctl(TCSETSF) on a TTY should flush input
|
5 年之前 |
Conrad Pankoff
|
a3edeb5868
Kernel: Add explicit offset parameter to File::read etc
|
5 年之前 |
Andreas Kling
|
f3c245fb96
Kernel: Make ^W and ^U actually erase characters
|
5 年之前 |
Liav A
|
309593d5bd
TTY: Use dbg() instead of dbgprintf()
|
5 年之前 |
Andreas Kling
|
4e394862ce
Kernel: Disallow assigning a TTY to an arbitrary process group ID
|
5 年之前 |
Andreas Kling
|
7592f9afd5
AK: Use size_t for CircularQueue and CircularDeque
|
5 年之前 |
Andreas Kling
|
48f7c28a5c
Kernel: Replace "current" with Thread::current and Process::current
|
5 年之前 |