summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/sysctl.c
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-161-0/+3
| | | | | | | Only warnings that could be fixed without changing the generated object code and without restructuring the source code have been handled. Reviewed by: /sbin/md5
* Fix the style of the SCM ID's.obrien2002-03-221-0/+2
| | | | I believe have made all of libc .c's as consistent as possible.
* Make the implementation and documentation agree. Specifically:des1999-01-061-4/+8
| | | | | | | - document that sysctl() and sysctlbyname() return 0 on success - if the provided buffer is too small, set errno to ENOMEM and return -1 instead of returning ENOMEM.
* Minor cleanup, mostly unused vars and missing #includes.phk1995-10-221-0/+1
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+177
OpenPOWER on IntegriCloud