aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/sysctl.3
Commit message (Collapse)AuthorAgeFilesLines
* MFC: {rev 1.25} Typo fix.Joseph Koshy1999-03-231-1/+1
| | | | Notes: svn path=/stable/3/; revision=44962
* Make the implementation and documentation agree. Specifically:Dag-Erling Smørgrav1999-01-061-2/+3
| | | | | | | | | | - document that sysctl() and sysctlbyname() return 0 on success - if the provided buffer is too small, set errno to ENOMEM and return -1 instead of returning ENOMEM. Notes: svn path=/head/; revision=42353
* `kern.maxproc' is not changeable from sysctl(8).Joseph Koshy1998-09-291-1/+1
| | | | | | | Reminded by: Bruce Evans <bde@zeta.org.au> Notes: svn path=/head/; revision=39750
* Sort table and descriptions.Joseph Koshy1998-09-161-7/+7
| | | | | | | Pointed out by: bde Notes: svn path=/head/; revision=39334
* Turn off replies to ICMP echo requests for broadcast and multicastJoseph Koshy1998-09-151-2/+6
| | | | | | | | | | | | | | | | addresses by default. Add a knob "icmp_bmcastecho" to "rc.network" to allow this behaviour to be controlled from "rc.conf". Document the controlling sysctl variable "net.inet.icmp.bmcastecho" in sysctl(3). Reviewed by: dg, jkh Reminded on -hackers by: Steinar Haug <sthaug@nethelp.no> Notes: svn path=/head/; revision=39267
* Document a number of VM sysctl variables with help from old emailsGuy Helmer1998-09-091-1/+38
| | | | | | | written by John Dyson. Notes: svn path=/head/; revision=39022
* Cross-reference to sysconf(3).Eivind Eklund1998-06-301-1/+2
| | | | Notes: svn path=/head/; revision=37319
* Fixed missing return type in a prototype.Bruce Evans1998-01-161-0/+1
| | | | Notes: svn path=/head/; revision=32562
* Added HW_MACHINE_ARCH.KATO Takenori1997-08-301-0/+3
| | | | Notes: svn path=/head/; revision=28916
* Add a quick description of sysctlbyname() and link sysctl.3 toPeter Wemm1997-07-121-1/+11
| | | | | | | sysctlbyname.3 Notes: svn path=/head/; revision=27344
* Add tickadj to struct clockinfo, like NetBSD and OpenBSD.John Hay1997-06-241-1/+1
| | | | Notes: svn path=/head/; revision=26898
* Show the real revision date and not the date that thisSteve Price1997-06-231-1/+1
| | | | | | | manpage is being viewed. Notes: svn path=/head/; revision=26826
* Merge from Lite2: man page updatesPeter Wemm1997-03-111-5/+25
| | | | Notes: svn path=/head/; revision=23667
* Very minor mdoc cleanup.Mike Pritchard1997-01-311-3/+5
| | | | Notes: svn path=/head/; revision=22147
* Document that the `old' count is returned for the ENOMEM case.Bruce Evans1996-11-041-1/+2
| | | | Notes: svn path=/head/; revision=19390
* Made this about as (in)complete as sysctl.8.Bruce Evans1996-09-291-35/+42
| | | | | | | | | - removed references to nonexistent pathconf-related variables. - document everything in CTL_MACHDEP(more than in sysctl.8) and 80% of the things in CTL_KERN (same as in sysctl.8). Notes: svn path=/head/; revision=18563
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-221-1/+2
| | | | | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages. Notes: svn path=/head/; revision=17782
* Update a bunch of man pages to use .Fn insteadMike Pritchard1996-08-221-9/+9
| | | | | | | of .Nm when referencing funciton names. Notes: svn path=/head/; revision=17780
* Update man to tell that <sys/types.h> is needed.Poul-Henning Kamp1996-06-101-0/+1
| | | | | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr> Notes: svn path=/head/; revision=16279
* From Lite2: rename fs to vfs.Jeffrey Hsu1996-03-111-1/+1
| | | | Notes: svn path=/head/; revision=14517
* From Lite2: rename fs to vfs.Jeffrey Hsu1996-03-111-1/+1
| | | | Notes: svn path=/head/; revision=14516
* Fixed a bunch of man page cross references that wereMike Pritchard1996-02-151-2/+2
| | | | | | | | | | | in the main text of various man pages. Thanks to Warner Losh for adding an option to manck to allow it to scan the entire man page looking for bogus xrefs, instead of just checking the SEE ALSO section. Notes: svn path=/head/; revision=14101
* Remove CPU_COLORDISP, GIO_COLOR now existsAndrey A. Chernov1994-10-181-1/+0
| | | | Notes: svn path=/head/; revision=3682
* Add new machdep variablesAndrey A. Chernov1994-10-171-0/+3
| | | | Notes: svn path=/head/; revision=3667
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+650
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573