summaryrefslogtreecommitdiff
path: root/sys/dev/dm/Makefile
AgeCommit message (Expand)Author
2009-12-05Install netbsd-dm.h file to include/dev/dm so it can be used by public.haad
span>dm: Remove unnecessary inliningtkusumi 2019-12-15dm: Style cleanups (no functional changes)tkusumi 2019-12-14dm: Remove void casts of function callstkusumi 2019-12-07dm: Fix strange pointer declarationstkusumi 2019-12-04dm: style + whitespace + indentation fixestkusumi 2019-12-03dm: Make global dm locks statictkusumi 2018-01-05use some size_t, add whitespace between functions, rcsids.christos 2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs 2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj 2010-01-04Indent files remove unnecessary blank lines, white spaces and KNFize code.haad 2009-12-29Add private lock to dm_dev_t used for mutual exclusion for diks(9) apihaad 2009-09-09Fix bug in kmem_alloc/kmem_free of params string. Params string washaad 2009-04-13Destroy locks in dm_dev_free, do not allocate struct disk twice.haad 2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger 2009-03-06Fix lvm lvrename command. There was bug in dm_dev_lookup wherehaad 2008-12-19Merge the haad-dm branch to -current. This branch adds LVM functionality tohaad