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
/
dkwedge
Age
Commit message (
Expand
)
Author
2013-08-03
Don't complain about not being able to open empty removable media drives.
soren
2013-05-29
phase 1 of disk geometry cleanup:
christos
2012-10-27
split device_t/softc for all remaining drivers.
chs
2012-06-10
Make detection of root on wedges (dk(4)) machine independent. Remove
mlelstv
2012-06-07
Use the label's packname to create wedge names instead of the classic
mlelstv
2012-04-27
minor mostly cosmetical fixes: use designated type for device major
drochner
2012-04-07
recognize apple disks.
christos
2012-04-07
use the partition sector size.
christos
2011-07-30
Add an FSILENT flag and use it to suppress "Medium Not Present" scsipi
jmcneill
2011-06-12
Welcome to 5.99.53! Merge rmind-uvmplock branch:
rmind
2011-03-03
check rawvp before doing ioctl or strategy.
christos
2011-02-28
Make error checking consistent, possibly fixes PR/44652.
christos
2010-12-23
Make wedges aware of underlying physical block size.
mlelstv
2010-08-04
Make sure to release sc_parent->dk_rawlock before calling
bouyer
2010-06-24
Clean up vnode lock operations pass 2:
hannken
2010-05-17
Use wput_utf8() to improve conversion of UTF-16 GPT partition names to UTF-8.
jakllsch
2010-02-07
d_psize routine returns a number of blocks or -1 on error.
mlelstv
2010-01-25
GPTs are defined in terms of physical blocks.
mlelstv
2010-01-23
struct buf::b_iodone is not called at splbio() any more.
bouyer
2009-12-27
Implement and use a dkminphys() that calls the parent device's minphys
jakllsch
2009-12-05
Remove support for NetBSD/playstation2.
pooka
2009-09-08
dkwedge_list() is currently called only from ioctl routines where
pooka
2009-09-07
grow some _KERNEL_POT
pooka
2009-09-06
Remove autoconf dependency on vfs and dk:
pooka
2009-08-06
Add support for DIOCGDISKINFO for wedges. This fixes regression after my
haad
2009-07-21
Extract a lot of code from dkwedge_del(), and move it to dkwedge_detach()
dyoung
2009-07-02
Extract subroutine dklastclose(). This is a step toward detachable
dyoung
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2009-01-13
g/c BUFQ_FOO() macros and use bufq_foo() directly.
yamt
2008-10-23
Allow wedges to be created for all defined partitions on a GPT disk.
jakllsch
2008-06-29
Recognize apple ufs partitions from Antoine Reilles
christos
2008-06-17
Mark a buffer `busy` in getnewbuf() when it came from the pool_cache since
reinoud
2008-06-03
dkwedge_read: don't place struct buf on the stack.
ad
2008-06-01
Call buf_destroy when finished with an on-stack struct buf.
chris
2008-05-03
after the "struct disk" is finished with, it should be
plunky
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-10
Fix a minor nit in a comment
agc
2008-04-06
use aprint_*_dev and device_xname
cegger
2008-03-21
Catch up with descriptor handling changes. See kern_descrip.c revision
ad
2008-03-04
Split device_t/softc. Well, there's not much to split there, as the
cube
2008-01-30
Hold v_interlock when adjust v_writecount.
ad
2008-01-02
Merge vmlocking2 to head.
ad
2007-12-28
As discussed on tech-userlevel, add NetBSD GPT partition types for
riz
2007-12-09
Merge jmcneill-pm branch.
jmcneill
2007-11-26
Remove the "struct lwp *" argument from all VFS and VOP interfaces.
pooka
2007-10-08
Merge disk init changes from the vmlocking branch. These seperate init /
ad
2007-07-29
It's not a good idea for device drivers to modify b_flags, as they don't
ad
2007-07-21
Replace some uses of lockmgr().
ad
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
[next]