| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Use malloc() rather than alloca() to allocate storage for old values | John Baldwin | 2007-01-22 | 1 | -8/+28 |
| * | MFC 1.48, 1.49 | Christian Brueffer | 2003-05-19 | 1 | -1/+13 |
| * | Bring the oid description functionality (-d) into STABLE. | Tom Rhodes | 2003-05-01 | 2 | -6/+20 |
| * | MFC: Markup fixes and the .Nm utility. | Tom Rhodes | 2003-02-23 | 1 | -7/+11 |
| * | MFC: rev 1.45, 1.48, 1.51. Fix string termination. | Peter Wemm | 2003-01-22 | 1 | -2/+3 |
| * | MFC sysctl.c 1.40, sysctl.8 1.44: | Thomas Quinot | 2002-10-29 | 2 | -15/+58 |
| * | MFC: the sysctl variable "machdep.guessed_bootdev" reports some indication | Luigi Rizzo | 2002-03-16 | 1 | -0/+57 |
| * | MFC: Implement -e option. | Anton Berezin | 2001-12-19 | 2 | -13/+32 |
| * | MFC: Don't drop a deprecated option (-w in this case) | Yaroslav Tykhiy | 2001-08-12 | 1 | -0/+4 |
| * | MFC 1.36: -xwidth -> -width | Dima Dorfman | 2001-08-01 | 1 | -1/+1 |
| * | MFC: rev 1.37 (don't mention -w) | David E. O'Brien | 2001-08-01 | 1 | -1/+1 |
| * | MFC 1.35: markup fixes. | Dima Dorfman | 2001-07-28 | 1 | -37/+33 |
| * | MFC 1.34-1.36: sync with -current: minor style fixes. | Dima Dorfman | 2001-07-28 | 1 | -17/+18 |
| * | MFC sysctl 1.30-1.33, sysctl.8 1.32-1.33: -N flag, and DES's spring | Dima Dorfman | 2001-07-28 | 2 | -70/+100 |
| * | modfied sysctl command to allow setting values > 2GB if the mib supports it. | Jim Pirzyk | 2001-07-18 | 1 | -1/+19 |
| * | MFC 1.38: remove xref to blackhole(4). | Dima Dorfman | 2001-06-12 | 1 | -1/+0 |
| * | MFC 1.35, 1.36: remove unused variable and normalize use of sizeof. | Dima Dorfman | 2001-06-12 | 1 | -20/+20 |
| * | MFC: MAN[1-9] -> MAN. | Ruslan Ermilov | 2001-04-25 | 1 | -1/+1 |
| * | MFC: recent mdoc(7) fixes. | Ruslan Ermilov | 2001-03-05 | 1 | -2/+4 |
| * | MFC: Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-19 | 1 | -61/+61 |
| * | MFC: missing comma | Alexey Zelkin | 2000-12-14 | 1 | -2/+2 |
| * | MFC: recent mdoc(7) fixes. | Ruslan Ermilov | 2000-12-08 | 1 | -3/+3 |
| * | MFC 1.29 fix sizeof(int) != sizeof(long) brokenness for SYSCTL_LONG | Andrew Gallatin | 2000-11-02 | 1 | -2/+2 |
| * | MFC: refer to sysctl.conf | David E. O'Brien | 2000-07-27 | 1 | -0/+1 |
| * | MFC: describe syncer(4)-related sysctls. | Sheldon Hearn | 2000-07-26 | 1 | -1/+3 |
| * | MFC: merge in various cosmetic cleanups: | Kelly Yancey | 2000-07-19 | 1 | -4/+24 |
| * | Use 'following' instead of 'follow' in a couple of places for a slightly | Steve Price | 2000-02-26 | 1 | -2/+2 |
| * | Belatedly back out rev. 1.20. | Dag-Erling Smørgrav | 1999-11-22 | 2 | -25/+9 |
| * | Allow octal or hex input. | Greg Lehey | 1999-11-17 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 4 | -4/+4 |
| * | Add reference to blackhole(4) | Geoff Rehmet | 1999-08-17 | 1 | -1/+2 |
| * | Avoid ambigious if/else | Bill Fumerola | 1999-07-21 | 1 | -2/+3 |
| * | Move sysctl/ to src/sbin/ where it now belongs. | David E. O'Brien | 1999-05-10 | 1 | -4/+1 |
| * | Clean up option handling a little. | Dag-Erling Smørgrav | 1999-01-10 | 2 | -21/+40 |
| * | Allow for printing out integer arrays. | Poul-Henning Kamp | 1998-11-08 | 1 | -2/+8 |
| * | `kern.maxproc' is not changeable using sysctl(1). Change examples | Joseph Koshy | 1998-09-29 | 1 | -4/+4 |
| * | Change length arguments to sysctl to size_t. | Doug Rabson | 1998-08-25 | 1 | -5/+21 |
| * | Document the kern.logsigexit sysctl variable (sort of). | Joerg Wunsch | 1998-07-29 | 1 | -1/+2 |
| * | Document sef's recent changes in the corefile naming. | Joerg Wunsch | 1998-07-21 | 1 | -1/+2 |
| * | Don't assume that time_t is long. | Bruce Evans | 1998-06-29 | 1 | -2/+4 |
| * | Install sysctl in /sbin. It is used in some cases in network_pass1(), | Bruce Evans | 1997-12-18 | 1 | -0/+4 |
| * | Add missing argument detected by "-Wformat". | John Polstra | 1997-11-18 | 1 | -2/+3 |
| * | Use err(3). Change err(-1,... to err(1,... | Philippe Charnier | 1997-10-20 | 3 | -82/+86 |
| * | Added hw.machine_arch. | KATO Takenori | 1997-08-30 | 1 | -1/+2 |
| * | Display tickadj in struct clockinfo. | John Hay | 1997-06-24 | 1 | -3/+3 |
| * | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-31 | 2 | -3/+3 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 2 | -2/+2 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 2 | -2/+2 |
| * | Removed references to pathconf-related variables that were never handled | Bruce Evans | 1996-09-28 | 1 | -10/+3 |
| * | Use the .Fx macro where appropriate. | Mike Pritchard | 1996-08-23 | 1 | -3/+7 |