Age | Commit message (Expand) | Author |
2007-10-20 | sync | Bob Beck |
2007-10-20 | Add ShanTou ZT6688 usb 10/000 nic - A udav sold in a generic package. | Bob Beck |
2007-10-14 | attach Planex GWUS54GD, from freebsd | Felix Kronlage |
2007-10-14 | regen | Felix Kronlage |
2007-10-14 | add device id for Planex GWUS54GD, from freebsd | Felix Kronlage |
2007-10-13 | sync. | Marc Balmer |
2007-10-13 | Add two Gude time signal station receivers. | Marc Balmer |
2007-10-11 | treat usb vendor/product names as a locator, and have usbd_print handle it, | Theo de Raadt |
2007-10-11 | serialize usbd_probe_and_attach(); only let one usb device be match'd and | Theo de Raadt |
2007-10-10 | sync | Theo de Raadt |
2007-10-10 | shortening | Theo de Raadt |
2007-10-10 | sync | Theo de Raadt |
2007-10-10 | oops | Theo de Raadt |
2007-10-10 | sync | Theo de Raadt |
2007-10-10 | apple products; from dunceor | Theo de Raadt |
2007-10-09 | malloc+memset(,0,) -> malloc+M_ZERO. 'Fixes' not zeroing of all | Kenneth R Westerback |
2007-10-08 | attach uslcom to the track systems traqmate | joshua stein |
2007-10-08 | support 230400 speed | joshua stein |
2007-10-07 | regen | joshua stein |
2007-10-07 | track systems traqmate gps data acquisition system | joshua stein |
2007-10-06 | Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal, | Kenneth R Westerback |
2007-10-06 | Another NPBFILTER comment typo. | Jonathan Gray |
2007-09-28 | no longer used macros | Jacob Meuser |
2007-09-25 | fix emulated encodings | Alexandre Ratchov |
2007-09-22 | regen | Felix Kronlage |
2007-09-22 | whitespace nits | Felix Kronlage |
2007-09-19 | revert previous; still need sys/malloc.h for free(9) and friends here | Martin Reindl |
2007-09-19 | attach CFA 635 as a uftdi. | Pierre-Yves Ritschard |
2007-09-19 | sync. | Pierre-Yves Ritschard |
2007-09-19 | Add the CFA 635 by CrystalFontz. | Pierre-Yves Ritschard |
2007-09-18 | Do not return from uts_intr() without restoring spl if it has been changed, | Miod Vallat |
2007-09-17 | remove unneeded malloc.h include. | Federico G. Schwindt |
2007-09-16 | some style(9). no binary change. | Federico G. Schwindt |
2007-09-15 | Allow to pull out an usb stick with ffs filesystem while mounted | Alexander Bluhm |
2007-09-14 | correct type printing | Theo de Raadt |
2007-09-13 | adapt to new hx/non-hx type-selection algorithm from linux/dragonfly; ok jsg | Theo de Raadt |
2007-09-12 | There is no such word as `detatch'. | Michael Knudsen |
2007-09-12 | new product | Theo de Raadt |
2007-09-12 | sync | Theo de Raadt |
2007-09-11 | KNF. "go for it" deraadt@ | Marc Winiger |
2007-09-11 | undo rev 1.10 "implement a zero-copy RX data path". | Damien Bergamini |
2007-09-11 | KNF | Gilles Chehade |
2007-09-10 | more M_ZERO usage. | Federico G. Schwindt |
2007-09-09 | add string length arguments to some functions, and do not copy a string | Theo de Raadt |
2007-09-09 | Properly prefix all functions with driver name. | Jonathan Gray |
2007-09-09 | more M_ZERO conversions; ok krw@. | Federico G. Schwindt |
2007-09-08 | regen | Felix Kronlage |
2007-09-08 | device id for the Huaweil Mobile E220 | Felix Kronlage |
2007-09-08 | fix uaudio(4) devices using signed mixer controls | Alexandre Ratchov |
2007-09-08 | Wrap DPRINTFN() macro up in do { } while(0). | Jonathan Gray |