Commit History

Author SHA1 Message Date
  Andreas Kling 5ded77df39 Kernel+ProcessManager: Let processes have an icon and show it in the table. 6 years ago
  Andreas Kling 52a5e34902 Kernel: Convert /proc/PID/vm to JSON. 6 years ago
  Andreas Kling 4316fa8123 Kernel: Dump backtrace to debugger for DefaultSignalAction::DumpCore. 6 years ago
  Robin Burchell 762333ba95 Kernel: Restore state strings for block states 6 years ago
  Robin Burchell 57da716be0 ps: Port to using CProcessStatisticsReader and /proc/all 6 years ago
  Robin Burchell a9d1a86e6e CProcessStatisticsReader: Be consistent about terminology from the kernel down 6 years ago
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. 6 years ago
  Andreas Kling 54d7670fc3 Kernel+Userland: Convert /proc/df to JSON. 6 years ago
  Andreas Kling aaedc24f15 Kernel+ProcessManager: Convert /proc/memstat to JSON. 6 years ago
  Andreas Kling 2735ff4687 ProcFS: Remove unused StringBuilder in procfs$all(). 6 years ago
  Andreas Kling 2bd8118843 Kernel: Change the format of /proc/all to JSON. 6 years ago
  Andreas Kling 601b0a8c68 Kernel: Use NonnullRefPtrVector in parts of the kernel. 6 years ago
  Andreas Kling 46a06c23e3 Kernel: Fix all compiler warnings. 6 years ago
  Andreas Kling 1277d583ef printf: Oops, '-' is the left padding modifier, not ' '. 6 years ago
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 6 years ago
  Andreas Kling 77b9fa89dd AK: Rename Retainable => RefCounted. 6 years ago
  Robin Burchell 0a3abcc0a8 Kernel: Expose kernel command line to userspace through /proc/cmdline 6 years ago
  Andreas Kling 9e0f7acfe5 Kernel+Userland: Expose list of network adapters through /proc/netadapters. 6 years ago
  Andreas Kling c1bbd40b9e Kernel: Rename "descriptor" to "description" where appropriate. 6 years ago
  Sergey Bugaev 75df45d709 Kernel: Fix comparing StringViews with strcmp(). 6 years ago
  Conrad Pankoff aee9317d86 Kernel: Refactor MemoryManager to use a Bitmap rather than a Vector 6 years ago
  Andreas Kling 8258b699db Kernel: Use StringView more in Inode and subclasses. 6 years ago
  Andreas Kling 736092a087 Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h} 6 years ago
  Andreas Kling 39d1a9ae66 Meta: Tweak .clang-format to not wrap braces after enums. 6 years ago
  Andreas Kling e42c3b4fd7 Kernel: Rename LinearAddress => VirtualAddress. 6 years ago
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. 6 years ago
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. 6 years ago
  Andreas Kling bba2c062fe FileSystem: Make Inode::lookup() take a StringView. 6 years ago
  Andreas Kling 2e14e5891c FileSystem: Remove now-unused Inode::parent() and Inode::reverse_lookup(). 6 years ago
  Andreas Kling 9ac95d1867 FileSystem: Pass mode_t to Inode::add_child(). 6 years ago