Add interpretation of OS Creator values for FreeBSD and Lites in mke2fs
and dumpe2fs.
Eventually, we should fold this into a single function for converting
numbers to creator os codes, and vice versa (in TODO file)
diff --git a/TODO b/TODO
index 3339705..16bd0b0 100644
--- a/TODO
+++ b/TODO
@@ -202,3 +202,8 @@
Add --lba option to debian icheck command, and have ways of making it
easier to translate LBA to filesystem block numbers.
+
+-------------------------------------------------------
+
+Move creator_os string parsing and unparsing from mke2fs and e2p/ls.c
+to a centralized e2p library function.