summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-22Fixup broken mpbios'es on VT8237 and nForce4 chipsets. Fixes interruptMark Kettenis
2006-03-22Detect newer revisions of the LM81.Mark Kettenis
2006-03-22earlier asprintf diff caused malloc in signal handler. clarify theTheo de Raadt
2006-03-22Clean up some lint and -Wall.Kjell Wooding
2006-03-22incorrect check for end of array; ok jsgTheo de Raadt
2006-03-22use strtonum() instead of home-grown balony; ok ottoTheo de Raadt
2006-03-22Update to sendmail 8.13.6Todd C. Miller
2006-03-22NetBSD - plug leak in generate_guard()David Hill
2006-03-22change %u to %zu to correctly print size_tDavid Hill
2006-03-22change ident_file() and ident_line() return type to void; OK ray@.Xavier Santolaria
2006-03-22add support for macros in ipsec.conf(5). some bits have already beenReyk Floeter
2006-03-22Move the AS external LSA tree out of struct ospfd_config. This simplifiesClaudio Jeker
2006-03-22As the isakmpd fifo race is fixed, hook ipsecctl to rc.Hans-Joerg Hoexer
2006-03-22ospfd has the framework to couple and decouple the FIB. Add the neededClaudio Jeker
2006-03-22prevent anything outside rote.c from accessing the routing table headsHenning Brauer
2006-03-22Fix comment about MINFREE, from Thordur I. Bjornsson <thib@mi.is>Pedro Martelletto
2006-03-22Change the way bgpd selects nexthops. Up until now every route was consideredClaudio Jeker
2006-03-22Pass size of correct variable to memset().Ray Lai
2006-03-22Make sure open returns fd != 1, not fd > 0.Ray Lai
2006-03-22Remove four unused functions: ap_sync_scoreboard_image, reopen_scoreboard,Ray Lai
2006-03-22Add additional limit check to ensure that we do not overflow pp->prefixClaudio Jeker
2006-03-22No need to specify the DOI, make examples more consistent.Hans-Joerg Hoexer
2006-03-22Detailed RIB output including communities. Detailed output is enabled viaClaudio Jeker
2006-03-22Add a new SHOW imsg to send optional attributes to bgpctl. This can be usedClaudio Jeker
2006-03-22Rework signal handling the idiomatic libevent way. From ospfd.Camiel Dobbelaar
2006-03-22Change fmt_peer() so that it can be used by the upcomming detailed RIB output.Claudio Jeker
2006-03-22- sis(4) was moved out from untested in GENERIC some time agoMartin Reindl
2006-03-22Clean up xfree() usage in rcs_choosefile().Ray Lai
2006-03-22The regression test currently fails, which it should. This adds aRay Lai
2006-03-22Simplify cgetnext(3) by using strcspn(3).Ray Lai
2006-03-22Add pci_find_device() a helper function for enumerating theJonathan Gray
2006-03-21adopt to recent changes. noticed by david@Hans-Joerg Hoexer
2006-03-21- plug memleak when handling reallocation failure in hid_start()Jared Yanovich
2006-03-21Disassembler now pretty prints AML code (like acpidump)Jordan Hargrave
2006-03-21Call fts_close() when done; from NetBSD's Coverity scan; ok millert@Otto Moerbeek
2006-03-21Fix for PR 5043: shell startup scripts might contain binary characters butDavid Krause
2006-03-21fix endless loop in case of error in archive header.Marc Espie
2006-03-21Implementation of the Michael MIC as defined in IEEE 802.11i for TKIP.Reyk Floeter
2006-03-21Kill debug message that floods the log if ospfctl is killed while dumpingClaudio Jeker
2006-03-21Correctly check for the end of the cmds table. There is no need to check forClaudio Jeker
2006-03-21Make ural(4) read and show real MAC/BBP rev instead of hardcoded RT2570Pedro Martelletto
2006-03-21Revert for the moment, according to Mike Belopuhov this producesOtto Moerbeek
2006-03-21Partially revert last commit; jaredy@ showed the NULL deref can'tOtto Moerbeek
2006-03-21Invalidating the full RIB and then only recalculating part of it is notClaudio Jeker
2006-03-21add support for `rcs -e[logins]'; "Looks good" ray@.Xavier Santolaria
2006-03-21add tests for `rcs -a' and `rcs -e', just not enabled yet.Xavier Santolaria
2006-03-21x << long generates a lint warning, so silence it by casting __NFDBITSOtto Moerbeek
2006-03-21instead of sizeof(array) / sizeof(element) computation, use the existingDaniel Hartmeier
2006-03-21Encourage using strtonum(3).Ray Lai
2006-03-21Instead of duplicating rcs_suffixes and running strsep on it again,Ray Lai