summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_add/OpenBSD (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* tweak the way we report bugsespie2019-07-113-19/+8
* yet another last_errorespie2019-07-101-3/+6
* yet another errorespie2019-07-101-2/+3
* use last_errorespie2019-07-101-1/+4
* make the END{} block transparent for exitespie2019-07-101-1/+3
* deal with temp dir creation failures.espie2019-07-101-3/+11
* make pkg_create fail properly (return 1 is useless there)espie2019-07-101-4/+9
* knob for testing, do not even look in installurl by defaultespie2019-07-091-1/+2
* uniform error messages on temp file creationespie2019-07-081-6/+3
* actually use error, we can delay fatal problemsespie2019-07-081-2/+3
* check ::Temp creationespie2019-07-081-2/+3
* error out if we can't create the temp fileespie2019-07-081-2/+3
* use last_errorespie2019-07-072-7/+6
* revisit die messages: remove extra "\n", add $! if needed, don't useespie2019-07-052-9/+9
* add the strerror to the error messageespie2019-07-051-3/+3
* get vartmp to point to /tmpespie2019-07-041-2/+2
* unhardcode error message, suggested by otto@espie2019-07-041-2/+3
* unbreak, mkdtemp returns a scalarespie2019-07-041-3/+3
* gc old code (unused since it couldn't work without a state)espie2019-07-041-21/+7
* refine the error handlingespie2019-07-031-6/+20
* make error message more explicit, so that ppl don't get confused by theespie2019-07-032-3/+10
* refactor a bit of code: retrieve_fullname/retrieve_size, so thatespie2019-06-303-46/+45
* tweak short_print to commonalize stems if they all have the same versionespie2019-06-301-14/+39
* move solve_dependency up, so that pkg_create is happy againespie2019-06-092-9/+9
* somehow, I thought I was recording destdir there, but I'm not.espie2019-06-091-3/+2
* with tags, we do look in deletesetsespie2019-06-093-4/+19
* be better at finding a nice directory to extract temporary filesespie2019-06-031-15/+26
* oops, let cdrom normalize if it's there.espie2019-05-281-1/+2
* make PERMIT_CDROM info optionalespie2019-05-282-13/+19
* adjust comment. ArcCheck hasn't dealt with long names ever sinceespie2019-05-261-2/+2
* look for tag in self first, solves a fringe case whereespie2019-05-231-3/+3
* better signatures.espie2019-05-083-19/+33
* fix pkg_info -S bug: multiple inheritance tricks signature into actuallyespie2019-05-081-1/+8
* fix spelling in pkg_add output: tieing -> tyingstsp2019-04-171-2/+2
* don't silence children under fw_update, since ftp(1) can tell usespie2019-04-072-15/+27
* some scenarios may call match_locations on a DeleteSet.espie2019-04-071-1/+6
* add -Dsnapshot as a synonym for -Dsnapespie2019-04-061-1/+4
* help the debugger, we usually don't want to stop after a fork to anespie2019-04-061-1/+2
* perl has a warning for statements following exec. It doesn't trigger forespie2019-03-111-3/+3
* add amdgpu to the possible_drivers listjsg2019-03-111-2/+2
* "non-existant" is one of those words that don't exist, so use "non-existent"phessler2019-02-101-2/+2
* add inteldrm for fw_updatesthen2019-01-071-2/+3
* do not try merging packages that are already kept, the forward dependencyespie2018-12-211-1/+5
* I'm an idiot, of course kept packages need adjusting as wellespie2018-12-171-2/+1
* bad choice of name. don't reuse the same method name to mean differentespie2018-12-161-3/+3
* missing annotation after refactorespie2018-12-161-1/+5
* the width code was moved to State.pm a while ago, remove last remnantsespie2018-12-161-2/+1
* split the status display in two, so that I can explicitly show I'mespie2018-12-132-21/+32
* even when there's no update needed, respect dependency chain order.espie2018-12-121-5/+6
* moving handles to kept means they're not affected by complete_set, whichespie2018-12-121-1/+5