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
Age
Commit message (
Expand
)
Author
2006-09-03
comment out unreachable code
christos
2006-09-03
comment out unreachable code.
christos
2006-09-03
add missing initializer
christos
2006-09-03
add missing initializer
christos
2006-09-03
add missing initializer
christos
2006-09-01
Use an unsigned int for the blksize on read_cd_capacity.
matt
2006-08-31
Fix panic on reading/writing to a (raw) CD device and encountering an
reinoud
2006-08-31
Remove two spurious empty lines in functions
reinoud
2006-08-31
Fix fencing bug on CD disk size; the comment was wrong, its the *length* of
reinoud
2006-08-29
The Fujitsu drive in my A540 supports sync transfers but apparently
bjh21
2006-08-28
add missing initializer
christos
2006-08-28
Add missing initializer.
christos
2006-08-26
QAS REQUEST is a one-byte message. Make MSG_IS1BYTE recognise this.
bjh21
2006-08-23
Change iostat_alloc() to take the parent pointer and the name directly, so
christos
2006-08-10
Fix incorrect `loast possible lba' reporting, remove some empty lines and
reinoud
2006-07-09
some fixes for removable media (USB floppies in particular):
drochner
2006-06-27
Make this build with GCC 4.x.
tron
2006-06-07
merge FreeBSD timecounters from branch simonb-timecounters
kardel
2006-06-01
Change return type of sdgetdisklabel() from void to int; return an error
nathanw
2006-05-21
void casts to functions whose return values are ignored.
christos
2006-04-20
Prefix iostat structure elements with io_
blymn
2006-04-17
In scsipi_done(), bail out early if the scsipi_xfer has already been
nathanw
2006-04-14
Coverity CID 1100: Avoid NULL pointer dereferences.
christos
2006-04-14
Coverity CID 1101: Protect against address argument being NULL.
christos
2006-04-14
Make i/o statistics collection more generic, include tape drives and
blymn
2006-03-30
Use device_private().
thorpej
2006-03-29
Replace device_locators() with device_locator(), and use it.
thorpej
2006-03-28
Use device_unit().
thorpej
2006-03-25
Use device_parent().
thorpej
2006-03-01
merge yamt-uio_vmspace branch.
yamt
2006-02-20
Use device_is_active() rather than testing dv_flags for DVF_ACTIVE
thorpej
2006-02-16
Change "inline" back to "__inline" in .h files -- C99 is still too
perry
2006-02-08
Add name of the processed feature like the others have.
reinoud
2006-02-04
Add support for SCSI MMC feature 0x0024: hardware assisted defect
reinoud
2006-02-02
Adding two Ioctl's to scsipi's cd.c to abstract SCSI MMC devices. The
reinoud
2006-01-07
fix typo.
christos
2006-01-07
remove B_EINTR as it isn't used anymore.
yamt
2006-01-04
- add simple functions to allocate/free a buffer for i/o.
yamt
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-21
Improve disc size reporting. The current discsize thats reported is the
reinoud
2005-12-20
The as `unused' specified field in the readdiscinfo SCSI command is really
reinoud
2005-12-16
delete extraneous verbiage.
christos
2005-12-15
Clean up cdgetdisklabel. It was jumping over a return...
reinoud
2005-12-14
Allow SCIOCCOMMAND ioctl that executes a SCSI command to also be issued
reinoud
2005-12-11
Remove blank line added to end of file by previous change.
simonb
2005-12-11
Add SCSI calls for read discinfo and read trackinfo. Also add the various
reinoud
2005-12-11
merge ktrace-lwp.
christos
2005-12-11
Fix illogical use of extra variable. It was mainly to get a better
reinoud
2005-12-10
Second stage of read TOC modifications. Introducing the various forms of
reinoud
2005-12-09
Adapt previous change to recent scsipi. Pointed out by Simon Burge.
bouyer
[next]