Age | Commit message (Expand) | Author |
2009-12-29 | replace a few remaining UNIX terms with .Ux macros; this diff | Igor Sobrado |
2009-12-28 | kill old dependency adjuster | Marc Espie |
2009-12-28 | use new forward dep adjust. | Marc Espie |
2009-12-28 | new method for adjusting forward dependencies, much simpler. | Marc Espie |
2009-12-28 | erase Requiring entirely while deleting, to avoid further issues. | Marc Espie |
2009-12-28 | make objects chainable. | Marc Espie |
2009-12-28 | an actual difference between -r and -u. If we replace, don't look as hard | Marc Espie |
2009-12-28 | prepare to handle forward dependencies in a simpler way | Marc Espie |
2009-12-28 | add -F carp as an extra debugging device: ^T handler will show a stack | Marc Espie |
2009-12-28 | move forward dependency checking to very late, so we can reuse the result. | Marc Espie |
2009-12-28 | move code around a bit, more functions. Especially do the exec check | Marc Espie |
2009-12-28 | nits | Marc Espie |
2009-12-27 | tweak forward dep "almost ready" code and activate loop checker. | Marc Espie |
2009-12-27 | check for loops and merge sets, in case we end up with real funky depends. | Marc Espie |
2009-12-27 | solver is no longer needed at that point, so kill it. this shaves a bit of | Marc Espie |
2009-12-27 | don't ask/report the same exec issue twice | Marc Espie |
2009-12-27 | sort | Marc Espie |
2009-12-27 | delete partial solvers later, so I can use their deplist to check for loops. | Marc Espie |
2009-12-27 | fix partial stems, as noticed by numerous people | Marc Espie |
2009-12-26 | compute forward dependencies later, so that we don't have to do it again, | Marc Espie |
2009-12-26 | qualify (Direct Dependencies) | Marc Espie |
2009-12-26 | better | Marc Espie |
2009-12-26 | Better, more global way of dealing with forward dependencies, and to | Marc Espie |
2009-12-26 | zap message for .libs, be smart about partial-*, it's easy to install/update | Marc Espie |
2009-12-26 | protect against partial-* packing-lists | Marc Espie |
2009-12-24 | make the final progress bar vanish unless verbose >= 2, as requested by | Marc Espie |
2009-12-24 | kill PATH_RUNQUEUEHIGH and PATH_RUNQUEUELOW, i had great plans for them but | Gilles Chehade |
2009-12-24 | avoid infinite loop, noticed by Rivo Nurges. | Marc Espie |
2009-12-23 | Print more addresses with scope. | Claudio Jeker |
2009-12-23 | Implementation of RFC 2920 PIPELINING extension, client side only for now. | Jacek Masiulaniec |
2009-12-23 | Loopback interface don't have link local addresses so use the real IPv6 | Claudio Jeker |
2009-12-23 | partion -> partition. First one (mkfs.c) noted by Brad Tilley on tech@. | Kenneth R Westerback |
2009-12-22 | Crap. Remove debug code that I did not plan to commit. | Claudio Jeker |
2009-12-22 | Holy inconsitancy Batman! While it is impossible to use embeded scope ids | Claudio Jeker |
2009-12-22 | Add interface index aka. scope id to struct kroute so that the rde can pass | Claudio Jeker |
2009-12-22 | progressmeter always, unless -x is given | Theo de Raadt |
2009-12-22 | Use log_in6addr_scope() to print the correct nexthop. | Claudio Jeker |
2009-12-22 | Link local addressing strikes again. Include ifindex in all nexthop | Claudio Jeker |
2009-12-22 | Implement log_in6addr_scope() yet another function doing the same thing | Claudio Jeker |
2009-12-22 | Use correct interface id. iface_id is our ifindex, nbr_iface_id is the | Claudio Jeker |
2009-12-22 | Give calc_nexthop_lladdr() a chance to find the correct link local address. | Claudio Jeker |
2009-12-21 | Another AF_INET that should be an AF_INET6. | Claudio Jeker |
2009-12-21 | Doh! It helps to load the IPv6 routing table into kroute instead of IPv4. | Claudio Jeker |
2009-12-21 | check new package later, after we're sure of the set. | Marc Espie |
2009-12-21 | enable ospf6d, ospf6ctl, ldpd and ldpctl in builds. There is no reason to | Claudio Jeker |
2009-12-21 | if we're not in a "pretend" mode, synchronization operations on vstat occur | Marc Espie |
2009-12-21 | document recent changes, clean up old pkg_delete options | Marc Espie |
2009-12-21 | consistent spelling | Marc Espie |
2009-12-21 | much simpler SIG{INFO} handling: create a status object in state and | Marc Espie |
2009-12-20 | change verbosity handling: be silent by default, turn on the first level if -v. | Marc Espie |