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 Introduce libxo to procstat(1) 2015-09-05 17:02:01 +00:00
Makefile.depend Update META_MODE dependencies. 2015-09-17 05:06:34 +00:00
procstat_args.c Introduce libxo to procstat(1) 2015-09-05 17:02:01 +00:00
procstat_auxv.c Fix inverted output re: stack protection no-execute flag in procstat(1) 2015-09-06 17:47:03 +00:00
procstat_basic.c Introduce libxo to procstat(1) 2015-09-05 17:02:01 +00:00
procstat_bin.c Introduce libxo to procstat(1) 2015-09-05 17:02:01 +00:00
procstat_cred.c Introduce libxo to procstat(1) 2015-09-05 17:02:01 +00:00
procstat_cs.c Export the whole thread name in kinfo_proc 2016-12-07 15:04:22 +00:00
procstat_files.c Use nitems() from sys/param.h. 2016-07-30 07:15:54 +00:00
procstat_kstack.c Export the whole thread name in kinfo_proc 2016-12-07 15:04:22 +00:00
procstat_rlimit.c Implement process-shared locks support for libthr.so.3, without 2016-02-28 17:52:33 +00:00
procstat_rusage.c Introduce libxo to procstat(1) 2015-09-05 17:02:01 +00:00
procstat_sigs.c Introduce libxo to procstat(1) 2015-09-05 17:02:01 +00:00
procstat_threads.c Export the whole thread name in kinfo_proc 2016-12-07 15:04:22 +00:00
procstat_vm.c Introduce libxo to procstat(1) 2015-09-05 17:02:01 +00:00
procstat.1 Introduce libxo to procstat(1) 2015-09-05 17:02:01 +00:00
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