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