Age | Commit message (Expand) | Author |
2019-12-08 | close the gap for the "final" hint that did not install debug packages | Marc Espie |
2019-12-08 | have DEBUG_PKG_CACHE also apply to already installed packages, to | Marc Espie |
2019-12-04 | explicitly say you're not allowed to insert most of these yourself | Marc Espie |
2019-12-04 | document DEBUG_PKG_CACHE | Marc Espie |
2019-12-04 | add DEBUG_PKG_CACHE functionality. Doesn't interfere with normal operation. | Marc Espie |
2019-12-04 | allow error to be passed along, in case we need to save $? for later | Marc Espie |
2019-11-16 | preliminary addition of -d option (semantics: add debug packages if | Marc Espie |
2019-11-15 | nicer order of multi-choice packages (by version if everything else is | Marc Espie |
2019-11-12 | document the new annotations corresponding to DEBUG_PACKAGES | Marc Espie |
2019-11-10 | tweaks to the file hierarchy to annotate anything with debuginfo, so | Marc Espie |
2019-11-10 | typo | Marc Espie |
2019-11-08 | added too much for -stable, if ftp says 404, we still need to save that | Marc Espie |
2019-11-07 | when asking the ports tree, we fork a child. | Marc Espie |
2019-11-07 | style nit | Marc Espie |
2019-11-05 | Add ogx to fw_update. | Visa Hankala |
2019-10-23 | adapt to new ftp(1) retrieving error messages | Theo de Raadt |
2019-10-20 | I didn't check robert's fix closely enough. | Marc Espie |
2019-10-13 | name value to shorten code | Marc Espie |
2019-10-13 | even in the empty case, use wantarray to properly return 0/an empty array. | Marc Espie |
2019-10-13 | - have a method explicitly return undef instead of falling off the end | Marc Espie |
2019-09-04 | let collisionreport work better with FETCH_PACKAGES | Marc Espie |
2019-08-26 | also pass the signature style | Marc Espie |
2019-08-25 | synch with other changes. bug noticed by naddy@ | Marc Espie |
2019-08-21 | Remove cdrom mention | Daniel Jakots |
2019-08-20 | fix error reporting, specifically having two repos on the same site may | Marc Espie |
2019-08-19 | -Pcdrom is nonsensical now, so error out properly on it. | Marc Espie |
2019-08-19 | add a special flag -DDONTLOG so that regress test won't spam /var/log/messages | Marc Espie |
2019-08-08 | Fix typos in OpenBSD::Intro.3p and OpenBSD::PackingElement.3p. | Frederic Cambus |
2019-07-24 | GC old catchall | Marc Espie |
2019-07-24 | explain some details | Marc Espie |
2019-07-22 | separate the atend behavior, because dpb wants a pure signal intercept | Marc Espie |
2019-07-21 | tweak register a bit... END {} code is obviously the problem | Marc Espie |
2019-07-21 | gc old functions, that part is clean as well... | Marc Espie |
2019-07-21 | start re-adding the non-broken changes: | Marc Espie |
2019-07-17 | backout previous commits for now; some of this is shared with dpb and | Stuart Henderson |
2019-07-14 | a bunch of changes, all related to error-handling: | Marc Espie |
2019-07-11 | move the display of cmd into fatal, and don't say it's a fatal error, it's | Marc Espie |
2019-07-11 | tweak the way we report bugs | Marc Espie |
2019-07-10 | yet another last_error | Marc Espie |
2019-07-10 | yet another error | Marc Espie |
2019-07-10 | use last_error | Marc Espie |
2019-07-10 | make the END{} block transparent for exit | Marc Espie |
2019-07-10 | deal with temp dir creation failures. | Marc Espie |
2019-07-10 | make pkg_create fail properly (return 1 is useless there) | Marc Espie |
2019-07-09 | knob for testing, do not even look in installurl by default | Marc Espie |
2019-07-08 | uniform error messages on temp file creation | Marc Espie |
2019-07-08 | actually use error, we can delay fatal problems | Marc Espie |
2019-07-08 | check ::Temp creation | Marc Espie |
2019-07-08 | error out if we can't create the temp file | Marc Espie |
2019-07-07 | use last_error | Marc Espie |