summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2016-10-16Use the err(3) family of functions more consistently.Theo Buehler
2016-10-16Remove the "phase" state variable from the smtp session. Simply checkEric Faurot
2016-10-16Import makefs - a tool to create filesystem images from a directory.Martin Natano
2016-10-16Rename local variable 'err' to 'error', to avoid -Wshadow conflicts with err.hJeremie Courreges-Anglas
2016-10-16Remove the -g option. It is obsolete/undocumented since the initialMartin Natano
2016-10-16Add printf format attributes to the custom error functions.Theo Buehler
2016-10-16Remove declarations for optarg and optind. They are declared in <unistd.h>.Martin Natano
2016-10-16Stop complaining about changed kernel options when called for an emptyMartin Natano
2016-10-16switch to a re-exec model instead of plain forking to reduce sharing.Ted Unangst
2016-10-15refactor the worker and monitor loops a little to make room for re-execTed Unangst
2016-10-15be more cautious about inspecting packets. use integer offsets instead ofTed Unangst
2016-10-15implement random casing for query names, also known as 0x20 hardening.Ted Unangst
2016-10-15Allow to add an interface to an interface group; with the group keyword.Reyk Floeter
2016-10-15add missing Xc, and macro fix;Jason McIntyre
2016-10-14Change the default non -b behaviour of config(8) to operate with theTheo de Raadt
2016-10-14Add support for draft-ietf-idr-large-communityPeter Hessler
2016-10-14when looking at the details of a prefix, show any unknown attributes andPeter Hessler
2016-10-13The name argument is of the start command is not optional.Martijn van Duren
2016-10-13A logic issue in smtpd's header parsing can cause SMTP sessions to hang.Gilles Chehade
2016-10-13Document the -s option, descr adapted from ospfd/ospfctlJeremie Courreges-Anglas
2016-10-13Teach tcpdump to decode bgp path attribute draft-ietf-idr-large-communityPeter Hessler
2016-10-13Implement simple feature request/reply support so we can get moreRafael Zalamena
2016-10-12Fix functionality and semantics of vmctl load/reload/reset.Reyk Floeter
2016-10-12Start reworking the "device" support in switchd: Once connected, aReyk Floeter
2016-10-12Document the "-q " prefix accepted in the "command" field.Ingo Schwarze