| Age | Commit message (Expand) | Author |
| 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 |
| 2004-10-04 | fix debug printf formats to match with the recent sys/buf.h. | yamt |
| 2004-08-23 | Remove a comment that doesn't really make sense. | thorpej |
| 2004-08-23 | Use static in a few more places. | thorpej |
| 2004-07-19 | . eliminate cgd specific buffer pool, use bufpool instead | dbj |
| 2004-03-27 | Modified the dksubr routines to: | elric |
| 2004-03-18 | Fix a longstanding bug in key-handling for the blowfish cipher. | dan |
| 2004-01-25 | Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. | hannken |
| 2004-01-10 | store a i/o priority hint in struct buf for buffer queue discipline. | yamt |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-17 | Test the right variable after allocating space, and then get rid of an | agc |
| 2003-03-21 | Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTL | dsl |
| 2003-02-25 | Add a new BUF_INIT() macro which initializes b_dep and b_interlock, and | thorpej |
| 2003-02-05 | Make the buffer cache code MP-safe. | pk |
| 2003-02-02 | Fix DEBUG printf warning. | bouyer |
| 2002-11-01 | implement separate read/write disk statistics: | mrg |
| 2002-10-24 | put back the D_DISK tag for cdevsw mistakely removed in previous | jdolecek |
| 2002-10-24 | Make it compile after the kq changes. | augustss |
| 2002-10-14 | Allow debugging to work on LP64 arches. | elric |
| 2002-10-04 | The CryptoGraphic Disk Driver. | elric |