aboutsummaryrefslogtreecommitdiff
path: root/sbin/sysctl/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* sysctl: Teach sysctl to attach and run itself in a jailZhenlei Huang2025-02-061-0/+6
| | | | | | | | | | | | | | | | | 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 (cherry picked from commit 08aa7128dea4d14811ae4a0225d7c678869cfe62) (cherry picked from commit 8d5d7e2ba3a685a9ebe7aa578c6b76adf8fe4c2e)
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
| | | | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in main: (cherry picked from commit d0b2dbfa0ecf)
* Move sysctl.conf to sbin/sysctl/ and switch to CONFS.Brad Davis2018-08-111-0/+1
| | | | | | | | | | This helps with pkgbase to tag this config file as a config file. Approved by: allanjude (mentor), will (mentor) Differential Revision: https://reviews.freebsd.org/D16559 Notes: svn path=/head/; revision=337624
* Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295450
* sysctl(8): make WARNS=3 cleanUlrich Spörlein2010-02-151-1/+1
| | | | | | | | | | Fixes inspired by work done in DragonflyBSD. PR: bin/140016 Approved by: ed (Co-mentor) Notes: svn path=/head/; revision=203917
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
| | | | | | | Use WARNS?= instead of WARNS=. Notes: svn path=/head/; revision=126178
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
| | | | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87325
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74815
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74531
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Move sysctl/ to src/sbin/ where it now belongs.David E. O'Brien1999-05-101-4/+1
| | | | | | | Repository copied by: Peter Notes: svn path=/head/; revision=46878
* Install sysctl in /sbin. It is used in some cases in network_pass1(),Bruce Evans1997-12-181-0/+4
| | | | | | | before /usr is mounted if /usr has type nfs. Notes: svn path=/head/; revision=31845
* Get rid of update. Make man page installation work with our schemeGarrett Wollman1994-08-051-1/+1
| | | | | | | (and rename a few in the process). Notes: svn path=/head/; revision=1863
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-261-0/+6
Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553