Age | Commit message (Expand) | Author |
2008-05-08 | retire vn_default_error() and replace all instances | Thordur I. Bjornsson |
2008-05-08 | Due to the recent changes, it is no longer necessary to disable -fregmove | Miod Vallat |
2008-05-08 | Retire types(5) man page. It was hopelessly out of date and never | Todd C. Miller |
2008-05-08 | documentation tweaks. | Igor Sobrado |
2008-05-08 | do not check malloc return value against NULL, as M_WAITOK is used | Charles Longeau |
2008-05-08 | regen | Miod Vallat |
2008-05-08 | Add support for yet another exotic Microsoft Mouse, this time the | Miod Vallat |
2008-05-08 | This one was not supposed to go in. Revert. | Xavier Santolaria |
2008-05-08 | Sync supported machines list. | Xavier Santolaria |
2008-05-08 | Insert pad blocks after sub-messages to keep the structures aligned to | Theo de Raadt |
2008-05-08 | KNF | Joel Sing |
2008-05-08 | Fix alignment - sizeof(long) does not always match the address size of the | Joel Sing |
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 |