History log of /freebsd-10-stable/bin/ps/print.c
Revision Date Author Comments
# 331471 24-Mar-2018 jhb

MFC 330872:
Add a "jail" keyword to list the name of a jail rather than its ID.


# 310121 15-Dec-2016 vangyzen

MFC r309676

Export the whole thread name in kinfo_proc

kinfo_proc::ki_tdname is three characters shorter than
thread::td_name. Add a ki_moretdname field for these three
extra characters. Add the new field to kinfo_proc32, as well.
Update all in-tree consumers to read the new field and assemble
the full name, except for lldb's HostThreadFreeBSD.cpp, which
I will handle separately. Bump __FreeBSD_version.

Sponsored by: Dell EMC


# 260195 02-Jan-2014 trasz

MFC r256838:

Don't test arrays for being NULL.

Sponsored by: The FreeBSD Foundation


# 260195 02-Jan-2014 trasz

MFC r256838:

Don't test arrays for being NULL.

Sponsored by: The FreeBSD Foundation