Историја ревизија

Аутор SHA1 Порука Датум
  Tom f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions пре 4 година
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks пре 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 година
  Peter Elliott d01eba6fa3 Kernel: Implement FIFOs/named pipes пре 5 година
  Conrad Pankoff a3edeb5868 Kernel: Add explicit offset parameter to File::read etc пре 5 година
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace пре 5 година
  Andreas Kling 94ca55cefd Meta: Add license header to source files пре 5 година
  Andreas Kling 56a2c21e0c Kernel: Don't leak kmalloc pointers through FIFO absolute paths пре 5 година
  Andreas Kling 1b2ef8582c Kernel: Make File's can_read/can_write take a const FileDescription& пре 5 година
  Andreas Kling f4cec2f110 Kernel: Move File.{cpp,h} into FileSystem/ пре 6 година
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. пре 6 година
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. пре 6 година
  Andreas Kling 39d1a9ae66 Meta: Tweak .clang-format to not wrap braces after enums. пре 6 година
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. пре 6 година
  Andreas Kling 2dd9ef6863 Kernel: Make File::absolute_path() const. пре 6 година
  Robin Burchell 0dc9af5f7e Add clang-format file пре 6 година
  Andreas Kling 237628a7a6 Kernel: Tidy up FileDescriptor members a bit. пре 6 година
  Andreas Kling 2470fdcd9b Kernel: Make Socket inherit from File. пре 6 година
  Andreas Kling 8cbb7f101f Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. пре 6 година
  Andreas Kling 0a0d739e98 Kernel: Make FIFO inherit from File. пре 6 година
  Andreas Kling d5578826af Kernel: Make it possible to look up FIFO's by ID. пре 6 година
  Andreas Kling 644c887594 Kernel: Move FIFO into FileSystem/ and Socket+LocalSocket into Net/. пре 6 година