summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2006-10-18symlinks marked @extra need special care for deletionNikolay Sturm
2006-10-17add proper version handling, not really used yet.Marc Espie
2006-10-17add -F conflicts: force installation in the presence of registered conflicts,Marc Espie
2006-10-15tweaks;Jason McIntyre
2006-10-15Normalize query options: make them not stop the package generation unlessMarc Espie
2006-09-16fix error message parsing, okay deraadt@Marc Espie
2006-08-30U[Ss]tar -> ustar, as per posix and our pax docs;Jason McIntyre
2006-08-25add PackingOld when replacing, helps people with really old installs...Marc Espie
2006-08-11typo in commentBernd Ahlers
2006-08-05actually perform error-checking on every read/write.Marc Espie
2006-08-01If pkg_delete is trying to remove more than one package at the same time andBernd Ahlers
2006-07-31cosmetic: comments, and better method name.Marc Espie
2006-07-31add missing licence info.Marc Espie
2006-05-26make pkg_add exit gracefully if it cannot read from a file handle, whichSteven Mestdagh
2006-05-04more clues for people who update their system.Marc Espie
2006-04-22Pass over the right object to OpenBSD::Delete::validate_plist().Bernd Ahlers
2006-04-08Add missing 'use OpenBSD::Error'.Bernd Ahlers
2006-03-21fix endless loop in case of error in archive header.Marc Espie
2006-03-19Partial revert of previous changes, nasty regexps not greedy the way they sho...Marc Espie
2006-03-17un-special case old constructs: make them inherit from the same class,Marc Espie
2006-03-13clean-up some name handling:Marc Espie
2006-03-13repair pkg_add -Marc Espie
2006-03-08propagate stuff to be able to explicitly clean-up repositories.Marc Espie
2006-03-08fix race condition in SCP for real.Marc Espie
2006-03-07do not write partial files out if the PKG_CACHE filesystem overflows.Marc Espie
2006-03-07Fix pkg_copy().Bernd Ahlers
2006-03-07properly zap temporary file.Marc Espie
2006-03-07rendez-vous with subchild through signal USR1.Marc Espie
2006-03-07make pkg_copy be overidable by subclass.Marc Espie
2006-03-07only the grand child can have issuesMarc Espie
2006-03-07special case: repository holds several packages (say, old versions), andMarc Espie
2006-03-07let scp repositories work. Avoid run-away processes by just having one singleMarc Espie
2006-03-07pass the grandchild pid through the pipe, in order to be able to monitor it.Marc Espie
2006-03-06zap object pid when done with it.Marc Espie
2006-03-06actually zap the codeMarc Espie
2006-03-06typoMarc Espie
2006-03-06take some infrequently used code completely out of the way.Marc Espie
2006-03-05avoid running mkfontdir/fc-cache if they don't exist.Marc Espie
2006-03-05SynchMarc Espie
2006-03-05- kill whitespace at eolJason McIntyre
2006-03-04cut down the Locator code into maintainable chunks.Marc Espie
2006-03-04accurate description of script execution.Marc Espie
2006-03-04Spell out normal modes of operation for pkg_add more.Marc Espie
2006-03-04reorganize code a little bit: Update.pm becomes Replace.pm (since it matchesMarc Espie
2006-03-04zap more success messages. Keep pid of distant location pipe, just in case.Marc Espie
2006-02-23Let 'pkg_info -P' work with package distribution files and URLs to aBernd Ahlers
2006-02-22Fix typo.Bernd Ahlers
2006-02-21detect temporary connection errors, and retry with exponential timeout.Marc Espie
2006-02-21ask question corresponding to -F updatedepends too (commonalize code).Marc Espie
2006-02-21add optional 3rd choice [y/N/a] for always, so that this question typeMarc Espie