summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2022-11-09document '=' as a pkgspecMarc Espie
2022-11-04allow "=" to be "hey only the default value" for pkgspec in dependenciesMarc Espie
2022-11-01Have -S actually behave like the other introspection options, namely onlyMarc Espie
2022-11-01fix a logic error from 2018: be silent if any of -S, -n, -q are mentioned.Marc Espie
2022-11-01I plain forgot to document -S !Marc Espie
2022-08-12pkg_add.1: fix typo in pkg stem with flavor exampleLandry Breuil
2022-07-29don't leave user guessing after latest "no need to update"Marc Espie
2022-06-28if we can't open the user db, don't try to read from a closed fhMarc Espie
2022-06-28some old signing code was still aroundMarc Espie
2022-06-28parse pkgpath further, so that we know the subpackage component, if any,Marc Espie
2022-06-09se more specific discrimination to know if extra data is still there afterMarc Espie
2022-06-08recognize @extraglob for laterMarc Espie
2022-06-06have compute_checksum return a status, so that we don't report similarMarc Espie
2022-06-06zap fairly old bug from refactoring: we already validated all the set plists,Marc Espie
2022-06-06this message is seriously outdated: the packing-lists have been read byMarc Espie
2022-06-06Yet another iteration of the tied algorithm: some packages containMarc Espie
2022-06-06also zap signer if we zap digital-signatureMarc Espie
2022-06-06expand on the mismatches between the tarball and the packing-listMarc Espie
2022-06-04document internal annotations a bit more, explain about the always-updateMarc Espie
2022-05-30tweak the display a bit: have "hashing/tieing" be progress messagesMarc Espie
2022-05-29More precision regarding a few minor points:Ingo Schwarze
2022-05-29document the meaning of the -Q option argument;Ingo Schwarze
2022-05-29final part of caching for always-update: the new annotation doesn't needMarc Espie
2022-05-28EOF does not result in an error code, as spotted by stsp@Marc Espie
2022-05-28have pkg_create generate the hash for always-updateMarc Espie
2022-05-26I'm a doofus, of course I need to use "write_without_variation" for thatMarc Espie
2022-05-26first step in simplifying the always-update case:Marc Espie
2022-05-20as promised, extend the precaching using quirks stems extension.Marc Espie
2022-05-19document what this file stands forMarc Espie
2022-05-16document failed experimentMarc Espie
2022-05-16GC old stats code, I already removed the collection partMarc Espie
2022-05-15update examples and remove some text that's no longer relevant.Marc Espie
2022-05-15clean up and document the LRU stuff betterMarc Espie
2022-05-15remove the gzip chunk after CONTENTS, it was only needed back whenMarc Espie
2022-05-13Catch the termcap exception if there's a problem looking the terminal up.Marc Espie
2022-05-12yet another stupid shadowed variable, thx sthen@Marc Espie
2022-05-12explicitly write LRU in a comment so that it's easier to find ;)Marc Espie
2022-05-12ditch the ...Marc Espie
2022-05-11fix quirks timestamp display: it's done somewhat early, before we decideMarc Espie
2022-05-11tweak headerMarc Espie
2022-05-11locate yields information in sorted order (of course)Marc Espie
2022-05-11gc old stats code I no longer useMarc Espie
2022-05-11move a bit of code in a separate sub, fix indentation, add some commentsMarc Espie
2022-05-09shadowing variables is a bad idea (thanks Anton, this fixes regress)Marc Espie
2022-05-08get rid of horribly complex optimization that's no longer relevant.Marc Espie
2022-05-08better abstraction: instead of storing a string we're going to parse forMarc Espie
2022-05-08show actual linking operations alongside renames if verbose >= 5Marc Espie
2022-05-08now we no longer go through temporary files when names don't change,Marc Espie
2022-04-29finally, turn on caching by defaultMarc Espie