| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-19 | Lock vnode across VOP_OPEN. | hannken | |
| 2018-10-22 | convert from malloc(9) to kmem(9) | jdolecek | |
| 2017-11-01 | refactor wd and ataraid drivers to use common disk subroutines. | mlelstv | |
| 2008-09-15 | Add support for status reports via bio(4) to ataraid(4). | tron | |
| The code was contributed by Juan RP in PR kern/39514. | |||
| 2008-03-18 | Split device_t and softc for ATA devices, as well as wd(4). Other | cube | |
| cosmetic changes where appropriate. | |||
| 2008-02-02 | Match up some VOP_OPEN()S with VOP_CLOSE()s. This allows the root | mjf | |
| file system to be identified properly again. | |||
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka | |
| The general trend is to remove it from all kernel interfaces and this is a start. In case the calling lwp is desired, curlwp should be used. quick consensus on tech-kern | |||
| 2006-05-14 | integrate kauth. | elad | |
| 2006-03-28 | Use device_unit(). | thorpej | |
| 2006-03-25 | Use device_parent(). | thorpej | |
| 2005-12-11 | merge ktrace-lwp. | christos | |
| 2005-06-20 | Basic support for RAID0 and RAID1 for the Adaptec HostRAID format as found | briggs | |
| on the Intel 6300ESB on-board RAID. Adapted from FreeBSD. | |||
