| #
08aa7128
|
| 30-Jan-2025 |
Zhenlei Huang <zlei@FreeBSD.org> |
sysctl: Teach sysctl to attach and run itself in a jail
This allows the parent jail to retrieve or set kernel state when child does not have sysctl(8) installed (e.g. light weighted OCI containers o
sysctl: Teach sysctl to attach and run itself in a jail
This allows the parent jail to retrieve or set kernel state when child does not have sysctl(8) installed (e.g. light weighted OCI containers or slim jails).
This is especially useful when manipulating jail prison or vnet sysctls. For example, `sysctl -j foo -Ja` or `sysctl -j foo net.fibs=2`.
Reviewed by: dfr (previous version), markj MFC after: 1 week Relnotes: yes Differential Revision: https://reviews.freebsd.org/D48618
show more ...
|
| #
c294ecb2
|
| 23-Jan-2025 |
Zhenlei Huang <zlei@FreeBSD.org> |
sysctl: Sort options
No functional change intended.
MFC after: 1 day
|
| #
0ee3e29e
|
| 23-Jan-2025 |
Zhenlei Huang <zlei@FreeBSD.org> |
sysctl: Fix usage() and SYNOPSIS section of man page
I forgot to update the usage() and SYNOPSIS section of man page when adding the two options -J and -V.
While here, fix the options sort order in
sysctl: Fix usage() and SYNOPSIS section of man page
I forgot to update the usage() and SYNOPSIS section of man page when adding the two options -J and -V.
While here, fix the options sort order in SYNOPSIS section.
Fixes: 5ec83c660aca sysctl: Add flags to filter jail prison and vnet variables MFC after: 1 day
show more ...
|
| #
5ec83c66
|
| 29-Oct-2024 |
Zhenlei Huang <zlei@FreeBSD.org> |
sysctl: Add flags to filter jail prison and vnet variables
So users do not have to contact the source code to tell whether a variable is a jail prison / vnet one or not.
Reviewed by: cy (previous v
sysctl: Add flags to filter jail prison and vnet variables
So users do not have to contact the source code to tell whether a variable is a jail prison / vnet one or not.
Reviewed by: cy (previous version), markj, jamie (for #jails) MFC after: 2 weeks Relnotes: yes Differential Revision: https://reviews.freebsd.org/D47107
show more ...
|
| #
2a680c5c
|
| 14-Sep-2024 |
Alexander Ziaee <concussious@runbox.com> |
sysctl.8: mark sysctls as vars per style.mdoc(7)
+ while here, fix alignment and tag SPDX
MFC after: 3 days
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1421
|
| #
380b7eb3
|
| 23-Jan-2024 |
Igor Ostapenko <pm@igoro.pro> |
sysctl.8: fix format typo
Signed-off-by: Igor Ostapenko <pm@igoro.pro>
|
| #
51e16cb8
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl
sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
8d7a48d3
|
| 17-Aug-2023 |
Olivier Certner <olce.freebsd@certner.fr> |
sysctl(8): Mention more security.bsd knobs; Refer to security(7)
Reviewed by: mhorne, pauamma_gundo.com, emaste MFC after: 2 weeks Sponsored by: Kumacom SAS Differe
sysctl(8): Mention more security.bsd knobs; Refer to security(7)
Reviewed by: mhorne, pauamma_gundo.com, emaste MFC after: 2 weeks Sponsored by: Kumacom SAS Differential Revision: https://reviews.freebsd.org/D41113
show more ...
|
| #
b2c76c41
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
| #
f126d349
|
| 25-Dec-2022 |
Kirk McKusick <mckusick@FreeBSD.org> |
Add -F option to sysctl(8) to display sysctl format.
Also add a test to ensure that it is working correctly.
Submitted by: ota_j.email.ne.jp Reviewed by: mckusick Differential Revision: https://re
Add -F option to sysctl(8) to display sysctl format.
Also add a test to ensure that it is working correctly.
Submitted by: ota_j.email.ne.jp Reviewed by: mckusick Differential Revision: https://reviews.freebsd.org/D34012
show more ...
|
| #
cd9cdd0e
|
| 13-Dec-2022 |
Ceri Davies <ceri@FreeBSD.org> |
sysctl.8: grammar nit
|
| #
0438e9be
|
| 30-Jun-2022 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
sysctl.8: Reference sysctl(9)
MFC after: 1 week
|
| #
1dee7c74
|
| 20-Mar-2022 |
Colin Percival <cperciva@FreeBSD.org> |
sysctl(8): Mention CTLFLAG_SKIP
`sysctl -a` does not print values with this flag.
Reviewed by: debdrup MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D34615
|
| #
77b793c4
|
| 30-Oct-2020 |
Stefan Eßer <se@FreeBSD.org> |
Update man-pages to describe the user.localbase variable added in r367179.
MFC after: 3 days
|
| #
e2515283
|
| 27-Aug-2020 |
Glen Barber <gjb@FreeBSD.org> |
MFH
Sponsored by: Rubicon Communications, LLC (netgate.com)
|
| #
0ad4bfae
|
| 22-Aug-2020 |
Fernando Apesteguía <fernape@FreeBSD.org> |
sysctl(8): clarify -n flag
-n omits the name of the variable regardless of the type of information that is requested. Rephrase to clarify this point.
PR: 242191 Submitted by: stilezy@gmail.com Appr
sysctl(8): clarify -n flag
-n omits the name of the variable regardless of the type of information that is requested. Rephrase to clarify this point.
PR: 242191 Submitted by: stilezy@gmail.com Approved by: emaste@ Differential Revision: https://reviews.freebsd.org/D26149
show more ...
|
| #
9e43c218
|
| 10-Feb-2019 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r343807 through r343955.
|
| #
c68d0f8b
|
| 09-Feb-2019 |
Guangyuan Yang <ygy@FreeBSD.org> |
Remove -R option which was added to sysctl(8) man page per r244106, but it is not implemented.
MFC after: 3 days Submitted by: Alfonso Siciliano <alfix86@gmail.com> Reviewed by: 0mp, imp Differentia
Remove -R option which was added to sysctl(8) man page per r244106, but it is not implemented.
MFC after: 3 days Submitted by: Alfonso Siciliano <alfix86@gmail.com> Reviewed by: 0mp, imp Differential Revision: https://reviews.freebsd.org/D19012
show more ...
|
| #
01d4e214
|
| 05-Oct-2018 |
Glen Barber <gjb@FreeBSD.org> |
MFH r338661 through r339200.
Sponsored by: The FreeBSD Foundation
|
| #
ce44d808
|
| 27-Sep-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r338731 through r338987.
|
| #
8251b8b8
|
| 24-Sep-2018 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
sysctl(8): Add a standard exit status section.
Reviewed by: bcr Approved by: re (gjb), krion (mentor) Differential Revision: https://reviews.freebsd.org/D17147
|
| #
08aa7128
|
| 30-Jan-2025 |
Zhenlei Huang <zlei@FreeBSD.org> |
sysctl: Teach sysctl to attach and run itself in a jail
This allows the parent jail to retrieve or set kernel state when child does not have sysctl(8) installed (e.g. light weighted OCI containers o
sysctl: Teach sysctl to attach and run itself in a jail
This allows the parent jail to retrieve or set kernel state when child does not have sysctl(8) installed (e.g. light weighted OCI containers or slim jails).
This is especially useful when manipulating jail prison or vnet sysctls. For example, `sysctl -j foo -Ja` or `sysctl -j foo net.fibs=2`.
Reviewed by: dfr (previous version), markj MFC after: 1 week Relnotes: yes Differential Revision: https://reviews.freebsd.org/D48618
show more ...
|
| #
c294ecb2
|
| 23-Jan-2025 |
Zhenlei Huang <zlei@FreeBSD.org> |
sysctl: Sort options
No functional change intended.
MFC after: 1 day
|
| #
0ee3e29e
|
| 23-Jan-2025 |
Zhenlei Huang <zlei@FreeBSD.org> |
sysctl: Fix usage() and SYNOPSIS section of man page
I forgot to update the usage() and SYNOPSIS section of man page when adding the two options -J and -V.
While here, fix the options sort order in
sysctl: Fix usage() and SYNOPSIS section of man page
I forgot to update the usage() and SYNOPSIS section of man page when adding the two options -J and -V.
While here, fix the options sort order in SYNOPSIS section.
Fixes: 5ec83c660aca sysctl: Add flags to filter jail prison and vnet variables MFC after: 1 day
show more ...
|
| #
5ec83c66
|
| 29-Oct-2024 |
Zhenlei Huang <zlei@FreeBSD.org> |
sysctl: Add flags to filter jail prison and vnet variables
So users do not have to contact the source code to tell whether a variable is a jail prison / vnet one or not.
Reviewed by: cy (previous v
sysctl: Add flags to filter jail prison and vnet variables
So users do not have to contact the source code to tell whether a variable is a jail prison / vnet one or not.
Reviewed by: cy (previous version), markj, jamie (for #jails) MFC after: 2 weeks Relnotes: yes Differential Revision: https://reviews.freebsd.org/D47107
show more ...
|