summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2007-04-04Thinkpad -> ThinkPad; from Igor SobradoJason McIntyre
2007-04-03Use strtonum(), not atoi(). OK deraadt, with help from otto@Todd C. Miller
2007-04-03Remove part of the -x description that I missed.Todd C. Miller
2007-04-03Remove obsolete options for superblock fields that are no longer used.Todd C. Miller
2007-04-03Minor cleanup: remove rcsids, remove #ifdef'd out code, COMPAT isTodd C. Miller
2007-04-02Modern disks do bad sector replacement themselves. There is noTodd C. Miller
2007-04-02Don't append the errno string in a log_error() call,Moritz Jodeit
2007-04-02When setting all signals to their default handlers, startMoritz Jodeit
2007-04-02Don't let -r fall through to the next case block,Moritz Jodeit
2007-03-26typo in initial RCS tag ($OpenBSD: -> $OpenBSD$)Pedro Martelletto
2007-03-25Instead of using the global -F flag that only works with show, switch to aClaudio Jeker
2007-03-23add -F to usage() and kill some extraneous whitespace;Jason McIntyre
2007-03-23add -F to SYNOPSIS;Jason McIntyre
2007-03-23Add a new flag -F to netstat restricting route display in conjuctionPierre-Yves Ritschard
2007-03-23Only print the routing table id if the routing message uses the rt_msghdrClaudio Jeker
2007-03-21kill trailing whitespace;Jason McIntyre
2007-03-21Add support for mounting arbitrary sessions, from Enache AdrianPedro Martelletto
2007-03-21Enable basic ruleset optimization by default.Ryan Thomas McBride
2007-03-20further clean usage(); ok toddJason McIntyre
2007-03-20sync usage() w/ synopsis;Jason McIntyre
2007-03-20tweaks;Jason McIntyre
2007-03-20remove some bogus *p, from charles longeauTed Unangst
2007-03-20document softraid and bioctl creation of softraidTodd T. Fries
2007-03-19be a tiny little bit more verbose when encoutering bad block or fragmentOtto Moerbeek
2007-03-19Bits to make fsirand grok FFS2, okay millert@Pedro Martelletto
2007-03-19Add FFS2 fields to the superblock, change file system tools to keepPedro Martelletto
2007-03-19Add a new device that provides a framework for IO manipulation. A very basicMarco Peereboom
2007-03-18Fix usage of predefined lifetimes. "Default-phase-[12]-lifetime"Hans-Joerg Hoexer
2007-03-18there's no way we're going to be able to handle illegal block orOtto Moerbeek
2007-03-18Check for zero divisor _before_ dividing; do not use floatingOtto Moerbeek
2007-03-16move autodetection of the ID type to the parser. this way theMarkus Friedl
2007-03-15Check for cg_irotor and cg_frotor being negative, okay millert@ deraadt@Pedro Martelletto
2007-03-13Refactor & fix computation of offset for next partition. Now theOtto Moerbeek
2007-03-06Explain, why aesctr has 160 bit keys (128 bit aes key + 32 bit nonce).Hans-Joerg Hoexer
2007-03-06Add and fix /* FALLTHROUGH */ comments.Ray Lai
2007-03-05Set pointer to NULL after freeing it, so callers ofMoritz Jodeit
2007-03-04memory leak found by coverity; Jim RazmusTheo de Raadt
2007-03-04delete sunos junk; Jim RazmusTheo de Raadt
2007-03-03There may be more than one item in the subjectAltName (cropping upTom Cosgrove
2007-03-03keynote_cert_obtain should not leak in case of error. OK moritz@Chad Loder
2007-03-03Make sure we can't accidentally free() a pointer that's been acceptedTom Cosgrove
2007-03-02caret missing, From: "Matthew R. Dempsky" <mrd@alkemio.org>Henning Brauer
2007-03-02and the second use of the spaces array might overflow too, in anotherHenning Brauer
2007-03-02If a syntax error is found past 80 columns, parse_warn accessed memoryHenning Brauer
2007-03-02If a default label has been created with the -d command line option orKenneth R Westerback
2007-03-01improve the description of -a. specifically, make it clear thatJason McIntyre
2007-03-01be more careful with mixing &/| with &&/||, ok ottoTheo de Raadt
2007-02-26Really, we don't need two grp18's ;-)Todd T. Fries
2007-02-25No point in using zero'd fields in the parsed options. Use the optionsKenneth R Westerback
2007-02-25reword some text to avoid a hideous Xr;Jason McIntyre