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