summaryrefslogtreecommitdiff
path: root/lib/libc/gen/sysctlbyname.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix SCM ID's.David E. O'Brien2002-02-011-2/+4
| | | | Notes: svn path=/head/; revision=90039
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Change a variable to type size_t to suit the sysctl prototype.John Birrell1998-03-091-2/+4
| | | | | | | Add #include <string.h> to get prototypes. Notes: svn path=/head/; revision=34358
* Have sysctlbyname() take a const first arg (the ascii string)Peter Wemm1997-07-121-3/+5
| | | | Notes: svn path=/head/; revision=27343
* sysctlbyname allows acces to sysctl variables by name.Poul-Henning Kamp1997-05-301-0/+33
The manpage has been sent to linquistic decontamination and will arrive when released from the quarantine Reviewed by: peter Notes: svn path=/head/; revision=26285