summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2014-02-01styleMarc Espie
2014-02-01sort out the code to figuring out kept packages.Marc Espie
2014-02-01let solve_depends work as soon as we have update_infoMarc Espie
2014-02-01handling of critical section was wrong. Interrupting an update once we'reMarc Espie
2014-02-01don't bother caching, it's no longer usefulMarc Espie
2014-02-01use conflict_list directly from handle.Marc Espie
2014-02-01no need to test for plist, we get the conflict_list since we have update_infoMarc Espie
2014-02-01handles are more adequate places to stash conflict lists, since they canMarc Espie
2014-02-01styleMarc Espie
2014-01-31@md5 annotations died at the end of 2008, so it's reasonable to scrape theMarc Espie
2014-01-31no longer a need for the solver, which is fortunate as this createsMarc Espie
2014-01-31avoid creating backrefsMarc Espie
2014-01-31handle conflict with partial in a less hackish ways, by passing anMarc Espie
2014-01-31minor fix: don't go to cache if genuine installMarc Espie
2014-01-30wipe locations a bit more thoroughlyMarc Espie
2014-01-30avoid storing dead keys.Marc Espie
2014-01-30don't save empty errorsMarc Espie
2014-01-30indent fixMarc Espie
2014-01-30most PkgSpec are default conflicts, so not storing empty constraints...Marc Espie
2014-01-30not really a need to store state in the location, when we can askMarc Espie
2014-01-30minor bug-fix, make sure partial is handled properly.Marc Espie
2014-01-30don't create empty entriesMarc Espie
2014-01-30finish killing old annotationMarc Espie
2014-01-25more ArcCheck nits: don't allow a file to be u-r/g-r without an explicitMarc Espie
2014-01-25somehow, bytes got garbled. Be less cute and seek twice, that works.Marc Espie
2014-01-24subject -z hints (fuzzy update) to quirks' tweak_search.Marc Espie
2014-01-23tweak the way we create and sign packages significantly:Marc Espie
2014-01-23oops, pkg_sign is unhappy without -o.Marc Espie
2014-01-23more sophisticated warning: builds with empty SIGNING_PARAMETERSMarc Espie
2014-01-23new interface to be able to manipulate output betterMarc Espie
2014-01-23explain signaturesMarc Espie
2014-01-23clean-up synopsisMarc Espie
2014-01-23check parameters better.Marc Espie
2014-01-23separate pkg_sign documentation. Option description becomes MUCH saner.Marc Espie
2014-01-23don't create cheap gzip archives if non signed, there's a better way.Marc Espie
2014-01-23zap the sign-only part (moved to PkgSign.pm).Marc Espie
2014-01-23reorg code: make "signing only" a separate command, as it has nothing inMarc Espie
2014-01-22Fix the ambigous text in afterboot. For a newbie, the text reallyjuanfra
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2014-01-20for the SHA256 file, output checksums in base64; ok espie@Christian Weisgerber
2014-01-18use the standard notation of <set>XX.tgz for the install setsAlexander Hall
2014-01-18involuntary sneak preview, revertMarc Espie
2014-01-18...and sort SHA256 properlyMarc Espie
2014-01-18caching a bit more tricky... problem noticed by naddy@Marc Espie
2014-01-17do check_digest per plist.Marc Espie
2014-01-17make ArcCheck less confusing, don't archive stuff that WON'T surviveMarc Espie
2014-01-17"recognize" extended header thingies (we don't handle them, we justMarc Espie
2014-01-17use internal gunzip, now that the fh leak is closed.Marc Espie
2014-01-17oops, keeping _current around means I still have a live fh after deref.Marc Espie
2014-01-17tweak documentation to match what's going onMarc Espie