summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD
AgeCommit message (Expand)Author
2023-11-08pkg_add: sort flags in usage messageCaspar Schutijser
2023-10-25okay, that one ought to work.Marc Espie
2023-10-24revert Subst.pm r1.24 again, it breaks package creationChristian Weisgerber
2023-10-23sorry, somehow I did redo this line badly and didn't retestMarc Espie
2023-10-23Revert Subst.pm r1.22. It broke ordinary pkg_add usageTheo Buehler
2023-10-23split on spaces as well, to take advantage of +=Marc Espie
2023-10-23add some limited capability to -DVAR+=valueMarc Espie
2023-10-18only strip actual file/line part from the eval errorMarc Espie
2023-10-11put "stub" within grasp of -DREGRESSION_TESTING.Marc Espie
2023-10-11missing state in locator call, surprised nobody else ran into thatMarc Espie
2023-10-09placeholder for later featureMarc Espie
2023-10-09simplify: all 3 mock-ups are strings that get eval'd, so do this properly.Marc Espie
2023-10-08subclass system libraries so we can give better diagnostic eventuallyMarc Espie
2023-10-08oops, those eval need to be STRINGS, otherwise the whole definition stuffMarc Espie
2023-10-08add another two regression testing parts. Use a simple framework thatMarc Espie
2023-10-08wrong prototype, it's called as an OO methodMarc Espie
2023-10-08plain forgot to save the values for regression testingMarc Espie
2023-10-07with firmware known, recognize that we couldn't find any update at allMarc Espie
2023-10-07track firmware separately, since those will appear as uptodate for usMarc Espie
2023-10-07use more specific regression testing knobMarc Espie
2023-09-16forgot to kill thatMarc Espie
2023-09-12is is -> isJonathan Gray
2023-08-30fix signal reportingMarc Espie
2023-07-20fix esoteric error message in case PackageName parses stuff to a bogusMarc Espie
2023-07-04use local assignment to $ENV{TZ} like we do for signal handlersMarc Espie
2023-07-04add some more fluff to documentationMarc Espie
2023-07-04fix some very minor syntactic nitsMarc Espie
2023-07-03record when pkg_add is actually doing something.Marc Espie
2023-07-03also make things 5.36 if not usedMarc Espie
2023-07-02lost silence_children behavior by accidentMarc Espie
2023-06-27remove allupdates marker, it was only used by the short-livedMarc Espie
2023-06-20tweak fragment handling error messages a bitMarc Espie
2023-06-16locator object owns a state object, no need to pass it as paramMarc Espie
2023-06-16belated move to OOMarc Espie
2023-06-16no extra params there, to be revisitedMarc Espie
2023-06-16fix default parm, noticed by aja@ on clean-old-distfilesMarc Espie
2023-06-14GC remnants of pipe support, long gone.Marc Espie
2023-06-13move to use v5.36;Marc Espie
2023-06-07do not pass @_ to code snippets, prepare for 5.36Marc Espie
2023-05-27the solver needs some love for laterMarc Espie
2023-05-27remove the extra local variable (blessing a ref to self DOES work)Marc Espie
2023-05-27comment/cosmeticMarc Espie
2023-05-27more commentMarc Espie
2023-05-27yeah, yeah, those names are horribleMarc Espie
2023-05-27finish making this a singleton class (which I don't always likeMarc Espie
2023-05-27more descriptive commentMarc Espie
2023-05-27indicate that not having hashes already is just legacy neededMarc Espie
2023-05-27point people towards relevant commentsMarc Espie
2023-05-27a few commentsMarc Espie
2023-05-27prepare for 5.36: pass $code as @code so that we don't haveMarc Espie