summaryrefslogtreecommitdiffstats
path: root/freebsd/FreeBSDProcess.c
AgeCommit message (Collapse)Author
2020-08-20Merge branch 'hishamhm-pull-904'Nathan Scott
2019-04-17Truncate overwide jail names on BSD.Robert Crowston
2018-10-07Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking ↵Daniel Lange
alignment Issue Github #841, Debian bug #910492
2017-07-27Security review: check results of snprintf.Hisham Muhammad
Calls marked with xSnprintf shouldn't fail. Abort program cleanly if any of them does.
2017-02-05Issue #502 fix SID colunm header widthKamyar Rasta
2017-02-01Issue #502 update Session ID columnKamyar Rasta
2016-10-01Interpret TTY_NR column on Linux,Hisham
translate dev_t to major:minor on other platforms. Closes #316.
2016-02-13Suppress compiler warnings.Hung-Yi Chen
2016-02-02Check for failure in allocations.Hisham
2015-09-30Added preliminary attempt at jails support on FreeBSD - JID and JAIL (name) ↵Martin "eto" Misuth
columns, somewhat more correct kernel "thread" detection. Seems FreeBSD kernel can spawn both kernel processes (what is what htop currently sees) and kernel threads. For now let's consider kernel processes kernel "threads".
2015-09-07fix calloc() callsChristian Hesse
* size_t nmemb (number of elements) first, then size_t size * do not assume char is size 1 but use sizeof() * allocate for char, not pointer to char (found by Michael McConville, fixes #261)
2015-08-20Make column width calculation dynamic.Hisham Muhammad
Closes #228.
2015-04-09Fixes to use platform-specific compare routines.Hisham Muhammad
2015-03-16Major advances in FreeBSD port.Hisham Muhammad
2015-03-16Get FreeBSD tree to compile again with latest changes.Hisham Muhammad