Historique des commits

Auteur SHA1 Message Date
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's il y a 3 ans
  Andreas Kling 59335bd8ea Kernel: Rename FileDescription::create() => try_create() il y a 3 ans
  Andreas Kling b30081b49a Kernel: Rename BlockerSet::unblock() to something more accurate il y a 3 ans
  Andreas Kling 85546af417 Kernel: Rename Thread::BlockCondition to BlockerSet il y a 3 ans
  Andreas Kling cd5faf4e42 Kernel: Rename Range => VirtualRange il y a 4 ans
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace il y a 4 ans
  Peter Elliott 3fa2816642 Kernel+LibC: Implement fcntl(2) advisory locks il y a 4 ans
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex il y a 4 ans
  Andreas Kling d1395f2eb9 Kernel: Add FileDescription read/write API that bypasses current offset il y a 4 ans
  Andreas Kling 0d39bd04d3 Kernel: Rename VFS => VirtualFileSystem il y a 4 ans
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t il y a 4 ans
  Brian Gianforcaro a643ee5759 Kernel: Move FileDescription::get_dir_entries to KResultOr<ssize_t> il y a 4 ans
  sin-ack fe5ca6ca27 Kernel: Implement multi-watch InodeWatcher :^) il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Andreas Kling d48666489c Kernel: Make FileDescription::seek() return KResultOr<off_t> il y a 4 ans
  Jean-Baptiste Boric 6698fd84ff Kernel: Refactor storage stack with u64 as mmap offset il y a 4 ans
  Ben Wiederhake 860a3bbce3 Kernel: Use default con/de-structors il y a 4 ans
  Ben Wiederhake 46e5890152 Kernel: Add forgotten 'const' flag il y a 4 ans
  Andreas Kling ab14b0ac64 Kernel: Hoist VM range allocation up to sys$mmap() itself il y a 4 ans
  Tom f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions il y a 4 ans
  Andreas Kling 8e79bde2b7 Kernel: Move KBufferBuilder to the fallible KBuffer API il y a 4 ans
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler il y a 4 ans
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks il y a 4 ans
  Andreas Kling 5444cabd39 Kernel: Rename FileDescription::fstat() => stat() il y a 4 ans
  Andreas Kling 62ec6e5fe0 Kernel: Make Inode::read_entire() return a KBuffer (not ByteBuffer) il y a 5 ans
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> il y a 5 ans
  Andreas Kling a19304c9d6 Kernel: Remove a bunch of duplicate forward declarations il y a 5 ans
  Sergey Bugaev 1b4e88fb59 Kernel: Allow File::close() to fail il y a 5 ans
  Brian Gianforcaro 6a74af8063 Kernel: Plumb KResult through FileDescription::read_entire_file() implementation. il y a 5 ans
  Andreas Kling 21d5f4ada1 Kernel: Absorb LibBareMetal back into the kernel il y a 5 ans