summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2014-07-21Switch from <sys/endian.h> or <machine/endian.h> to the new,Philip Guenther
2014-07-20Make sure the correct errno is reported by warn* or err* and notPhilip Guenther
2014-07-20Mark fatal() as printf-like.Philip Guenther
2014-07-17files-to-dump can be a duid;Jason McIntyre
2014-07-17Convert a couple calloc()s that were originally malloc()s to reallocarray()s.Philip Guenther
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-16Yes /etc/disklabels/ is a good practice for placing labels of disksTheo de Raadt
2014-07-15add -N to usage()/SYNOPSIS and tweak previous;Jason McIntyre
2014-07-14Make sure to correctly exit the loop in priv_flush_routes() in case ofMiod Vallat
2014-07-14powerdown=YES has been removed.Martin Pelikan
2014-07-14remove the never installed getmntopts.3 page, as well as theJason McIntyre
2014-07-13-N for SYNOPSIS and usage(), and some small changes to previous;Jason McIntyre
2014-07-13kill fs2hXX/h2fsXX macros with letohXX/htoleXXMartin Pelikan
2014-07-13kill fs2hXX/h2fsXX macros with letohXX/htoleXXMartin Pelikan
2014-07-13When renewing a lease, update client->active or you end up in aKenneth R Westerback
2014-07-13new superblock header needs fixesMartin Pelikan
2014-07-13new superblock header needs fixes for BE architecturesMartin Pelikan
2014-07-13Intorduce the same -N flag that mount(8) just got to do the sameClaudio Jeker
2014-07-13Introduce a -N option to mount and a 'net' mount option.Claudio Jeker
2014-07-12Log a warning whenever RTM_DESYNC is seen. Thus giving entrailKenneth R Westerback
2014-07-12ewps, that giant table has -inet6 twice, for SMALL and !SMALLHenning Brauer
2014-07-12provide a missing rfc number;Jason McIntyre
2014-07-12Sync msgbuf_write() changes from relayd.Reyk Floeter
2014-07-12tweak previous;Jason McIntyre
2014-07-12Bring back resolv.conf write reduction. Race was something else.Kenneth R Westerback
2014-07-11Fix on big-endian arches after the inode change.Miod Vallat
2014-07-11Sigh. Further torture finds a race. Back to drawing board forKenneth R Westerback
2014-07-11Move updating resolv.conf contents and active lease to before addressKenneth R Westerback
2014-07-11Don't write out a new resolv.conf until the new address is addedKenneth R Westerback
2014-07-11net.inet6.ip6.accept_rtadv bit the bucketHenning Brauer
2014-07-11allow IFXF_AUTOCONF6 to be set and cleared.Henning Brauer
2014-07-11make dump support DUIDs for command line arguments and /etc/dumpdates (usingAlexander Hall
2014-07-11Prevent division by zero on erroneous file systems.Tobias Stoeckmann
2014-07-11__dead for finish()Florian Obser
2014-07-11Silence compiler warning and build with -Wall etc.Florian Obser
2014-07-11Silence a compiler warning and build with -Wall etc.Florian Obser
2014-07-11use optval for setsockopt; sync with ping6Florian Obser
2014-07-11use optval for setsockopt consistentlyFlorian Obser
2014-07-11fix dacl->size_hi header changeMartin Pelikan
2014-07-11Remove redundant check and wrong fix: fat.c checks already take careTobias Stoeckmann
2014-07-11fix dacl->size_hi header changeMartin Pelikan
2014-07-11using COPTS is probably better than CFLAGSTheo de Raadt
2014-07-11Remove rfc 4620 Node Information Query support (from the kernel).Sebastian Benoit
2014-07-11add additional includes required to build with -DOPENSSL_NO_DEPRECATEDJonathan Gray
2014-07-10Uninitialized values (-1) in FSInfo are perfectly valid.Tobias Stoeckmann
2014-07-10Not initializing "next free cluster" is better than pointing at a clusterTobias Stoeckmann
2014-07-10Put boot signature always at end of 512 byte sector, even on disks withTobias Stoeckmann
2014-07-10Avoid out of boundary access when checking invalid long filenames.Tobias Stoeckmann
2014-07-10Validate file system information which are critical for fsck_msdos operation.Tobias Stoeckmann
2014-07-10Validate number of FATs.Tobias Stoeckmann