summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-12-21silently ignore some cases when sendto(2) fails rather than disablingDan Harnett
2004-12-21fix nasty cache-out-of-sync bug.Marc Espie
2004-12-21missing apache Xr's;Jason McIntyre
2004-12-21sync w/ obsd;Jason McIntyre
2004-12-21if we can't get this packing-list, this is not dramaticMarc Espie
2004-12-21oops, really cache stuff.Marc Espie
2004-12-21correct checks to allow for a package to replace several packages.Marc Espie
2004-12-20apachectl is section 8, not 1;Jason McIntyre
2004-12-20allow a replacing package to replace several packages, in principle:Marc Espie
2004-12-20plug more handle leaks.Marc Espie
2004-12-20plug fd leak.Marc Espie
2004-12-20Fix one case of broken duplicate supression, which happens if two linesOtto Moerbeek
2004-12-20RFC documents are not free enoughTheo de Raadt
2004-12-20remember to close what should be closed...Marc Espie
2004-12-20convert to mdoc. ok jmcJared Yanovich
2004-12-20some typos in log messages.Moritz Jodeit
2004-12-20store pkgname in handle directly, so that we can delete the packing-listMarc Espie
2004-12-20repair error message: set_pkgname so that we don't report for the lastMarc Espie
2004-12-20don't display some details in -n mode unless very verbose.Marc Espie
2004-12-20keep a hash of installed packages, so that we can refuse to replace aMarc Espie
2004-12-20Add support for displaying Shared Spanning Tree Protocol frames, a minorChristopher Pascoe
2004-12-19sanity check: in -n mode, we end up replacing stuff that doesn't exist ?Marc Espie
2004-12-19don't create path if -n.Marc Espie
2004-12-19simplify solve_dependencies: always compute to_install array (it isMarc Espie
2004-12-19move conflict code to PkgCfl.Marc Espie
2004-12-19use strchr instead of indexTheo de Raadt
2004-12-18reflect reality.Marc Espie
2004-12-18kitchensink mode will proceed if it can't find a dependent package...Marc Espie
2004-12-18if we can't find a package, and it's there to solve a dependency,Marc Espie
2004-12-18document kitchensink optionMarc Espie
2004-12-18display something when files ought to get moved in -n.Marc Espie
2004-12-18ignore size issues in kitchensink pretend mode.Marc Espie
2004-12-18oops, don't compute fullname unless we know we can.Marc Espie
2004-12-18implement special `kitchensink' option for testers.Marc Espie
2004-12-18basic code to handle legacy .libs-* packages: figure out what collisionsMarc Espie
2004-12-17can postpone grabbing conflict keys.Marc Espie
2004-12-17better collision reports.Marc Espie
2004-12-17note the effect of `$' and `~' in configuration file, and how toJason McIntyre
2004-12-16if -f installed, don't treat reinstallation as errors.Marc Espie
2004-12-16better conflict: conflict with partial installations, always conflict withMarc Espie
2004-12-16save depend information into cache when package is installed.Marc Espie
2004-12-16both borked.* and partial-* are recognized.Marc Espie
2004-12-16renamed borked_installation from borked.n to partial-<pkgname> ...Marc Espie
2004-12-16default wait time for dead server connection is 300 seconds, not 120.Moritz Jodeit
2004-12-16Limit the number of addresses used by the 'servers' directive to 8; ok henning@Darren Tucker
2004-12-15Poll unsynchronized servers at the maximum interval and log a message aboutDarren Tucker
2004-12-15Factor out interval scaling code; ok henning@Darren Tucker
2004-12-15move -n down into RequiredBy and PackingList (as $main::not, since weMarc Espie
2004-12-14If polling a server results in an error, drop that server to the maximumDarren Tucker
2004-12-14.Xr dbmmanage 1 ,Jason McIntyre