6698 freebsd btxld port for illumos (loader project)
commit0cc5983c8a077e6396dc7c492ee928b40bf0fed1
authorToomas Soome <tsoome@me.com>
Sat, 24 Oct 2015 21:49:01 +0000 (25 00:49 +0300)
committerRobert Mustacchi <rm@joyent.com>
Thu, 22 Sep 2016 18:43:36 +0000 (22 11:43 -0700)
tree8df64814321fad33bcd43ede25d5b6f66d697afe
parentafc2ba1deb75b323afde536f2dd18bcafdaa308d
6698 freebsd btxld port for illumos (loader project)
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Albert Lee <trisk@omniti.com>
Approved by: Robert Mustacchi <rm@joyent.com>
15 files changed:
exception_lists/copyright
exception_lists/cstyle
exception_lists/hdrchk
usr/src/Makefile.master
usr/src/pkg/manifests/developer-build-onbld.mf
usr/src/tools/Makefile
usr/src/tools/btxld/Makefile [new file with mode: 0644]
usr/src/tools/btxld/btx.h [new file with mode: 0644]
usr/src/tools/btxld/btxld.8 [new file with mode: 0644]
usr/src/tools/btxld/btxld.c [new file with mode: 0644]
usr/src/tools/btxld/elfh.c [new file with mode: 0644]
usr/src/tools/btxld/elfh.h [new file with mode: 0644]
usr/src/tools/btxld/endian.h [new file with mode: 0644]
usr/src/tools/btxld/imgact_aout.h [new file with mode: 0644]
usr/src/tools/btxld/version.c [new file with mode: 0644]