freebsd-dev/usr.bin/procstat
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
..
Makefile
Makefile.depend
procstat_args.c
procstat_auxv.c
procstat_basic.c
procstat_bin.c
procstat_cred.c
procstat_cs.c Export the whole thread name in kinfo_proc 2016-12-07 15:04:22 +00:00
procstat_files.c
procstat_kstack.c Export the whole thread name in kinfo_proc 2016-12-07 15:04:22 +00:00
procstat_rlimit.c
procstat_rusage.c
procstat_sigs.c
procstat_threads.c Export the whole thread name in kinfo_proc 2016-12-07 15:04:22 +00:00
procstat_vm.c
procstat.1
procstat.c Export the whole thread name in kinfo_proc 2016-12-07 15:04:22 +00:00
procstat.h Export the whole thread name in kinfo_proc 2016-12-07 15:04:22 +00:00