NetBSD/sys/dev/dm
tkusumi c3c15a2869 dm: "unsigned" -> "unsigned int" for consistency
Use either one, but not both.
2019-12-15 09:22:28 +00:00
..
doc dm: Fix strange pointer declarations 2019-12-07 15:28:39 +00:00
device-mapper.c dm: "unsigned" -> "unsigned int" for consistency 2019-12-15 09:22:28 +00:00
dm_dev.c dm: Remove void casts of function calls 2019-12-14 10:49:30 +00:00
dm_ioctl.c dm: Rename targets' ->status() to ->table() given ->info() exists 2019-12-15 05:56:02 +00:00
dm_pdev.c dm: Fix memory leak in dm_pdev_rem() 2019-12-13 15:49:22 +00:00
dm_table.c dm: "unsigned" -> "unsigned int" for consistency 2019-12-15 09:22:28 +00:00
dm_target_error.c dm: Rename targets' ->status() to ->table() given ->info() exists 2019-12-15 05:56:02 +00:00
dm_target_linear.c dm: "unsigned" -> "unsigned int" for consistency 2019-12-15 09:22:28 +00:00
dm_target_mirror.c dm: Rename targets' ->status() to ->table() given ->info() exists 2019-12-15 05:56:02 +00:00
dm_target_snapshot.c dm: Rename targets' ->status() to ->table() given ->info() exists 2019-12-15 05:56:02 +00:00
dm_target_stripe.c dm: "unsigned" -> "unsigned int" for consistency 2019-12-15 09:22:28 +00:00
dm_target_zero.c dm: Rename targets' ->status() to ->table() given ->info() exists 2019-12-15 05:56:02 +00:00
dm_target.c dm: Rename targets' ->status() to ->table() given ->info() exists 2019-12-15 05:56:02 +00:00
dm.h dm: "unsigned" -> "unsigned int" for consistency 2019-12-15 09:22:28 +00:00
files.dm
Makefile
netbsd-dm.h dm: Remove trailing whitespace 2019-12-06 16:46:14 +00:00
TODO