Commit History

Author SHA1 Message Date
  Andreas Kling c246f2db4a ProcFS: Add "readonly" and "block_size" fields to /proc/df 6 years ago
  Sergey Bugaev be485946b8 ProcFS: Expose UDP sockets in /proc/net/udp 6 years ago
  Sergey Bugaev d06f4291a8 Kernel: Make TCPSocket::for_each() callback accept a reference 6 years ago
  Sergey Bugaev 84a54c7cf7 ProcFS: Make a new nifty /proc/net directory 6 years ago
  Andreas Kling eb6609124e ProcFS: Remove /proc/kmalloc, that info is already in /proc/memstat 6 years ago
  Andreas Kling 9104d32341 Kernel: Use range-for with InlineLinkedList 6 years ago
  Andreas Kling 318068fe1b Kernel: Turns global Custody and Inode tables into InlineLinkedLists 6 years ago
  Andreas Kling a96d76fd90 Kernel: Put all VMObjects in an InlineLinkedList instead of a HashTable 6 years ago
  Conrad Pankoff 7ed54d86d5 Kernel: Record network statistics and expose as JSON 6 years ago
  Andreas Kling 37ba2a7b65 Kernel: Use KBufferBuilder to build ProcFS files and backtraces 6 years ago
  Andreas Kling f6998b1817 JSON: Templatize the JSON serialization code 6 years ago
  Andreas Kling b67200dfea Kernel: Use a FixedArray for VMObject::m_physical_pages 6 years ago
  Andreas Kling 3364da388f Kernel: Remove VMObject names 6 years ago
  Conrad Pankoff 73c998dbfc Kernel: Refactor TCP/IP stack 6 years ago
  Andreas Kling 79e22acb22 Kernel: Use KBuffers for ProcFS and SynthFS 6 years ago
  Andreas Kling f511421aaa Kernel+ProcessManager: Add some more info to /proc/PID/fds 6 years ago
  Andreas Kling 8b34b1222b ProcFS: Make some use of Vector::empend(). 6 years ago
  Andreas Kling cbfa211988 ProcFS: Align the buffer used for the CPUID brand string. 6 years ago
  Robin Burchell 246c011497 Kernel: Port /proc/PID/fds to JSON 6 years ago
  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