summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-24Thinkpad -> ThinkPadIgor Sobrado
2008-06-24missing "usage:"Igor Sobrado
2008-06-24regenBrad Smith
2008-06-24- Rename the QuickCam Sphere AF to Orbit since the other Orbit MPBrad Smith
2008-06-24remove recalloc; sloppy me; ok deraadt@Otto Moerbeek
2008-06-23Some conformance fixes:Anders Magnusson
2008-06-23Do not compile the ``kbd needs to be rebuilt'' test if -DNOKVM. Should shaveMiod Vallat
2008-06-23trim SEE ALSO;Jason McIntyre
2008-06-23new sentence, new line;Jason McIntyre
2008-06-23Don't bzero() the USB buffer before every xfer. This was just for debugMarcus Glocker
2008-06-23amd64s bus_dma internals use a pointer to a lastaddr variable to keepDavid Gwynne
2008-06-22Remove the QuickCam Pro 5000 from the quirks list now that thereBrad Smith
2008-06-22regenBrad Smith
2008-06-22Add a few more QuickCam cams and touch up some of the existing entries.Brad Smith
2008-06-22Update watchdog timer code from DragonFly.Brad Smith
2008-06-22Automatically distinguish between CD-DA track and WAVE audio file writing themav
2008-06-22Like alpha, db_stack_dump() on mips and sh needs complete frame informationMiod Vallat
2008-06-22If no frame gets queue for a certain time, return EINVAL to the userlandMarcus Glocker
2008-06-22As discussed on ICB, do not invoke make with several targets to makeAntoine Jacoutot
2008-06-22Enable the use of __attribute__ ((__nonnull__)) unconditionally under OpenBSD,Miod Vallat
2008-06-22correct function names on some debug and panics.Federico G. Schwindt
2008-06-22Replace MUSTEK_RETRIES, SCANJET_RETRIES and ST_RETRIES with SCSI_RETRIES,Kenneth R Westerback
2008-06-22remove MALLOC and FREE macros, as they are no more used in the tree.Charles Longeau
2008-06-22One last forgotten FREE().Miod Vallat
2008-06-22Revert 1.203; it's not safe to blindly walk the tailq instead of the rbtreeRyan Thomas McBride
2008-06-21print vendor and product in hexa on debug.Federico G. Schwindt
2008-06-21print the correct function name.Federico G. Schwindt
2008-06-21Oops. Forgot to actually change the retries in scsi_size() to SCSI_RETRIES.Kenneth R Westerback
2008-06-21regenBrad Smith
2008-06-21add Marvell Yukon PCI id for the 88E8040T chipset.Brad Smith
2008-06-21fgsch@ points out my last commit changed the retry limit for CD capacityKenneth R Westerback
2008-06-21Eliminate cd_size() and use scsi_size() + tweaked cd_get_params()Kenneth R Westerback
2008-06-21add a hash table mechanism based upon hcreate(3) but one that allowsJoris Vink
2008-06-21rework collisionreport to allow some limited repair capabilities:Marc Espie
2008-06-21introduce unlink operation with nice propertiesMarc Espie
2008-06-21use autovivificationMarc Espie
2008-06-21Fix "-T expire"; clear pfra_fback on addresses before sending them back toRyan Thomas McBride
2008-06-21cleaning up, no functional changesMartynas Venckus
2008-06-21use optopt to get invalid flag, instead of return value of getopt,Martynas Venckus
2008-06-21unreac -> unreach; from Markus LudeJason McIntyre
2008-06-21fix probable cut and paste error when for the virtual QH link.Federico G. Schwindt
2008-06-21Only do state key linking on the outbound path.Ryan Thomas McBride
2008-06-20Don't parse CVS/Root during import.Tobias Stoeckmann
2008-06-20Another uchcom product found in the Linux driver.Jonathan Gray
2008-06-20regenJonathan Gray
2008-06-20Another uchcom product found in the Linux driver.Jonathan Gray
2008-06-20admin is only allowed on files which have an entry in CVS/Entries.Tobias Stoeckmann
2008-06-20Remove obsolete (and erroneous) #if statement that caused all compilersAnders Magnusson
2008-06-20prepare to handle future extensionsMarc Espie
2008-06-20Change gcc named variadics to c99 ones. Ok otto@Anders Magnusson