Commit History

Author SHA1 Message Date
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 years ago
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 years ago
  Andreas Kling 641083f3b8 Kernel: Customize File::unref() and make it virtual 3 years ago
  Andreas Kling cd5faf4e42 Kernel: Rename Range => VirtualRange 4 years ago
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 4 years ago
  Brian Gianforcaro de9ff0af50 Kernel: Modify the IOCTL API to return KResult 4 years ago
  Brian Gianforcaro 9a04f53a0f Kernel: Utilize AK::Userspace<T> in the ioctl interface 4 years ago
  Andreas Kling c9f6786e8b Kernel: Make various T::class_name() and similar return StringView 4 years ago
  sin-ack fe5ca6ca27 Kernel: Implement multi-watch InodeWatcher :^) 4 years ago
  Gunnar Beutner 7a1d09ef1a Kernel: Closing a file descriptor should not always close the file 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Michel Hermier 4ac49eabd5 Kernel: Remove unused FileBlockCondition::m_file. 4 years ago
  Jean-Baptiste Boric 6698fd84ff Kernel: Refactor storage stack with u64 as mmap offset 4 years ago
  Jean-Baptiste Boric b05b4d4b24 Kernel: Refactor storage stack with u64 as file operations offset 4 years ago
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 years ago
  Andreas Kling ab14b0ac64 Kernel: Hoist VM range allocation up to sys$mmap() itself 4 years ago
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum 4 years ago
  Tom f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions 4 years ago
  Tom 49a76164c8 Kernel: Consolidate the various BlockCondition::unblock variants 4 years ago
  Tom da5cc34ebb Kernel: Fix some issues related to fixes and block conditions 4 years ago
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler 4 years ago
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 years ago
  Andreas Kling 48a0b76a77 Kernel: Make File weakable 4 years ago
  Andreas Kling 22831033d0 Kernel: Virtualize the File::stat() operation 4 years ago
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> 5 years ago
  Sergey Bugaev 1b4e88fb59 Kernel: Allow File::close() to fail 5 years ago
  Sergey Bugaev a9946a99f2 Kernel: Pass a FileDescription to File::chmod() and File::chown() 5 years ago
  Andreas Kling b3736c1b1e Kernel: Use a FlatPtr for the "argument" to ioctl() 5 years ago
  Andreas Kling 21d5f4ada1 Kernel: Absorb LibBareMetal back into the kernel 5 years ago
  Conrad Pankoff a3edeb5868 Kernel: Add explicit offset parameter to File::read etc 5 years ago