Historique des commits

Auteur SHA1 Message Date
  Andreas Kling a96d76fd90 Kernel: Put all VMObjects in an InlineLinkedList instead of a HashTable il y a 6 ans
  Conrad Pankoff 7ed54d86d5 Kernel: Record network statistics and expose as JSON il y a 6 ans
  Andreas Kling 37ba2a7b65 Kernel: Use KBufferBuilder to build ProcFS files and backtraces il y a 6 ans
  Andreas Kling f6998b1817 JSON: Templatize the JSON serialization code il y a 6 ans
  Andreas Kling b67200dfea Kernel: Use a FixedArray for VMObject::m_physical_pages il y a 6 ans
  Andreas Kling 3364da388f Kernel: Remove VMObject names il y a 6 ans
  Conrad Pankoff 73c998dbfc Kernel: Refactor TCP/IP stack il y a 6 ans
  Andreas Kling 79e22acb22 Kernel: Use KBuffers for ProcFS and SynthFS il y a 6 ans
  Andreas Kling f511421aaa Kernel+ProcessManager: Add some more info to /proc/PID/fds il y a 6 ans
  Andreas Kling 8b34b1222b ProcFS: Make some use of Vector::empend(). il y a 6 ans
  Andreas Kling cbfa211988 ProcFS: Align the buffer used for the CPUID brand string. il y a 6 ans
  Robin Burchell 246c011497 Kernel: Port /proc/PID/fds to JSON il y a 6 ans
  Andreas Kling 5ded77df39 Kernel+ProcessManager: Let processes have an icon and show it in the table. il y a 6 ans
  Andreas Kling 52a5e34902 Kernel: Convert /proc/PID/vm to JSON. il y a 6 ans
  Andreas Kling 4316fa8123 Kernel: Dump backtrace to debugger for DefaultSignalAction::DumpCore. il y a 6 ans
  Robin Burchell 762333ba95 Kernel: Restore state strings for block states il y a 6 ans
  Robin Burchell 57da716be0 ps: Port to using CProcessStatisticsReader and /proc/all il y a 6 ans
  Robin Burchell a9d1a86e6e CProcessStatisticsReader: Be consistent about terminology from the kernel down il y a 6 ans
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. il y a 6 ans
  Andreas Kling 54d7670fc3 Kernel+Userland: Convert /proc/df to JSON. il y a 6 ans
  Andreas Kling aaedc24f15 Kernel+ProcessManager: Convert /proc/memstat to JSON. il y a 6 ans
  Andreas Kling 2735ff4687 ProcFS: Remove unused StringBuilder in procfs$all(). il y a 6 ans
  Andreas Kling 2bd8118843 Kernel: Change the format of /proc/all to JSON. il y a 6 ans
  Andreas Kling 601b0a8c68 Kernel: Use NonnullRefPtrVector in parts of the kernel. il y a 6 ans
  Andreas Kling 46a06c23e3 Kernel: Fix all compiler warnings. il y a 6 ans
  Andreas Kling 1277d583ef printf: Oops, '-' is the left padding modifier, not ' '. il y a 6 ans
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. il y a 6 ans
  Andreas Kling 77b9fa89dd AK: Rename Retainable => RefCounted. il y a 6 ans
  Robin Burchell 0a3abcc0a8 Kernel: Expose kernel command line to userspace through /proc/cmdline il y a 6 ans
  Andreas Kling 9e0f7acfe5 Kernel+Userland: Expose list of network adapters through /proc/netadapters. il y a 6 ans