summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD
AgeCommit message (Expand)Author
2010-01-18don't bother checking for exec and displaying them if we're not verboseMarc Espie
2010-01-17even better messagesMarc Espie
2010-01-17use Carp directly, it it very inexpensive actually, since it's been rewrittenMarc Espie
2010-01-14fix new vstat, and make it useful, for instance for -n.Marc Espie
2010-01-12more auto-cache goodnessMarc Espie
2010-01-11works much better if I actually add the option...Marc Espie
2010-01-11move the oldlibs code into its separate file, prior to fixing it.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-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-08stat objects with more than value (store symlinks eventually)Marc Espie
2010-01-07make sure is_valid works for alternativesMarc Espie
2010-01-05repairMarc Espie
2010-01-05better spec handling: instead of dying, create badspec objects that neverMarc 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-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-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
2010-01-02next step: create proxy objects for devices that count the size used.Marc Espie
2010-01-02replace vstat with modern code, almost ready for stacking vfs...Marc Espie
2010-01-02fully encapsulate dev objects from vstat so I can change the internalsMarc Espie