aboutsummaryrefslogtreecommitdiff
path: root/share/examples/kld/dyn_sysctl
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* Fix build for KLD dyn_sysctl exampleOleksandr Tymoshenko2019-03-161-4/+2
* share and pc-sysinstall: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Update share/examples/* to properly install /usr/share/examples.Glen Barber2016-05-101-0/+2
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Minor style(9) improvementEd Maste2012-08-071-3/+3
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.Matthew D Fleming2011-01-191-2/+3
* Where if not in examples we should follow style(9)?Pawel Jakub Dawidek2009-06-031-22/+22
* According to module(9), when command is unrecognized, the module shouldPawel Jakub Dawidek2004-08-301-1/+1
* Removed unneeded stuff.Ruslan Ermilov2001-05-181-12/+0
* Unbreak by syncing with changes in <sys/sysctl.h> macros.Andrzej Bialecki2001-02-101-12/+12
* These patches implement dynamic sysctls. It's possible now to addAndrzej Bialecki2000-07-153-0/+194