summaryrefslogtreecommitdiffstats
path: root/sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* When parsing 32 bit values, verify that we received 4 bytes.tobias2014-08-111-4/+4
* Only need <stdint.h> and not all of <inttypes.h> hereguenther2014-08-101-2/+2
* Delete extern declarations for variables that don't exist (anymore?)guenther2014-08-101-5/+1
* msts(4) appears to support TIOCSTSTAMPguenther2014-08-101-1/+2
* Fix an example, nat-to requires to specify the "out" direction in pf rules.reyk2014-08-051-3/+3
* unbreak the build - e2fs_isave now needs the superblock.pelikan2014-07-311-2/+2
* Fix memory exhaustion occurring on DHCP options with 0 length.tobias2014-07-281-3/+2
* merge dhcpd's packet.c revision 1.7:tobias2014-07-281-3/+4
* Unbreak ''route flush'': the kernel now adds local (RTF_LOCAL) routesjca2014-07-241-1/+3
* FSTAB -> _PATH_FSTAB, the latter is deprecated.jca2014-07-221-3/+3
* Switch from <sys/endian.h> or <machine/endian.h> to the new,guenther2014-07-213-6/+4
* Make sure the correct errno is reported by warn* or err* and notguenther2014-07-204-10/+18
* Mark fatal() as printf-like.guenther2014-07-201-5/+6
* files-to-dump can be a duid;jmc2014-07-171-4/+6
* Convert a couple calloc()s that were originally malloc()s to reallocarray()s.guenther2014-07-171-6/+6
* zap trailing newlines; "go for it" deraadtokan2014-07-161-2/+1
* Yes /etc/disklabels/ is a good practice for placing labels of disksderaadt2014-07-161-4/+2
* add -N to usage()/SYNOPSIS and tweak previous;jmc2014-07-152-14/+7
* Make sure to correctly exit the loop in priv_flush_routes() in case ofmiod2014-07-141-3/+3
* powerdown=YES has been removed.pelikan2014-07-141-17/+2
* remove the never installed getmntopts.3 page, as well as thejmc2014-07-142-164/+1
* -N for SYNOPSIS and usage(), and some small changes to previous;jmc2014-07-132-8/+6
* kill fs2hXX/h2fsXX macros with letohXX/htoleXXpelikan2014-07-133-137/+13
* kill fs2hXX/h2fsXX macros with letohXX/htoleXXpelikan2014-07-137-173/+173
* When renewing a lease, update client->active or you end up in akrw2014-07-131-3/+5
* new superblock header needs fixespelikan2014-07-131-2/+2
* new superblock header needs fixes for BE architecturespelikan2014-07-132-5/+5
* Intorduce the same -N flag that mount(8) just got to do the sameclaudio2014-07-132-7/+48
* Introduce a -N option to mount and a 'net' mount option.claudio2014-07-133-6/+36
* Log a warning whenever RTM_DESYNC is seen. Thus giving entrailkrw2014-07-121-1/+4
* ewps, that giant table has -inet6 twice, for SMALL and !SMALLhenning2014-07-121-2/+2
* provide a missing rfc number;jmc2014-07-121-6/+3
* Sync msgbuf_write() changes from relayd.reyk2014-07-121-2/+2
* tweak previous;jmc2014-07-121-4/+6
* Bring back resolv.conf write reduction. Race was something else.krw2014-07-121-16/+15
* Fix on big-endian arches after the inode change.miod2014-07-111-2/+2
* Sigh. Further torture finds a race. Back to drawing board forkrw2014-07-111-12/+13
* Move updating resolv.conf contents and active lease to before addresskrw2014-07-111-7/+8
* Don't write out a new resolv.conf until the new address is addedkrw2014-07-111-7/+5
* net.inet6.ip6.accept_rtadv bit the buckethenning2014-07-111-2/+1
* allow IFXF_AUTOCONF6 to be set and cleared.henning2014-07-113-6/+46
* make dump support DUIDs for command line arguments and /etc/dumpdates (usinghalex2014-07-115-16/+59
* Prevent division by zero on erroneous file systems.tobias2014-07-111-1/+4
* __dead for finish()florian2014-07-111-4/+3
* Silence compiler warning and build with -Wall etc.florian2014-07-112-4/+10
* Silence a compiler warning and build with -Wall etc.florian2014-07-112-8/+12
* use optval for setsockopt; sync with ping6florian2014-07-111-5/+5
* use optval for setsockopt consistentlyflorian2014-07-111-8/+8
* fix dacl->size_hi header changepelikan2014-07-111-3/+3
* Remove redundant check and wrong fix: fat.c checks already take caretobias2014-07-111-20/+4