History log of /haiku/src/bin/bfs_tools/lib/Inode.cpp
Revision Date Author Comments
# 425ac1b6 20-Jun-2023 Alexander von Gluck IV <kallisti5@unixzen.com>

refactor: Swap %Ld for %lld in all format usages

* %Ld is an undocumented alias for %lld in glibc.
* muslc doesn't implement it for this reason.
* While we will likely never drop %Ld support,
lets clean house and set a better example.

Change-Id: Id46dad3104abae483e80cc5c05d1464d3ecd8030
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6636
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>


# 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.


# 76e7f568 13-Jul-2015 Adrien Destugues <pulkomandy@gmail.com>

bfs_tools: add some extra checks to avoid crashes.

I'm not sure I'm fixing the root cause of problems here, but this avoids
some crashes and I could recover my files this way.


# 15be2c60 17-Jul-2013 Murai Takashi <tmurai01@gmail.com>

Fix called C++ object pointer is null

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>


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

bfsinfo: fixes 64 bit warnings


# 91d335e0 02-Dec-2012 Axel Dörfler <axeld@pinc-software.de>

Automatic whitespace cleanup.


# 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.


# 76e7f5688dcd7dd36cad23f75701a8b2299580b3 13-Jul-2015 Adrien Destugues <pulkomandy@gmail.com>

bfs_tools: add some extra checks to avoid crashes.

I'm not sure I'm fixing the root cause of problems here, but this avoids
some crashes and I could recover my files this way.


# 15be2c601874b5ea8317151e99a293202851cc74 17-Jul-2013 Murai Takashi <tmurai01@gmail.com>

Fix called C++ object pointer is null

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>


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

bfsinfo: fixes 64 bit warnings


# 91d335e0b78d01e9029fc6f37e8ac3d1f2d87b51 02-Dec-2012 Axel Dörfler <axeld@pinc-software.de>

Automatic whitespace cleanup.


# 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.