| Commit message (Expand) | Author | Age | Files | Lines |
* | Staticize the malloc definitions. | phk | 2002-02-10 | 1 | -2/+2 |
* | Gah! last commit botched indentation, fix indentation and some other | phk | 2002-01-21 | 1 | -122/+122 |
* | Restructure slightly, eliminating some repetitive source lines and | phk | 2002-01-21 | 1 | -77/+34 |
* | Actually make use of the md_version field of 'struct mdio'. In order | dd | 2001-12-20 | 1 | -0/+13 |
* | Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blocking | dillon | 2001-11-05 | 1 | -4/+7 |
* | Change the kernel's ucred API as follows: | jhb | 2001-10-11 | 1 | -2/+1 |
* | Use crhold() instead of crdup(). The md(4) driver doesn't modify the ucred | jhb | 2001-10-09 | 1 | -1/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -35/+36 |
* | OOPS, remove local change that somehow slipped into a commit (I swear that | sobomax | 2001-08-27 | 1 | -1/+0 |
* | - On module unload try to detach all configured disks and let unload proceed | sobomax | 2001-08-27 | 1 | -57/+69 |
* | There is no MD_OBJET disk type, it's actually MD_SWAP. I guess the | dd | 2001-08-16 | 1 | -1/+1 |
* | Introduce a force option, MD_FORCE, that instructs the driver to | dd | 2001-08-07 | 1 | -2/+5 |
* | - Deny detaching requests until device is still open, otherwise it is possible | sobomax | 2001-08-02 | 1 | -3/+17 |
* | Make sure the total number of sectors is not 0 for a vnode-type md to | tmm | 2001-07-26 | 1 | -0/+4 |
* | Use MD_NAME and MDCTL_NAME constants where appropriate. | dd | 2001-07-18 | 1 | -2/+3 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -5/+4 |
* | We don't need the vm lock to perform a few simple calculations on the | jhb | 2001-06-25 | 1 | -1/+1 |
* | Remove MFS compat bits. | phk | 2001-05-29 | 1 | -11/+0 |
* | Acquire vm_mtx before calling vm_pager_deallocate. | dd | 2001-05-27 | 1 | -1/+7 |
* | Sort includes. | jhb | 2001-05-21 | 1 | -1/+1 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -0/+1 |
* | Polish error handling code using biofinish() | phk | 2001-05-08 | 1 | -6/+1 |
* | Actually biofinish(struct bio *, struct devstat *, int error) is more general | phk | 2001-05-06 | 1 | -6/+3 |
* | Fix a panic if MD devices were left half-created. | phk | 2001-05-06 | 1 | -14/+12 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -5/+7 |
* | Fix a reference to the "vn" driver in a warning message. | phk | 2001-03-20 | 1 | -1/+1 |
* | Use a more BIOS friendly geometry. | phk | 2001-03-09 | 1 | -1/+1 |
* | Make "md" and "mdctl" macroized parameters. | phk | 2001-02-25 | 1 | -4/+28 |
* | Make md/mdconfig do kld. | phk | 2001-02-24 | 1 | -4/+35 |
* | Remove devstat entries in mddelete() | phk | 2001-01-28 | 1 | -0/+1 |
* | General cleanup. | phk | 2001-01-21 | 1 | -53/+33 |
* | Fix a maybe-not-so-harmless warning. | peter | 2001-01-19 | 1 | -1/+1 |
* | Either cvs(1) or I forgot this file in my last commit. | phk | 2001-01-02 | 1 | -25/+93 |
* | This is the first snapshot of the new all-singing-and-dancing md(4). | phk | 2000-12-31 | 1 | -127/+507 |
* | Enforce disk unit numbers upper limit in cloning. | phk | 2000-12-15 | 1 | -0/+2 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -6/+3 |
* | Avoid the modules madness I inadvertently introduced by making the | phk | 2000-09-02 | 1 | -17/+5 |
* | * Completely rewrite the alpha busspace to hide the implementation from | dfr | 2000-08-28 | 1 | -4/+4 |
* | Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c) | phk | 2000-08-20 | 1 | -9/+59 |
* | Rename MDNSECT to MD_NSECT and declare it as something that isn't | sheldonh | 2000-07-17 | 1 | -3/+3 |
* | Fix the "almost clone" semantics. | phk | 2000-07-04 | 1 | -6/+11 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -1/+1 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 1 | -39/+40 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -6/+6 |
* | Initialize type correctly. | phk | 1999-12-01 | 1 | -1/+3 |
* | Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation. | phk | 1999-11-26 | 1 | -96/+194 |
* | Teach the md driver to use preloaded files of type "md_image". | phk | 1999-11-20 | 1 | -68/+128 |
* | remove unused #include | phk | 1999-10-11 | 1 | -1/+0 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | Fix includes (remove unnecessary ones, reorder necessary ones.) | green | 1999-09-22 | 1 | -16/+5 |