index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
dm
/
dm_dev.c
Age
Commit message (
Expand
)
Author
2021-08-21
fix typos in sys/dev/dm code comments and documentation.
andvar
2020-07-08
Adapt to proplib API chanages.
thorpej
2019-12-31
dm: Remove unnecessary inlining
tkusumi
2019-12-15
dm: Style cleanups (no functional changes)
tkusumi
2019-12-14
dm: Remove void casts of function calls
tkusumi
2019-12-07
dm: Fix strange pointer declarations
tkusumi
2019-12-04
dm: style + whitespace + indentation fixes
tkusumi
2019-12-03
dm: Make global dm locks static
tkusumi
2018-01-05
use some size_t, add whitespace between functions, rcsids.
christos
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2014-10-18
src is too big these days to tolerate superfluous apostrophes. It's
snj
2010-01-04
Indent files remove unnecessary blank lines, white spaces and KNFize code.
haad
2009-12-29
Add private lock to dm_dev_t used for mutual exclusion for diks(9) api
haad
2009-09-09
Fix bug in kmem_alloc/kmem_free of params string. Params string was
haad
2009-04-13
Destroy locks in dm_dev_free, do not allocate struct disk twice.
haad
2009-03-18
Ansify function definitions w/o arguments. Generated with sed.
cegger
2009-03-06
Fix lvm lvrename command. There was bug in dm_dev_lookup where
haad
2008-12-19
Merge the haad-dm branch to -current. This branch adds LVM functionality to
haad