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
/
ccd.c
Age
Commit message (
Expand
)
Author
2014-10-11
No longer warn about differences bewteen disk size and total sector count
mlelstv
2014-10-11
clamp total number of sectors to UINT32_MAX instead of providing the
mlelstv
2014-08-16
Switch size_t to uint64_t in appropriate places to ensure that ccd(4) works
sborrill
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-06-14
Change dk_lookup() to return an anonymous vnode not associated with
hannken
2014-04-06
Don't destroy locked mutex. Don't access freed memory.
joerg
2014-02-25
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
pooka
2013-12-28
ccd module also needs dk_subr
pgoyette
2013-09-12
#ifdef a few variable declarations/initializations to match their use
martin
2013-04-27
- no limit on the number of ccd devices.
christos
2011-11-13
use getdisksize
christos
2011-10-14
Change the vnode locking protocol of VOP_GETATTR() to request at least
hannken
2011-07-04
Fix memset usage.
joerg
2011-06-21
Adjust the #ifdefs such that ccd(4) and cgd(4) show in
jruoho
2011-06-12
Welcome to 5.99.53! Merge rmind-uvmplock branch:
rmind
2011-02-08
Remove clause 3 (UCB advertising clause) from the University of Utah
rmind
2010-11-19
Fix previous, was all wrong. noticed by enami.
dholland
2010-11-19
Introduce struct pathbuf. This is an abstraction to hold a pathname
dholland
2010-11-14
Include uvm/uvm_extern.h to access uvmexp. gtmpsc.c doesn't need
uebayasi
2009-06-05
Add work in support for compiling ccd and cgd drivers as a modules. I forgot
haad
2009-04-04
Fix problems with ccd:
ad
2009-01-13
g/c BUFQ_FOO() macros and use bufq_foo() directly.
yamt
2009-01-11
make this compile
cegger
2009-01-11
merge christos-time_t
christos
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-03-21
Catch up with descriptor handling changes. See kern_descrip.c revision
ad
2008-02-02
ccdbuffer(): add missing initialization of new bufs b_objlock.
hannken
2008-01-02
Merge vmlocking2 to head.
ad
2007-12-05
Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written
ad
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-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-06-26
Change dk_lookup() to accept an additional argument of the type enum uio_seg
cube
2007-03-12
Pass an ipl argument to pool_init/POOL_INIT to be used when initializing
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-15
Replace some uses of lockmgr() / simplelocks.
ad
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-09-29
Coverity CID 3801: Plug memory leak (from Arnaud Lacombe)
christos
2006-08-27
Use dk_lookup.
christos
2006-07-21
- Use the LWP cached credentials where sane.
ad
2006-06-12
don't allocate > 1K on the stack.
christos
2006-05-14
integrate kauth.
elad
2006-04-24
Make ccdioctl work without a process context; fixes xbdback-on-ccd.
jld
2006-02-16
* The kernel's struct ccd_softc has extra structure members over the
lukem
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-08-20
use pseudo_disk_{init,attach,detach} where appropriate.
yamt
[next]