summaryrefslogtreecommitdiff
path: root/lib/libc/gen/sysctl.c
AgeCommit message (Expand)Author
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-02-05libc: add helper furnction to set sysctl() user.* variablesStefan Eßer
2022-02-04libc: return partial sysctl() result if buffer is too smallStefan Eßer
2020-11-02Re-arrange some of the code to separate writable user tree variables fromStefan Eßer
2020-10-31Make sysctl user.local a tunable that can be written at run-timeStefan Eßer
2020-10-31Fix reversed condition after attempted style fix in r367196Stefan Eßer
2020-10-31Fix style, no functional changeStefan Eßer
2020-10-30Add read only sysctl variable user.localbaseStefan Eßer
2018-07-03Clean up the vcs ID strings in libc's gen/ directory.John Baldwin
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2015-07-06Fix sysctl(3) so it returns the intended values for all mib names inPatrick Kelsey
2012-09-06Avoid segfault if name is invalid. Basically, onlyTom Rhodes
2010-02-21Add proper const keywords to sysctl(3) parameters.Ed Schouten
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
2003-02-16Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
1999-01-06Make the implementation and documentation agree. Specifically:Dag-Erling Smørgrav
1995-10-22Minor cleanup, mostly unused vars and missing #includes.Poul-Henning Kamp
1994-05-27BSD 4.4 Lite Lib SourcesRodney W. Grimes