summaryrefslogtreecommitdiffstats
path: root/freebsd/ProcessField.h
Commit message (Collapse)AuthorAgeFilesLines
* freebsd/dragonfly: Stop aligning equals signs in PLATFORM_PROCESS_FIELDSJessica Clarke2022-01-181-2/+2
| | | | | ProcessField doesn't do this, nor does any other OS, and it just makes it more annoying to add a new field.
* FreeBSD: Add support for showing process emulationJessica Clarke2022-01-161-0/+1
| | | | | | | | | This displays the same output as ps's -o emul, which is the system call emulation environment, or ABI, in use. This will typically be FreeBSD ELF32 or ELF64, but can also be Linux ELF32 or Linux ELF64 when running Linux binaries under FreeBSD's Linuxulator binary compatibility layer. The column width of 16 is chosen to match KI_EMULNAMELEN's value of 16, most of which is normally used up as FreeBSD ELF32/64 is 13 characters.
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
|
* FreeBSD: Implement CWD columnBenny Baumann2021-05-251-1/+1
|
* FreeBSD: add EXE and COMM columns and use merged command line helpersChristian Göttsche2021-05-231-0/+2
|
* Rework enum ProcessFieldChristian Göttsche2020-12-191-0/+17
Use only one enum instead of a global and a platform specific one. Drop Platform_numberOfFields global variable. Set known size of Process_fields array

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