summaryrefslogtreecommitdiff
path: root/sys/dev/cgd.c
AgeCommit message (Expand)Author
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
2002-10-14Allow debugging to work on LP64 arches.elric
2002-10-04The CryptoGraphic Disk Driver.elric