| Age | Commit message (Expand) | Author |
| 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-21 | Replace some uses of lockmgr(). | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-24 | Extract common code from i386, xen, and sparc64, creating | dyoung |
| 2007-06-16 | Unwedge the previous change. Always increment the number of rawopens if the | christos |
| 2007-06-09 | Fix two bugs: | dyoung |
| 2007-06-09 | Reduce code duplication in validate_label(). Extract some lengthy | dyoung |
| 2007-04-08 | Remove support for NetBSD/{,evb}sh5. | scw |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-03-01 | Make this compilable from userland | martin |
| 2007-03-01 | Split the disklabel checksum function into two, so we can pass the | martin |
| 2007-02-15 | dkwedge_discover: open a device as read-only. | yamt |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-18 | Typo in comment. | uebayasi |
| 2006-09-13 | use a c99 initializer | christos |
| 2006-08-24 | avoid diagnostic panic if both blk and chr wedge are open at the same time | dbj |
| 2006-08-13 | Backout previous - it is already dealt with at the config level. | martin |
| 2006-08-13 | Make the discovery methods optional (as they were already declared | martin |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2006-04-06 | A couple of fixes from dbj@: | thorpej |
| 2006-04-06 | Implement dksize(). | thorpej |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2006-02-25 | As core requested, remove vinum | christos |
| 2006-01-04 | - add simple functions to allocate/free a buffer for i/o. | yamt |
| 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-09-28 | Set sc->sc_cfdata.cf_fstate to FSTATE_STAR rather than FSTATE_NOTFOUND | nathanw |
| 2005-05-29 | avoid variable shadowing. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-01-01 | Make this compile again. | thorpej |
| 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 just pass it along to the parent. | thorpej |
| 2004-10-23 | Check d_magic2 once, and not d_magic twice. Pointed out by tsarna. | thorpej |
| 2004-10-23 | MBR partition table support for wedges, enabled by the DKWEDGE_METHOD_MBR | thorpej |
| 2004-10-23 | - Adjust minor number usage for wedges; minor number directly maps to | thorpej |
| 2004-10-15 | Use config_attach_pseudo() to create device instances in the device | thorpej |
| 2004-10-04 | Add a parsing module for 4.4BSD/NetBSD disklabels. This module supports | thorpej |
| 2004-10-04 | Move wedge code to a subdirectory, as suggested by Christos. | thorpej |