summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2015-04-20totally forgot about the !uid notation in newuser when adding the earlyMarc Espie
2015-04-16firmware, not firmwares;Jason McIntyre
2015-04-16tweak previous;Jason McIntyre
2015-04-16document %m, sort %.Marc Espie
2015-04-16add %m as a shorthand, will expand toMarc Espie
2015-04-16document % sequences.Marc Espie
2015-04-16reorg code, the arch/osversion code should live in a single place,Marc Espie
2015-04-16commit expanded tags for %c, %v, %aMarc Espie
2015-04-08s/inexistent/nonexistent/Todd C. Miller
2015-04-06don't check this twice.Marc Espie
2015-04-06make pkg_info run slightly slower on distant packages, but do check thatMarc Espie
2015-04-06mark installed locations as "trusted" so that pkg_info does not check sigsMarc Espie
2015-04-06move signer_list up so pkg_info can use itMarc Espie
2015-03-29make sure specialfiles get checked. Actual bug, got lost when moving toMarc Espie
2015-03-26Backout -DSHORTENED semantics by default for now, because it causedMatthias Kilian
2015-03-09make -DSHORTENED the default: don't update unless there is an actualMarc Espie
2015-03-04better error reports if PKG_TMPDIR is not writable, okay millert@Marc Espie
2015-02-25Point people at rcctl(8) rather than rc.d(8) in the text displayed whenStuart Henderson
2015-02-15-i option, so that even pkg_info is not needed.Marc Espie
2015-02-09oops, this little bit is unneeded and actually breaks some other stuffMarc Espie
2015-02-09full fix for check-lib-depends... previous patch did only half the workMarc Espie
2015-02-06add iwm to the possible_drivers listStuart Henderson
2015-02-05compat for check-lib-dependsMarc Espie
2015-02-03fix odd error recovery (noticed by kili@): fw_update -d with !installedMarc Espie
2015-02-03zap scp urls from quirks update for fw_updateMarc Espie
2015-02-03document the one non-intuitive test there, as I spent 5 mn looking at itMarc Espie
2015-02-03Fix -aMarc Espie
2015-01-30Fix the default interactive level to install the "default" dependencies.Marc Espie
2015-01-27fix messages of FwUpdateMarc Espie
2015-01-19add a specialized version of version compares that should not updateMarc Espie
2015-01-17make sure we have an interactivestub... I forgot the -I part from the oldMarc Espie
2015-01-15oops, forgotten back-pointer to state for error messagesMarc Espie
2015-01-12oops, don't load quirks prematurely. noticed by many, myself includedMarc Espie
2015-01-11replace fw_update (shell script) with a specialized version of pkg_add.Marc Espie
2015-01-05a few tweaks to match the old script better (for now)Marc Espie
2015-01-05When building the package path for the new fw_update, only useStuart Henderson
2015-01-04remove extra scaffolding that's actually NOT in the committed copy ofMarc Espie
2015-01-04same semantics as old programMarc Espie
2015-01-04cleaner logic, fix things so that fw_update -da makes senseMarc Espie
2015-01-04tweak the ntogo messages slightly so that they work better in all situationsMarc Espie
2015-01-04too many todo. Use unambiguous names, since they're not the same operationMarc Espie
2015-01-03make it able to install quirks from normal path (with normal key) andMarc Espie
2014-12-29re-add missing space in confirm prompt that got lost in -r1.18Jasper Lievisse Adriaanse
2014-12-27prepare things slightly further, FwUpdate still not active...Marc Espie
2014-12-27make it at least work a wee little bit.Marc Espie
2014-12-27Specialisation of PkgAdd to do fw_update, not yet finishedMarc Espie
2014-12-24recheck list for non emptyness *after* filtering obsolete packages.Marc Espie
2014-12-23tweak meta-info checking a bit.Marc Espie
2014-12-22when we run into real errors, the progress meter is distracting, so haveMarc Espie
2014-12-03zap extra parameter that my first read missed, because that one is constant.Marc Espie