summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
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-05fw_update is in section 8 not 1Jonathan Gray
2023-07-04use local assignment to $ENV{TZ} like we do for signal handlersMarc Espie
2023-07-04stop saying the format is "simple" there are so many annotations.Marc Espie
2023-07-04add some more fluff to documentationMarc Espie
2023-07-04explain why NO_TS_IN_PLIST existsMarc 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-29use v5.36, this one is somewhat trivialMarc 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
2023-05-27commentsMarc Espie
2023-05-27document base methodMarc Espie
2023-05-27try/catch to be revisitedMarc Espie
2023-05-27comments/cosmeticsMarc Espie
2023-05-27restore documentation: explain what ArcCheck doesMarc Espie
2023-05-27cosmetic/comments improvementMarc Espie
2023-05-27- make the handling of interactive more regular byMarc Espie
2023-05-27prepare for 5.36, document methods in base classMarc Espie
2023-05-23don't pass state, we get them from the progressmeterMarc Espie
2023-05-22gc unused/old codeMarc Espie
2023-05-21missed oneMarc Espie
2023-05-21move the interface to SharedLibs to be somewhat object orientedMarc Espie
2023-05-21document how this is used... There's nothing that actually uses theMarc Espie
2023-05-21"fix" for 5.36: pass the possible option value as an extra paramMarc Espie
2023-05-21v5.36, trivial moveMarc Espie
2023-05-20Don't bother setting the effective group, it doesn't affect file creationMarc Espie