| Age | Commit message (Expand) | Author |
| 2010-03-14 | For RAID sets which have no parity (i.e., RAID level 0) and therefore can | jld |
| 2010-03-01 | Don't merge a good parity map with random stuff in the event that the | oster |
| 2009-12-01 | KNF: whitespace. | dyoung |
| 2009-11-21 | whitespace police | christos |
| 2009-11-17 | Finally commit the RAIDframe parity map Summer Of Code project. | jld |
| 2009-11-05 | Use deviter(9) instead of accessing alldevs directly. Compile-tested, | dyoung |
| 2009-10-13 | raidframe doesn't need sys/user.h (or at least one would hope so ;) | pooka |
| 2009-07-23 | Move the RAID shutdown to the raid(4) detachment routine, and use | dyoung |
| 2009-06-10 | Attempt bailout if config_attach_pseudo() fails. Otherwise, a few | pooka |
| 2009-06-06 | Fix my previous commit. | haad |
| 2009-06-05 | Add support for DIOCGDISKINFO to disk like device drivers. Change | haad |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-05-01 | Use device_t, cfdata_t, device_private(). | dyoung |
| 2009-04-03 | Switch various printfs from %ld and %d to PRIu64, etc. to be more consistent | sborrill |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | 'boot -z' bogons | ad |
| 2009-02-28 | Nuke a DIAGNOSTIC check that is no longer useful, even for DIAGNOSTIC. | oster |
| 2009-02-28 | It seems that some SCSI drivers can block while the spinlock on a given | oster |
| 2009-02-07 | Be consistent with wd.c and don't complain loudly if the underlying | oster |
| 2009-01-18 | add compat50 ioctls. | christos |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2009-01-11 | Implement DIOCCACHESYNC for RAIDframe too. | oster |
| 2008-11-18 | _KERNEL_OPT | ad |
| 2008-09-28 | Undo previous change to an #if 0. The code does belong to the | oster |
| 2008-09-27 | Cleanup some of the spare table stuff. It is not needed in the general | oster |
| 2008-06-16 | We don't care about md devices here. Fixes issue reported by Jukka Salmi | oster |
| 2008-06-07 | - Use bdev_strategy() instead of VOP_STRATEGY(). | oster |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-01-04 | Start detangling lock.h from intr.h. This is likely to cause short term | ad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-18 | Fix a 'use after free' issue with wedges and RAIDframe. | oster |
| 2007-12-11 | Use CFATTACH_DECL_NEW instead of CFATTACH_DECL... ICB wisdom | oster |
| 2007-12-01 | aprintify | jmcneill |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-11-17 | Nuke debugging output that is a) misleading at best, and | oster |
| 2007-11-13 | don't include <sys/namei.h> unnecessarily. | yamt |
| 2007-11-08 | We need to initialize dk_driver as well. Thanks to Ronald Roskens | oster |
| 2007-11-01 | Implement support for drvctl in RAIDframe. Thanks to jnemeth@ for | oster |
| 2007-10-08 | Merge brelse() changes from the vmlocking branch. | ad |
| 2007-10-08 | Merge disk init changes from the vmlocking branch. These seperate init / | ad |
| 2007-10-05 | Implement dumping kernel cores to RAID 1 sets. The component used | oster |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-07-18 | Fix fallout from recent kthread changes. | ad |
| 2007-06-24 | don't leak a vnode in the wedge case. | christos |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-03-09 | In the case of multiple RAID sets that are marked as root, attempt to | oster |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-30 | Change a bunch of "#if DEBUG" to "#ifdef DEBUG". | oster |