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
/
cd.c
Age
Commit message (
Expand
)
Author
2022-06-26
s/Ramdom/Random/ in comments.
andvar
2021-10-12
fix various typos, mainly in comments.
andvar
2021-08-21
fix mainly same typos as in my previous commit but outside sys/dev/dm.
andvar
2021-04-16
Limit buffer size for device capabilities requests as a work-around for PR
reinoud
2021-02-10
PR/55986: Ryo Onodera: DK_BUSY must have mask as second argument. Make cd.c
christos
2020-10-26
Avoid buffer overflow when copying from bounce buffer.
mlelstv
2020-09-29
s/settng/setting/
msaitoh
2020-09-29
s/implicitely/implicitly/
msaitoh
2020-09-29
s/occurence/occurrence/
msaitoh
2020-09-29
s/parition/partition/
msaitoh
2020-04-13
constify
maxv
2020-03-27
Allow open of RAWPART even when no medium is loaded.
mlelstv
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2017-06-17
The atapibus detach path did hold the channel mutex while calling into autoconf,
mlelstv
2017-04-08
ignore a failed scspi_prevent when accessing the RAW_PART as before.
mlelstv
2017-01-05
Fix memory leak.
mlelstv
2016-12-21
really keep request queued after resource shortage
mlelstv
2016-12-21
cdrestart takes a softc parameter, not a periph.
mlelstv
2016-12-16
add comment about "missing" dk_start.
mlelstv
2016-12-10
appease gcc.
mlelstv
2016-12-10
Refactored sd and cd to use common disk subroutines.
mlelstv
2016-11-20
Make scsipi framework MPSAFE.
mlelstv
2016-11-20
Avoid calling bufq_free() from critical code sections.
pgoyette
2016-05-15
Use _align(2) workaround for PR kern/51141. This fixes odd CD length
reinoud
2015-04-26
Use C99-style initializers for struct dkdriver.
mlelstv
2015-04-13
Convert sys/dev to use <sys/rndsource.h>.
riastradh
2015-01-02
We have three sets of DTYPE_ constants in the kernel:
christos
2014-12-31
make more drivers use disk_ioctl, and add a dev parameter to it so that
christos
2014-12-31
forgot this one. disk_set_info includes the functionality of disk_blocksize.
mlelstv
2014-10-18
src is too big these days to tolerate superfluous apostrophes. It's
snj
2014-10-03
Use uint32_t for blocksize as per other uses and to fix warnings
justin
2014-08-10
Merge tls-earlyentropy branch into HEAD.
tls
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-07-25
Add d_discard to all struct bdevsw instances I could find.
dholland
2014-07-12
Prevent detaching an open device unless forced.
hannken
2014-04-18
Fix PR kern/48550 by aligning the single instance of scsipi_read_cd_cap_data
martin
2014-03-19
PR kern/48550: additional initialization and sanity checking on the reported
martin
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2013-10-25
Turn a few __unused into __diagused
martin
2013-10-19
Mark a potentially unused variable
martin
2013-09-28
Don't return EPASSTHROUGH when succeeding in ODIOCGDINFO or ODIOCGDEFLABEL
skrll
2013-09-12
Remove unused variables
martin
2013-07-02
Small patch to clarify last_lba and now using size confusingly. No functional
reinoud
2013-05-29
phase 1 of disk geometry cleanup:
christos
2013-03-15
Prompted by PR kern/47646, zero the value buffer before running the
martin
2012-05-06
When ejecting a medium, invalidate the in core disklabel - it is not
martin
2012-05-06
In cdopen: make the test for media presence always silent. In all cases
martin
2012-04-19
Expand struct scsipi_bustype {} in a ABI-backward-compatible way to
bouyer
2012-02-25
Fix typos in comments.
shattered
2012-02-02
Entropy-pool implementation move and cleanup.
tls
[next]