summaryrefslogtreecommitdiffstats
path: root/freebsd/FreeBSDProcessList.c
Commit message (Expand)AuthorAgeFilesLines
* Rename ProcessList to ProcessTable throughoutNathan Scott2023-08-311-288/+0
* Fix FreeBSD builds after some recent code refactoringNathan Scott2023-08-311-2/+2
* Introduce Row and Table classes for screens beyond top-processesNathan Scott2023-08-301-11/+10
* Build fixes for FreeBSDXimalas2023-05-091-5/+6
* Adapt platform code for the new Machine base classNathan Scott2023-05-081-371/+15
* Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott2023-05-081-31/+44
* Refactor and consolidate dynamic meters/columns pointersNathan Scott2023-04-061-2/+2
* Use shared real memory on FreeBSDChristian Göttsche2023-04-011-1/+1
* Add support for scheduling policiesChristian Göttsche2023-02-051-0/+6
* FreeBSD: remove duplicate zfs ARC size subtractioner-azh2023-02-051-5/+0
* Use sysctlnametomib for vm.vmtotaler-azh2023-02-041-3/+1
* Implement shared memory for FreeBSDer-azh2023-02-041-0/+10
* Fix build failure on FreeBSD 10.* due to KERN_PROC_CWD unavailableWHR2022-08-041-0/+4
* Assume process just started when kproc->ki_start returns garbageBenny Baumann2022-04-211-0/+3
* Auto-size (normalized) CPU usage columnsBenny Baumann2022-03-061-0/+1
* FreeBSD: Add support for showing process emulationJessica Clarke2022-01-161-0/+2
* Introduce screen tabsHisham Muhammad2021-12-071-1/+1
* Reduce allocation size of cp_time_n and cp_time_o on FreeBSD and DragonFlyBSDGuillaume Gomez2021-11-191-2/+2
* Tidy up process state handlingmarcluque2021-11-021-9/+10
* Release memory for cmdline when Process_updateCmdline() returns.Ximalas2021-10-031-0/+2
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
* PCP: support for 'dynamic columns' added at runtimeSohaib Mohamed2021-08-131-2/+2
* FreeBSD: mark the original kernel thread with pid 0 as suchChristian Göttsche2021-07-181-1/+1
* FreeBSD: calculate whether to show entry lastChristian Göttsche2021-07-181-2/+2
* FreeBSD: skip exe check for kernel threadChristian Göttsche2021-07-181-6/+5
* Add ProcessList_isCPUonlineChristian Göttsche2021-07-181-0/+9
* Rework CPU countingChristian Göttsche2021-07-181-4/+6
* Code indentationBenny Baumann2021-07-151-2/+2
* Add a new DynamicMeter class for runtime Meter extensionNathan Scott2021-07-071-2/+2
* FreeBSD: Implement CWD columnBenny Baumann2021-05-251-0/+24
* FreeBSD: add EXE and COMM columns and use merged command line helpersChristian Göttsche2021-05-231-17/+38
* Call makeCommandStr on all platformsBenny Baumann2021-05-231-0/+4
* Move kernel/userland thread handling to platform-independent implementationBenny Baumann2021-05-231-1/+2
* Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the f...Benny Baumann2021-05-231-2/+2
* Rename basenameOffset to cmdlineBasenameOffsetBenny Baumann2021-05-231-2/+2
* Rename command line field from comm to cmdlineBenny Baumann2021-05-231-3/+3
* platform-dependent files included relative to main source directorymayurdahibhate2021-05-101-1/+1
* FreeBSD: silence unsigned integer underflowChristian Göttsche2021-04-141-1/+1
* Rework TTY columnChristian Göttsche2021-04-141-78/+9
* FreeBSD: improve actual processor calculation logicAlexander Nedotsukov2021-03-301-1/+5
* Use unsigned types for CPU counts and associated variablesChristian Göttsche2021-03-191-5/+5
* Merge pull request #436 from cgzones/freebsdGraham Inggs2021-03-181-2/+64
|\
| * FreeBSD: add support for CPU frequency and temperatureChristian Göttsche2021-02-051-2/+64
* | Fix include file ordering of generic headersNathan Scott2021-03-041-1/+1
* | Move generic (shared) code into its own sub-directoryNathan Scott2021-03-041-1/+1
|/
* FreeBSD: drop minflt and implement majfltChristian Göttsche2021-01-301-0/+2
* FreeBSD: drop unused idle thread codeChristian Göttsche2021-01-301-11/+0
* FreeBSD: populate processor fieldChristian Göttsche2021-01-301-0/+2
* FreeBSD: drop unused jail_errmsg variableChristian Göttsche2021-01-301-32/+16
* FreeBSD: simplify kernel thread logicChristian Göttsche2021-01-301-5/+1

© 2014-2024 Faster IT GmbH | imprint | privacy policy