summaryrefslogtreecommitdiff
path: root/lib/libc/gen/sysctlbyname.c
AgeCommit message (Expand)Author
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-02-09sysctlbyname(): restore access to user variablesStefan Eßer
2019-12-29sysctlbyname(2): Remove temporary compatibility layerPawel Biernacki
2019-09-03Add sysctlbyname system callMateusz Guzik
2012-12-12Eliminate redundant variable.Pawel Jakub Dawidek
2010-02-21While there, trim some trailing whitespace.Ed Schouten
2010-02-21Add proper const keywords to sysctl(3) parameters.Ed Schouten
2002-02-01Fix SCM ID's.David E. O'Brien
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-03-09Change a variable to type size_t to suit the sysctl prototype.John Birrell
1997-07-12Have sysctlbyname() take a const first arg (the ascii string)Peter Wemm
1997-05-30sysctlbyname allows acces to sysctl variables by name.Poul-Henning Kamp