| Commit message (Expand) | Author | Age | Files | Lines |
* | GCC attacks! | scottl | 2009-02-16 | 1 | -1/+2 |
* | Fix parallel SCSI negotiation in the CAM_NEW_TRAN_CODE world order. | scottl | 2009-02-16 | 1 | -4/+3 |
* | Instrument the probe state machine so that things like DV can be tracked. | scottl | 2009-02-16 | 1 | -18/+55 |
* | In the case that the probe has determined that it can't query the device for | scottl | 2009-02-13 | 1 | -4/+3 |
* | Reorder dacleanup() and cdcleanup() slightly so that the sysctl context is | jhb | 2009-02-11 | 2 | -8/+9 |
* | Adding dynamic sysctls no longer requires Giant. | jhb | 2009-02-10 | 2 | -7/+0 |
* | cam_periph_alloc: fix "invalid periph name" error condition | fjoe | 2009-02-09 | 1 | -1/+1 |
* | Remove an overzealous check. | trasz | 2009-02-08 | 1 | -1/+1 |
* | There is no need to initialize the variable here. | bz | 2009-01-31 | 1 | -2/+0 |
* | Now that mtx_sleep/msleep can accept Giant as the interlock, simplify the | jhb | 2009-01-26 | 1 | -19/+6 |
* | Protect against NULL pointer dereference. | trasz | 2009-01-23 | 1 | -0/+5 |
* | Don't leak memory when alloc fails. | trasz | 2009-01-23 | 1 | -3/+3 |
* | Guard against NULL pointer dereference. | trasz | 2009-01-23 | 1 | -1/+4 |
* | Guard against NULL pointer dereference. | trasz | 2009-01-23 | 1 | -0/+4 |
* | Add missing 'break' statement. | trasz | 2009-01-14 | 1 | -0/+1 |
* | Fix use after free. | trasz | 2009-01-14 | 1 | -1/+1 |
* | Remove unused variable. | trasz | 2009-01-14 | 1 | -2/+0 |
* | Add missing 'break' statement. | trasz | 2009-01-14 | 1 | -0/+1 |
* | Don't call destroy_dev(9) with a mutex held. While here, shuffle | trasz | 2009-01-10 | 6 | -18/+20 |
* | Make "kldunload atapicam" return EBUSY instead of deadlocking when a device | trasz | 2009-01-08 | 2 | -1/+35 |
* | cam: Retry TEST UNIT READY command if not successful. | raj | 2009-01-08 | 1 | -1/+8 |
* | Make it possible to override the number of retries for the CD media. | imp | 2009-01-08 | 1 | -1/+8 |
* | Add quirk for the Storcase InfoStation 12bay | remko | 2008-12-23 | 1 | -0/+8 |
* | Fix a comment to reflect what really happens. | scottl | 2008-12-22 | 1 | -1/+1 |
* | Fix refcount locking in cd, pass, and sg periphs. | scottl | 2008-12-21 | 3 | -11/+13 |
* | Fix cam_sim_free() wakeup condition and add mtx_asserts. | trasz | 2008-12-19 | 1 | -1/+3 |
* | Periph driver fixes, second try. | trasz | 2008-12-19 | 4 | -5/+20 |
* | Move mtx_assert lower, when we can be sure that the pointer | trasz | 2008-12-19 | 1 | -2/+1 |
* | Revert r186186 for now; it breaks stuff. | trasz | 2008-12-17 | 3 | -5/+6 |
* | Fix locking in periph drivers - don't try to unlock periph | trasz | 2008-12-16 | 3 | -6/+5 |
* | Add SIM refcounting. This is slightly different from what DragonFly | trasz | 2008-12-16 | 3 | -0/+34 |
* | Get rid of dead_sim. There is no way to make it work - any attempt | trasz | 2008-12-16 | 1 | -100/+5 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -9/+9 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 3 | -6/+6 |
* | Remove unit2minor() use from kernel code. | ed | 2008-09-26 | 4 | -6/+6 |
* | Add a new cam_status CAM_SCSI_IT_NEXUS_LOST. This will be used by future pat... | sbruno | 2008-09-18 | 1 | -0/+1 |
* | Fix a locking mistake in daopen(). If the open fails, which can happen | scottl | 2008-08-29 | 1 | -6/+7 |
* | SCSI_DELAY is specified in milliseconds, not seconds. | ken | 2008-08-16 | 1 | -1/+1 |
* | Update SCSI opcodes and ASCs from t10.org. | jkim | 2008-08-07 | 2 | -1227/+2398 |
* | Fix whitespace. | emaste | 2008-08-01 | 1 | -2/+2 |
* | Add quirk for the Samsung YP-U3 | remko | 2008-07-09 | 1 | -0/+8 |
* | Locking in the ses_ioctl handler doesn't have to be so strict because | scottl | 2008-03-17 | 1 | -21/+25 |
* | When probing a newly found device, don't automatically assume that the | scottl | 2008-02-27 | 1 | -36/+95 |
* | Add a missing unlock to an error path fro XPT_DEBUG handling. | scottl | 2008-02-26 | 1 | -0/+1 |
* | Fix a couple of locking mistakes in the ses_ioctl path. | scottl | 2008-02-20 | 1 | -3/+3 |
* | Fix typo. | raj | 2008-02-12 | 1 | -1/+1 |
* | Correct the kernel config hint in a printf statement. | brueffer | 2008-01-28 | 1 | -1/+1 |
* | o Correct EasyMP3 EM732X usb 2.0 flash mp3 player revision: | maxim | 2008-01-12 | 1 | -1/+1 |
* | style(9) | obrien | 2008-01-02 | 1 | -73/+73 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 1 | -1/+1 |