summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2014-01-04recognize @option firmwareMarc Espie
2014-01-04more forbidden elementsMarc Espie
2014-01-04oops, it's global to the set, no need to do it several timesMarc Espie
2014-01-04mark @vendor as old keyword so that transitory packages can be handledMarc Espie
2014-01-04vendor->signerMarc Espie
2014-01-03synch with signify usageMarc Espie
2014-01-03PATH is now fixedMarc Espie
2014-01-03consistent Nd lines for the various dhcp bits; help/ok krwJason McIntyre
2014-01-03remove trailing whitespace and unneccessary macros from previous;Jason McIntyre
2014-01-03explicitly tells pkg_add we're fw_update, will have some nice side-effectsMarc Espie
2014-01-03make sure elements are not set manually, namely forbidMarc Espie
2014-01-03explain why digital-sig must be uniqueMarc Espie
2014-01-03finish moving annotations aroundMarc Espie
2014-01-03start moving internal annotations' description into package(5) proper,Marc Espie
2014-01-02simplify handling of special files some more, that stuff has fixed namesMarc Espie
2014-01-02make the special file creation more explicit, so that the order actuallyMarc Espie
2014-01-02Someone accidentally the verb (Henri Kemppainen)Marc Espie
2014-01-02be more explicit in why we don't write DESCMarc Espie
2014-01-02zap PKG_PREFIX (undocumented and unused, now)Marc Espie
2014-01-02Document new options related to signaturesMarc Espie
2014-01-02adapt to signify changesMarc Espie
2014-01-01Fix 'make bsd.umg' by skipping PT_OPENBSD_RANDOMIZE segments, as well asRyan Thomas McBride
2013-12-31... and rename this tooMarc Espie
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