72 Commits (d6cd850dbb45aaeea11399515e0cbcb8d07bbb50)

Author SHA1 Message Date
robaho 4c0e96592d darwin: scan thread information 2 years ago
Benny Baumann 1a12d58526 Work around GCC14 memleak diagnostic 2 years ago
Christian Göttsche cbcfc5f7d0 Introduce autoTitleRightAlign column flag 2 years ago
Benny Baumann 2aacbf84cb Use consistent style for process field output/compare functions 2 years ago
Nathan Scott b74673fe37 Rename ProcessList to ProcessTable throughout 3 years ago
Nathan Scott 0f751e991d Introduce Row and Table classes for screens beyond top-processes 3 years ago
Nathan Scott 72235d8e09 Adapt platform code for the new Machine base class 3 years ago
Nathan Scott 0bdade1b6c Introduce Machine class for host-specific info (split from ProcessList) 3 years ago
Benny Baumann 40104588f3 Reformat code base 3 years ago
Kumar 0af08bcfc9 Process: Display single digit precision for CPU% greater than 99.9% 4 years ago
Benny Baumann edf319e53d Auto-size (normalized) CPU usage columns 4 years ago
Charlie Vieth d35db47c9a darwin: lazily set process TTY name 4 years ago
Hisham Muhammad 72ba20fa5f Introduce screen tabs 4 years ago
marcluque d8dfbbd37c Tidy up process state handling 4 years ago
Silke Hofstra 696f79fe50 Dynamically scale the ST_UID size to support 32-bit UIDs 4 years ago
Benny Baumann 57c1538887 Don't force allocation, as failure is handled 5 years ago
Daniel Lange 94ad111391 Update license headers to explicitly say GPLv2+ 5 years ago
Christian Göttsche 80a515abcc Fix typo 5 years ago
Alexander Momchilov 59d0c5b26a Refactor Darwin platform unit conversion helpers 5 years ago
Alexander Momchilov 7a4d6fa409 Style touch-ups 5 years ago
Alexander Momchilov 5b4d63d1be Fix macOS CPU time calculations 5 years ago
Benny Baumann 6a6b09b431 Darwin: Always update username 5 years ago
Benny Baumann 06073699ba Darwin: Implement CWD column 5 years ago
Christian Göttsche 550a141860 Add ELAPSED process column 5 years ago
Christian Göttsche 8ff4eb72ac Darwin: use merged command line helpers 5 years ago
Benny Baumann a61a2e6d47 Call makeCommandStr on all platforms 5 years ago
Benny Baumann 7224d0e083 Move kernel/userland thread handling to platform-independent implementation 5 years ago
Benny Baumann 94a52cb5c9 Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the fields purpose 5 years ago
Benny Baumann b839987df7 Rename basenameOffset to cmdlineBasenameOffset 5 years ago
Benny Baumann 02431c43e1 Rename command line field from comm to cmdline 5 years ago
mayurdahibhate 3f86a011e6 platform-dependent files included relative to main source directory 5 years ago
Christian Göttsche 9a8221568a Rework TTY column 5 years ago
Christian Göttsche 4f9cf1490f Darwin: add normalized CPU percentage column 5 years ago
Daniel Lange 4531b31d92 Sort out the mess around column sorting that had accumulated over time 5 years ago
Christian Göttsche 90ea3ac3c9 Object: return int on comparison 5 years ago
Benny Baumann 4a73e80338 Make remaining number literals use uppercase 5 years ago
Alexander Momchilov 67ccd6b909 Unhardcode tick-to-ms conversion 5 years ago
Christian Göttsche 9f68c8d341 Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like columns 5 years ago
Christian Göttsche 89473cc9ae Rework enum ProcessField 5 years ago
Benny Baumann 77db240b48 Split boilerplate and platform-independent field comparison 5 years ago
Hisham Muhammad 3d1703f16f Invert Process_compare resolution so that superclass matches run first 5 years ago
Dániel Bakai 3655b6ca0b Add column in darwin to indicate whether the the process is running under translation 5 years ago
Dániel Bakai 1506283aff Move Process_fields from darwin/Platform to darwin/DarwinProcess 5 years ago
Benny Baumann f32f0188cd Correct timebase for non-x86 CPUs on Darwin 5 years ago
Nathan Scott 75e9f9a8d9 Cull the definitions of pageSize and pageSizeKB from CRT.c 5 years ago
Christian Göttsche fa002c0ba9 Rename virtual memory column from M_SIZE to M_VIRT 5 years ago
Christian Göttsche ba2d59020d DarwinProcess: mark local function static and sort includes 5 years ago
Benny Baumann 61e14d4bb2 Spacing around operators 5 years ago
Benny Baumann b23f8235e2 Whitespace and indentation issues 5 years ago
Benny Baumann 374edb9ed5 Spacing after keywords (if) 5 years ago