Age | Commit message (Expand) | Author |
2015-06-06 | Add rtwn(4) to fw_update. ok espie@, czarkoff@ suggested a similar diff | Stefan Sperling |
2015-05-25 | allow pkg_add as nonroot to soft-fail when outside of local base. | Marc Espie |
2015-05-24 | pass subst to the installer state, so that -Dunsigned would work | Marc Espie |
2015-05-18 | identical common code -> refactor | Marc Espie |
2015-05-18 | better error in case we can't create tempfiles | Marc Espie |
2015-05-18 | simplify progressmeter calls to visit_and: we retrieve the state from the | Marc Espie |
2015-05-18 | have visit_with_count and visit_with_size use the same parameter conventions. | Marc Espie |
2015-05-18 | since the progressmeter is always tied to a state, store the state always, | Marc Espie |
2015-05-15 | add missing placeholder so that the "UNSIGNED PACKAGES: " line actually | Jasper Lievisse Adriaanse |
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 |