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
fmt.c
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
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