summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2014-07-10Return RSN (WPA) information to userland during wireless scan, andStefan Sperling
2014-07-10-Werror-implicit-function-declarationFlorian Obser
2014-07-10Forward declarations for mpcopy & mpfree.Florian Obser
2014-07-10add additional includes required to build with -DOPENSSL_NO_DEPRECATEDJonathan Gray
2014-07-10Add internal buffering when dumping a device with non-512 byteKenneth R Westerback
2014-07-09Merge memory leak fix from NetBSD's dir.c revision 1.20, but actuallyTobias Stoeckmann
2014-07-09We do have icmp_data; no obj change.Florian Obser
2014-07-09We do have ICMP_MASKREQ & ICMP_MASKREPLY; no obj change.Florian Obser
2014-07-09notdef is notdef since the beginning of time; no obj change.Florian Obser
2014-07-09We do have SIGINFO; no obj change.Florian Obser
2014-07-09We do have IP_OPTIONS; no obj change.Florian Obser
2014-07-09Print sizeof() value and size_t variable with %zu rather than %zd.Kenneth R Westerback
2014-07-09Special case pretty printing of DHO_CLASSLESS_STATIC_ROUTES andKenneth R Westerback
2014-07-09expire IPcomp SAs too; ok mikeb (some time ago)Markus Friedl
2014-07-09Oops. Forgot makefile ...Kenneth R Westerback
2014-07-09Enable specifying the filesystem of interest by the duid.Kenneth R Westerback
2014-07-09Hopefully we are calculating the pkg size correctly by now;Florian Obser
2014-07-09We do have ICMP6_FILTER; no obj change.Florian Obser
2014-07-09We do have SO_SNDBUF & SO_RCVBUF; no obj change.Florian Obser
2014-07-09We do have NI_NODEADDR_FLAG_ANYCAST, no obj change.Florian Obser
2014-07-09We do have SIGINFO; no obj change.Florian Obser
2014-07-09We don't have IPV6_REACHCONF, no obj change after unifdef(1).Florian Obser
2014-07-09Kill code commented since forever; no obj change.Florian Obser
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt