summaryrefslogtreecommitdiff
path: root/sbin/sysctl/sysctl.c
AgeCommit message (Expand)Author
2003-10-17Common Address Redundancy ProtocolRyan Thomas McBride
2003-09-26check strdup failure; ok anil millertTheo de Raadt
2003-09-09slight cleanup of man page and sync usage();Jason McIntyre
2003-08-24don't print info about duplicate emuls. gives the illusion there is onlyTed Unangst
2003-08-21emulation is now controlled by sysctl. changes:Ted Unangst
2003-06-11ansificationTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-26ignore longrun struct. eliminates a warningTed Unangst
2003-05-14Add the -q flag to suppress all output when setting a variableJean-Francois Brousseau
2003-05-06KNF while I'm hereHenning Brauer
2003-05-06for hw.sensors, print stuff in a human friendly way - temperatures inHenning Brauer
2003-04-25Support for accessing the information from the hardware monitoring sensorsAlexander Yurchenko
2003-04-25Very little tweak for consistency in space vs \tAlexander Yurchenko
2003-04-07strlcat; ok millertTheo de Raadt
2003-01-21add kern.watchdog sysctl and generic watchdog interface;Markus Friedl
2002-12-17Make SysV-style shared memory and semaphore limits sysctl'able.Todd C. Miller
2002-07-06Remove kernel support for NTP. ok deraadt@ and tholo@Thomas Nordin
2002-07-03ansiTheo de Raadt
2002-06-09rm trailing whitespaceTodd T. Fries
2002-06-09Print message for kern.mbstat (to use netstat)Angelos D. Keromytis
2002-05-26- CPU_MAXID and CPU_CHIPSET were swapped in cpu.hMatthieu Herrb
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-04Support for the new uvm sysctls.Artur Grabowski
2001-11-05No need to vm_param.h here.Artur Grabowski
2001-08-02nkmempages.Artur Grabowski
2001-07-13escape a wrning on msgbuf, under certain circumstancesMichael Shalayeff
2001-07-05IPComp support. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-06-27UVM is no longer an optionArtur Grabowski
2001-06-22Fix more printf formats.Artur Grabowski
2001-06-22Fix a bunch of u_int64_t formats.Artur Grabowski
2001-06-22more arguments than formatArtur Grabowski
2001-06-22block on msgbufMichael Shalayeff
2001-06-22unused variableArtur Grabowski
2001-06-22Nicer printing of kmem buckets.Artur Grabowski
2001-06-01make listall immune to supuh long names; after deraadtificationMichael Shalayeff
2001-06-01duh, main returnsMichael Shalayeff
2001-06-01do not use strlen after strlcpyMichael Shalayeff
2001-05-14Ignore empty strings in kern.malloc.kmemstat.<foo>, add tty stats.Angelos D. Keromytis
2001-05-12Better argument checking for kmemstats.Angelos D. Keromytis
2001-05-11Print the new sysctls (nchstats, kmemstats, nselcoll, forkstat)Angelos D. Keromytis
2001-02-23give cp_time a proper treatmentMichael Shalayeff
2001-01-22attempting to sysctl clear a string was failing; checked by millert and aaronTheo de Raadt
2001-01-04Sync.Angelos D. Keromytis
2001-01-04Read a struct kmembuckets, rather than individual values.Angelos D. Keromytis
2001-01-04Print the kern.malloc.* branchAngelos D. Keromytis
2000-12-22strlcpy is greatTheo de Raadt
2000-11-21Fix an int * that should be a size_t * when calling sysctl(3).Todd C. Miller
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
2000-06-14add swapencrypt ctl level.Niels Provos
2000-06-07s/PIMCTL/PIM6CTL/ for less confusion.Jun-ichiro itojun Hagino