summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2013-12-31signify supportMarc Espie
2013-12-31Fix after struct wscons_event size change.Matthieu Herrb
2013-12-31s/hphdr/phdr/ to fix compile with DEBUGRyan Thomas McBride
2013-12-30@vendor annotationMarc Espie
2013-12-30use replacing method (and not var)Marc Espie
2013-12-30explicitly fix the PATH to something sensibleMarc Espie
2013-12-29Fix fd leaks when fd < 0 or flock() fails. Original diff fromKenneth R Westerback
2013-12-29fix sign-while-creating modeMarc Espie
2013-12-28Actually load the second-stage boot loader so that softraid can store it inJoel Sing
2013-12-28sparc64 uses /ofwboot as the second stage, not /boot.Joel Sing
2013-12-28Add installboot support for sparc64.Joel Sing
2013-12-28Add installboot support for the remaining `disklabel -B' architecturesJoel Sing
2013-12-28Add installboot support for vax.Joel Sing
2013-12-28Round the size of the bootstrap up to a multiple of the disk sector size.Joel Sing
2013-12-28Various code clean ups - add a missing header, add a missing prototype,Joel Sing
2013-12-28Tweak makefiles so that we pull in source files based on defines.Joel Sing
2013-12-27Instead of playing #include games to get a 32-bit ELF implementation onJoel Sing
2013-12-27Add installboot support for hppa.Joel Sing
2013-12-27Provide a bootstrap implementation (effectively a `disklabel -B'Joel Sing
2013-12-27Add installboot support for amd64.Joel Sing
2013-12-27Rename some confusing variables.Joel Sing
2013-12-27Initial version of a unified installboot(8) that lives outside ofJoel Sing
2013-12-26bcopy -> memmoveEric Faurot
2013-12-25fix autoloading of quirks: don't try to run quirks while processing theMarc Espie
2013-12-25sign package thru a signer object, instead of hardcoding signature parametersMarc Espie
2013-12-25move the choice of signature type for checking into one single placeMarc Espie
2013-12-25a bit more scaffolding for running quirks. In particular, once quirksMarc Espie
2013-12-23Cope with the change in ftp(1) warning messages since last commit.Jeremie Courreges-Anglas
2013-12-23move ntogo code, so it can be used while copying packages in pkg_create.Marc Espie
2013-12-23get rid of "copy_long", we don't really need to recheck names while copyingMarc Espie
2013-12-23simpler logic: if one package is signed, check all digestsMarc Espie
2013-12-23real fix: turns out visit_with_* are transparent, e.g., pass all theirMarc Espie
2013-12-23and I fucked up that one too...Marc Espie
2013-12-23interface bug: visit_with_size has a state parameter.Marc Espie
2013-12-23When no address for the current AF was specified with -a generate passFlorian Obser
2013-12-23Make it possible to give -a multiple times on the command line.Florian Obser
2013-12-23Implement -a option in tftp-proxy to make it work on a NAT gateway.Florian Obser
2013-12-23fix IPv6 in proxy_dst6()Sebastian Benoit
2013-12-22ctype cleanups, now that the kernel has u_char strings (that is theTheo de Raadt
2013-12-20delete 4 includes we do not needTheo de Raadt
2013-12-19By default, tftp-proxy listens on localhost addresses.Florian Obser
2013-12-19plug mem leak; Ok benno@Florian Obser
2013-12-18Two 'break;'s in a row seems excessive.Kenneth R Westerback
2013-12-16Document stub_status; for some reason this is not documented in theFlorian Obser
2013-12-16Document which modules, directives and options are not available onFlorian Obser
2013-12-15remove popa3d. Sorry, no plaintext password only daemons allowed anymore.Ted Unangst
2013-12-15stop building popa3d. ok deraadtTed Unangst
2013-12-13Give format specifiers their own subsection, so that we can reference itJeremie Courreges-Anglas
2013-12-13Use \(dq instead of \&" to print a double quote on a macro line.Jeremie Courreges-Anglas
2013-12-12Make it clear that slowcgi(8) drops privileges to user www.Florian Obser