sysctl(8): Fix handling of uquad type sysctls (wrong variable was taken).
[dragonfly.git] / sbin / sysctl / sysctl.c
2012-07-12 Sascha Wildnersysctl(8): Fix handling of uquad type sysctls (wrong...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2010-09-07 Samuel J. Greearuserland - sysctl - Fix stack overflow
2010-04-10 Sascha Wildnersysctl(8): Raise WARNS to 6.
2010-02-11 Constantine A. Mureninsysctl(8): support setting acpi temperature in K, C...
2010-02-10 Constantine A. Mureninsysctl(8): acpi temperature support for hw.acpi.thermal
2009-08-21 Matthew DillonAMD64 - AUDIT RUN - Fix format strings, size_t, and...
2009-08-19 Sascha WildnerFix some WARNS fallout from the recent (s)size_t changes.
2007-10-02 Hasso TepperHardware sensors framework originally developed in...
2007-09-24 Hasso TepperFix warning.
2007-01-05 Simon SchubertAdd handler for timespec values.
2006-09-21 Matthew DillonRecent dev_t work confused sysctl. Adjust the reported...
2005-04-23 Joerg SonnenbergerAdd support for unsigned quads. Use strtoq and %qd...
2005-01-23 Chris PresseyUse memchr(3) instead of a hand-rolled loop.
2005-01-18 Chris PresseyUnlike printf(3), fwrite(3) doesn't stop at the first...
2005-01-14 Joerg SonnenbergerReplace temporary allocation from alloca with malloc...
2005-01-11 Joerg SonnenbergerDon't write the name of the sysctl to a temporary varia...
2005-01-10 Chris PresseyRaise WARNS to 6 and generally clean up:
2004-12-18 Sascha WildnerClean (void) casts from sbin
2004-05-31 Hiten PandyaDo not use the display function if the -o (opaque)...
2004-02-04 Joerg SonnenbergerFix various warnings.
2003-06-29 Matthew DillonAdd 64 bit display output support to sysctl plus conven...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: