summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2010-01-10fix some mdoc tidbits. Thanks to jmc@ for advice.Marc Espie
2010-01-10unify options a bit: use -Dname=value for defines uniformously (e.g., deprecateMarc Espie
2010-01-10use full signatures to avoid downgrades.Marc Espie
2010-01-10follow logic: if same packagename, but different signature elements,Marc Espie
2010-01-10trick: I can actually recognize specs easily, so why not allow them withoutMarc Espie
2010-01-10if we make pkg_create more stringent, then we cannot create bogusMarc Espie
2010-01-10bump copyrightMarc Espie
2010-01-10pull the signature comparison code into its own file.Marc Espie
2010-01-09build signature objects that we will be able to compareMarc Espie
2010-01-09fix to_stringMarc Espie
2010-01-09oopsMarc Espie
2010-01-09zap unusedMarc Espie
2010-01-09streamline interfaceMarc Espie
2010-01-09move signal catching up, so we can clean repos and temp files at once.Marc Espie
2010-01-09kill cache, we don't really need itMarc Espie
2010-01-09slightly more complex repolist, to allow for:Marc Espie
2010-01-09create unique object for each repoMarc Espie
2010-01-09fixed version, somehow I forgot that I use parse to do weird things withMarc Espie
2010-01-09temporary revert until I figure this outMarc Espie
2010-01-09move the code that recognizes /var/db/pkg as inst: into Repo::LocalMarc Espie
2010-01-09tweak path parsing to handle inst:pkgname and such as well...Marc Espie
2010-01-09move some url parsing into Installed, provide for pipe:Marc Espie
2010-01-09kill more useless codeMarc Espie
2010-01-09simplify slightlyMarc Espie
2010-01-09move pipe handling into RepositoryListMarc Espie
2010-01-09repositories no longer need matchMarc Espie
2010-01-08reflect recent changesMarc Espie
2010-01-08remove very old -ikrMarc Espie
2010-01-08stat objects with more than value (store symlinks eventually)Marc Espie
2010-01-07make sure is_valid works for alternativesMarc Espie
2010-01-05refuse invalid version specs.Marc Espie
2010-01-05repairMarc Espie
2010-01-05better spec handling: instead of dying, create badspec objects that neverMarc Espie
2010-01-05tracker and updater are also auto-cachedMarc Espie
2010-01-05avoid loop if conflict/replace end up finding kept handles.Marc Espie
2010-01-05use Auto::cacheMarc Espie
2010-01-05tweak outputMarc Espie
2010-01-05common pattern, put it there since everything uses Error.Marc Espie
2010-01-05auto-create giveup, so it's defined if we call tally without doing anything.Marc Espie
2010-01-04-l no longer implies -zMarc Espie
2010-01-04betterMarc Espie
2010-01-04There's no reason for -l to imply -z.Marc Espie
2010-01-03not a fatal error, keep goingMarc Espie
2010-01-03Neither .Pp nor unqualified text are allowed at the top level of .Bl;Ingo Schwarze
2010-01-03-F tallyMarc Espie
2010-01-03separate code into two classes, cleaner.Marc Espie
2010-01-03much better (avoid calling df all the time, oops)Marc Espie
2010-01-02keep going after collisionsMarc Espie
2010-01-02stacked vfs entries. I should be able to recover from overflows andMarc Espie
2010-01-02things are simpler: I don't need to stack used size stuff.Marc Espie