提交历史

作者 SHA1 备注 提交日期
  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 年之前
  Andreas Kling 2b2828ae52 Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions 4 年之前
  Andreas Kling fdf03852c9 Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions 4 年之前
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum 4 年之前
  Ben Wiederhake 64cc3f51d0 Meta+Kernel: Make clang-format-10 clean 4 年之前
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 年之前
  Tom d89582880e Kernel: Switch singletons to use new Singleton class 5 年之前
  Andreas Kling 2fd9e72264 Revert "Kernel: Switch singletons to use new Singleton class" 5 年之前
  Andreas Kling 8925ad3fa0 Revert "Kernel: Move Singleton class to AK" 5 年之前
  Andreas Kling 68580d5a8d Revert "AK: Get rid of make_singleton function" 5 年之前
  Tom 5a98e329d1 AK: Get rid of make_singleton function 5 年之前
  Tom f0906250a1 Kernel: Move Singleton class to AK 5 年之前
  Tom f48feae0b2 Kernel: Switch singletons to use new Singleton class 5 年之前
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> 5 年之前
  Tom d249b5df8f Kernel: Protect Console with SpinLock 5 年之前
  Sergey Bugaev f11270e7ce Kernel: Port VirtualConsole to LibVT :^) 5 年之前
  Andreas Kling 21d5f4ada1 Kernel: Absorb LibBareMetal back into the kernel 5 年之前
  Liav A e559af2008 Kernel: Apply changes to use LibBareMetal definitions 5 年之前
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 年之前
  Andreas Kling 1b2ef8582c Kernel: Make File's can_read/can_write take a const FileDescription& 5 年之前
  Nicolas Van Bossuyt 81c4dcadf1 Kernel: Prevent kprintf() from asserting in Console::the() (#718) 5 年之前
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. 6 年之前
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. 6 年之前
  Andreas Kling 8cbb7f101f Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. 6 年之前
  Andreas Kling 0bc72551f4 Kernel: Remove two unneeded headers. 6 年之前
  Andreas Kling beda478821 Kernel: Make syscalls that take a buffer size use ssize_t instead of size_t. 6 年之前
  Andreas Kling 7455f5ea42 Expose the kernel log buffer through /proc/dmesg. 6 年之前
  Andreas Kling bd3e77cc16 Pass the process to CharacterDevice::read/write. 6 年之前
  Andreas Kling 08bfe518f9 Rename CharacterDevice::has_data_available_for_reading() -> can_read(). 6 年之前