summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
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
2018-08-06Reflect reality.Marc Espie
2018-08-03actually heed localbase when looking for groffMarc Espie
2018-08-03reorg groff runner so that failures are handled betterMarc Espie
2018-08-03- exit in case of exec error. Prevents code from continuing badlyMarc Espie
2018-07-30Add colon for clarity.Antoine Jacoutot
2018-07-18make the logic for deleting first slightly more obviousMarc Espie
2018-07-12synch documentation with reality, noticed by landry@Marc Espie
2018-07-11"running tags"Marc Espie
2018-07-11allow default from stateMarc Espie
2018-07-11allow state->new to deduce the command name from $0Marc Espie
2018-07-10unify option parsing a bit moreMarc Espie