Commit History

Autor SHA1 Mensaxe Data
  Andreas Kling 601b0a8c68 Kernel: Use NonnullRefPtrVector in parts of the kernel. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 46a06c23e3 Kernel: Fix all compiler warnings. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 1277d583ef printf: Oops, '-' is the left padding modifier, not ' '. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 77b9fa89dd AK: Rename Retainable => RefCounted. %!s(int64=6) %!d(string=hai) anos
  Robin Burchell 0a3abcc0a8 Kernel: Expose kernel command line to userspace through /proc/cmdline %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 9e0f7acfe5 Kernel+Userland: Expose list of network adapters through /proc/netadapters. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling c1bbd40b9e Kernel: Rename "descriptor" to "description" where appropriate. %!s(int64=6) %!d(string=hai) anos
  Sergey Bugaev 75df45d709 Kernel: Fix comparing StringViews with strcmp(). %!s(int64=6) %!d(string=hai) anos
  Conrad Pankoff aee9317d86 Kernel: Refactor MemoryManager to use a Bitmap rather than a Vector %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 8258b699db Kernel: Use StringView more in Inode and subclasses. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 736092a087 Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h} %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 39d1a9ae66 Meta: Tweak .clang-format to not wrap braces after enums. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling e42c3b4fd7 Kernel: Rename LinearAddress => VirtualAddress. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling bba2c062fe FileSystem: Make Inode::lookup() take a StringView. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 2e14e5891c FileSystem: Remove now-unused Inode::parent() and Inode::reverse_lookup(). %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 9ac95d1867 FileSystem: Pass mode_t to Inode::add_child(). %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 874bffc729 FileSystem: Get rid of VFS::absolute_path() and teach Mount about custodies. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 55821c91f8 Kernel: Rename Process::cwd_custody() to Process::current_directory(). %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 393851418b FileSystem: Port most of the code over to using custodies. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 01ffcdfa31 Kernel: Encapsulate the Region's COW map a bit better. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 8b249bd09b Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling b8e60b6652 Kernel: Remove unused Region::is_bitmap(). %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 28244039a5 Kernel: Don't symbolicate symbol+offset for obvious non-kernel addresses. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 0a0d739e98 Kernel: Make FIFO inherit from File. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 58240fdb33 Do a pass of compiler warning fixes. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling c02c6fef28 Kernel+ProcessManager: Show per-process syscall counts. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 2533e0b57b Kernel: Reduce kmallocing in /proc/all and /proc/memstat. %!s(int64=6) %!d(string=hai) anos