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