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