提交历史

作者 SHA1 备注 提交日期
  Tom f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions 4 年之前
  Tom 49a76164c8 Kernel: Consolidate the various BlockCondition::unblock variants 4 年之前
  Tom da5cc34ebb Kernel: Fix some issues related to fixes and block conditions 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 48a0b76a77 Kernel: Make File weakable 4 年之前
  Andreas Kling 22831033d0 Kernel: Virtualize the File::stat() operation 4 年之前
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> 5 年之前
  Sergey Bugaev 1b4e88fb59 Kernel: Allow File::close() to fail 5 年之前
  Sergey Bugaev a9946a99f2 Kernel: Pass a FileDescription to File::chmod() and File::chown() 5 年之前
  Andreas Kling b3736c1b1e Kernel: Use a FlatPtr for the "argument" to ioctl() 5 年之前
  Andreas Kling 21d5f4ada1 Kernel: Absorb LibBareMetal back into the kernel 5 年之前
  Conrad Pankoff a3edeb5868 Kernel: Add explicit offset parameter to File::read etc 5 年之前
  Andreas Kling 8fbdda5a2d Kernel: Implement basic support for sys$mmap() with MAP_PRIVATE 5 年之前
  Andreas Kling e28809a996 Kernel: Add forward declaration header 5 年之前
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 年之前
  Liav A 99ea80695e Kernel: Use VirtualAddress & PhysicalAddress classes from LibBareMetal 5 年之前
  Andreas Kling 7291370478 Kernel: Make File::truncate() take a u64 5 年之前
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 年之前
  Andreas Kling d84299c7be Kernel: Allow fchmod() and fchown() on pre-bind() local sockets 5 年之前
  Andreas Kling 7f04334664 Kernel: Remove broken implementation of Unix SHM 5 年之前
  Andreas Kling 1b2ef8582c Kernel: Make File's can_read/can_write take a const FileDescription& 5 年之前
  Andreas Kling 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 年之前
  Andreas Kling eca5c2bdf8 Kernel: Move VirtualAddress.h into VM/ 6 年之前
  Andreas Kling f4cec2f110 Kernel: Move File.{cpp,h} into FileSystem/ 6 年之前