Age | Commit message (Expand) | Author |
2008-05-09 | convert port byte order in the production; add port keyword; ok deraadt@ | Markus Friedl |
2008-05-09 | - don't give up when the link is not available on startup: dhclient | Reyk Floeter |
2008-05-09 | Try additional addresses when connecting to a port forward destination | Damien Miller |
2008-05-09 | should check for null pointers; from henning@ | Markus Friedl |
2008-05-09 | IP_RECVDSTPORT, allows you to get the destination port of UDP datagrams | Markus Friedl |
2008-05-09 | Add SO_BINDANY socket option from BSD/OS. | Markus Friedl |
2008-05-09 | divert packets to local socket without modifying the ip header; | Markus Friedl |
2008-05-09 | sync | Theo de Raadt |
2008-05-09 | import tcpbench, a small TCP benchmarking tool that can also sample | Damien Miller |
2008-05-09 | A little bit of magic to make arp lookups work in MPLS as they should. | Claudio Jeker |
2008-05-09 | Oops. When detaching tape drives look for devices using 'stopen' not | Kenneth R Westerback |
2008-05-08 | regen | Mark Kettenis |
2008-05-08 | Add the Freescale vendor ID and some devices from the MPC8349E family. | Mark Kettenis |
2008-05-08 | add missing header for exit | Charles Longeau |
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 |