summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
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
2019-07-05revisit die messages: remove extra "\n", add $! if needed, don't useMarc Espie
2019-07-05add the strerror to the error messageMarc Espie
2019-07-04PKG_TMPDIR now defaults to /tmp instead of /var/tmpTheo Buehler
2019-07-04get vartmp to point to /tmpMarc Espie
2019-07-04unhardcode error message, suggested by otto@Marc Espie
2019-07-04unbreak, mkdtemp returns a scalarMarc Espie
2019-07-04gc old code (unused since it couldn't work without a state)Marc Espie
2019-07-03refine the error handlingMarc Espie
2019-07-03make error message more explicit, so that ppl don't get confused by theMarc Espie
2019-06-30refactor a bit of code: retrieve_fullname/retrieve_size, so thatMarc Espie
2019-06-30tweak short_print to commonalize stems if they all have the same versionMarc Espie
2019-06-09move solve_dependency up, so that pkg_create is happy againMarc Espie
2019-06-09somehow, I thought I was recording destdir there, but I'm not.Marc Espie
2019-06-09with tags, we do look in deletesetsMarc Espie
2019-06-03be better at finding a nice directory to extract temporary filesMarc Espie
2019-05-28oops, let cdrom normalize if it's there.Marc Espie
2019-05-28make PERMIT_CDROM info optionalMarc Espie
2019-05-26reflect current realityMarc Espie
2019-05-26document somewhat oldish improvementsMarc Espie
2019-05-26adjust comment. ArcCheck hasn't dealt with long names ever sinceMarc Espie
2019-05-26perl makewhatis has been dead a few yearsMarc Espie
2019-05-23look for tag in self first, solves a fringe case whereMarc Espie
2019-05-08better signatures.Marc Espie
2019-05-08fix pkg_info -S bug: multiple inheritance tricks signature into actuallyMarc Espie
2019-04-19strongly hint at pkg_info -z to clone installations from machine to machineMarc Espie
2019-04-17fix spelling in pkg_add output: tieing -> tyingStefan Sperling
2019-04-07don't silence children under fw_update, since ftp(1) can tell usMarc Espie