]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libzdb: Initial breakout of libzdb
authorRich Ercolani <214141+rincebrain@users.noreply.github.com>
Mon, 5 Feb 2024 18:00:41 +0000 (13:00 -0500)
committerGitHub <noreply@github.com>
Mon, 5 Feb 2024 18:00:41 +0000 (10:00 -0800)
commita0d3fe72bf78e9035d231b00583cc5408c5cc63d
tree5a0a5d944d359c6c3206e9f0ea5d4881d7801b9b
parent06e25f9c4b0841e450e411bf270c7aa92c04c573
libzdb: Initial breakout of libzdb

Step 1 in trying to slowly rip the zdb functions out of zdb.c
to allow people to play with more flexible things to leverage
zdb's functionality.

No promises on any functions or structs being stable, now or probably
in general unless someone builds a more polished abstraction, the
goal at the moment is to slowly untangle the global state usage
in zdb...

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
Closes #15804
cmd/zdb/Makefile.am
cmd/zdb/zdb.c
include/Makefile.am
include/libzdb.h [new file with mode: 0644]
lib/Makefile.am
lib/libzdb/Makefile.am [new file with mode: 0644]
lib/libzdb/libzdb.c [new file with mode: 0644]