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
/
cgd.c
Age
Commit message (
Expand
)
Author
2013-09-12
#ifdef variable declarations/initializations like their use
martin
2013-05-30
Avoid dereferencing an uninitialized pointer
martin
2013-05-29
eliminare dk_geom
christos
2013-05-29
phase 1 of disk geometry cleanup:
christos
2012-12-05
add cgdconfig -l like vnconfig -l
christos
2012-05-25
Modify dksubr.c to add a function that sets the disk properties in
elric
2011-11-13
use getdisksize() instead of homebrew()
christos
2011-10-14
Change the vnode locking protocol of VOP_GETATTR() to request at least
hannken
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-05-19
Reject unaligned writes to cgd.
riastradh
2010-11-19
Introduce struct pathbuf. This is an abstraction to hold a pathname
dholland
2010-02-11
Register with pmf.
joerg
2010-01-23
struct buf::b_iodone is not called at splbio() any more.
bouyer
2010-01-20
Cosmetic: get out of cgdioctl() early. Instead of
dyoung
2010-01-20
Get out of cgd_detach() early on error. Do not call disk_destroy(9)
dyoung
2010-01-12
Provide a more complete modules hook, cgd_modcmd(), derived from
dyoung
2010-01-12
Make cgd(4) into a detachable pseudo-device. Thanks, Jan Danielsson,
dyoung
2009-11-10
avoid doing extra work by just zeroing/printing real blocksize.
christos
2009-11-10
add a missing c.
christos
2009-11-10
avoid variable array stack allocation by enforcing and allocating always the
christos
2009-11-10
Backout the last two revisions because the cause panic on LOCKDEBUG
tron
2009-09-11
Fix incomplete conversion from stack buffers to heap buffers.
tron
2009-09-11
Don't allocate block buffers on the stack. This can cause stack overflows
tron
2009-06-05
Add work in support for compiling ccd and cgd drivers as a modules. I forgot
haad
2009-03-14
Pass DIOCCACHESYNC ioctl down to the underlying disk.
apb
2009-01-11
make this compile
cegger
2009-01-11
merge christos-time_t
christos
2008-11-21
PR/38735: Jonathan A. Kollasch: add the ability for cgd to be used on top of ...
christos
2008-09-12
PR/39525: Joachim Schueth, Frederik Sausmikat:
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-01-04
Start detangling lock.h from intr.h. This is likely to cause short term
ad
2008-01-02
Merge vmlocking2 to head.
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-06-26
Change dk_lookup() to accept an additional argument of the type enum uio_seg
cube
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-01-19
cgd_ioctl_set():
cbiere
2006-12-01
- remove size check; the init functions do it.
christos
2006-11-25
prevent blocksizes > 4K.
christos
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
Use __unused in function arguments where appropiate. (hi christos)
xtraeme
2006-10-12
- sprinkle __unused on function decls.
christos
2006-07-21
- Use the LWP cached credentials where sane.
ad
2006-06-20
don't allocate too much stuff on the stack.
christos
2006-05-14
integrate kauth.
elad
2006-01-04
Make this build again (remove unused variable).
xtraeme
2006-01-04
- add simple functions to allocate/free a buffer for i/o.
yamt
[next]