summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2008-10-22log pcap stats upon SIGUSR1; ok canacarHenning Brauer
2008-10-21do not listen on tentative (during DAD), duplicated (after DAD) orMarkus Friedl
2008-10-20add an example of how to scan for wireless networks, since it is notJason McIntyre
2008-10-17init bufdata to NULL for when compiled without KVM supportTheo de Raadt
2008-10-17findeol() fix from pfctlHenning Brauer
2008-10-17in findeol(), do not skip the pushback buffer. fixes PR 5952 by sthen@ andHenning Brauer
2008-10-05- talk about the "client configuration script" consistenlyJason McIntyre
2008-10-05Oops. Missed one typo jmc@ spotted.Kenneth R Westerback
2008-10-05Clarify discussion of option modifiers. They only affect values passedKenneth R Westerback
2008-10-02implement "set state-defaults X", where X is a list of state options asHenning Brauer
2008-09-30compress powersleep commands into one; ok damienTheo de Raadt
2008-09-24remove duplicate command;Jason McIntyre
2008-09-15Mask rtm->rtm_priority with RTP_MASK before printing so that the priority isClaudio Jeker
2008-09-10sync synopsis and usage; documentation tweaks.Igor Sobrado
2008-09-10some pflow tweaks;Jason McIntyre
2008-09-10do not try to print $$ when it has not been setTheo de Raadt
2008-09-09fix printing by group name (eg. ifconfig em), do not abort in theReyk Floeter
2008-09-09document pflow stuff, Joerg Goltermann <jg@osn.de> with some changes by meHenning Brauer
2008-09-09welcome pflow(4), a netflow v5 compatible flow export interface.Henning Brauer
2008-09-07update wireless synopsis too: nwid requires an argument, chan does not;Jason McIntyre
2008-09-07nwid requires an arg; ok deraadtJason McIntyre
2008-09-07- say what "media" w/o args doesJason McIntyre
2008-09-07Allow some set-style commands to have zero arguments. If there is anTheo de Raadt
2008-09-06adapt to API changes in OpenSSL 0.9.8hDamien Miller
2008-09-06adapt to sha2(3) API changes; ok millert@Damien Miller
2008-09-03Replace -s (sector size) option with more general -t (disktype)Kenneth R Westerback
2008-09-03Start with a max size tape buffer rather than one 1/2 the max (i.e.Kenneth R Westerback
2008-09-03Missing break in case statement.Jonathan Gray
2008-09-02devname -> devicename to prevent shadowing devname(3); ok marco@Darren Tucker
2008-08-31avoid line wrap in usage() output;Jason McIntyre
2008-08-24Define a proper wsdisplay type for legss(4).Miod Vallat
2008-08-22mention machine/cpu.h for the CPU identifiers.Brad Smith
2008-08-22- -R before -r in SYNOPSIS/usage()Jason McIntyre
2008-08-22Add a hack to manually kick off rebuilds. This will need some love in theMarco Peereboom
2008-08-19use the actual keysize from the SA to figure out which AES variantMarkus Friedl
2008-08-19Look at 'fs_flags' when dumping FFS2 file systems, okay beck@, millert@Pedro Martelletto
2008-08-15Add -s option to usage().Joel Sing
2008-08-14Allow the sector size to be specified by the user when configuring aJoel Sing
2008-08-12use correct byte order when printing state expiration minutes; ok henning@David Krause
2008-08-11fix a6 partition lookup where a static variable was incorrectly used inReyk Floeter
2008-08-11Undo last commit; deraadt didn't like it.Marco Peereboom
2008-08-11Add infrastructure to manually kick off rebuilds.Marco Peereboom
2008-08-10add missing ellipsis; spacing.Igor Sobrado
2008-08-10spacing; remove non-existent flag from synopsis.Igor Sobrado
2008-08-10add missing space.Igor Sobrado
2008-08-10Shorten the lines of '?' output in edit mode. A couple were tooKenneth R Westerback
2008-08-08Admit b_blkno means block number; a block is DEV_BSIZE (a.k.a.Kenneth R Westerback
2008-08-07correctly copy the log interface spec when expanding an antispoof rule thatHenning Brauer
2008-08-04refuse to run on block devices; prompted by marco; ok marco@ millert@Otto Moerbeek
2008-08-04fix extended partition support by handling chained EBRs correctlyReyk Floeter