Age | Commit message (Expand) | Author |
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 |
2004-12-14 | use YFLAGS= | Marco Pfatschbacher |
2004-12-14 | update (and sort) FILES; | Jason McIntyre |
2004-12-14 | sendto() takes socklen_t as an argument; ok henning@ | Darren Tucker |
2004-12-14 | one more rc.conf -> rc.conf.local; | Jason McIntyre |
2004-12-14 | convert to mdoc; | Jason McIntyre |
2004-12-13 | pull all the conflict checking code into one single function, makes | Marc Espie |
2004-12-13 | since we store dependencies we looked at, show them in the clue() message, | Marc Espie |
2004-12-13 | fix test for syswrite errors: zero returns are legitimate. | Marc Espie |
2004-12-13 | avoid brutal exits from loop. | Marc Espie |
2004-12-13 | more references to hier(7), from mickey; | Jason McIntyre |
2004-12-13 | Sanity check owner and permissions of privsep directory, like sshd does; | Darren Tucker |
2004-12-13 | Check for error status from poll() too; ok henning@ | Darren Tucker |
2004-12-13 | Discard replies with alarm flag set or invalid stratum; ok henning@ | Darren Tucker |
2004-12-13 | permit protocol name longer than 3 letters. canacar ok | Jun-ichiro itojun Hagino |
2004-12-12 | cvs expands $OpenBSD...$, so move the variable defs up so that they don't | Marc Espie |
2004-12-12 | add somewhat more regular error catching code. | Marc Espie |
2004-12-11 | implement zeroes blocks detection | Marc Espie |
2004-12-10 | sync usage(); | Jason McIntyre |
2004-12-10 | typos, then -> than, from Michael Knudsen | Jared Yanovich |
2004-12-09 | define TRUSTLEVEL_MAX for the trustedlevel value of 10; henning@ ok | Michael Shalayeff |