summaryrefslogtreecommitdiff
path: root/sys/dev/cgd.c
AgeCommit message (Expand)Author
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2008-01-02Merge vmlocking2 to head.ad
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
2007-10-08Merge disk init changes from the vmlocking branch. These seperate init /ad
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
2007-06-26Change dk_lookup() to accept an additional argument of the type enum uio_segcube
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-19cgd_ioctl_set():cbiere
2006-12-01- remove size check; the init functions do it.christos
2006-11-25prevent blocksizes > 4K.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12Use __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-20don't allocate too much stuff on the stack.christos
2006-05-14integrate kauth.elad
2006-01-04Make this build again (remove unused variable).xtraeme
2006-01-04- add simple functions to allocate/free a buffer for i/o.yamt
2005-12-11merge ktrace-lwp.christos
2005-10-18dksubr: do b_blkno -> b_rawblkno translation earlier so that bufq can uses it.yamt
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
2005-08-20add wedge support to xbd and cgd.yamt
2005-08-20use pseudo_disk_{init,attach,detach} where appropriate.yamt
2005-06-28constification falloutdrochner
2005-05-31cast-qual falloutdrochner
2005-05-31Make this build with "-Wcast-qual -Wshadow".xtraeme
2005-03-31Looks like a 'struct buf *bp' was left over from a previosu commit. Since ke...explorer
2005-03-31introduce a function to drain bufq and use it where appropriate.yamt
2005-02-27nuke trailing whitespaceperry
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2004-10-04fix debug printf formats to match with the recent sys/buf.h.yamt
2004-08-23Remove a comment that doesn't really make sense.thorpej
2004-08-23Use static in a few more places.thorpej
2004-07-19. eliminate cgd specific buffer pool, use bufpool insteaddbj
2004-03-27Modified the dksubr routines to:elric
2004-03-18Fix a longstanding bug in key-handling for the blowfish cipher.dan
2004-01-25Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern.hannken
2004-01-10store a i/o priority hint in struct buf for buffer queue discipline.yamt
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-05-17Test the right variable after allocating space, and then get rid of anagc
2003-03-21Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTLdsl
2003-02-25Add a new BUF_INIT() macro which initializes b_dep and b_interlock, andthorpej
2003-02-05Make the buffer cache code MP-safe.pk
2003-02-02Fix DEBUG printf warning.bouyer
2002-11-01implement separate read/write disk statistics:mrg
2002-10-24put back the D_DISK tag for cdevsw mistakely removed in previousjdolecek
2002-10-24Make it compile after the kq changes.augustss