Age | Commit message (Expand) | Author |
2010-02-22 | add ldpd.conf to changelist and mtree/special | Claudio Jeker |
2010-02-22 | Add _ldpd user for ldpd(8). OK dlg, deraadt | Claudio Jeker |
2010-02-22 | Install a sample ldpd.conf file. OK dlg, deraadt | Claudio Jeker |
2010-02-22 | regen | Jonathan Gray |
2010-02-22 | Add some more 82599 ids from the FreeBSD driver. | Jonathan Gray |
2010-02-22 | dedup some code a bit. rather than have the same code in fetchifs and | David Gwynne |
2010-02-22 | remove the original fetchtable code and replace it with the new | David Gwynne |
2010-02-22 | Fix a typo spotted by Vivien Moreau | giovanni |
2010-02-22 | Correctly encode FEC prefixes. This makes my test setup much happyer. | Claudio Jeker |
2010-02-22 | Treat multiple Router-LSAs originated by the same router as an | Stefan Sperling |
2010-02-22 | - fix a few debug messages: disabled vs enabled mixup, missing \n | Jacob Meuser |
2010-02-21 | Kill double declaration of control_imsg_relay(). | Michele Marchetto |
2010-02-21 | Check bufferevent_new() return value. If it is NULL print an error message | Michele Marchetto |
2010-02-21 | Backport a small fragment of a gcc 3.4 fix preventing too much recursion in | Miod Vallat |
2010-02-21 | Make sure athn_intr() returns 1 if it claims an interrupt and 0 if not, | Mark Kettenis |
2010-02-21 | sync | Theo de Raadt |
2010-02-21 | the 82597EX is LR or SR, not only LR | Theo de Raadt |
2010-02-21 | Actually use the gints addrinfo setup for gateway lookup, instead of using | Theo de Raadt |
2010-02-21 | Read revision from the correct MSR; no functional change. | Miod Vallat |
2010-02-21 | `-q' is an output option, hence it is mutually exclusive. | Igor Sobrado |
2010-02-21 | Make sure we only request our peer to start processing descriptors if it | Mark Kettenis |
2010-02-21 | Start and stop watchdog timer in the appropriate places, and print a message | Mark Kettenis |
2010-02-21 | fix display formatting; ok schwarze sobrado | Jason McIntyre |
2010-02-21 | sync | Theo de Raadt |
2010-02-21 | new plx goo, all the time | Theo de Raadt |
2010-02-21 | dlclose() call should also be #ifdef HAVE_DLOPEN | Theo de Raadt |
2010-02-21 | sync | Theo de Raadt |
2010-02-20 | Instead of defining le16_to_cpu to nothing use letoh16 so this | Jonathan Gray |
2010-02-20 | Make send_* functions return void (and not int) as they can just succeed | Michele Marchetto |
2010-02-20 | The .Ud macro must not have arguments, or it kills the build with mandoc(1). | Ingo Schwarze |
2010-02-20 | Remove unneeded abstraction in neighbor fsm. | Michele Marchetto |
2010-02-20 | Multiple issues were killing the build with mandoc(1), thus: | Ingo Schwarze |
2010-02-20 | unbreak build for NOPIC systems; noticed, help and ok deraadt@ | Markus Friedl |
2010-02-20 | alphabetically sort the list of supported controllers; while here, | Igor Sobrado |
2010-02-20 | Add line breaks to the source to render an .RS display that got skipped; | Ingo Schwarze |
2010-02-20 | drop nested display, fixing the build with mandoc(1); | Ingo Schwarze |
2010-02-20 | Warn people when not to use mpii | Marco Peereboom |
2010-02-20 | Add authors and dell board | Marco Peereboom |
2010-02-20 | Make use of PHY port numbers as targets for the drives instead | Marco Peereboom |
2010-02-20 | - implements bioctl support; | Marco Peereboom |
2010-02-20 | Add necessary bits to support AC97 codecs in envy and add support | Alexandre Ratchov |
2010-02-20 | minor tweak to improve consistency with other drivers; startup | Igor Sobrado |
2010-02-20 | regen | Jonathan Gray |
2010-02-20 | Match on new CH341A in uchcom and correctly name the CH340 device, | Jonathan Gray |
2010-02-20 | sync | Theo de Raadt |
2010-02-19 | sync | Theo de Raadt |
2010-02-19 | Work with pre-standard revision A ProCurve Direct Attach Cables. | Jonathan Gray |
2010-02-19 | Partial sync to the latest version of ixgbe in FreeBSD leaving things | Jonathan Gray |
2010-02-19 | gcc2 requires decls before code | Theo de Raadt |
2010-02-19 | have_arg matches buf so it is no longer necessary, spotted by Tim van der | Nicholas Marriott |