freebsd-dev/bin/ps
Eric van Gyzen 3d32d4a7c9 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.

Reviewed by:	kib
MFC after:	1 week
Relnotes:	yes
Sponsored by:	Dell EMC
Differential Revision:	https://reviews.freebsd.org/D8722
2016-12-07 15:04:22 +00:00
..
extern.h Include the thread name along with the command name when displaying the 2013-01-18 18:24:40 +00:00
fmt.c - Move 'showthreads' check out of fmt.c. 2013-01-19 00:21:55 +00:00
keyword.c ps(1): Expand variables to match expanded fields 2016-06-01 19:54:05 +00:00
Makefile Explicitly add unmarked bin/ binaries to the runtime package. 2016-02-09 16:58:50 +00:00
Makefile.depend Update dependencies after r291406 added libelf to libkvm. 2015-12-01 05:18:48 +00:00
nlist.c
print.c Export the whole thread name in kinfo_proc 2016-12-07 15:04:22 +00:00
ps.1 Remove description of P_FOLLOWFORK as this flag was removed. 2016-08-12 16:13:50 +00:00
ps.c Addm missed required call to xo_finish() when only header is printed. 2016-07-23 06:30:00 +00:00
ps.h Fix CID 1011370 (Resource leak) in ps. 2016-05-25 05:12:56 +00:00