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
/
scsipi_base.h
Age
Commit message (
Expand
)
Author
2017-02-26
Add a DEBUG assert for the problem noted in PR kern/51731
maya
2016-11-20
Make scsipi framework MPSAFE.
mlelstv
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-02-16
Change "inline" back to "__inline" in .h files -- C99 is still too
perry
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2005-02-01
Backing out changes to clean up scsipi. I was pointed out there were
reinoud
2005-01-31
As part of cleaning up sys/scsipi, replace all u_char by uint8_t and
reinoud
2004-09-18
Standardize some variable names and the calling pattern for scsipi_command().
mycroft
2004-08-21
- De-__P.
thorpej
2003-01-06
Add multiple inclusion protection.
matt
2001-07-18
bcopy -> memcpy
thorpej
2001-04-25
Pull up the thorpej_scsipi branch to main branch.
bouyer
2000-02-28
Make sure to initialize xs->req_sense_length (to 0). This appears to be
thorpej
1998-12-08
Remove xs_free_list; it no longer exists.
thorpej
1998-08-15
Assign my copyrights to TNF.
mycroft
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
1997-10-01
Cosmetic changes to keep coding style consistency in this directory;
enami
1997-09-19
mark scsipi_make_xs() as potentially unused, so that this can be
cgd
1997-08-27
Merge scsipi branch in the mainline. This add support for ATAPI devices
bouyer