summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
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
2014-12-02zap extra parenthesis after recent rewriteMarc Espie
2014-11-30much simpler checks, always enforce root/bin (or root/wheel for symlinks)Marc Espie
2014-11-30interactive/progressmeter clean-upMarc Espie
2014-11-30much cleaner way to handle progress meter wipes: have state methods thatMarc Espie
2014-11-30get rid of some of the unadorned printfsMarc Espie
2014-11-30missed some.Marc Espie
2014-11-30forgot to take that out...Marc Espie
2014-11-30clear progress meter before asking questionsMarc Espie
2014-11-29simplify the interactive code into its own little object with simplerMarc Espie
2014-11-27default for interactive should match non-interactive.Marc Espie
2014-11-25minor clean-up: the stuff not to display is tied to the set, so make theMarc Espie
2014-11-21a long time ago, DISPLAY and UNDISPLAY required special treatment, as theyMarc Espie
2014-11-20big trim-down of MESSAGE/UNMESSAGE: just match checksums between new packagesMarc Espie
2014-11-20avoid some warning message, normal dirs don't have any log info registeredMarc Espie
2014-11-20theo's right. use random_name for truely random stuff.Marc Espie
2014-11-17CAVEATS was removed (no more INSTALL/DEINSTALL scripts, so it's OK forStuart Henderson
2014-10-13scaffolding for future new features, committed early, so that pkg_signMarc Espie
2014-10-11allow signing to proceed when interruptedMarc Espie
2014-09-21final bulk shows chunking to happen in all the right places, and signingMarc Espie