Age | Commit message (Expand) | Author |
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 |
2006-03-21 | Allow creation of an RCS file if RCS_CREATE flag set. | Ray Lai |
2006-03-20 | Don't forget to unlock of reading the RTC fails. | Mark Kettenis |
2006-03-20 | NetBSD Coverity CID 2298: Fix memory leak. | David Hill |
2006-03-20 | spacing | Theo de Raadt |
2006-03-20 | Fix potential null deref and out-of-bound access. | Otto Moerbeek |
2006-03-20 | add limited support for format builtin in gnu-m4 mode, because I'm fed | Marc Espie |
2006-03-20 | Don't increment a pointer *before* testing it for NULL | David Hill |
2006-03-20 | NetBSD Coverity CID 2302: Free fat if fatal error to avoid leak. | David Hill |
2006-03-20 | NetBSD Coverity CID 774: Don't increment a pointer *before* testing it for NULL! | David Hill |
2006-03-20 | NetBSD Coverity CID 2074: Fix memory leak. | David Hill |
2006-03-20 | NetBSD Coverity CID 1745: Fix memory leak. | David Hill |
2006-03-20 | NetBSD Coverity CID 2305: Fix memory leak. | David Hill |
2006-03-20 | spacing | Theo de Raadt |
2006-03-20 | be strict with tolower() casting | Theo de Raadt |
2006-03-20 | spacing | Theo de Raadt |
2006-03-20 | cast xstrdup to propert u_char * | Theo de Raadt |
2006-03-20 | x11_fake_data is only ever used as u_char * | Theo de Raadt |
2006-03-20 | spacing | Theo de Raadt |
2006-03-20 | annoying spacing fixes getting in the way of real diffs | Theo de Raadt |
2006-03-20 | sprinkle some ARGSUSED for table driven functions (which sometimes must ignor... | Theo de Raadt |
2006-03-20 | sprinkle u_int throughout pty subsystem, ok markus | Theo de Raadt |
2006-03-20 | make `rcs -a' use cvs_strsplit() for easiness; OK joris@. | Xavier Santolaria |
2006-03-20 | in a switch (), break after return or goto is stupid | Theo de Raadt |
2006-03-20 | add missing xfree()'s after we are done with cvs_strsplit(); | Xavier Santolaria |
2006-03-20 | djm did a typo | Theo de Raadt |
2006-03-20 | in a switch (), break after return or goto is stupid | Theo de Raadt |
2006-03-20 | When being verbose while deleting ike rules (-dv), print deletions instead of | Hans-Joerg Hoexer |
2006-03-20 | When adding a connection, do not explicitly start that connection | Hans-Joerg Hoexer |
2006-03-20 | make sure the command fifo is ready before isakmpd returns. This | Hans-Joerg Hoexer |
2006-03-20 | delint; cvs_buf_write_stmp() will never return non-zero: | Niall O'Higgins |