Age | Commit message (Expand) | Author |
2004-12-21 | correct checks to allow for a package to replace several packages. | Marc Espie |
2004-12-20 | apachectl is section 8, not 1; | Jason McIntyre |
2004-12-20 | allow a replacing package to replace several packages, in principle: | Marc Espie |
2004-12-20 | plug more handle leaks. | Marc Espie |
2004-12-20 | plug fd leak. | Marc Espie |
2004-12-20 | Fix one case of broken duplicate supression, which happens if two lines | Otto Moerbeek |
2004-12-20 | RFC documents are not free enough | Theo de Raadt |
2004-12-20 | remember to close what should be closed... | Marc Espie |
2004-12-20 | convert to mdoc. ok jmc | Jared Yanovich |
2004-12-20 | some typos in log messages. | Moritz Jodeit |
2004-12-20 | store pkgname in handle directly, so that we can delete the packing-list | Marc Espie |
2004-12-20 | repair error message: set_pkgname so that we don't report for the last | Marc Espie |
2004-12-20 | don't display some details in -n mode unless very verbose. | Marc Espie |
2004-12-20 | keep a hash of installed packages, so that we can refuse to replace a | Marc Espie |
2004-12-20 | Add support for displaying Shared Spanning Tree Protocol frames, a minor | Christopher Pascoe |
2004-12-19 | sanity check: in -n mode, we end up replacing stuff that doesn't exist ? | Marc Espie |
2004-12-19 | don't create path if -n. | Marc Espie |
2004-12-19 | simplify solve_dependencies: always compute to_install array (it is | Marc Espie |
2004-12-19 | move conflict code to PkgCfl. | Marc Espie |
2004-12-19 | use strchr instead of index | Theo de Raadt |
2004-12-18 | reflect reality. | Marc Espie |
2004-12-18 | kitchensink mode will proceed if it can't find a dependent package... | Marc Espie |
2004-12-18 | if we can't find a package, and it's there to solve a dependency, | Marc Espie |
2004-12-18 | document kitchensink option | Marc Espie |
2004-12-18 | display something when files ought to get moved in -n. | Marc Espie |
2004-12-18 | ignore size issues in kitchensink pretend mode. | Marc Espie |
2004-12-18 | oops, don't compute fullname unless we know we can. | Marc Espie |
2004-12-18 | implement special `kitchensink' option for testers. | Marc Espie |
2004-12-18 | basic code to handle legacy .libs-* packages: figure out what collisions | Marc Espie |
2004-12-17 | can postpone grabbing conflict keys. | Marc Espie |
2004-12-17 | better collision reports. | Marc Espie |
2004-12-17 | note the effect of `$' and `~' in configuration file, and how to | Jason McIntyre |
2004-12-16 | if -f installed, don't treat reinstallation as errors. | Marc Espie |
2004-12-16 | better conflict: conflict with partial installations, always conflict with | Marc Espie |
2004-12-16 | save depend information into cache when package is installed. | Marc Espie |
2004-12-16 | both borked.* and partial-* are recognized. | Marc Espie |
2004-12-16 | renamed borked_installation from borked.n to partial-<pkgname> ... | Marc Espie |
2004-12-16 | default wait time for dead server connection is 300 seconds, not 120. | Moritz Jodeit |
2004-12-16 | Limit the number of addresses used by the 'servers' directive to 8; ok henning@ | Darren Tucker |
2004-12-15 | Poll unsynchronized servers at the maximum interval and log a message about | Darren Tucker |
2004-12-15 | Factor out interval scaling code; ok henning@ | Darren Tucker |
2004-12-15 | move -n down into RequiredBy and PackingList (as $main::not, since we | Marc Espie |
2004-12-14 | If polling a server results in an error, drop that server to the maximum | Darren Tucker |
2004-12-14 | .Xr dbmmanage 1 , | Jason McIntyre |
2004-12-14 | convert to mdoc; | Jason McIntyre |
2004-12-14 | - be more consistent when referring to ServerRoot | Jason McIntyre |
2004-12-14 | sync usage() w/ SYNOPSIS and remove some verbosity; | Jason McIntyre |
2004-12-14 | convert to mdoc; | Jason McIntyre |
2004-12-14 | OBSD sync; | Jason McIntyre |
2004-12-14 | rewrite code to cache files internally, to avoid going to disk all the | Marc Espie |