Daniel Bertalan
|
d5ea04cdfb
LibC+Kernel: Add sys/ttydefaults.h
|
4 years ago |
Nicholas Baron
|
aa4d41fe2c
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
|
4 years ago |
Andreas Kling
|
e46343bf9a
Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>
|
4 years ago |
Gunnar Beutner
|
71f90695c2
Kernel: Implement support for PTY flags ICRNL, OPOST and ONLCR
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Baitinq
|
19c578024b
Kernel: Added TIOCSTI ioctl placeholder (#6037)
|
4 years ago |
Jean-Baptiste Boric
|
b05b4d4b24
Kernel: Refactor storage stack with u64 as file operations offset
|
4 years ago |
Andreas Kling
|
3b3e7d3f46
Kernel: Silence TTY signal debug spam
|
4 years ago |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 years ago |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 years ago |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 years ago |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 years ago |
asynts
|
27bc48e06c
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
Tom
|
2830ce5383
Kernel: Unsupported TTY ioctls should return EINVAL gracefully
|
4 years ago |
Andreas Kling
|
19d3f8cab7
Kernel+LibC: Turn errno codes into a strongly typed enum
|
4 years ago |
Andreas Kling
|
a0506cb39e
Kernel: Only send SIGTTOU if TTY termios has TOSTOP flag
|
4 years ago |
asynts
|
723effd051
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
Linus Groh
|
bbe787a0af
Everywhere: Re-format with clang-format-11
|
4 years ago |
Lenny Maiorani
|
765936ebae
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
|
4 years ago |
Tom
|
046d6855f5
Kernel: Move block condition evaluation out of the Scheduler
|
4 years ago |
Tom
|
75f61fe3d9
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
|
4 years ago |
Linus Groh
|
bcfc6f0c57
Everywhere: Fix more typos
|
4 years ago |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 years ago |
Andreas Kling
|
f8e59addf7
Kernel+LibC+UE: Introduce SIGINFO (generated with ^T)
|
4 years ago |
Andreas Kling
|
c14de7da99
Kernel: Remove bogus FIXME in TTY::write()
|
4 years ago |
AnotherTest
|
688e54eac7
Kernel: Distinguish between new and old process groups with equal pgids
|
5 years ago |
Ben Wiederhake
|
7bdf54c837
Kernel: PID/PGID typing
|
5 years ago |
Andreas Kling
|
ddab7ab693
Kernel: Store TTY's foreground process as a WeakPtr<Process>
|
5 years ago |
AnotherTest
|
05972668d1
Kernel: Send a SIGCHLD to the parent upon suspension of a process
|
5 years ago |
Brian Gianforcaro
|
946c96dd56
Kernel: Suppress remaining unobserved KResult return codes
|
5 years ago |