summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
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
2006-02-16validate() can also take sample files into account.Marc Espie
2006-02-10reset $state->{dir} to the correct value after deleting the replaced package.Marc Espie
2006-02-10Use the ProgressMeter engine to display the update messages. This makesBernd Ahlers
2006-02-10If the length of the message in OpenBSD::ProgressMeter::message() is shorterBernd Ahlers
2006-02-09Turn validate_plist() into a real visitor that calls validate() for eachMarc Espie
2006-02-09use new interface (*close*)Marc Espie
2006-02-09Add some nice interfaces instead of the hint() argument to close().Marc Espie
2006-02-07synchMarc Espie
2006-02-07minor independent tweaks:Marc Espie
2006-02-07look at noexec as wellMarc Espie
2006-02-07Don't push undef into the todo list. This avoids some perl warnings.Bernd Ahlers
2006-02-06tell user about collision much earlier, so that they do not wonder whatMarc Espie
2006-01-30Clarify pkg_info -e example; ok espie@Miod Vallat
2006-01-24protect against weird situations where dependencies don't matchMarc Espie
2006-01-17special-case packages that use old-libs: always update them, even if theMarc Espie
2006-01-13nitMarc Espie
2006-01-12be way more explicit in pointing people to packages-specs(7)Marc Espie
2006-01-09avoid anything that isn't a library in warning for SHARED_LIBS.Marc Espie
2006-01-06tweak the descriptions of -r and -u: make the distinctionJason McIntyre
2005-12-26have pkg_create warn about shared libs which have a version number hardcodedMarc Espie
2005-12-05make sure set_modes always get called for a `real' extraction.Marc Espie
2005-11-29- Zap duplicate semicolon. From Alexander Hall via PR #4913. Thanks!Bernd Ahlers
2005-11-19magically complete fragment with `committed' names, solve the issue thatMarc Espie
2005-11-18restructure some text slightly;Jason McIntyre