index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
scsipi
/
sdvar.h
Age
Commit message (
Expand
)
Author
2022-08-28
Don't fetch data beyond end of inquiry buffer, which, here, is not
mlelstv
2019-03-19
Set disk product name as disk type. The information can be queried through
mlelstv
2016-12-10
Refactored sd and cd to use common disk subroutines.
mlelstv
2015-08-24
would you like some freshly ground _KERNEL_OPT with that?
pooka
2015-04-13
Convert sys/dev to use <sys/rndsource.h>.
riastradh
2014-09-05
Don't nest structure definitions.
matt
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2011-11-19
First step of random number subsystem rework described in
tls
2009-04-10
Use a PMF shutdown hook instead of shutdownhook_establish(). This ought
dyoung
2008-07-16
split device/softc for sd (tested with a USB stick)
drochner
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2005-12-11
merge ktrace-lwp.
christos
2005-10-15
- change the way to specify a bufq strategy. (by string rather than by number)
yamt
2005-02-01
Backing out changes to clean up scsipi. I was pointed out there were
reinoud
2005-01-31
Part of the cleanup of sys/scsipi's use of types; rename all u_int* to
reinoud
2004-10-01
Don't need the lock in the softc anymore.
thorpej
2004-09-17
Do not manipulate xs->bp in "generic" code -- do it only in the psw_done
mycroft
2004-08-27
Improve handling of memory shortage, to fix problems like:
bouyer
2004-02-24
parameter with two es. From Peter Postma.
wiz
2003-09-18
Merge the geometry and cache handling code for all direct access and optical
mycroft
2003-04-03
Check RAW_PART against the media size instead of the disklabel.
fvdl
2003-01-06
Add multiple inclusion protection.
matt
2002-07-16
Implement a new device buffer queue interface.
hannken
2002-01-09
Add ioctls to get (DIOCGCACHE) and set (DIOCSCACHE) cache enables
thorpej
2001-05-23
fix typo in previous revision so that the scsi code compiles again.
chs
2001-05-22
Make SDRETRIES an option you can dig out of opt_scsi.h.
mjacob
2001-04-25
Pull up the thorpej_scsipi branch to main branch.
bouyer
2000-05-23
sd_interpret_sense() can be called from interrupt context; call scsipi_start()
bouyer
2000-01-22
include "rnd.h" explicitely since the size of sd_softc depends on it
drochner
2000-01-21
Update for sys/buf.h/disksort_*() changes.
thorpej
1999-09-11
Implement detaching SCSI and ATAPI disks.
thorpej
1999-08-26
Make `sc_ops->sdo_flush' synchronous. The flags `SDF_FLUSHING' and
hannken
1998-08-17
Assign my copyrights to TNF.
mycroft
1998-08-15
Keep track if the disk has had done i/o, making it dirty. On last close,
thorpej
1998-08-05
Improve generation of default disklabels:
drochner
1998-06-10
Add a shutdown hook for SCSI-2 and higher disks that issues a SYNCHRONIZE CACHE
thorpej
1998-02-13
Backout previous change, and rather, remove all protection but the one
enami
1998-02-13
Fix or add protection for mutiple inclusion.
enami
1998-01-15
add support for an ATAPI attachment for 'sd'.
cgd