Age | Commit message (Expand) | Author |
2008-05-08 | Add support for Microsoft Wireless Intellimouse, from FreeBSD. Not only does | Miod Vallat |
2008-05-08 | sort SEE ALSO; | Jason McIntyre |
2008-05-08 | backout shit committed on accident | Henning Brauer |
2008-05-08 | Use new channel status confirmation callback system to properly deal | Damien Miller |
2008-05-08 | Make the maximum number of sessions run-time controllable via | Damien Miller |
2008-05-08 | Implement a channel success/failure status confirmation callback | Damien Miller |
2008-05-08 | timer_due is not needed any more | Henning Brauer |
2008-05-08 | Add license and OpenBSD RCS Tag to the file, spotted by Dries Schellekens. | Pierre-Yves Ritschard |
2008-05-08 | KNF | Henning Brauer |
2008-05-08 | make "to any" optional in binat, or well, the implied default. | Theo de Raadt |
2008-05-08 | reorder elements in pf_state_peer to avoid wasting memory. cvs blame | Theo de Raadt |
2008-05-08 | take advanatge of the timewheelin timer_nextduein - we just need to look | Henning Brauer |
2008-05-08 | we can stopin timer_set if new timeout equals the oldone. | Henning Brauer |
2008-05-08 | take advantage of the timewheel: instead of checking each an every | Henning Brauer |
2008-05-08 | in timer_set, when figuring out the right position for the timer, | Henning Brauer |
2008-05-08 | Loosen grammer to permit any number of newlines within most kinds of { } | Theo de Raadt |
2008-05-08 | this should really only be in one file. | Bob Beck |
2008-05-08 | Sync netstat show.c with route show.c to gain mpls support and to show the | Claudio Jeker |
2008-05-08 | make -f mpls work. OK norby@ | Claudio Jeker |
2008-05-08 | space | Claudio Jeker |
2008-05-08 | avoid extra malloc/copy/free when receiving data over the net; | Markus Friedl |
2008-05-08 | change timer internals so that we use a timewheel (tailq, sorted by expiry | Henning Brauer |
2008-05-08 | Fix fallout from the route priority thing. | Esben Norby |
2008-05-08 | Don't display the outlabel and interface for POP operations. | Esben Norby |
2008-05-08 | don't break dhcpd when not using synch mechanisms.. | Bob Beck |
2008-05-08 | make sure we always send back something on IMSG_CTL_SHOW_NEIGHBOR | Henning Brauer |
2008-05-08 | Start at making mpe tap to bpf. While there move if_start() call inside | Pierre-Yves Ritschard |
2008-05-08 | Mention amphy(4). | Brad Smith |
2008-05-08 | Hook mpe(4) correctly into mpls so that it is possible to tunnel packets over | Claudio Jeker |
2008-05-08 | Receiving carp packets for unknown vhid's is not really an error. | Marco Pfatschbacher |
2008-05-08 | move the session keys used by dns in a protocol-specific private ptr. | Reyk Floeter |
2008-05-08 | missed to set the default for tables to round-robin, so it was | Reyk Floeter |
2008-05-08 | UP mpe interfaces. | Esben Norby |
2008-05-08 | Sync with source changes | Ian Darwin |
2008-05-08 | Update file to 4.21. | Charles Longeau |
2008-05-08 | fix TIOCSIG definition; from Hannah Schroeter <hannah at schlund dot de> | Federico G. Schwindt |
2008-05-08 | Add/Fix regression tests for sequences of numbers and stacked | Marco Pfatschbacher |
2008-05-08 | Bring back (in a more yacc friendly way) support for setting variables | Theo de Raadt |
2008-05-08 | replace "/usr/sbin/sendmail" with _PATH_SENDMAIL | Charles Longeau |
2008-05-07 | correct duration by taking the pre-gap into account; ok by many. | Federico G. Schwindt |
2008-05-07 | Move i386 to __HAVE_GENERIC_SOFT_INTERRUPTS | Mark Kettenis |
2008-05-07 | oops, forgot to remove vfc_mountroot from vfsconf for real. | Thordur I. Bjornsson |
2008-05-07 | remove the vfc_mountroot member from vfsconf and | Thordur I. Bjornsson |
2008-05-07 | sync | Theo de Raadt |
2008-05-07 | enable tx mitigation when putting packets on the wire by switching from | David Gwynne |
2008-05-07 | sync | Theo de Raadt |
2008-05-07 | sync | Theo de Raadt |
2008-05-07 | Add MPLS support to loopback. | Esben Norby |
2008-05-07 | OSPF uses the highest IP address, not the lowest. | Joel Sing |
2008-05-07 | Add synchronisation support for dhcpd - this allows for two dhcpd's | Bob Beck |