summaryrefslogtreecommitdiff
path: root/sys/dev/ccd.c
AgeCommit message (Expand)Author
2010-11-19Fix previous, was all wrong. noticed by enami.dholland
2010-11-19Introduce struct pathbuf. This is an abstraction to hold a pathnamedholland
2010-11-14Include uvm/uvm_extern.h to access uvmexp. gtmpsc.c doesn't needuebayasi
2009-06-05Add work in support for compiling ccd and cgd drivers as a modules. I forgothaad
2009-04-04Fix problems with ccd:ad
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2009-01-11make this compilecegger
2009-01-11merge christos-time_tchristos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-02-02ccdbuffer(): add missing initialization of new bufs b_objlock.hannken
2008-01-02Merge vmlocking2 to head.ad
2007-12-05Match the docs: MUTEX_DRIVER/SPIN are now only for porting code writtenad
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-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-06-26Change dk_lookup() to accept an additional argument of the type enum uio_segcube
2007-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-15Replace 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-29Coverity CID 3801: Plug memory leak (from Arnaud Lacombe)christos
2006-08-27Use dk_lookup.christos
2006-07-21- Use the LWP cached credentials where sane.ad
2006-06-12don't allocate > 1K on the stack.christos
2006-05-14integrate kauth.elad
2006-04-24Make 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 thelukem
2005-12-11merge ktrace-lwp.christos
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
2005-08-20use pseudo_disk_{init,attach,detach} where appropriate.yamt
2005-05-22No 0x in front of %p...christos
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-26Implement the DIOCCACHESYNC ioctl; we simply pass it through to eachthorpej
2004-09-18change some members of struct buf from long to int.yamt
2004-08-23Remove a comment that doesn't really make sense.thorpej
2004-08-23Use ANSI function decls and more use of static.thorpej
2004-04-21kill sprintf, use snprintfitojun
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-10-26don't print an uninitialized variable.chs
2003-10-17Add user flag CCDF_NOLABEL to prevent the on-disk label from being readlukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
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-17Use a buffer queue. Primary advantage here is robustness in the facethorpej