Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate redundant variable. | pjd | 2012-12-12 | 1 | -6/+3 |
| | |||||
* | While there, trim some trailing whitespace. | ed | 2010-02-21 | 1 | -1/+0 |
| | |||||
* | Add proper const keywords to sysctl(3) parameters. | ed | 2010-02-21 | 1 | -12/+5 |
| | | | | | | | | | | | | | The `name' and `newp' arguments can be marked const, because the buffers they refer to are never changed. While there, perform some other cleanups: - Remove K&R from sysctl.c. - Implement sysctlbyname() using sysctlnametomib() to prevent duplication of an undocumented kernel interface. - Fix some whitespace nits. It seems the prototypes are now in sync with NetBSD as well. | ||||
* | Fix SCM ID's. | obrien | 2002-02-01 | 1 | -2/+4 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Change a variable to type size_t to suit the sysctl prototype. | jb | 1998-03-09 | 1 | -2/+4 |
| | | | | Add #include <string.h> to get prototypes. | ||||
* | Have sysctlbyname() take a const first arg (the ascii string) | peter | 1997-07-12 | 1 | -3/+5 |
| | |||||
* | sysctlbyname allows acces to sysctl variables by name. | phk | 1997-05-30 | 1 | -0/+33 |
The manpage has been sent to linquistic decontamination and will arrive when released from the quarantine Reviewed by: peter |