Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | libc: return partial sysctl() result if buffer is too small | Stefan Eßer | 2022-03-04 | 1 | -3/+12 |
* | sysctlbyname(2): Remove temporary compatibility layer | Pawel Biernacki | 2019-12-29 | 1 | -14/+3 |
* | Add sysctlbyname system call | Mateusz Guzik | 2019-09-03 | 1 | -13/+44 |
* | Eliminate redundant variable. | Pawel Jakub Dawidek | 2012-12-12 | 1 | -6/+3 |
* | While there, trim some trailing whitespace. | Ed Schouten | 2010-02-21 | 1 | -1/+0 |
* | Add proper const keywords to sysctl(3) parameters. | Ed Schouten | 2010-02-21 | 1 | -12/+5 |
* | Fix SCM ID's. | David E. O'Brien | 2002-02-01 | 1 | -2/+4 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Change a variable to type size_t to suit the sysctl prototype. | John Birrell | 1998-03-09 | 1 | -2/+4 |
* | Have sysctlbyname() take a const first arg (the ascii string) | Peter Wemm | 1997-07-12 | 1 | -3/+5 |
* | sysctlbyname allows acces to sysctl variables by name. | Poul-Henning Kamp | 1997-05-30 | 1 | -0/+33 |