| Age | Commit message (Expand) | Author |
| 2020-01-21 | Pull up following revision(s) (requested by maya in ticket #641): | martin |
| 2018-11-11 | Only _if_ an inactive table has been loaded, make it active when resuming. | mlelstv |
| 2018-10-06 | Add ioctls to query geometry. | mlelstv |
| 2018-01-05 | use some size_t, add whitespace between functions, rcsids. | christos |
| 2018-01-05 | PR/52900: Tomohiro Kusumi: Fix kernel panic when target's ->init() failed | christos |
| 2017-10-28 | Kill some more extern struct cfdriver declarations. | riastradh |
| 2017-06-04 | more dependiences -> dependencies | mbalmer |
| 2017-06-04 | more dependiences -> dependencies | mbalmer |
| 2017-06-04 | fix typo in comment | mbalmer |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2016-07-11 | KNF. No functional change. | msaitoh |
| 2015-09-06 | More on PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2015-05-10 | CID 976256: Help coverity understand that when the list is empty the head | christos |
| 2014-12-31 | disk_blocksize and disk_set_info relay the same information | mlelstv |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-10-02 | dm_target_t reference count is modified with atomic_{inc,dec}_32 so should | justin |
| 2014-10-02 | Call prop_dictionary_get_uint32 with uint32_t | justin |
| 2014-10-02 | devmajor_t not int | justin |
| 2014-08-19 | cleanup properly on error. | christos |
| 2014-08-18 | Avoid a memory leak - from maxv | agc |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-25 | Add d_discard to all struct bdevsw instances I could find. | dholland |
| 2014-06-14 | Change dk_lookup() to return an anonymous vnode not associated with | hannken |
| 2013-12-28 | Make dksubr.c into a module, and make the cgd and dm modules depend on | pgoyette |
| 2013-12-24 | release proplib iterator in failure paths. | mlelstv |
| 2013-12-09 | Fix typo ("then" instead of "than") | wiz |
| 2013-10-18 | remove unused variables | christos |
| 2013-05-29 | phase 1 of disk geometry cleanup: | christos |
| 2012-08-07 | Fix problem reported by jym on current-user@ patch was provided by mhitch@. | haad |
| 2012-07-28 | Fix -fno-common found by building i386/conf/ALL | matt |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-01-04 | Fix wrong KASSERT, reported by mhitch@. | haad |
| 2011-12-11 | fixup comments - no functional change | agc |
| 2011-10-14 | Change the vnode locking protocol of VOP_GETATTR() to request at least | hannken |
| 2011-08-28 | readd assertions noew with the correct struct | ahoka |
| 2011-08-27 | Revert last, assertions on undefined variables don't make sense. | joerg |
| 2011-08-27 | add function to get the inactive table size (for during target init) | ahoka |
| 2011-08-27 | be consistent and define secsize here as well (though this seems unused?) | ahoka |
| 2011-08-27 | - add a function to get the inactive table's size | ahoka |
| 2011-08-27 | Add a sanity check for missing functions in dmt | ahoka |
| 2011-06-02 | Fix simple typo which made stripe target not working very at all. Issue | haad |
| 2011-05-24 | Fix logic error | joerg |
| 2010-12-23 | Now that we have allowed operator to access the control node, make sure | christos |
| 2010-12-23 | make dm aware of physical sector sizes. | mlelstv |
| 2010-12-06 | I have forgot to fix dm_dev_counter here, too. | haad |
| 2010-12-06 | We don't need 64 bit variable for dm_device coutner, too. | haad |
| 2010-12-06 | Add comment about dm_dev minor, and change it to 32bit value we realy not | haad |
| 2010-11-19 | Introduce struct pathbuf. This is an abstraction to hold a pathname | dholland |
| 2010-11-15 | curlwp needs sys/lwp.h. | uebayasi |