summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-23- add and enable uthumJasper Lievisse Adriaanse
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-23The process's rdomain should be, well, per-process and not per-rthread,Philip Guenthe
2009-12-23partion -> partition. First one (mkfs.c) noted by Brad Tilley on tech@.Kenneth R Westerback
2009-12-22sync to 1.9.12, mostly portability and refactoring:Ingo Schwarze
2009-12-22rewrite promiscuous mode and multicast handling; from BradChristian Weisgerber
2009-12-22Crap. Remove debug code that I did not plan to commit.Claudio Jeker
2009-12-22implement -C (silent -c), required by POSIX.1-2008;Ingo Schwarze
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-22add `1' to the interactive command list too; from Mark LumsdenJason McIntyre
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-22re-adding a group that exists is not an errorTheo de Raadt
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-22Revert last commit, I should have checked with damien@ first.Stuart Henderson
2009-12-22add -1 to show_help(); from Mark LumsdenJason McIntyre
2009-12-22Create sysmerge etcsum file at release time for etc set inclusion.Antoine Jacoutot
2009-12-22- two more typo's spotted by Brad TilleyJasper Lievisse Adriaanse
2009-12-22- tyop, spotted by Brad TilleyJasper Lievisse Adriaanse
2009-12-22Sort pci ids, from Brad.Stuart Henderson
2009-12-22Fix a couple of problems with grouped sessions reported by danh: redrawNicholas Marriott
2009-12-22treat the front headphone jack more like a built-in speaker. make it'sJacob Meuser
2009-12-21typo in comment; Holger MikolonStuart Henderson
2009-12-21Add uthum(4) to arches I could test it. ok deraadt@.Matthieu Herrb
2009-12-21Cleanup promiscuous mode and multicast handling. From Brad.Mark Kettenis
2009-12-21syncTheo de Raadt
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-21Some cleaning for the rl(4) driver:Christian Weisgerber
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-20When using ptrace(), death of the traced process should always sendPhilip Guenthe
2009-12-20svr4_sys_waitsys() was seemingly implemented by copying sys_wait4()Philip Guenthe
2009-12-20fix an incorrect magic number and typo in PROTOCOL; bz#1688Damien Miller
2009-12-20change verbosity handling: be silent by default, turn on the first level if -v.Marc Espie
2009-12-20Use the standard wording, requested by jmc@.Ingo Schwarze
2009-12-20zap trailing whitespace;Jason McIntyre
2009-12-20find -LH was -L, but must be -H according to POSIX;Ingo Schwarze
2009-12-20Removed lstat, because fstat will do most of the checks later on. MakeTobias Stoeckmann
2009-12-20Properly fill password string with zeros after use on unprivileged side ofTobias Stoeckmann