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

Аутор SHA1 Порука Датум
  Conrad Pankoff aee9317d86 Kernel: Refactor MemoryManager to use a Bitmap rather than a Vector пре 6 година
  Andreas Kling 8258b699db Kernel: Use StringView more in Inode and subclasses. пре 6 година
  Andreas Kling 736092a087 Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h} пре 6 година
  Andreas Kling 39d1a9ae66 Meta: Tweak .clang-format to not wrap braces after enums. пре 6 година
  Andreas Kling e42c3b4fd7 Kernel: Rename LinearAddress => VirtualAddress. пре 6 година
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. пре 6 година
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. пре 6 година
  Andreas Kling bba2c062fe FileSystem: Make Inode::lookup() take a StringView. пре 6 година
  Andreas Kling 2e14e5891c FileSystem: Remove now-unused Inode::parent() and Inode::reverse_lookup(). пре 6 година
  Andreas Kling 9ac95d1867 FileSystem: Pass mode_t to Inode::add_child(). пре 6 година
  Andreas Kling 874bffc729 FileSystem: Get rid of VFS::absolute_path() and teach Mount about custodies. пре 6 година
  Andreas Kling 55821c91f8 Kernel: Rename Process::cwd_custody() to Process::current_directory(). пре 6 година
  Andreas Kling 393851418b FileSystem: Port most of the code over to using custodies. пре 6 година
  Andreas Kling 01ffcdfa31 Kernel: Encapsulate the Region's COW map a bit better. пре 6 година
  Andreas Kling 8b249bd09b Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program. пре 6 година
  Andreas Kling b8e60b6652 Kernel: Remove unused Region::is_bitmap(). пре 6 година
  Andreas Kling 28244039a5 Kernel: Don't symbolicate symbol+offset for obvious non-kernel addresses. пре 6 година
  Andreas Kling 0a0d739e98 Kernel: Make FIFO inherit from File. пре 6 година
  Andreas Kling 58240fdb33 Do a pass of compiler warning fixes. пре 6 година
  Andreas Kling c02c6fef28 Kernel+ProcessManager: Show per-process syscall counts. пре 6 година
  Andreas Kling 2533e0b57b Kernel: Reduce kmallocing in /proc/all and /proc/memstat. пре 6 година
  Andreas Kling d384c7815f Kernel: Make it possible to have kmalloc() dump call stacks. пре 6 година
  Andreas Kling e9c0f4567d Kernel+ProcessManager: Expose the number of kmalloc/kfree calls. пре 6 година
  Andreas Kling c0fe48635b Kernel: Add /proc/uptime file (number of seconds since boot.) пре 6 година
  Andreas Kling 29d0412a06 Kernel: Remove system.h and make the uptime global a qword. пре 6 година
  Andreas Kling b9738fa8ac Kernel: Move VM-related files into Kernel/VM/. пре 6 година
  Andreas Kling f9864940eb Kernel: Move FS-related files into Kernel/FileSystem/ пре 6 година