summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2008-08-04"-a" is used if no arguments are given to wsconsctl.Igor Sobrado
2008-08-04Properly output machdep.chipset values on alpha models without pci buses;Miod Vallat
2008-08-03spread the unwritten wisdom newfs should be run on raw devs, not onOtto Moerbeek
2008-08-02fixes from Alexander Holupirek, documentation/5899:Jason McIntyre
2008-07-29s/affect/assign/ in wmm option.Damien Bergamini
2008-07-25don't redefine INFINITY -- math.h defines it nowMartynas Venckus
2008-07-24check sysctl return valueHenning Brauer
2008-07-22If isakmpd is started with -4 or -6, virtual_get_default() mayAlexander Bluhm
2008-07-22use generalised PBKDF#2 from bioctl; ok damien@Damien Miller
2008-07-21spelling fix from Mark Pecaut;Jason McIntyre
2008-07-21Free the rules in the rule_queue also if ipsecctl is called withAlexander Bluhm
2008-07-19Correct missed capitalization of MPLS.Brad Smith
2008-07-18+.Xr crash 8 ,Jason McIntyre
2008-07-17Pasto in error message for setspppkey()Stuart Henderson
2008-07-12fix printing of nchstatsThordur I. Bjornsson
2008-07-10Die -r, die! Eliminate stray -r in usage text. Spotted by James Hartley.Kenneth R Westerback
2008-07-09Read 'vendor' flag from ASCII disklabel since we print it. FixesKenneth R Westerback
2008-07-09expand the net.inet.(tcp|udp).baddynamic dynamic source portDamien Miller
2008-07-06Don't change the size of the partition being newfs'd when sectorsize,Kenneth R Westerback
2008-07-05synchronize usage of atactl commands with manual page.Igor Sobrado
2008-07-03do not forget to initialize other member of $$ in qname; noted by mark shroyerTheo de Raadt
2008-07-02string munging: say 'CRYPTO' not 'RAID67'Todd T. Fries
2008-07-01Isakmpd acquire mode did not work with a config generated fromAlexander Bluhm
2008-07-01If a rules contains a hostname instead of an address, use the listAlexander Bluhm
2008-07-01If multiple to addresses but no peer are given in an ike or flowAlexander Bluhm
2008-07-01Initialize variable before checking against NULL.Ray Lai
2008-06-29Simplify state creation code; merge state import/export code between pfsyncRyan Thomas McBride
2008-06-27documentation tweak.Igor Sobrado
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-25In interactive mode, always suggest offsets and sizes inside theOtto Moerbeek
2008-06-25allow to install and boot the OpenBSD A6 partition and disklabel in anReyk Floeter
2008-06-24- move -S and -t into the main option descriptions: they were the onlyJason McIntyre
2008-06-24- document the raidlevelsJason McIntyre
2008-06-24Index: src/sbin/growfs/growfs.cIgor Sobrado