1 Commits (179aeb01082df9e7c19a285ae4d703a7714f4e2f)

Author SHA1 Message Date
Nathan Scott b74673fe37 Rename ProcessList to ProcessTable throughout 3 years ago
Nathan Scott 214166a049 Fix FreeBSD builds after some recent code refactoring 3 years ago
Nathan Scott 0f751e991d Introduce Row and Table classes for screens beyond top-processes 3 years ago
Ximalas 508d9ce5dc Build fixes for FreeBSD 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
Nathan Scott e7f447b6a3 Refactor and consolidate dynamic meters/columns pointers 3 years ago
Christian Göttsche 61e7cb17a2 Use shared real memory on FreeBSD 3 years ago
Christian Göttsche da49489691 Add support for scheduling policies 3 years ago
er-azh 4e8ec3cac9 FreeBSD: remove duplicate zfs ARC size subtraction 3 years ago
er-azh 17c13244c2 Use sysctlnametomib for vm.vmtotal 3 years ago
er-azh 0eb5438459 Implement shared memory for FreeBSD 3 years ago
WHR 3e1908b80a Fix build failure on FreeBSD 10.* due to KERN_PROC_CWD unavailable 4 years ago
Benny Baumann 1f2f4fe891 Assume process just started when kproc->ki_start returns garbage 4 years ago
Benny Baumann edf319e53d Auto-size (normalized) CPU usage columns 4 years ago
Jessica Clarke 9512fd7930 FreeBSD: Add support for showing process emulation 4 years ago
Hisham Muhammad 72ba20fa5f Introduce screen tabs 4 years ago
Guillaume Gomez 1284ab4835 Reduce allocation size of cp_time_n and cp_time_o on FreeBSD and DragonFlyBSD 4 years ago
marcluque d8dfbbd37c Tidy up process state handling 4 years ago
Ximalas 9eb52d5932 Release memory for cmdline when Process_updateCmdline() returns. 5 years ago
Daniel Lange 94ad111391 Update license headers to explicitly say GPLv2+ 5 years ago
Sohaib Mohamed 6f2021f3d9 PCP: support for 'dynamic columns' added at runtime 5 years ago
Christian Göttsche adcedf87f5 FreeBSD: mark the original kernel thread with pid 0 as such 5 years ago
Christian Göttsche 3451b6c6b8 FreeBSD: calculate whether to show entry last 5 years ago
Christian Göttsche af0b67ccd2 FreeBSD: skip exe check for kernel thread 5 years ago
Christian Göttsche 11d2206f40 Add ProcessList_isCPUonline 5 years ago
Christian Göttsche 41af31be7f Rework CPU counting 5 years ago
Benny Baumann 458749df45 Code indentation 5 years ago
Nathan Scott f0ed0fdafb Add a new DynamicMeter class for runtime Meter extension 5 years ago
Benny Baumann 90f42695d2 FreeBSD: Implement CWD column 5 years ago
Christian Göttsche 4da618030c FreeBSD: add EXE and COMM columns and 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 99cde7edec FreeBSD: silence unsigned integer underflow 5 years ago
Christian Göttsche 9a8221568a Rework TTY column 5 years ago
Alexander Nedotsukov 5afb57b49e FreeBSD: improve actual processor calculation logic 5 years ago
Christian Göttsche a11d01568c Use unsigned types for CPU counts and associated variables 5 years ago
Nathan Scott adaf748ab6 Fix include file ordering of generic headers 5 years ago
Nathan Scott 61ef1134d9 Move generic (shared) code into its own sub-directory 5 years ago
Christian Göttsche fd2a0cf421 FreeBSD: add support for CPU frequency and temperature 5 years ago
Christian Göttsche 04cf590967 FreeBSD: drop minflt and implement majflt 5 years ago
Christian Göttsche 46370231e3 FreeBSD: drop unused idle thread code 5 years ago
Christian Göttsche 8c43856380 FreeBSD: populate processor field 5 years ago
Christian Göttsche 79620d01c0 FreeBSD: drop unused jail_errmsg variable 5 years ago
Christian Göttsche 399add39ca FreeBSD: simplify kernel thread logic 5 years ago
Christian Göttsche 56c4055fd1 FreeBSD: drop unused ProcessList fields 5 years ago