]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r335321, r335336: stand: move libgeliboot into libsa
authorkevans <kevans@FreeBSD.org>
Wed, 20 Feb 2019 18:44:09 +0000 (18:44 +0000)
committerkevans <kevans@FreeBSD.org>
Wed, 20 Feb 2019 18:44:09 +0000 (18:44 +0000)
commit4e396f189b7860abd14b58938c274201208e7373
treefdc98f96a787bfb6ba067aec8195d2a7d06d4e30
parent81caa1de9787eaf05c933f5587b7b1a47e19ded9
MFC r335321, r335336: stand: move libgeliboot into libsa

r335321:
stand: move libgeliboot into libsa.

Reduce by 1 the number of crazy libraries we need in stand by moving
geli into libsa (where architecturally it belonged all along). This
just moves things around without any code changes.

r335336:
Remove now-empty geli directory
15 files changed:
stand/Makefile
stand/defs.mk
stand/geli/Makefile.depend [deleted file]
stand/i386/gptboot/Makefile
stand/i386/gptzfsboot/Makefile
stand/i386/isoboot/Makefile
stand/i386/loader/Makefile
stand/i386/zfsboot/Makefile
stand/libsa/Makefile
stand/libsa/geli/Makefile.inc [moved from stand/geli/Makefile with 74% similarity]
stand/libsa/geli/geliboot.c [moved from stand/geli/geliboot.c with 100% similarity]
stand/libsa/geli/geliboot.h [moved from stand/geli/geliboot.h with 100% similarity]
stand/libsa/geli/geliboot_crypto.c [moved from stand/geli/geliboot_crypto.c with 99% similarity]
stand/libsa/geli/geliboot_internal.h [moved from stand/geli/geliboot_internal.h with 100% similarity]
stand/libsa/geli/pwgets.c [moved from stand/geli/pwgets.c with 100% similarity]