summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2012-03-18clarify the nwkey text; requested by Doug FordhamJason McIntyre
2012-03-18getuint() -> getuint64() to make it crystal clear. No functionalKenneth R Westerback
2012-03-18Wrap some long lines I keep fixing, shrinking various diffs. NoKenneth R Westerback
2012-03-17remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.David Gwynne
2012-03-11typo reported by Ville Valkonen <weezelding at gmail dot com> on tech@Ingo Schwarze
2012-03-05fix format string:Henning Brauer
2012-02-08Hammer fstab entries and command line entries into same format withKenneth R Westerback
2012-02-02add netflow v9/ipfix support to pflow(4).Sebastian Benoit
2012-01-31fix a typo; Steffen Daode NurpmesoTheo de Raadt
2012-01-30fix format stringCharles Longeau
2012-01-29use Pp, not blank lines;Jason McIntyre
2012-01-29Add CAVEAT that only 512-byte sector devices are supported.Kenneth R Westerback
2012-01-29Remove -Werror so that we do not break builds on systems running withJoel Sing
2012-01-22If no controller name is provided, use the program name as a prefix. Also,Joel Sing
2012-01-20Teach bioctl(8) about the new status interface for bio(4). With theJoel Sing
2012-01-19Even 'X'perts should not be able to use the built in editor toKenneth R Westerback
2012-01-19remove unused variable.Charles Longeau
2012-01-17No need for saying out loud what we're thinking during auto-allocation.Kenneth R Westerback
2012-01-17Move the bio(4) cookie into a separate struct and make this struct theJoel Sing
2012-01-17CONCAT requires at least two disks.Joel Sing
2012-01-17Avoid ffs fragsize < sector-size when 'a'dding a partition via theKenneth R Westerback
2012-01-16Nuke unused parameter (f) to makebootarea(). Unused since r1.123Kenneth R Westerback
2012-01-16import (and fix) net_addrcmp() from libc as a static function.Eric Faurot
2012-01-15add missing sysctl_pipex declarationDavid Hill
2012-01-15convert an snprintf to strlcpyDavid Hill
2012-01-15Make dhclient use the correct rdomain for all requests for leases, notPeter Hessler
2012-01-07Move -O to the correct section.Joel Sing
2012-01-07Provide a bioctl(8) option that changes the state of a chunk to offline.Joel Sing
2012-01-02Remove more mentions of two stage boot loaders from man page.Kenneth R Westerback
2012-01-02Change last "#if (NUMBOOT == 1)" to "#if NUMBOOT > 0".Kenneth R Westerback
2012-01-02Tweak usage and man page into agreement.Kenneth R Westerback
2012-01-02'-s' hasn't done anything for a couple of years. Garbage collectKenneth R Westerback
2011-12-31Implement a concatenating discipline for softraid.Joel Sing
2011-12-28The ctl, note, notepg, regs, and fpregs files have been removedPhilip Guenthe
2011-12-25miod@ reported problems reproducing a 'pre-4K fix' disklabel. So in theKenneth R Westerback
2011-12-25printf("msg")/return 1 -> err(1, "msg"), which will also show relevantKenneth R Westerback
2011-12-23some spelling fixes, found using freebsd's "igor" document verifier;Jason McIntyre
2011-12-20unsigned long should use "%lu" format; from eric lax, thanksMike Belopuhov
2011-12-19unbreak rule optimizer; ok henning, looksMike Belopuhov
2011-12-12fixup af-to regression with match rulesMike Belopuhov
2011-12-12Allow using FQDN as a ID payload type. Some client (eg Windows XP)YASUOKA Masahiko
2011-12-10Try harder to re-initialize parsing state so nothing accidentallyKenneth R Westerback
2011-12-10Tweak parsing. No need to declare, assign and then ignore the tokenKenneth R Westerback
2011-12-10Tweak leases file handling.Kenneth R Westerback
2011-12-04Cleanup recently removed flags from ifconfig.c and its manpage.Christiano F. Haesbaert
2011-12-03Remove an OpenBSD-specific tweak regarding .Xr spacingIngo Schwarze
2011-12-03pfctl_set_hostid always returns 0; don't pretend otherwise and make it aRyan Thomas McBride
2011-12-03Avoid loading garbage hostid and other values not always initialised,Ryan Thomas McBride
2011-12-01Fix negating of unsigned d_secsize. FIRST, cast to signed type,Kenneth R Westerback
2011-11-27Manpage bits for the recent changes in vlan(4) prio handling.Christiano F. Haesbaert