Age | Commit message (Expand) | Author |
2007-01-06 | pretty up the sensor outputs a wee bit more; partly spotted by jsg | Theo de Raadt |
2007-01-05 | Now that all ethernet drivers that support flow control set MIIF_DOPAUSE, | Mark Kettenis |
2007-01-05 | For Yukon-based cards, pass MIIF_DOPAUSE to mii_attach(). | Mark Kettenis |
2007-01-05 | sync | Dale Rahn |
2007-01-05 | without bktr, there is no tuner, comment it out as well (fixes the other | Dale Rahn |
2007-01-05 | sync | Todd T. Fries |
2007-01-05 | fix typo observed by Diana Eichert | Todd T. Fries |
2007-01-05 | when i2c_dumping, instead of just skipping 0xff value registers, | Theo de Raadt |
2007-01-05 | sync | Theo de Raadt |
2007-01-05 | Fix two small memleaks | Reyk Floeter |
2007-01-05 | sync | Todd T. Fries |
2007-01-05 | add Cannon CANOSCAN LiDE60, PowerShot A540, and Kensington Bluetooth devices | Todd T. Fries |
2007-01-05 | Better wording. | Marcus Glocker |
2007-01-05 | mmap returns MAP_FAILED on error, not -1 or NULL; from xsa@ | Otto Moerbeek |
2007-01-05 | Check that ucode size doesn't get exceeded when parsing for a firmware | Marcus Glocker |
2007-01-05 | macros for the bits in the ports CMD register. free %b fmt string for it | David Gwynne |
2007-01-05 | If the firmware load routines fail, be sure the ucode gets freed. | Marcus Glocker |
2007-01-05 | Report about correct firmware filename if not found. | Marcus Glocker |
2007-01-05 | Prototypes spacing. | Marcus Glocker |
2007-01-05 | Make the upload of initialization values work again, after implementing | Marcus Glocker |
2007-01-05 | tidy & sort help display | Otto Moerbeek |
2007-01-05 | for edit: create the CVS/Base directory if it does not already exist. | Xavier Santolaria |
2007-01-05 | use current working directory fullpath for notifications. | Xavier Santolaria |
2007-01-05 | correctly handle time in notifications. | Xavier Santolaria |
2007-01-05 | use correct hostname for notifications. | Xavier Santolaria |
2007-01-05 | starting bits for the edit command. more to come. | Xavier Santolaria |
2007-01-05 | add new g command to interactive help; from Mark Lumsden | Otto Moerbeek |
2007-01-05 | - introduce file comparison routine, cvs_file_cmp(). | Xavier Santolaria |
2007-01-05 | First shot of making the driver capable to parse several firmware files | Marcus Glocker |
2007-01-05 | Bump firmware package to version 1.2; Reduce from fifteen to one single | Marcus Glocker |
2007-01-05 | Don't pollute userspace with uneeded headers. | Jonathan Gray |
2007-01-05 | Remove unknown sensor that seems to always be fixed at 7 | Jonathan Gray |
2007-01-05 | Switch to indicator type for sensors with boolean values. | Jonathan Gray |
2007-01-05 | Change slightly to not need one of the softc members. | Jonathan Gray |
2007-01-05 | As first brought to my attention by Russel Sutherland, our deletion of | Kenneth R Westerback |
2007-01-05 | Sync | Kenneth R Westerback |
2007-01-05 | More Zyxel Zydas wireless adapters. | Kenneth R Westerback |
2007-01-04 | Remove some unreachable code. | Mark Kettenis |
2007-01-04 | Eliminate the 'len' parameter from send_packet() since it always | Kenneth R Westerback |
2007-01-04 | Another round of cleanup. There is only one instance of struct | Kenneth R Westerback |
2007-01-04 | Using DB_BTREE for spamd is wrong, order is never required | Bob Beck |
2007-01-04 | don't pass -1 as a netmask; report vicviq at gmail.com | Markus Friedl |
2007-01-04 | <sys/un.h> not needed | Kevin Steves |
2007-01-04 | ignore SIGPIPE, like the other 2 processes already do. we detect broken | Henning Brauer |
2007-01-04 | extend make grammar slightly: | Marc Espie |
2007-01-04 | having a function that iterates through node's datum so that we retrieve | Marc Espie |
2007-01-04 | Do not run rde_shutdown() unless bgpd is started with -d. | Claudio Jeker |
2007-01-04 | use the right variable when finding a ports register window, not one that | David Gwynne |
2007-01-04 | stash the dva for each command in the ccb, and program the hardware with | David Gwynne |
2007-01-04 | actually echo what's being executed; ok espie@ | Otto Moerbeek |