aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/sysctlbyname.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sysctlbyname(): restore access to user variablesStefan Eßer2022-02-091-3/+12
* sysctlbyname(2): Remove temporary compatibility layerPawel Biernacki2019-12-291-14/+3
* Add sysctlbyname system callMateusz Guzik2019-09-031-13/+44
* Eliminate redundant variable.Pawel Jakub Dawidek2012-12-121-6/+3
* While there, trim some trailing whitespace.Ed Schouten2010-02-211-1/+0
* Add proper const keywords to sysctl(3) parameters.Ed Schouten2010-02-211-12/+5
* Fix SCM ID's.David E. O'Brien2002-02-011-2/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Change a variable to type size_t to suit the sysctl prototype.John Birrell1998-03-091-2/+4
* Have sysctlbyname() take a const first arg (the ascii string)Peter Wemm1997-07-121-3/+5
* sysctlbyname allows acces to sysctl variables by name.Poul-Henning Kamp1997-05-301-0/+33