#
129a6cf8 |
| 09-May-2025 |
Olivier Certner <olce@FreeBSD.org> |
sysctl.9: Constant integer example: Do not promote 'debug.sizeof'
Replace it with another one, selected from current in-tree uses.
MFC after: 1 day Sponsored by: The FreeBSD Foundation
|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0 |
|
#
6e77fccf |
| 03-Apr-2024 |
David E. O'Brien <obrien@FreeBSD.org> |
SYSCTL_ADD_CONST_STRING(9): HISTORY
Add information of where one may use this API.
|
#
63a6bd2f |
| 15-Mar-2024 |
David E. O'Brien <obrien@FreeBSD.org> |
SYSCTL(9): correct typo
|
Revision tags: release/13.3.0, release/14.0.0 |
|
#
ff9c4abd |
| 11-Sep-2023 |
Damien Broka <git@damien.sh> |
sysctl(9): Fix typo translatation -> translation
MFC after: 3 days Pull Request: https://github.com/freebsd/freebsd-src/pull/839
|
#
fa9896e0 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
#
c94b4d46 |
| 01-Jul-2023 |
Stéphane Rochoy <stephane.rochoy@stormshield.eu> |
sysctl: Document formats for uint8_t and uint16_t in sysctl(9)
Was missing from c3220d0b6d72a1ed0ccfa188f0dfceef74421ab9.
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/
sysctl: Document formats for uint8_t and uint16_t in sysctl(9)
Was missing from c3220d0b6d72a1ed0ccfa188f0dfceef74421ab9.
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/719
show more ...
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0 |
|
#
dff1ba09 |
| 17-Aug-2021 |
Ed Maste <emaste@FreeBSD.org> |
sysctl.9: put negative sense sysctl note in own paragraph
The sysctl man page cautions against negative-sense boolean sysctls (foobar_disable), but it gets lost at the end of a large paragraph. Move
sysctl.9: put negative sense sysctl note in own paragraph
The sysctl man page cautions against negative-sense boolean sysctls (foobar_disable), but it gets lost at the end of a large paragraph. Move it to a separate paragraph in an attempt to make it more clear.
This man page could use a more holistic review and edit pass. This change is simple and straightforward and I hope provides a small but immediate benefit.
show more ...
|
Revision tags: release/13.0.0 |
|
#
bb0358d4 |
| 19-Dec-2020 |
Gordon Bergling <gbe@FreeBSD.org> |
sysctl(9): Fix a few mandoc related issues
- missing comma before name: Nm SYSCTL_UQUAD - bad NAME section content: text
MFC after: 1 week
|
Revision tags: release/12.2.0 |
|
#
df94ce0f |
| 01-Sep-2020 |
John-Mark Gurney <jmg@FreeBSD.org> |
add Xr to device_get_sysctl(9) to make this easier to find
|
Revision tags: release/11.4.0 |
|
#
f04020ed |
| 23-Mar-2020 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
Sort UMA macros and create MLINKS for them
This patch is a follow-up to r344518.
Reported by: ngie
Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D24165
|
Revision tags: release/12.1.0 |
|
#
93a03793 |
| 19-Aug-2019 |
John Baldwin <jhb@FreeBSD.org> |
Trim a spurious blank line I added in r348969.
I did not bump .Dd since there is no content change.
MFC after: 3 days
|
Revision tags: release/11.3.0 |
|
#
e532a999 |
| 20-Jun-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @349234
Sponsored by: The FreeBSD Foundation
|
#
0f702183 |
| 12-Jun-2019 |
John Baldwin <jhb@FreeBSD.org> |
Make the warning intervals for deprecated crypto algorithms tunable.
New sysctl/tunables can now set the interval (in seconds) between rate-limited crypto warnings. The new sysctls are: - kern.cryp
Make the warning intervals for deprecated crypto algorithms tunable.
New sysctl/tunables can now set the interval (in seconds) between rate-limited crypto warnings. The new sysctls are: - kern.cryptodev_warn_interval for /dev/crypto - net.inet.ipsec.crypto_warn_interval for IPsec - kern.kgssapi_warn_interval for KGSSAPI
Reviewed by: cem MFC after: 1 month Relnotes: yes Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D20555
show more ...
|
#
574b98cb |
| 12-Jun-2019 |
John Baldwin <jhb@FreeBSD.org> |
Document sysctl nodes that translate their values.
This documents the behavior of sysctl_msec_to_ticks and SYSCTL_{ADD,}_SBINTIME_[UM]SEC.
Reviewed by: cem MFC after: 1 week Sponsored by: Chelsio C
Document sysctl nodes that translate their values.
This documents the behavior of sysctl_msec_to_ticks and SYSCTL_{ADD,}_SBINTIME_[UM]SEC.
Reviewed by: cem MFC after: 1 week Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D20596
show more ...
|
#
f9856d08 |
| 21-Mar-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @345353
|
#
10a1e981 |
| 20-Mar-2019 |
Eric Joyner <erj@FreeBSD.org> |
iflib: mark isc_driver_version as constant
From Jake: The iflib core never modifies the isc_driver_version string. Allow drivers to safely assign pointers to constant buffers by marking this paramet
iflib: mark isc_driver_version as constant
From Jake: The iflib core never modifies the isc_driver_version string. Allow drivers to safely assign pointers to constant buffers by marking this parameter const.
Submitted by: Jacob Keller <jacob.e.keller@intel.com> Reviewed by: erj@, gallatin@, jhb@ MFC after: 1 week Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D19577
show more ...
|
#
af373543 |
| 25-Feb-2019 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r344513 through r344548.
|
#
18b18078 |
| 25-Feb-2019 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r344527
|
#
9a593520 |
| 25-Feb-2019 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
Add missing types to the sysctl(9) manual page
Update the diff to include other missing sysctl types found in sysctl.h.
Some of these sysctls are already documented in other pages (e.g counter(9) a
Add missing types to the sysctl(9) manual page
Update the diff to include other missing sysctl types found in sysctl.h.
Some of these sysctls are already documented in other pages (e.g counter(9) and ZONE(9)), but they should at least be mentioned here for completeness.
This patch now documents all of the following: - SYSCTL_BOOL/SYSCTL_ADD_BOOL - SYSCTL_COUNTER_U64/SYSCTL_ADD_COUNTER_U64 - SYSCTL_COUNTER_U64_ARRAY/SYSCTL_ADD_COUNTER_U64_ARRAY - SYSCTL_SBINTIME_MSEC/SYSCTL_ADD_SBINTIME_MSEC - SYSCTL_SBINTIME_USEC/SYSCTL_ADD_SBINTIME_USEC - SYSCTL_UMA_CUR/SYSCTL_ADD_UMA_CUR - SYSCTL_UMA_MAX/SYSCTL_ADD_UMA_MAX
Submitted by: mhorne063_gmail.com Reviewed by: bcr, hselasky Approved by: bcr (doc), hselasky (src) Approved by: krion (mentor, implicit), mat (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D19272
show more ...
|
Revision tags: release/12.0.0, release/11.2.0 |
|
#
651a7908 |
| 01-Jun-2018 |
Jonathan T. Looney <jtl@FreeBSD.org> |
Update the sysctl(9) manpage to indicate that <sys/param.h> is required instead of <sys/types.h>. (<sys/sysctl.h> includes NULL, which is defined with <sys/param.h> and not <sys/types.h>.)
Sponsore
Update the sysctl(9) manpage to indicate that <sys/param.h> is required instead of <sys/types.h>. (<sys/sysctl.h> includes NULL, which is defined with <sys/param.h> and not <sys/types.h>.)
Sponsored by: Netflix
show more ...
|
#
d132d4ca |
| 04-Mar-2018 |
Warner Losh <imp@FreeBSD.org> |
Mention that CTLFLAG_MPSAFE is only for _PROC entries.
|
#
982a973e |
| 04-Mar-2018 |
Warner Losh <imp@FreeBSD.org> |
Add documentation for CTLFLAG_MPSAFE.
|
#
c2c014f2 |
| 07-Nov-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r323559 through r325504.
|
#
0a8f81bc |
| 22-Oct-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r324837
While here, diff reduce some of the changes in sys/boot by moving MK_COVERAGE=no to sys/boot/Makefile.inc .
|
#
e3127092 |
| 11-Oct-2017 |
Ed Maste <emaste@FreeBSD.org> |
sysctl.9: document CTLFLAG_CAPRD and CTLFLAG_CAPWR
Reported by: Shawn Webb MFC after: 1 week Sponsored by: The FreeBSD Foundation
|