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