| Age | Commit message (Expand) | Author |
| 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 |
| 2003-05-17 | Add DIOCKLABEL support. Fixes PR kern/21605 (Luke Mewburn). | thorpej |
| 2003-05-10 | Change bounds_check_with_label() to take a pointer to the disk structure, | thorpej |
| 2003-05-02 | Change return type of readdisklabel() to const char * | dsl |
| 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-01-25 | Fix further printf format warnings for DEBUG, in the wake of daddr_t | kleink |
| 2002-11-01 | implement separate read/write disk statistics: | mrg |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-06-01 | SIMPLEQ rototill: | lukem |
| 2002-03-08 | Pool deals fairly well with physical memory shortage, but it doesn't | thorpej |
| 2002-01-13 | Call malloc(9) with M_ZERO flag instead of memset() after malloc(). | tsutsui |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-08-05 | change ccio_ndisks and sc_nccdisks of struct ccd_ioctl from int to u_int | jdolecek |
| 2001-07-07 | bcopy -> memcpy | thorpej |
| 2001-01-08 | Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL when | fvdl |
| 2001-01-07 | Adapt all disk devices in MI directories to handle ODIOC* calls | fvdl |
| 2000-04-05 | Introduce new filesystem type FS_CCD so that an operator can mark the | enami |
| 2000-03-30 | Remove register declarations. | augustss |