提交歷史

作者 SHA1 備註 提交日期
  Brian Gianforcaro 668c429900 Kernel: Convert UserOrKernelBuffer callbacks to use AK::Bytes 3 年之前
  Andreas Kling 85546af417 Kernel: Rename Thread::BlockCondition to BlockerSet 3 年之前
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 年之前
  Andreas Kling ed6f84c2c9 Kernel: Rename SpinLockProtectedValue<T> => SpinLockProtected<T> 3 年之前
  Idan Horowitz cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* 3 年之前
  Andreas Kling 0de8c95d49 Kernel: Convert SlavePTY all-instances HashTable to an IntrusiveList 4 年之前
  Brian Gianforcaro 425195e93f Kernel: Standardize the header include style to 'include <Kernel/...>' 4 年之前
  Gunnar Beutner 1c3346e3ce Kernel: Use KResultOr<size_t> throughout the TTY subsystem 4 年之前
  Andreas Kling e46343bf9a Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t> 4 年之前
  Gunnar Beutner 8b079a6b0d Kernel: Avoid unnecessary allocations for TTY::tty_name() 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Jean-Baptiste Boric b05b4d4b24 Kernel: Refactor storage stack with u64 as file operations offset 4 年之前
  Ben Wiederhake 336303bda4 Kernel: Make kgettimeofday use AK::Time 4 年之前
  Andreas Kling 6c2f0316d9 Kernel: Convert snprintf() => String::formatted()/number() 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 年之前
  Jean-Baptiste Boric f64e287b82 Kernel: Make device generate their own names 4 年之前
  asynts 7b0a1a98d9 Everywhere: Replace a bundle of dbg with dbgln. 4 年之前
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler 4 年之前
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 年之前
  Andreas Kling 4527d9852a Kernel: Track time-of-last-write in SlavePTY and report it as mtime 4 年之前
  Ben Wiederhake b6afe1f0ce Kernel: Prefer snprintf over sprintf 5 年之前
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> 5 年之前
  Andreas Kling 58feebeed2 Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname() 5 年之前
  Tom 16783bd14d Kernel: Turn Thread::current and Process::current into functions 5 年之前
  Sergey Bugaev 1b4e88fb59 Kernel: Allow File::close() to fail 5 年之前
  Conrad Pankoff a3edeb5868 Kernel: Add explicit offset parameter to File::read etc 5 年之前
  Liav A 1f13f51ebd SlavePTY: Use dbg() instead of dbgprintf() 5 年之前
  Andreas Kling 48f7c28a5c Kernel: Replace "current" with Thread::current and Process::current 5 年之前