Commit History

Автор SHA1 Съобщение Дата
  Andreas Kling 62ec6e5fe0 Kernel: Make Inode::read_entire() return a KBuffer (not ByteBuffer) преди 5 години
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> преди 5 години
  Andreas Kling a19304c9d6 Kernel: Remove a bunch of duplicate forward declarations преди 5 години
  Sergey Bugaev 1b4e88fb59 Kernel: Allow File::close() to fail преди 5 години
  Brian Gianforcaro 6a74af8063 Kernel: Plumb KResult through FileDescription::read_entire_file() implementation. преди 5 години
  Andreas Kling 21d5f4ada1 Kernel: Absorb LibBareMetal back into the kernel преди 5 години
  Sergey Bugaev 2f15449531 Kernel: Compactify FileDescrption преди 5 години
  Andreas Kling 8fbdda5a2d Kernel: Implement basic support for sys$mmap() with MAP_PRIVATE преди 5 години
  Andreas Kling 3e973bfe14 Kernel: Make FileDescription slab-allocated преди 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 6081c76515 Kernel: Make O_RDONLY non-zero преди 5 години
  Andreas Kling 94ca55cefd Meta: Add license header to source files преди 5 години
  Andreas Kling 14d4b1058e Kernel: Add a basic lock to FileDescription преди 5 години
  Sergey Bugaev 3393b78623 Kernel: Allow getting a Device from a FileDescription преди 5 години
  Andreas Kling d84299c7be Kernel: Allow fchmod() and fchown() on pre-bind() local sockets преди 5 години
  Andreas Kling 0a1865ebc6 Kernel: read() and write() should fail with EBADF for wrong mode fd's преди 5 години
  Andreas Kling 7f04334664 Kernel: Remove broken implementation of Unix SHM преди 5 години
  Andreas Kling 59ed235c85 Kernel: Implement O_DIRECT open() flag to bypass disk caches преди 5 години
  Andreas Kling 558c63a6f9 Kernel: FileDescription::is_directory() should not assert !is_fifo() преди 5 години
  Sergey Bugaev 43ce6c5474 Kernel: Move socket role tracking to the Socket class itself преди 6 години
  Sergey Bugaev 1606261c58 Kernel: Fix cloning file descriptions on fork преди 6 години
  Andreas Kling 752de9cd27 FileDescription: Disallow construction with a null File преди 6 години
  Andreas Kling 79e22acb22 Kernel: Use KBuffers for ProcFS and SynthFS преди 6 години
  Andreas Kling 705cd2491c Kernel: Some small refinements to the thread blockers. преди 6 години
  Andreas Kling 5254a320d8 Kernel: Remove use of copy_ref() in favor of regular RefPtr copies. преди 6 години
  Andreas Kling eca5c2bdf8 Kernel: Move VirtualAddress.h into VM/ преди 6 години
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. преди 6 години
  Andreas Kling d343fb2429 AK: Rename Retainable.h => RefCounted.h. преди 6 години