| Age | Commit message (Expand) | Author |
| 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 |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-18 | dksubr: 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-20 | add wedge support to xbd and cgd. | yamt |
| 2005-08-20 | use pseudo_disk_{init,attach,detach} where appropriate. | yamt |
| 2005-06-28 | constification fallout | drochner |
| 2005-05-31 | cast-qual fallout | drochner |
| 2005-05-31 | Make this build with "-Wcast-qual -Wshadow". | xtraeme |
| 2005-03-31 | Looks like a 'struct buf *bp' was left over from a previosu commit. Since ke... | explorer |
| 2005-03-31 | introduce a function to drain bufq and use it where appropriate. | yamt |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |