History log of /haiku/src/bin/bfs_tools/bfsinfo.cpp
Revision Date Author Comments
# 272510c3 28-Nov-2017 Alexander von Gluck IV <kallisti5@unixzen.com>

bfs_tools/bfsinfo: Cleanup output, use human sizes

* Correct some warnings on 64-bit


# 8f087d87 28-Nov-2017 Alexander von Gluck IV <kallisti5@unixzen.com>

bfs_tools: License clarification to MIT.

* Consulted with Axel D. via IRC to confirm license desires.


# b27b3781 08-Apr-2017 Axel Dörfler <axeld@pinc-software.de>

bfsinfo: Added option to list/count B+tree entries.

* -l now lists the contents of string B+trees.
* -c now counts the keys in a B+tree.
* Use BPLUSTREE_MAX_KEY_LENGTH to determine the maximum allowed
key length (was hardcoded to 255 before).


# 90f19589 14-May-2013 Axel Dörfler <axeld@pinc-software.de>

bfsinfo: Added double indirect block output.


# 2a8d81c2 10-May-2013 Jérôme Duval <jerome.duval@gmail.com>

bfsinfo: fixes 64 bit warnings


# 46cf7a5a 14-Nov-2012 Przemysław Buczkowski <przemub@yahoo.pl>

Fix typos: super block -> superblock (#8974)

Signed-off-by: Przemysław Buczkowski <przemub@yahoo.pl>
Signed-off-by: Matt Madia <mattmadia@gmail.com>


# 647cff2e 26-Mar-2012 Axel Dörfler <axeld@pinc-software.de>

Imported BFS-Tools (without docs), added bfsinfo to the image.

* The sources are unchanged, and most of it doesn't follow Haiku's coding
style -- stuff that I updated over the years might also have seen a coding
style update.
* This was also the basis on which Haiku's BFS has been written.
* In the long run, the stuff in 'lib' that is already part of BFS should
be removed, and used directly from BFS itself.
* I haven't yet added any other of the tools to the image. Not sure if they
are ready for inclusion yet; 'recover' could also be renamed to reflect that
it is BFS specific.


# 90f195890fc38d6c86659b3e59233b53fc580d87 14-May-2013 Axel Dörfler <axeld@pinc-software.de>

bfsinfo: Added double indirect block output.


# 2a8d81c2913b3e23f9ea101b5a188411830a3dfd 10-May-2013 Jérôme Duval <jerome.duval@gmail.com>

bfsinfo: fixes 64 bit warnings


# 46cf7a5a73679c6e4fde91710e4a4885242e49d1 14-Nov-2012 Przemysław Buczkowski <przemub@yahoo.pl>

Fix typos: super block -> superblock (#8974)

Signed-off-by: Przemysław Buczkowski <przemub@yahoo.pl>
Signed-off-by: Matt Madia <mattmadia@gmail.com>


# 647cff2e5925f2a1483b94aaff5620647ddf11bd 26-Mar-2012 Axel Dörfler <axeld@pinc-software.de>

Imported BFS-Tools (without docs), added bfsinfo to the image.

* The sources are unchanged, and most of it doesn't follow Haiku's coding
style -- stuff that I updated over the years might also have seen a coding
style update.
* This was also the basis on which Haiku's BFS has been written.
* In the long run, the stuff in 'lib' that is already part of BFS should
be removed, and used directly from BFS itself.
* I haven't yet added any other of the tools to the image. Not sure if they
are ready for inclusion yet; 'recover' could also be renamed to reflect that
it is BFS specific.