Commit History

Author SHA1 Message Date
  Andreas Kling 501cef2bd7 Revert "Kernel: Implement an asynchronous device request stack" 4 years ago
  Tom 2fd5ce1eb0 Kernel: Implement an asynchronous device request stack 4 years ago
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 years ago
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> 5 years ago
  Conrad Pankoff a3edeb5868 Kernel: Add explicit offset parameter to File::read etc 5 years ago
  Liav A 1570e67881 Kernel: Allow again to boot with partitioned disk 5 years ago
  Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf() 5 years ago
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 years ago
  Andreas Kling 88ea152b24 Kernel: Merge unnecessary DiskDevice class into BlockDevice 5 years ago
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 years ago
  supercomputer7 de49714f36 PartitionTable: Initial GPT Support, Adding Block Limit 5 years ago
  Andreas Kling 5de483cfbb Kernel: Move DiskDevice::block_size() up to BlockDevice 6 years ago
  Jesse 401c87a0cc Kernel: mount system call (#396) 6 years ago
  Andreas Kling 5254a320d8 Kernel: Remove use of copy_ref() in favor of regular RefPtr copies. 6 years ago
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. 6 years ago
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 6 years ago
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. 6 years ago
  Conrad Pankoff 32d78a8526 Kernel: Rename OffsetDiskDevice to DiskPartition 6 years ago