summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2019-12-08close the gap for the "final" hint that did not install debug packagesMarc Espie
2019-12-08have DEBUG_PKG_CACHE also apply to already installed packages, toMarc Espie
2019-12-04explicitly say you're not allowed to insert most of these yourselfMarc Espie
2019-12-04document DEBUG_PKG_CACHEMarc Espie
2019-12-04add DEBUG_PKG_CACHE functionality. Doesn't interfere with normal operation.Marc Espie
2019-12-04allow error to be passed along, in case we need to save $? for laterMarc Espie
2019-11-16preliminary addition of -d option (semantics: add debug packages ifMarc Espie
2019-11-15nicer order of multi-choice packages (by version if everything else isMarc Espie
2019-11-12document the new annotations corresponding to DEBUG_PACKAGESMarc Espie
2019-11-10tweaks to the file hierarchy to annotate anything with debuginfo, soMarc Espie
2019-11-10typoMarc Espie
2019-11-08added too much for -stable, if ftp says 404, we still need to save thatMarc Espie
2019-11-07when asking the ports tree, we fork a child.Marc Espie
2019-11-07style nitMarc Espie
2019-11-05Add ogx to fw_update.Visa Hankala
2019-10-23adapt to new ftp(1) retrieving error messagesTheo de Raadt
2019-10-20I didn't check robert's fix closely enough.Marc Espie
2019-10-13name value to shorten codeMarc Espie
2019-10-13even 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 endMarc Espie
2019-09-04let collisionreport work better with FETCH_PACKAGESMarc Espie
2019-08-26also pass the signature styleMarc Espie
2019-08-25synch with other changes. bug noticed by naddy@Marc Espie
2019-08-21Remove cdrom mentionDaniel Jakots
2019-08-20fix error reporting, specifically having two repos on the same site mayMarc Espie
2019-08-19-Pcdrom is nonsensical now, so error out properly on it.Marc Espie
2019-08-19add a special flag -DDONTLOG so that regress test won't spam /var/log/messagesMarc Espie
2019-08-08Fix typos in OpenBSD::Intro.3p and OpenBSD::PackingElement.3p.Frederic Cambus
2019-07-24GC old catchallMarc Espie
2019-07-24explain some detailsMarc Espie
2019-07-22separate the atend behavior, because dpb wants a pure signal interceptMarc Espie
2019-07-21tweak register a bit... END {} code is obviously the problemMarc Espie
2019-07-21gc old functions, that part is clean as well...Marc Espie
2019-07-21start re-adding the non-broken changes:Marc Espie
2019-07-17backout previous commits for now; some of this is shared with dpb andStuart Henderson
2019-07-14a bunch of changes, all related to error-handling:Marc Espie
2019-07-11move the display of cmd into fatal, and don't say it's a fatal error, it'sMarc Espie
2019-07-11tweak the way we report bugsMarc Espie
2019-07-10yet another last_errorMarc Espie
2019-07-10yet another errorMarc Espie
2019-07-10use last_errorMarc Espie
2019-07-10make the END{} block transparent for exitMarc Espie
2019-07-10deal with temp dir creation failures.Marc Espie
2019-07-10make pkg_create fail properly (return 1 is useless there)Marc Espie
2019-07-09knob for testing, do not even look in installurl by defaultMarc Espie
2019-07-08uniform error messages on temp file creationMarc Espie
2019-07-08actually use error, we can delay fatal problemsMarc Espie
2019-07-08check ::Temp creationMarc Espie
2019-07-08error out if we can't create the temp fileMarc Espie
2019-07-07use last_errorMarc Espie