summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-10-19enable makefsTheo de Raadt
2016-10-19There used to be disabled code that used /dev/tty to determine theTheo Buehler
2016-10-19add -F to usage() too;Jason McIntyre
2016-10-19document -F which somehow escaped documentationGilles Chehade
2016-10-18Check for EAGAIN on imsg_flush() return otherwise we might be failingRafael Zalamena
2016-10-18Save the constraint process pid by getting the start_child() return value,Rafael Zalamena
2016-10-18"Terminate the session after number prefixes have been received" meansSebastian Benoit
2016-10-18cleanup MakefileTheo de Raadt
2016-10-18Remove setprogname().Martin Natano
2016-10-18Only allow epoch timestamps for -T. A shared option for either using theMartin Natano
2016-10-18Remove the -B flag. Most of the byteswapping code was tedu'd already.Martin Natano
2016-10-18Merge ufs/{ufs,ffs}/ into ffs/.Martin Natano
2016-10-18Merge fs/msdosfs/ and newfs_msdos/ into msdos/.Martin Natano
2016-10-18Merge fs/cd9660/ into cd9660.Martin Natano
2016-10-18When the guest OS gets a zero MAC address on a network interface, it shouldReyk Floeter
2016-10-17Add the option to specify an interface group per virtual switch as well;Reyk Floeter
2016-10-17unused variablesMartin Natano
2016-10-17Remove apple ufs bits.Martin Natano
2016-10-17Tweak /etc/ldap/certs/ FILES entry.Jeremie Courreges-Anglas
2016-10-17makefs doesn't care about quotas.Martin Natano
2016-10-17In FILES mention /etc/ldapd.conf first, then /etc/ldap/ entriesJeremie Courreges-Anglas
2016-10-17Dedup ffs_extern.h.Martin Natano
2016-10-17Fix a few mistakes and add a FILES entry for /etc/ldap/certsJeremie Courreges-Anglas
2016-10-17Remove the artificial maximum number of unix domain sockets inAlexander Bluhm
2016-10-17Remove some more unused cd9660 options.Martin Natano
2016-10-17Remove cd9660's archimedes option, we won't need RISC OS metadata on ourMartin Natano
2016-10-17Remove "feature" defines. This code won't try to be portable when we areMartin Natano
2016-10-17Remove the -d option.Martin Natano
2016-10-17Everything in ffs_bswap.c is unused.Martin Natano
2016-10-17mechanical rename of vnode to mkfsvnode and buf to mkfsbuf to avoidTed Unangst
2016-10-17Only a few apple-specific bits are needed by eltorito, so copy them local.Theo de Raadt
2016-10-16we're not going to be using kauth_credsTed Unangst
2016-10-16remove swapping add macrosTed Unangst
2016-10-16simplify swapper functions a bitTed Unangst
2016-10-16another round of deswappingTed Unangst
2016-10-16Fix trailing whitespace and shorten long lines.Alexander Bluhm
2016-10-16Use closefrom(4) in privsep parent and avoid some global fileAlexander Bluhm
2016-10-16remove some byte swapping code from the top endTed Unangst
2016-10-16there's no need for a special typedef and function pointer for pickingTed Unangst
2016-10-16/* XXX bounds checking! */Ted Unangst
2016-10-16remove GEMDOS codeTed Unangst
2016-10-16The MSDOS_EI define isn't used anywhere.Martin Natano
2016-10-16Only allow one directory as argument and remove the -r option.Martin Natano
2016-10-16Remove the -Z (spare ffs image) option.Martin Natano
2016-10-16Add OpenBSD RCS tags; reminded by tbMartin Natano
2016-10-16Unused includes, as reported by include-what-you-use from ports.Martin Natano
2016-10-16Remove some unused functions. Found by cppcheck from ports.Martin Natano
2016-10-16Prefer memcpy/memmove over bcopyPhilip Guenther
2016-10-16Replace fs/msdosfs/{msdosfs_conv.c,direntry.h} with stripped-downMartin Natano
2016-10-16Add a == EOF that was accidentally lost in previous commit.Theo Buehler