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_table.c
Age
Commit message (
Expand
)
Author
2021-08-21
fix typos in sys/dev/dm code comments and documentation.
andvar
2021-08-20
fix various typos in comments and log messages.
andvar
2019-12-31
dm: Remove unnecessary inlining
tkusumi
2019-12-22
dm: Make numsec/secsize arguments in dm_table_disksize() optional
tkusumi
2019-12-21
dm: Remove target's ->deps() by implementing deps in dm core
tkusumi
2019-12-15
dm: Style cleanups (no functional changes)
tkusumi
2019-12-15
dm: Make targets' ->secsize() optional
tkusumi
2019-12-15
dm: "unsigned" -> "unsigned int" for consistency
tkusumi
2019-12-14
dm: Remove void casts of function calls
tkusumi
2019-12-07
dm: Fix strange pointer declarations
tkusumi
2019-12-07
dm: Simplify list eviction code
tkusumi
2019-12-05
dm: Make dm core set config to NULL after destroy
tkusumi
2019-12-04
dm: style + whitespace + indentation fixes
tkusumi
2018-01-05
use some size_t, add whitespace between functions, rcsids.
christos
2011-08-27
add function to get the inactive table size (for during target init)
ahoka
2010-12-23
make dm aware of physical sector sizes.
mlelstv
2010-01-04
Indent files remove unnecessary blank lines, white spaces and KNFize code.
haad
2009-10-23
Reduce a noise from a debug printf to debug level
joerg
2009-06-27
Some fixes for dm(4).
jakllsch
2008-12-19
Merge the haad-dm branch to -current. This branch adds LVM functionality to
haad