Age | Commit message (Expand) | Author |
2009-11-26 | fix copy & paste error: IMSG_MTA_RESUME --> IMSG_MDA_RESUME | Charles Longeau |
2009-11-26 | sync snmp_imsg_hdr with imsg_hdr and unbreak the snmp trap interface | Reyk Floeter |
2009-11-26 | support for set origin; based on an initial diff from | Henning Brauer |
2009-11-25 | document the include support | David Gwynne |
2009-11-25 | add support for include | David Gwynne |
2009-11-24 | todo all over | Marc Espie |
2009-11-24 | zap pkgpath totally, set up to display (to go) as well. | Marc Espie |
2009-11-24 | better | Marc Espie |
2009-11-24 | sets that were not solved should still display something... | Marc Espie |
2009-11-24 | do not inform user of !updated packages, they usually don't really care... | Marc Espie |
2009-11-24 | kill some old cruft, in particular -F conflicts has never worked... | Marc Espie |
2009-11-24 | ok even shorter than done | Marc Espie |
2009-11-24 | more regular. Note that newer can be a hash as well (why not ?) | Marc Espie |
2009-11-24 | better name. Mark "no need to update" as updated, since we know what's | Marc Espie |
2009-11-23 | In "smtpd; smtpd;" the second instance would fatal quickly, but it would | Jacek Masiulaniec |
2009-11-23 | Make the tree compile again. Henning and I are both quite sure this is | Claudio Jeker |
2009-11-23 | Unbreak tree, rs_num is now type and while there use PF_TRANS_RULESET instead | Claudio Jeker |
2009-11-22 | Move from the PF_RULESET_FILTER world order to PF_TRANS_RULESET | Theo de Raadt |
2009-11-22 | don't repeat the banner if not a tty. | Ted Unangst |
2009-11-22 | no need to say we're installing, at the end... | Marc Espie |
2009-11-22 | complete -> done (shorter) | Marc Espie |
2009-11-22 | style | Tobias Stoeckmann |
2009-11-22 | tweak completion messages: do the next only during the next iteration, so | Marc Espie |
2009-11-22 | extra parameter to give out more info | Marc Espie |
2009-11-22 | typo | Marc Espie |
2009-11-22 | less verbose display: only shows .libs* once, but still show all partial-* | Marc Espie |
2009-11-22 | change the timing a bit: create a list of updateset first, and process | Marc Espie |
2009-11-21 | MIN_UID in yp make removes root, so look for something that is | Ian Darwin |
2009-11-21 | If tagging is used use match rules instead of pass rules. This is needed | Claudio Jeker |
2009-11-17 | remove dead code | Marc Espie |
2009-11-17 | trim more, we already display a quick message for the missing lib elsewhere. | Marc Espie |
2009-11-17 | shorter message when we don't find library, and stash it away to avoid | Marc Espie |
2009-11-17 | revamp interactive stuff: simplify (just one always for everything, per | Marc Espie |
2009-11-17 | style nit | Marc Espie |
2009-11-17 | Fix handling of 5yz response to EHLO, ie. fallback to HELO. | Jacek Masiulaniec |
2009-11-16 | fuller meter, that goes to the end of the line - 1 | Marc Espie |
2009-11-16 | -Vstat (get it from AddDelete) | Marc Espie |
2009-11-16 | typo | Marc Espie |
2009-11-16 | oops | Marc Espie |
2009-11-16 | typo | Marc Espie |
2009-11-16 | unify hints and normal updates some more | Marc Espie |
2009-11-16 | unify hint and location processing some more. | Marc Espie |
2009-11-16 | create a pseudo vstat object inside state, so that we can modify Vstat | Marc Espie |
2009-11-16 | pull more common code in a "framework" routine. | Marc Espie |
2009-11-16 | identical end sequence, to be factorized | Marc Espie |
2009-11-16 | start pulling all the code that's the same between pkg_add and pkg_delete | Marc Espie |
2009-11-16 | Kill dead code. | Jacek Masiulaniec |
2009-11-16 | Minimize the delay between receiving response to "." and removing the queue | Jacek Masiulaniec |
2009-11-15 | make these independent from Getopt, require Exporter | Marc Espie |
2009-11-15 | add missing headers needed by err/errx(), alarm(), sigemptyset(), sigaction(). | Charles Longeau |