Age | Commit message (Expand) | Author |
2015-10-21 | make sure ProgressMeter gets set up. Fixes some weirdness in package installs, | Marc Espie |
2015-10-07 | "..." implies optional, so no need for []; from michael reed | Jason McIntyre |
2015-08-14 | remove partial to_register from sets when we merge, since we have to do the | Marc Espie |
2015-08-13 | scaffolding that will display more info for the elusive REQUIRED_BY error | Marc Espie |
2015-08-13 | let pkg_create recreate all packages correctly, again. | Marc Espie |
2015-07-28 | make -B with bad checksums cope. Reported by millert@ | Marc Espie |
2015-07-23 | change the expansion of %m and %c in installpath during -beta to the | Joerg Jung |
2015-07-21 | switch dpb from sudo to doas (and env as required); ok sthen@ | Christian Weisgerber |
2015-07-12 | improve the error message for incorrect PKG_CACHE. | Marc Espie |
2015-07-09 | gc old code, from Jean-Philippe Ouellet | Marc Espie |
2015-06-30 | cosmetic comma is not really necessary, better to have a raw list of packages... | Marc Espie |
2015-06-25 | use machine_architecture (arch -s) when assembling PKG_PATHs using %m or %a, | Stuart Henderson |
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 | add %m as a shorthand, will expand to | 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-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-05 | a few tweaks to match the old script better (for now) | Marc Espie |