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