| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove pre-5.0 compat cruft. | Christian Brueffer | 2007-05-01 | 2 | -25/+0 |
| * | Add MELCO PC-OP-RS Universal remote ID. | Takanori Watanabe | 2007-04-30 | 2 | -0/+16 |
| * | Nuke unnecessary setting of ural(4)'s security registers. ural(4) only | Sepherosa Ziehau | 2007-04-24 | 1 | -11/+1 |
| * | - Fix mbuf/node leakage in drivers' raw_xmit(). | Sepherosa Ziehau | 2007-04-19 | 1 | -6/+22 |
| * | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | Scott Long | 2007-04-15 | 1 | -0/+3 |
| * | o Extend the list of supported CDMA-2000 terminals. | Maxim Konovalov | 2007-04-13 | 1 | -2/+2 |
| * | Since the driver uses mutexes, remove splusb() and splx(). | Kevin Lo | 2007-04-03 | 1 | -5/+0 |
| * | Make it obvious that we don't care about the return value of | Alexander Leidinger | 2007-04-01 | 1 | -1/+1 |
| * | Optimize sx locks to use simple atomic operations for the common cases of | John Baldwin | 2007-03-31 | 2 | -0/+2 |
| * | Don't assume the run bit is still set after a suspend. | Julian Elischer | 2007-03-27 | 1 | -0/+1 |
| * | o A quirk for Sagem USB-Serial controller. | Maxim Konovalov | 2007-03-24 | 2 | -0/+3 |
| * | o Add several CDMA-2000 terminals. | Maxim Konovalov | 2007-03-24 | 2 | -2/+24 |
| * | allow net80211 to fillin rate sets | Sam Leffler | 2007-03-11 | 1 | -19/+0 |
| * | Some USB mass storage devices return the number of sectors in response | Warner Losh | 2007-02-27 | 1 | -0/+18 |
| * | Entries sorted by id number, not name | Warner Losh | 2007-02-27 | 1 | -1/+1 |
| * | Use pause() rather than tsleep() on stack variables and function pointers. | John Baldwin | 2007-02-27 | 2 | -2/+2 |
| * | Use pause() rather than using tsleep() on a dummy variable. | John Baldwin | 2007-02-27 | 2 | -2/+1 |
| * | Catchup with filters | Warner Losh | 2007-02-23 | 1 | -1/+1 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 3 | -4/+4 |
| * | Initialise {transport,protocol}{,_version} fields during a PATH_INQ to avoid a | Nick Hibma | 2007-02-21 | 1 | -1/+5 |
| * | Add support for Huawei Technologies Mobile card (3G). | Lukas Ertl | 2007-02-09 | 2 | -0/+6 |
| * | Add support for another 3G card and update man page accordingly. | Lukas Ertl | 2007-02-04 | 2 | -0/+6 |
| * | Fix build (sc->dev => sc->sc_dev). | Florent Thoumie | 2007-02-03 | 1 | -1/+1 |
| * | It turns out we were mallocing too early, so move the allocation so we | Warner Losh | 2007-02-03 | 1 | -1/+5 |
| * | Fix memory leak of devinfop | Warner Losh | 2007-02-03 | 1 | -2/+1 |
| * | Fix possible memory leaks of devinfo. | Warner Losh | 2007-02-03 | 1 | -2/+2 |
| * | Fix non-use, but not memory leak, of devinfop. Set the device's | Warner Losh | 2007-02-03 | 1 | -39/+22 |
| * | Fix memory leak of devinfo. The leak itself was documented in | Warner Losh | 2007-02-03 | 1 | -122/+66 |
| * | Add ALTQ support for aue(4). | Max Laier | 2007-02-03 | 1 | -5/+7 |
| * | Add support for serial communication with Windows CE based Handheld Computer. | Takanori Watanabe | 2007-01-28 | 1 | -0/+383 |
| * | Add some vendor IDs mainly from NetBSD. | Takanori Watanabe | 2007-01-28 | 1 | -0/+5 |
| * | Change the remainder of the drivers for DMA'ing devices enabled in the | Marius Strobl | 2007-01-21 | 2 | -8/+8 |
| * | Fix a buffer overflow iff USB_DEBUG is set, hw.usb.ums.debug is > 5 and the | Markus Brueffer | 2007-01-17 | 1 | -3/+4 |
| * | Remove my "custom" locks that allow for lock acquire abort, they are | Alfred Perlstein | 2007-01-08 | 2 | -177/+52 |
| * | Add the following functions to abstract away the creation of task threads | Alfred Perlstein | 2007-01-08 | 2 | -0/+39 |
| * | protect against multiple inclusion (this is useful when you | Luigi Rizzo | 2007-01-03 | 1 | -0/+3 |
| * | Back out revision 1.33. usb/98983 was misfiled and the patch had no effect. | Jung-uk Kim | 2006-12-26 | 1 | -2/+0 |
| * | Fix a deadlock in detach/shutdown. | Alfred Perlstein | 2006-12-23 | 2 | -20/+164 |
| * | Use callouts to prevent races. | Alfred Perlstein | 2006-12-13 | 2 | -20/+31 |
| * | defer all processing to a full fledged thread. | Alfred Perlstein | 2006-12-11 | 4 | -180/+209 |
| * | Stop INVARIANTS panics in if_aue with a stopgap. | Alfred Perlstein | 2006-11-29 | 2 | -7/+32 |
| * | Add a quirk for devices recognized as usb keyboards not to be hooked by | Florent Thoumie | 2006-11-28 | 4 | -0/+8 |
| * | Write the short vendor name in ALL CAPS, since it will become | Doug Barton | 2006-11-27 | 1 | -1/+1 |
| * | Refine the previous change to only call bus_dmamap_sync() in case of | Marius Strobl | 2006-11-27 | 1 | -12/+19 |
| * | Add entry and no-UHID quirk for I-tuner networks USB-LCD 2x20 as found | Poul-Henning Kamp | 2006-11-26 | 2 | -0/+6 |
| * | I mistakenly committed the wrong version of my patch (sorry). | Doug Barton | 2006-11-24 | 1 | -2/+1 |
| * | Add a vendor ID for O2Micro, obtained from | Doug Barton | 2006-11-23 | 1 | -0/+3 |
| * | add codes for Atheros USB devices; shuffle one ural code to | Sam Leffler | 2006-11-23 | 2 | -3/+80 |
| * | Fix coherency issue. From submitter: | Warner Losh | 2006-11-22 | 1 | -0/+7 |
| * | Acknowledge (dearly) departed files | Doug Barton | 2006-11-21 | 1 | -12/+0 |