Commit Verlauf

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