Brian Gianforcaro
|
46c9b1d81c
Kernel+LibC: Use argument for TIOCGPGRP ioctl value
|
4 年之前 |
Brian Gianforcaro
|
9a04f53a0f
Kernel: Utilize AK::Userspace<T> in the ioctl interface
|
4 年之前 |
Daniel Bertalan
|
42d197cde7
Kernel: Fix miscellaneous warnings when building with Clang
|
4 年之前 |
Hendiadyoin1
|
7ca3d413f7
Kernel: Pull apart CPU.h
|
4 年之前 |
Daniel Bertalan
|
ae6367999f
Kernel: Fix assertion failure on large TTY writes
|
4 年之前 |
Gunnar Beutner
|
1c3346e3ce
Kernel: Use KResultOr<size_t> throughout the TTY subsystem
|
4 年之前 |
Daniel Bertalan
|
169e93f0a7
Kernel: Perform output processing on echo
|
4 年之前 |
Daniel Bertalan
|
06c835f857
Kernel: Signal EOF/EOL characters properly in `TTY`
|
4 年之前 |
Sahan Fernando
|
c3b670c092
Kernel: Acknowledge partial writes from TTYs
|
4 年之前 |
Daniel Bertalan
|
f0375e3efe
Kernel+LibC: Support more `termios` settings in TTY
|
4 年之前 |
Daniel Bertalan
|
d5ea04cdfb
LibC+Kernel: Add sys/ttydefaults.h
|
4 年之前 |
Nicholas Baron
|
aa4d41fe2c
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
|
4 年之前 |
Andreas Kling
|
e46343bf9a
Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>
|
4 年之前 |
Gunnar Beutner
|
71f90695c2
Kernel: Implement support for PTY flags ICRNL, OPOST and ONLCR
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Baitinq
|
19c578024b
Kernel: Added TIOCSTI ioctl placeholder (#6037)
|
4 年之前 |
Jean-Baptiste Boric
|
b05b4d4b24
Kernel: Refactor storage stack with u64 as file operations offset
|
4 年之前 |
Andreas Kling
|
3b3e7d3f46
Kernel: Silence TTY signal debug spam
|
4 年之前 |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 年之前 |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 年之前 |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 年之前 |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 年之前 |
asynts
|
27bc48e06c
Everywhere: Replace a bundle of dbg with dbgln.
|
4 年之前 |
Tom
|
2830ce5383
Kernel: Unsupported TTY ioctls should return EINVAL gracefully
|
4 年之前 |
Andreas Kling
|
19d3f8cab7
Kernel+LibC: Turn errno codes into a strongly typed enum
|
4 年之前 |
Andreas Kling
|
a0506cb39e
Kernel: Only send SIGTTOU if TTY termios has TOSTOP flag
|
4 年之前 |
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 年之前 |