htop/freebsd
Jessica Clarke 9512fd7930 FreeBSD: Add support for showing process emulation
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.
2022-01-16 17:21:18 +01:00
..
FreeBSDProcess.c FreeBSD: Add support for showing process emulation 2022-01-16 17:21:18 +01:00
FreeBSDProcess.h FreeBSD: Add support for showing process emulation 2022-01-16 17:21:18 +01:00
FreeBSDProcessList.c FreeBSD: Add support for showing process emulation 2022-01-16 17:21:18 +01:00
FreeBSDProcessList.h Update license headers to explicitly say GPLv2+ 2021-09-22 14:28:19 +02:00
Platform.c Use correct command field as default field 2021-12-17 14:45:15 +01:00
Platform.h Mark ScreenDefaults const 2021-12-17 14:45:15 +01:00
ProcessField.h FreeBSD: Add support for showing process emulation 2022-01-16 17:21:18 +01:00