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-09-06
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
Andreas Kling
2021-09-06
Kernel: Use TRY() in PTYMultiplexer::open()
Andreas Kling
2021-09-05
Kernel: Make all Spinlocks use u8 for storage, remove template
Brian Gianforcaro
2021-09-05
Kernel: Make copy_{from,to}_user() return KResult and use TRY()
Andreas Kling
2021-09-05
Kernel: Declare type aliases with "using" instead of "typedef"
Brian Gianforcaro
2021-09-01
Kernel: Convert UserOrKernelBuffer callbacks to use AK::Bytes
Brian Gianforcaro
2021-08-29
Kernel: Rename FileDescription::create() => try_create()
Andreas Kling
2021-08-23
Kernel: Rename Thread::BlockCondition to BlockerSet
Andreas Kling
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-22
Kernel: Rename SpinLockProtectedValue<T> => SpinLockProtected<T>
Andreas Kling
2021-08-22
Kernel: Rename ProtectedValue<T> => MutexProtected<T>
Andreas Kling
2021-08-19
Kernel: Make Process::current() return a Process& instead of Process*
Idan Horowitz
2021-08-17
Kernel: Convert SlavePTY all-instances HashTable to an IntrusiveList
Andreas Kling
2021-08-09
Kernel: Fix logic typo in ConsoleManagement::is_initialized()
Andreas Kling
2021-08-08
Kernel: Remove unnecessary churn in ConsoleManagement
Andreas Kling
2021-08-08
Everywhere: Replace AK::Singleton => Singleton
Andreas Kling
2021-08-07
Kernel: Port PTYMultiplexer to ProtectedValue
Andreas Kling
2021-08-07
Kernel: Increase maximum PTY count from 8 to 64
Andreas Kling
2021-08-07
Kernel/TTY: Remove redundant SpinLock from VirtualConsole
Andreas Kling
2021-08-07
Kernel: Move Mutex into Locking/
Jean-Baptiste Boric
2021-08-06
Kernel: Add convenience values to the Memory::Region::Access enum
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Fix handful of remaining "return -EFOO" mistakes
Andreas Kling
2021-08-03
Kernel: Convert MasterPTY creation to use DoubleBuffer factory
Brian Gianforcaro
2021-07-27
Kernel: Modify the IOCTL API to return KResult
Brian Gianforcaro
2021-07-27
Kernel+LibC: Use argument for TIOCGPGRP ioctl value
Brian Gianforcaro
2021-07-27
Kernel: Utilize AK::Userspace<T> in the ioctl interface
Brian Gianforcaro
2021-07-18
Kernel: Rename Locker => MutexLocker
Andreas Kling
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-11
Kernel: Standardize the header include style to 'include <Kernel/...>'
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in TTY subtree
Brian Gianforcaro
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-07-03
Kernel: Fix miscellaneous warnings when building with Clang
Daniel Bertalan
2021-06-25
Kernel: Don't clear VirtualConsoles when initializing
Sahan Fernando
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-06-21
Kernel: Fix assertion failure on large TTY writes
Daniel Bertalan
2021-06-18
Kernel: Fix crash when changing screen resolution
Gunnar Beutner
2021-06-17
Kernel: Remove obsolete size_t casts
Gunnar Beutner
2021-06-16
Kernel: Use KResultOr<size_t> throughout the TTY subsystem
Gunnar Beutner
2021-06-11
Kernel: Add missing BrightWhite color to VirtualConsole
Daniel Bertalan
2021-06-10
Kernel: Re-render console after echoing characters
Daniel Bertalan
2021-06-10
Kernel+LibVT: Fix selection with scrollback wrap-around
Daniel Bertalan
2021-06-10
Kernel+LibVT: Implement left-right scrolling
Daniel Bertalan
2021-06-10
Kernel+LibVT: Add function for deleting a range of characters
Daniel Bertalan
2021-06-10
LibVT+Kernel: Support clearing the scrollback buffer
Daniel Bertalan
2021-06-10
LibVT+Kernel: Clean up scroll API
Daniel Bertalan
2021-06-05
Kernel: Perform output processing on echo
Daniel Bertalan
[prev]
[next]