summaryrefslogtreecommitdiff
path: root/sbin/sysctl
AgeCommit message (Expand)Author
2004-01-08Used to say "type=", but now says "size=" since that's what it'satatat
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-12-31Simplify Oo/Oc to Op, since it has only one simple short argument.wiz
2003-12-30Update sysctl.8 man page to cover all the new stuff.atatat
2003-12-04sysctlnametomib() is a private function for the moment.atatat
2003-12-04New sysctl(8) binary. Performs auto-discovery and can add/removeatatat
2003-11-10Make per-protocol network input queue stats visible to userland viajonathan
2003-10-15Slight option ordering change.wiz
2003-09-27Forgot the date....dsl
2003-09-27Add kern.drivers and kern.root_partition to match recent kern_sysctl.cdsl
2003-09-21Combine multiple single-letter options.wiz
2003-09-20add -e flag to set the separator to '=' where the default is ' = '.grant
2003-09-17put flags in a list with descriptions. add proper description of -w.grant
2003-08-07Mention /etc/sysctl.conf. Bump date. Closes PR 22213.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-04Bump date for last, and replace some \*[Lt]/\*[Gt] with .Aq.wiz
2003-07-03Add somaxkva.ragge
2003-06-17Remove the KERN_DRIVERS case handler (prototype code?).simonb
2003-06-16Print hw.cnmagic as escaped hex bytes (unless -n given).dsl
2003-05-31Avoid a strict-alias warning in gcc 3.3.thorpej
2003-05-18simplify moreitojun
2003-05-18simplify by strlcpy/catitojun
2003-04-19add tcp.ident.christos
2003-04-12add checkinterfacechristos
2003-04-06Tweak behaviour introduced in rev 1.50;lukem
2003-03-17Consistent tab usage.wiz
2003-03-15Use "its" instead of "it's" where appropriate.wiz
2003-03-07Quell formwat warning for LP64 for the diskinfo printf.fvdl
2003-03-06hw.physpages -> hw.physmem64, hw.userpages -> hw.usermem64thorpej
2003-03-01Document net.inet.tcp.init_win_local.thorpej
2003-02-27Document hw.physpages and hw.userpages.thorpej
2003-02-02Add sysconf(3) knobs for recent additions.kleink
2003-02-01Add several missing items, and be less rageous about memory locking.kleink
2003-01-22display machdep.diskinfo for i386 and x86_84dsl
2002-12-24On Darwin, mach_init is the system bootstrap process. It is responsiblemanu
2002-12-11Add kern.forkfsleep sysctl - set/get time (in miliseconds) for whichjdolecek
2002-12-11Add two sysctls: kern.labelsector and kern.labeloffset.scw
2002-11-30tweaks for fparseln(3) move from libutil to libc:lukem
2002-11-09Added sysctl to change all IRIX kernel values reported by uname and systeminfo:manu
2002-11-07Added two sysctl-able flags: proc.curproc.stopfork and proc.curproc.stopexecmanu
2002-11-03When printing out nodes of type "string", don't print anything ifsimonb
2002-10-03New sentence, new line. From Robert Elz.wiz
2002-10-01Replace some \*[Lt]...\*[Gt] with .Aq ...wiz
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem
2002-05-29document vfs.nfs.iothreadsmsaitoh
2002-05-28document net.inet6.ip6.maxfragsitojun
2002-05-19document net.key.* sysctl. provide sysctl MIB for controllingitojun
2002-05-14rename: net.inet6.ip6.bindv6only -> net.inet6.ip6.v6onlyitojun
2002-03-24Add -q flag, for use with -w and -f, which suppresses output after a set.sommerfeld
2002-03-20remove debugging line.christos