summaryrefslogtreecommitdiffstats
path: root/sys/sys/param.h
diff options
context:
space:
mode:
authorvangyzen <vangyzen@FreeBSD.org>2016-12-15 16:51:33 +0000
committervangyzen <vangyzen@FreeBSD.org>2016-12-15 16:51:33 +0000
commit653ae73f31334ec5c36eeeb24dea9d71684ace94 (patch)
tree63af6a029256dd04da26ef31f83235ccd5720428 /sys/sys/param.h
parent9446d722c784ce1e8da272e72e909e634f5ac02a (diff)
downloadFreeBSD-src-653ae73f31334ec5c36eeeb24dea9d71684ace94.zip
FreeBSD-src-653ae73f31334ec5c36eeeb24dea9d71684ace94.tar.gz
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
Diffstat (limited to 'sys/sys/param.h')
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 9308ac3..e139ca2 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1100506 /* Master, propagated to newvers */
+#define __FreeBSD_version 1100507 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
OpenPOWER on IntegriCloud