summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/sysctl.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-1/+3
|
* mdoc(7) police: "The .Fn function".ru2002-12-181-4/+5
|
* Uniformly refer to a file system as "file system".ru2002-12-121-7/+7
| | | | Approved by: re
* Fix braino.dd2002-03-241-1/+1
|
* The sixth argument to the NET_RT_IFLIST sysctl is actually 0 forru2002-01-231-1/+1
| | | | all interfaces, and ifnet.if_index value for a single interface.
* If the OID is missing, sysctl(3) returns ENOENT, not EOPNOTSUPP.ru2001-12-131-2/+2
| | | | | PR: docs/32793 Submitted by: Hartmut Brandt <brandt@fokus.gmd.de>
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* Use ``.Rv -std'' wherever possible.ru2001-08-311-7/+1
| | | | Submitted by: yar
* mdoc(7) police:ru2001-08-071-2/+2
| | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
* Use ``.St -p1003.[12]''.ru2001-02-261-3/+9
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-12/+12
|
* mdoc(7) police: replaced empty line with .Pp, updated document date.ru2001-01-231-2/+2
|
* Add the function sysctlnametomib to libc. Details on the semanticsmckusick2001-01-231-1/+54
| | | | and use of this function have been added to the sysctl.3 manual page.
* Prepare for mdoc(7)NG.ru2000-12-291-126/+126
|
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-3/+6
|
* Change [Ii]t's to "It is" and "its" as appropriate.sheldonh2000-11-141-1/+1
|
* Whitespace only: remove hard sentence breaks introduced in previoussheldonh2000-11-141-3/+4
| | | | commit and use a paragraph marker (Pp) instead of a blank line.
* Correct description of KERN_PROC. Add description of KERN_PROC_ARGS.abial2000-11-111-2/+13
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-5/+0
|
* Whitespace only change: trim trailing whitespace.asmodai2000-10-301-7/+7
|
* Remove the reference to KERN_UPDATEINTERVAL and syncer(4), sincesheldonh2000-07-221-6/+0
| | | | | | | KERN_UPDATEINTERVAL can't be used to control sched_sync(). In fact, there's no easy way to control the syncer with sysctls. Reported by: bde
* Update stale references to update(4) with references to the newsheldonh2000-07-191-1/+1
| | | | syncer(4) manual page.
* mdoc related cleanup:phantom2000-05-061-17/+17
| | | | | | . use construction ".Aq Pa filename" instead of ".Pa <filename>" . replace Section Heading macro (.Sh) with Subsection (.Ss) macro for subsections
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* Replace the existing documentation for ``KERN_QUANTUM'' with a morechris2000-02-101-4/+2
| | | | descriptive (and generally more useful) explanation.
* Document KERN_QUANTUM under CTL_KERNchris2000-01-191-0/+6
| | | | | PR: 15637 Submitted by: jhs
* remove most of PF_INET6 description. add references only.itojun2000-01-061-138/+4
| | | | Suggested by: Ruslan Ermilov <ru@FreeBSD.org>
* bring in description for KAME IPv6 changes.itojun2000-01-061-4/+156
| | | | | | XXX it looks that sysctl.3 lacks most of PF_INET items. Reviewed by: shin Obtained from: KAME (netbsd-current)
* Separate some common sysctl code into sysctl_find_oid() and callinggreen1999-12-011-0/+4
| | | | | thereof. Also, make the errno returns _correct_, and add a new one which is more appropriate.
* Correct spelling : ascii -> ASCIIphantom1999-09-201-1/+1
| | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Typo fix.jkoshy1999-03-231-1/+1
| | | | | PR: docs/10733 Submitted by: Steve Coltrin <spcoltri@io.com>
* Make the implementation and documentation agree. Specifically:des1999-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.
* `kern.maxproc' is not changeable from sysctl(8).jkoshy1998-09-291-1/+1
| | | | Reminded by: Bruce Evans <bde@zeta.org.au>
* Sort table and descriptions.jkoshy1998-09-161-7/+7
| | | | Pointed out by: bde
* Turn off replies to ICMP echo requests for broadcast and multicastjkoshy1998-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>
* Document a number of VM sysctl variables with help from old emailsghelmer1998-09-091-1/+38
| | | | written by John Dyson.
* Cross-reference to sysconf(3).eivind1998-06-301-1/+2
|
* Fixed missing return type in a prototype.bde1998-01-161-0/+1
|
* Added HW_MACHINE_ARCH.kato1997-08-301-0/+3
|
* Add a quick description of sysctlbyname() and link sysctl.3 topeter1997-07-121-1/+11
| | | | sysctlbyname.3
* Add tickadj to struct clockinfo, like NetBSD and OpenBSD.jhay1997-06-241-1/+1
|
* Show the real revision date and not the date that thissteve1997-06-231-1/+1
| | | | manpage is being viewed.
* Merge from Lite2: man page updatespeter1997-03-111-5/+25
|
* Very minor mdoc cleanup.mpp1997-01-311-3/+5
|
* Document that the `old' count is returned for the ENOMEM case.bde1996-11-041-1/+2
|
* Made this about as (in)complete as sysctl.8.bde1996-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).
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-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.
* Update a bunch of man pages to use .Fn insteadmpp1996-08-221-9/+9
| | | | of .Nm when referencing funciton names.
OpenPOWER on IntegriCloud