| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove dead code. | Edward Tomasz Napierala | 2009-05-12 | 1 | -2/+0 |
| * | Add missing 'break' statements. | Edward Tomasz Napierala | 2009-05-12 | 1 | -0/+2 |
| * | Get rid of the device index number stored in the sa(4) unit number. | Ed Schouten | 2009-04-20 | 1 | -21/+12 |
| * | Remove unused SESUNIT() macro from ses(4). | Ed Schouten | 2009-04-18 | 1 | -2/+0 |
| * | Reorder dacleanup() and cdcleanup() slightly so that the sysctl context is | John Baldwin | 2009-02-11 | 2 | -8/+9 |
| * | Adding dynamic sysctls no longer requires Giant. | John Baldwin | 2009-02-10 | 2 | -7/+0 |
| * | There is no need to initialize the variable here. | Bjoern A. Zeeb | 2009-01-31 | 1 | -2/+0 |
| * | Don't leak memory when alloc fails. | Edward Tomasz Napierala | 2009-01-23 | 1 | -3/+3 |
| * | Add missing 'break' statement. | Edward Tomasz Napierala | 2009-01-14 | 1 | -0/+1 |
| * | Remove unused variable. | Edward Tomasz Napierala | 2009-01-14 | 1 | -2/+0 |
| * | Add missing 'break' statement. | Edward Tomasz Napierala | 2009-01-14 | 1 | -0/+1 |
| * | Don't call destroy_dev(9) with a mutex held. While here, shuffle | Edward Tomasz Napierala | 2009-01-10 | 6 | -18/+20 |
| * | Make it possible to override the number of retries for the CD media. | Warner Losh | 2009-01-08 | 1 | -1/+8 |
| * | Add quirk for the Storcase InfoStation 12bay | Remko Lodder | 2008-12-23 | 1 | -0/+8 |
| * | Fix refcount locking in cd, pass, and sg periphs. | Scott Long | 2008-12-21 | 3 | -11/+13 |
| * | Periph driver fixes, second try. | Edward Tomasz Napierala | 2008-12-19 | 1 | -1/+1 |
| * | Revert r186186 for now; it breaks stuff. | Edward Tomasz Napierala | 2008-12-17 | 1 | -1/+3 |
| * | Fix locking in periph drivers - don't try to unlock periph | Edward Tomasz Napierala | 2008-12-16 | 1 | -3/+1 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -9/+9 |
| * | Replace all calls to minor() with dev2unit(). | Ed Schouten | 2008-09-27 | 3 | -6/+6 |
| * | Remove unit2minor() use from kernel code. | Ed Schouten | 2008-09-26 | 4 | -6/+6 |
| * | Fix a locking mistake in daopen(). If the open fails, which can happen | Scott Long | 2008-08-29 | 1 | -6/+7 |
| * | SCSI_DELAY is specified in milliseconds, not seconds. | Kenneth D. Merry | 2008-08-16 | 1 | -1/+1 |
| * | Update SCSI opcodes and ASCs from t10.org. | Jung-uk Kim | 2008-08-07 | 2 | -1226/+2397 |
| * | Add quirk for the Samsung YP-U3 | Remko Lodder | 2008-07-09 | 1 | -0/+8 |
| * | Locking in the ses_ioctl handler doesn't have to be so strict because | Scott Long | 2008-03-17 | 1 | -21/+25 |
| * | Fix a couple of locking mistakes in the ses_ioctl path. | Scott Long | 2008-02-20 | 1 | -3/+3 |
| * | o Correct EasyMP3 EM732X usb 2.0 flash mp3 player revision: | Maxim Konovalov | 2008-01-12 | 1 | -1/+1 |
| * | Add a new 'why' argument to kdb_enter(), and a set of constants to use | Robert Watson | 2007-12-25 | 1 | -1/+1 |
| * | Add quirks for Netac Onlydisk 2000 USB disk. | David Xu | 2007-12-11 | 1 | -0/+4 |
| * | Fix a change in the previous commit that was actually a type-o. | Scott Long | 2007-11-15 | 1 | -1/+1 |
| * | Add a bunch of definitions and structures to support newer drivers. | Scott Long | 2007-10-12 | 1 | -1/+110 |
| * | Do not forget to cam_periph_unhold the peripheral before exiting | Alexander Kabaev | 2007-07-21 | 1 | -2/+5 |
| * | After talking with njl@, change this wildcard entry to be a bit less wild. | Warner Losh | 2007-07-01 | 1 | -1/+1 |
| * | Quirk for ChipsBnk usb stick | Warner Losh | 2007-06-30 | 1 | -0/+8 |
| * | Add quirk for JoyFly 128mb USB Flash Drive | Warner Losh | 2007-06-30 | 1 | -0/+8 |
| * | quirk for I/O Magic USB flash drive "Giga Bank" | Warner Losh | 2007-06-30 | 1 | -0/+8 |
| * | Samsung MP0402H quirk | Warner Losh | 2007-06-30 | 1 | -0/+8 |
| * | Add support for JNC MP3 Player | Warner Losh | 2007-06-30 | 1 | -0/+8 |
| * | Philips USB Key Audio KEY013 | Warner Losh | 2007-06-30 | 1 | -0/+8 |
| * | Support for iRiver U10 USB connection | Warner Losh | 2007-06-28 | 1 | -0/+8 |
| * | Quirk for Denver MP3 player usb. | Warner Losh | 2007-06-28 | 1 | -0/+8 |
| * | Prepare for future integration between CAM and newbus. xpt_bus_register | Scott Long | 2007-06-17 | 1 | -1/+1 |
| * | Revert an accidental change from the previous rev. | Scott Long | 2007-06-16 | 1 | -2/+1 |
| * | Work around the other uses of M_WAITOK. | Scott Long | 2007-06-16 | 2 | -4/+11 |
| * | Work around a malloc locking problem. | Scott Long | 2007-06-16 | 1 | -1/+6 |
| * | Despite several examples in the kernel, the third argument of | David Malone | 2007-06-04 | 1 | -1/+1 |
| * | Back out 1.212 at Nate's request in order to go through the | Matt Jacob | 2007-05-29 | 1 | -9/+0 |
| * | Use the Hitachi 2.5" HD, 120 GB as a USB device. | Matt Jacob | 2007-05-29 | 1 | -0/+9 |
| * | Remove duplicate includes. | Olivier Houchard | 2007-05-23 | 1 | -2/+0 |