Add report on improvements to sysctl from cem

It now supports fixed-width integer types, and the command-line utility
can display type information for returned values with -t
This commit is contained in:
Benjamin Kaduk 2015-12-29 06:49:42 +00:00
parent 143744038a
commit cf6959da6f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47920

View file

@ -163,4 +163,53 @@
</task>
</help>
</project>
<project cat='kern'>
<title>Sysctl enhancements</title>
<contact>
<person>
<name>
<given>Conrad</given>
<common>Meyer</common>
</name>
<email>cem@FreeBSD.org</email>
</person>
<person>
<name>
<given>Ravi</given>
<common>Pokala</common>
</name>
<email>rpokala@FreeBSD.org</email>
</person>
<person>
<name>
<given>Marcelo</given>
<common>Araujo</common>
</name>
<email>araujo@FreeBSD.org</email>
</person>
</contact>
<links>
<url href="https://en.wikipedia.org/wiki/C_data_types#Fixed-width_integer_types">Wikipedia Entry on C99 Fixed-Width Integer Types</url>
<url href="https://bugs.FreeBSD.org/bugzilla/show_bug.cgi?id=203918">sysctl(8) -t Submission PR</url>
</links>
<body>
<p> This quarter, support was added for fixed-width sysctls
(signed and unsigned 8-bit, 16-bit, 32-bit, and 64-bit
integers). The new KPIs are documented in the sysctl(9) manual
page. The sysctl(8) command line tool supports all of the new
types.</p>
<p>Sysctl(8) gained the '-t' flag, which prints sysctl type
information (the original patch was submitted by Yoshihiro Ota).
This support includes the newly added fixed-width types.</p>
</body>
<sponsor>EMC / Isilon Storage Division</sponsor>
</project>
</report>