Age | Commit message (Expand) | Author |
2007-09-06 | new iwn(4) driver for Intel Wireless WiFi Link 4965AGN. | Damien Bergamini |
2007-09-06 | bump the copyright while touching these files | Reyk Floeter |
2007-09-06 | With a trunk(4) interface in fail over mode the trunk(4) interface | Reyk Floeter |
2007-09-06 | fix copyright; spotted by cnst | Theo de Raadt |
2007-09-06 | negate -12V input value; spotted by Alexander Lobodzinski | Theo de Raadt |
2007-09-06 | Shuffle some things around to get rid of #ifdev's | Marco Peereboom |
2007-09-06 | sync with re-rolled 1.6.9p5 tarball | Todd C. Miller |
2007-09-06 | restore local changes | Todd C. Miller |
2007-09-06 | _xpg4_setrunelocale() returns an errno(2) value in the failure | Moritz Jodeit |
2007-09-06 | Don't try disabling bus power before setting the voltage on | Jonathan Gray |
2007-09-06 | correct error in diff output; from Thoren McDole | Jason McIntyre |
2007-09-06 | Add nvram read and validate functions. ok marco@ | David Collins |
2007-09-05 | update to sudo 1.6.9p5 | Todd C. Miller |
2007-09-05 | fix DPRINTFN() abuse | Jacob Meuser |
2007-09-05 | Add MBOX debug flag. | Marco Peereboom |
2007-09-05 | The rewritten newfile() algorithm introduced in rev 1.12 was | Todd C. Miller |
2007-09-05 | IPv6 support for sppp layer, based on NetBSD version. | Can Erkin Acar |
2007-09-05 | Add missing header to avoid warning | Charles Longeau |
2007-09-05 | typo; Mike Belopuhov | Theo de Raadt |
2007-09-05 | Cope with if counters being u_int64_t now here, too. | Michael Knudsen |
2007-09-05 | Correct the format strings after the recent rt_metrics changes. | Claudio Jeker |
2007-09-05 | Correct the format strings after the recent rt_metrics changes. | Claudio Jeker |
2007-09-05 | Counters switched to u_int64_t so use %llu to print them. | Claudio Jeker |
2007-09-05 | - use a consistent grammatical case for the C comments section | Jason McIntyre |
2007-09-05 | Call ERR trap _before_ doing exit handling. Otherwise it's too late | Otto Moerbeek |
2007-09-05 | probe for adt7462 (no driver yet, someone want to write one), and mention | Theo de Raadt |
2007-09-05 | Document NORETURN, add it to the directive list and rearrange the entries. | Federico G. Schwindt |
2007-09-05 | remove dmesg block showing sample register layout | Theo de Raadt |
2007-09-05 | add man3f/cat3f directories for fortran man pages | Steven Mestdagh |
2007-09-05 | Implement qli_allocmem and qli_freemem | Marco Peereboom |
2007-09-05 | Only match on RTL8185 if RTW_DEBUG is set, support for the RTL8185 | Jonathan Gray |
2007-09-05 | Implement qli_get_fw_state and fix a typo. | Marco Peereboom |
2007-09-05 | be extra careful with pointers in session_cmp | Reyk Floeter |
2007-09-05 | add my copyright because i added a lot. | Reyk Floeter |
2007-09-05 | Missing colon in optsring for 'B' | Jonathan Gray |
2007-09-05 | store relay sessions in SPLAY trees instead of TAILQ lists. this will | Reyk Floeter |
2007-09-05 | Fix debugging code, which tried to print the netgroup name | Moritz Jodeit |
2007-09-05 | Replace magic numbers in calls to shutdown(2) | Moritz Jodeit |
2007-09-05 | Change some variables to their proper type size_t. | Moritz Jodeit |
2007-09-05 | increase th maximum string size for the sslciphers from 32 to 768. | Reyk Floeter |
2007-09-05 | remove compat link to /usr/sbin/vnconfig, the program is in /sbin for one | Alexander von Gernler |
2007-09-05 | rename qli_prot_regs to qli_stat_regs to avoid possible confusion with qli_po... | David Collins |
2007-09-05 | fix date; spotted by jmc | Theo de Raadt |
2007-09-05 | no need to talk about bits; ok millert jmc | Theo de Raadt |
2007-09-05 | remove trailing blank line; | Jason McIntyre |
2007-09-05 | fix over-agressive match function, oops | Theo de Raadt |
2007-09-04 | add support to print the derivated tree from the OpenPROM (alas devinfo or | Federico G. Schwindt |
2007-09-04 | Zap the simplelock goo and general cleanup of comments. | Thordur I. Bjornsson |
2007-09-04 | Add mailbox command handler and "about firmware" command | Marco Peereboom |
2007-09-04 | Some more simple malloc(n * m) -> calloc(n, m) conversions. | Hans-Joerg Hoexer |