summaryrefslogtreecommitdiffstats
path: root/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* There used to be disabled code that used /dev/tty to determine thetb2016-10-191-5/+2
* add -F to usage() too;jmc2016-10-191-2/+2
* document -F which somehow escaped documentationgilles2016-10-191-3/+9
* Check for EAGAIN on imsg_flush() return otherwise we might be failingrzalamena2016-10-181-5/+11
* Save the constraint process pid by getting the start_child() return value,rzalamena2016-10-181-2/+2
* "Terminate the session after number prefixes have been received" meansbenno2016-10-182-8/+8
* cleanup Makefilederaadt2016-10-181-14/+6
* Remove setprogname().natano2016-10-181-6/+3
* Only allow epoch timestamps for -T. A shared option for either using thenatano2016-10-182-19/+4
* Remove the -B flag. Most of the byteswapping code was tedu'd already.natano2016-10-182-30/+6
* Merge ufs/{ufs,ffs}/ into ffs/.natano2016-10-1813-38/+36
* Merge fs/msdosfs/ and newfs_msdos/ into msdos/.natano2016-10-1817-57/+58
* Merge fs/cd9660/ into cd9660.natano2016-10-186-13/+11
* When the guest OS gets a zero MAC address on a network interface, it shouldreyk2016-10-182-12/+25
* Add the option to specify an interface group per virtual switch as well;reyk2016-10-175-18/+52
* unused variablesnatano2016-10-172-5/+4
* Remove apple ufs bits.natano2016-10-173-34/+3
* Tweak /etc/ldap/certs/ FILES entry.jca2016-10-171-2/+2
* makefs doesn't care about quotas.natano2016-10-173-184/+1
* In FILES mention /etc/ldapd.conf first, then /etc/ldap/ entriesjca2016-10-171-3/+3
* Dedup ffs_extern.h.natano2016-10-173-112/+6
* Fix a few mistakes and add a FILES entry for /etc/ldap/certsjca2016-10-171-5/+7
* Remove the artificial maximum number of unix domain sockets inbluhm2016-10-173-12/+18
* Remove some more unused cd9660 options.natano2016-10-172-17/+2
* Remove cd9660's archimedes option, we won't need RISC OS metadata on ournatano2016-10-176-201/+6
* Remove "feature" defines. This code won't try to be portable when we arenatano2016-10-173-40/+4
* Remove the -d option.natano2016-10-172-18/+7
* Everything in ffs_bswap.c is unused.natano2016-10-172-270/+2
* mechanical rename of vnode to mkfsvnode and buf to mkfsbuf to avoidtedu2016-10-1719-108/+107
* Only a few apple-specific bits are needed by eltorito, so copy them local.deraadt2016-10-172-1460/+9
* we're not going to be using kauth_credstedu2016-10-165-16/+14
* remove swapping add macrostedu2016-10-164-20/+15
* simplify swapper functions a bittedu2016-10-161-6/+4
* another round of deswappingtedu2016-10-164-63/+52
* Fix trailing whitespace and shorten long lines.bluhm2016-10-163-12/+15
* Use closefrom(4) in privsep parent and avoid some global filebluhm2016-10-163-31/+10
* remove some byte swapping code from the top endtedu2016-10-165-132/+42
* there's no need for a special typedef and function pointer for pickingtedu2016-10-161-25/+6
* /* XXX bounds checking! */tedu2016-10-162-17/+19
* remove GEMDOS codetedu2016-10-163-89/+23
* The MSDOS_EI define isn't used anywhere.natano2016-10-161-2/+2
* Only allow one directory as argument and remove the -r option.natano2016-10-164-64/+17
* Remove the -Z (spare ffs image) option.natano2016-10-164-27/+8
* Add OpenBSD RCS tags; reminded by tbnatano2016-10-1659-0/+61
* Unused includes, as reported by include-what-you-use from ports.natano2016-10-1613-42/+0
* Remove some unused functions. Found by cppcheck from ports.natano2016-10-166-456/+0
* Prefer memcpy/memmove over bcopyguenther2016-10-161-2/+2
* Replace fs/msdosfs/{msdosfs_conv.c,direntry.h} with stripped-downnatano2016-10-1612-1153/+256
* Add a == EOF that was accidentally lost in previous commit.tb2016-10-161-2/+3
* Use the err(3) family of functions more consistently.tb2016-10-166-98/+57