| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs | Ken Smith | 2011-02-16 | 1 | -1/+1 |
* | MFC 212726: | Marko Zec | 2010-11-23 | 1 | -2/+2 |
* | MFC r205118: | Rebecca Cran | 2010-04-20 | 1 | -0/+1 |
* | Merge r203310,203547,203717 from head: | Gavin Atkinson | 2010-02-14 | 1 | -4/+9 |
* | time_t does not always fit into long, for instance on arm. So rather cast | John Hay | 2009-06-23 | 1 | -3/+3 |
* | The sysctl(8) program exits on some errors and only emits warnings on | Mike Makonnen | 2008-06-23 | 1 | -2/+5 |
* | Backout sensors framework. | Alexander Leidinger | 2007-10-15 | 1 | -140/+0 |
* | Import OpenBSD's sysctl hardware sensors framework. | Alexander Leidinger | 2007-10-14 | 1 | -0/+140 |
* | When we return from a "show" function without printing anything except | Bruce Evans | 2007-06-11 | 1 | -6/+6 |
* | Some improvements to the int-type printing code based on suggestions by bde. | David Malone | 2007-06-10 | 1 | -17/+13 |
* | Fix a number of WARNS, including printf, constness and unsigned comparison | David Malone | 2007-06-10 | 1 | -12/+13 |
* | Some style improvements suggested by bde, including removing an | David Malone | 2007-06-10 | 1 | -37/+36 |
* | Use common code for printing ints and longs by coppying the sysctl | David Malone | 2007-06-04 | 1 | -42/+42 |
* | Style: Shorten a couple of lines with u_int and u_long. | Warner Losh | 2006-12-10 | 1 | -5/+3 |
* | - Revert signedness type changes to "struct vmtotal"; by making | Ruslan Ermilov | 2006-11-28 | 1 | -15/+11 |
* | Fix the format specifier suitable for uintmax_t. | Ruslan Ermilov | 2006-11-23 | 1 | -5/+5 |
* | - Fix types of "struct vmmeter" members so they are unsigned. | Ruslan Ermilov | 2006-11-20 | 1 | -12/+13 |
* | Remove a debugging statement from the previous commit. | Hartmut Brandt | 2006-10-12 | 1 | -2/+0 |
* | Don't free the buffer with the sysctl value before printing it. | Hartmut Brandt | 2006-10-12 | 1 | -1/+4 |
* | While convenient, avoid using alloca() for reasons specified in | Ruslan Ermilov | 2006-09-06 | 1 | -4/+20 |
* | Support Celsius (nn.nC), Fahrenheit (nn.nF) and Kelvin (nnnn) to | Hajimu UMEMOTO | 2006-09-03 | 1 | -4/+39 |
* | Fix printing of integer Kelvins broken in rev. 1.71, which is | Ruslan Ermilov | 2006-08-15 | 1 | -3/+3 |
* | Add an extension to the UINT & ULONG types. The XINT & XLONG types behave | David E. O'Brien | 2006-08-12 | 1 | -2/+10 |
* | Use floating point instead of hacking something together. Suggested by | Nate Lawson | 2006-08-04 | 1 | -10/+8 |
* | Fix printing of negative decimal values in Kelvin to Celsius conversion. | Nate Lawson | 2006-07-25 | 1 | -2/+6 |
* | Add -q to usage(). | Ruslan Ermilov | 2005-12-01 | 1 | -2/+2 |
* | Add "-q" argument to sysctl(8), which suppresses a limited set of warnings/ | Robert Watson | 2005-09-15 | 1 | -4/+12 |
* | Show descriptions for type CTLTYPE_NODES. | Matthew N. Dodd | 2005-04-13 | 1 | -0/+5 |
* | Zero buffers. Seatbelt against sysctl(3) returning non-NUL terminated | Matthew N. Dodd | 2005-04-13 | 1 | -0/+2 |
* | Sync program's usage() with manpage's SYNOPSIS. | Ruslan Ermilov | 2005-02-10 | 1 | -1/+1 |
* | Get rid of a NULL dereference when oid is too long. | Suleiman Souhlal | 2005-01-25 | 1 | -1/+2 |
* | Use correct format string. | Lukas Ertl | 2004-09-17 | 1 | -1/+1 |
* | Add a suffix descriptor for the acpi thermal values as a hint for the userland | Peter Wemm | 2004-08-30 | 1 | -2/+12 |
* | Remove advertising clause from University of California Regent's license, | Mark Murray | 2004-04-09 | 1 | -4/+0 |
* | Add CTLTYPE_QUAD to the list of types for which we don't want an empty | Dima Dorfman | 2004-03-02 | 1 | -1/+2 |
* | Whitespace cleanup. | Dag-Erling Smørgrav | 2003-11-07 | 1 | -9/+9 |
* | Add a command-line option to format output for human readability. | Dag-Erling Smørgrav | 2003-11-07 | 1 | -11/+21 |
* | Fix a few style glitches in the previous commit and make the | Mike Silbersack | 2003-11-01 | 1 | -5/+5 |
* | Fix a 64 bit warning. Have set_T_dev_t() take a pointer to a size_t rather | Peter Wemm | 2003-10-26 | 1 | -2/+2 |
* | Wrap a long line in the previous commit | Mike Silbersack | 2003-10-21 | 1 | -1/+2 |
* | Have sysctl print out a more useful error message when it detects that the | Mike Silbersack | 2003-10-21 | 1 | -1/+6 |
* | Tighten up the string->integer conversion in sysctl(8): | Robert Watson | 2003-06-15 | 1 | -5/+25 |
* | Output machdep.guessed_bootdev as an integer rather than try to format | Poul-Henning Kamp | 2003-04-03 | 1 | -54/+0 |
* | Fix what I think is an off-by-one in certain worst-case scenarios | Peter Wemm | 2003-01-22 | 1 | -1/+1 |
* | Cleanup the formatting from the last commit, convert everything to | Matthew Dillon | 2003-01-11 | 1 | -8/+21 |
* | Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten. | Matthew Dillon | 2003-01-11 | 1 | -0/+26 |
* | Fix a "bug" in sysctl(8). Limit the length when we print a string from | Peter Wemm | 2002-11-12 | 1 | -1/+1 |
* | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -1/+1 |
* | Don't err(3) (and exit prematurely) when a sysctl's object size has | Alfred Perlstein | 2002-05-24 | 1 | -9/+16 |
* | Don't forget to null-terminate string we got from sysctl (f.e. in 'A' format). | Andrey A. Chernov | 2002-05-08 | 1 | -1/+1 |