summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/sysctl.3
Commit message (Collapse)AuthorAgeFilesLines
* Update the description of KERN_PROC.trhodes2009-01-281-5/+3
| | | | | PR: 100242 Reviewed by: jhb
* Removed no longer existing CTL_MACHDEP defines.ru2008-03-261-12/+1
| | | | Inspired by: phk
* VM_METER is long deprecated.ru2007-10-161-2/+2
|
* Rescue parts of the sensorsd commit that are still relevant:ru2007-10-161-6/+9
| | | | | | - HW_FLOATINGPOINT renamed to HW_FLOATINGPT. - Documented HW_REALMEM. - Sorted as per <sys/sysctl.h>.
* Backout sensors framework.netchild2007-10-151-36/+6
| | | | | Requested by: phk Discussed on: cvs-all
* Fix mdoc in last commit.ru2007-10-141-13/+15
|
* Import OpenBSD's sysctl hardware sensors framework.netchild2007-10-141-6/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit includes the following core components: * sample configuration file for sensorsd * rc(8) script and glue code for sensorsd(8) * sysctl(3) doc fixes for CTL_HW tree * sysctl(3) documentation for hardware sensors * sysctl(8) documentation for hardware sensors * support for the sensor structure for sysctl(8) * rc.conf(5) documentation for starting sensorsd(8) * sensor_attach(9) et al documentation * /sys/kern/kern_sensors.c o sensor_attach(9) API for drivers to register ksensors o sensor_task_register(9) API for the update task o sysctl(3) glue code o hw.sensors shadow tree for sysctl(8) internal magic * <sys/sensors.h> * HW_SENSORS definition for <sys/sysctl.h> * sensors display for systat(1), including documentation * sensorsd(8) and all applicable documentation The userland part of the framework is entirely source-code compatible with OpenBSD 4.1, 4.2 and -current as of today. All sensor readings can be viewed with `sysctl hw.sensors`, monitored in semi-realtime with `systat -sensors` and also logged with `sensorsd`. Submitted by: Constantine A. Murenin <cnst@FreeBSD.org> Sponsored by: Google Summer of Code 2007 (GSoC2007/cnst-sensors) Mentored by: syrinx Tested by: many OKed by: kensmith Obtained from: OpenBSD (parts)
* Expand the description of the host's UUID.ru2007-04-101-3/+3
| | | | OK'ed by: pjd
* Document KERN_HOSTUUID.pjd2007-04-091-1/+4
| | | | Reminded by: ru
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Assorted markup fixes.ru2005-06-151-6/+12
| | | | Approved by: re
* Add a sysctl that returns the full path of a process' text file.das2005-04-181-3/+9
| | | | | This information is needed by things like `gdb -p' and Sun's javac, and previously it could only be obtained via procfs
* Sort sections.ru2005-01-201-21/+21
|
* Mechanically kill hard sentence breaks.ru2004-07-021-5/+9
|
* Document the existence of NET_RT_IFMALIST.bms2004-03-251-0/+7
| | | | Reviewed by: ru
* [troff] removed the unnecessary use of \_ escapes.ru2004-03-251-96/+96
|
* Document additional reasons that sysctl(3) can return ENOMEM (due totruckman2004-03-151-0/+11
| | | | vslock() failure).
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-10/+10
|
* Update the kern.osreldate documentation to document the present formateivind2003-09-011-2/+17
| | | | | | used, and refer to <osreldate.h> to get userland date. Submitted by: ru
* 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
|
OpenPOWER on IntegriCloud