summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-08spaceClaudio Jeker
2008-05-08avoid extra malloc/copy/free when receiving data over the net;Markus Friedl
2008-05-08change timer internals so that we use a timewheel (tailq, sorted by expiryHenning Brauer
2008-05-08Fix fallout from the route priority thing.Esben Norby
2008-05-08Don't display the outlabel and interface for POP operations.Esben Norby
2008-05-08don't break dhcpd when not using synch mechanisms..Bob Beck
2008-05-08make sure we always send back something on IMSG_CTL_SHOW_NEIGHBORHenning Brauer
2008-05-08Start at making mpe tap to bpf. While there move if_start() call insidePierre-Yves Ritschard
2008-05-08Mention amphy(4).Brad Smith
2008-05-08Hook mpe(4) correctly into mpls so that it is possible to tunnel packets overClaudio Jeker
2008-05-08Receiving carp packets for unknown vhid's is not really an error.Marco Pfatschbacher
2008-05-08move the session keys used by dns in a protocol-specific private ptr.Reyk Floeter
2008-05-08missed to set the default for tables to round-robin, so it wasReyk Floeter
2008-05-08UP mpe interfaces.Esben Norby
2008-05-08Sync with source changesIan Darwin
2008-05-08Update file to 4.21.Charles Longeau
2008-05-08fix TIOCSIG definition; from Hannah Schroeter <hannah at schlund dot de>Federico G. Schwindt
2008-05-08Add/Fix regression tests for sequences of numbers and stackedMarco Pfatschbacher
2008-05-08Bring back (in a more yacc friendly way) support for setting variablesTheo de Raadt
2008-05-08replace "/usr/sbin/sendmail" with _PATH_SENDMAILCharles Longeau
2008-05-07correct duration by taking the pre-gap into account; ok by many.Federico G. Schwindt
2008-05-07Move i386 to __HAVE_GENERIC_SOFT_INTERRUPTSMark Kettenis
2008-05-07oops, forgot to remove vfc_mountroot from vfsconf for real.Thordur I. Bjornsson
2008-05-07remove the vfc_mountroot member from vfsconf andThordur I. Bjornsson
2008-05-07syncTheo de Raadt
2008-05-07enable tx mitigation when putting packets on the wire by switching fromDavid Gwynne
2008-05-07syncTheo de Raadt
2008-05-07syncTheo de Raadt
2008-05-07Add MPLS support to loopback.Esben Norby
2008-05-07OSPF uses the highest IP address, not the lowest.Joel Sing
2008-05-07Add synchronisation support for dhcpd - this allows for two dhcpd'sBob Beck
2008-05-07Ref to ripd instead of routed.Claudio Jeker
2008-05-07Remove .Xr to routed and reword the sentence a bit to make more sense.Claudio Jeker
2008-05-07routed is no more so use dhcpd in these examples instead. OK norby@Claudio Jeker
2008-05-07More .Xr routed removes. Add the other routing daemons to netintro instead.Claudio Jeker
2008-05-07routed is no longer, use ripd instead.Claudio Jeker
2008-05-07Remove references to routed.Claudio Jeker
2008-05-07RIP routed.Claudio Jeker
2008-05-07unlink routed. unbreaks the tree (it is obvious claudio has it removed inHenning Brauer
2008-05-07check TIOCSIG for 0 and do not send that to psignal() and pgsignal()Theo de Raadt
2008-05-07remove duplicates; remove des_random_key; remove unused; sort MLINKS; ok jmc@Markus Friedl
2008-05-07check if the received buffer of a sync element is even big enough toReyk Floeter
2008-05-07Missing return and correctly indent a debug printf.Claudio Jeker
2008-05-07do not assume PF_INOUT is 0 in the enum; ok mcbrideTheo de Raadt
2008-05-07add mpe_input() to be able to be fed packets that will reenter ip.Pierre-Yves Ritschard
2008-05-07sort;Jason McIntyre
2008-05-07scrub allows tagged, tooMarkus Friedl
2008-05-07Make mpe a point-to-point interface.Pierre-Yves Ritschard
2008-05-07tweak previous;Jason McIntyre
2008-05-07put the mpe bits in the right place;Jason McIntyre