summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
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
2019-04-07some scenarios may call match_locations on a DeleteSet.Marc Espie
2019-04-06add -Dsnapshot as a synonym for -DsnapMarc Espie
2019-04-06help the debugger, we usually don't want to stop after a fork to anMarc Espie
2019-03-11perl has a warning for statements following exec. It doesn't trigger forMarc Espie
2019-03-11add amdgpu to the possible_drivers listJonathan Gray
2019-02-10"non-existant" is one of those words that don't exist, so use "non-existent"Peter Hessler
2019-01-07add inteldrm for fw_updateStuart Henderson
2018-12-21do not try merging packages that are already kept, the forward dependencyMarc Espie
2018-12-17I'm an idiot, of course kept packages need adjusting as wellMarc Espie
2018-12-16bad choice of name. don't reuse the same method name to mean differentMarc Espie
2018-12-16missing annotation after refactorMarc Espie
2018-12-16the width code was moved to State.pm a while ago, remove last remnantsMarc Espie
2018-12-13split the status display in two, so that I can explicitly show I'mMarc Espie
2018-12-12even when there's no update needed, respect dependency chain order.Marc Espie
2018-12-12moving handles to kept means they're not affected by complete_set, whichMarc Espie
2018-12-11styleMarc Espie
2018-12-10advance the progress meter while skipping remaning filesMarc Espie
2018-10-22document that some error should happenMarc Espie
2018-10-22start erroring out based on unfilled tracker entriesMarc Espie
2018-10-04fix stupidityMarc Espie
2018-09-17avoid calling make_full for determining special file status, since weMarc Espie
2018-09-11add the conflict info to what's stored in pkglocatedb, as it's meta-infoMarc Espie
2018-09-04move readmes detection to find_extractible, so that only changed/new readmesMarc Espie