Age | Commit message (Expand) | Author |
2016-03-18 | use properly separated _pkgfetch user. | Marc Espie |
2016-02-29 | correct return values for -e; from patrik lundin | Jason McIntyre |
2016-02-23 | sanitize environment thru a whitelist. Only pass what's relevant for ftp and | Marc Espie |
2016-02-09 | tweak names | Marc Espie |
2016-02-09 | drop privs prior to running ftp | Marc Espie |
2016-02-03 | update the font cache by running fc-cache after removing packages | Robert Nagy |
2016-01-30 | redo sthen's idea deeper in pkg_add, so that *every* url can be abbreviated | Marc Espie |
2016-01-27 | Allow pkg.conf's installpath to be set to a bare hostname (no /), which | Stuart Henderson |
2015-11-06 | the Solver uses kept_names, so we need these there too | Marc Espie |
2015-11-05 | tweak dependencies handling, might fix some infrequent bugs including the | Marc Espie |
2015-11-04 | Bump distribution tarball versions. | mmcc |
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-09-25 | Use .Cm rather than .Ar for fixed strings on the command line | Ingo Schwarze |
2015-09-15 | avoid useless .Ns before punctuation after in-line macros | Ingo Schwarze |
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze |
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 | 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 |