提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 5ded77df39 Kernel+ProcessManager: Let processes have an icon and show it in the table. 6 年之前
  Robin Burchell a9d1a86e6e CProcessStatisticsReader: Be consistent about terminology from the kernel down 6 年之前
  Andreas Kling 245ae479eb ProcessManager: Use CProcessStatisticsReader to get process data. 6 年之前
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. 6 年之前
  Andreas Kling b79112e6d6 AK: Add String::number() for creating a String from a number. 6 年之前
  Andreas Kling 2bd8118843 Kernel: Change the format of /proc/all to JSON. 6 年之前
  Andreas Kling 0ed89440f1 ProcessManager+top: Rename "linear" size to "virtual" size. 6 年之前
  Andreas Kling fd604a7c68 Applications: Run clang-format on everything. 6 年之前
  Andreas Kling 2fa5e2b66b ProcessManager: Keep /proc/all open to reduce CPU impact of ProcessManager. 6 年之前
  Andreas Kling 922391e772 ProcessManager: Tweak default column widths. 6 年之前
  Andreas Kling 25bb7a59ac ProcessManager: Add CPU/memory usage graphs in a separate tab. 6 年之前
  Andreas Kling 180de7e8c5 ProcessManager: Exclude colonel process from process listing. 6 年之前
  Andreas Kling ec365b82d5 Kernel: Make the colonel run at "Idle" priority (the lowest possible.) 6 年之前
  Andreas Kling 5eedb22834 Sprinkle use of AK::Vector in various places. 6 年之前
  Andreas Kling e74b5bc054 ProcessManager+WindowServer: Do a little less malloc() in CPU monitor code. 6 年之前
  Andreas Kling c02c6fef28 Kernel+ProcessManager: Show per-process syscall counts. 6 年之前
  Andreas Kling cfd6e6cc36 LibCore: Move GIODevice hierarchy from LibGUI to LibCore. 6 年之前
  Andreas Kling add38b3981 GModel: Add GModelIndex argument to row_count() and column_count(). 6 年之前
  Andreas Kling 994cf10b3e LibGUI: Rename GTableModel => GModel. 6 年之前