mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
imagact_binmisc builds for all supported architectures, so enable it for all.
Any bugs in execution will be dealt with as they crop up. MFC after: 3 weeks Relnotes: Yes
This commit is contained in:
parent
377456f91e
commit
81e3caaf77
@ -646,6 +646,3 @@ options VM_KMEM_SIZE_SCALE
|
|||||||
# Enable NDIS binary driver support
|
# Enable NDIS binary driver support
|
||||||
options NDISAPI
|
options NDISAPI
|
||||||
device ndis
|
device ndis
|
||||||
|
|
||||||
# Module to enable execution of application via emulators like QEMU
|
|
||||||
options IMAGACT_BINMISC
|
|
||||||
|
@ -2968,3 +2968,6 @@ options RANDOM_YARROW # Yarrow RNG
|
|||||||
##options RANDOM_FORTUNA # Fortuna RNG - not yet implemented
|
##options RANDOM_FORTUNA # Fortuna RNG - not yet implemented
|
||||||
options RANDOM_DEBUG # Debugging messages
|
options RANDOM_DEBUG # Debugging messages
|
||||||
options RANDOM_RWFILE # Read and write entropy cache
|
options RANDOM_RWFILE # Read and write entropy cache
|
||||||
|
|
||||||
|
# Module to enable execution of application via emulators like QEMU
|
||||||
|
options IMAGACT_BINMISC
|
||||||
|
@ -2850,6 +2850,7 @@ kern/bus_if.m standard
|
|||||||
kern/clock_if.m standard
|
kern/clock_if.m standard
|
||||||
kern/cpufreq_if.m standard
|
kern/cpufreq_if.m standard
|
||||||
kern/device_if.m standard
|
kern/device_if.m standard
|
||||||
|
kern/imgact_binmisc.c optional imagact_binmisc
|
||||||
kern/imgact_elf.c standard
|
kern/imgact_elf.c standard
|
||||||
kern/imgact_elf32.c optional compat_freebsd32
|
kern/imgact_elf32.c optional compat_freebsd32
|
||||||
kern/imgact_shell.c standard
|
kern/imgact_shell.c standard
|
||||||
|
@ -438,7 +438,6 @@ dev/virtio/scsi/virtio_scsi.c optional virtio_scsi
|
|||||||
dev/virtio/random/virtio_random.c optional virtio_random
|
dev/virtio/random/virtio_random.c optional virtio_random
|
||||||
isa/syscons_isa.c optional sc
|
isa/syscons_isa.c optional sc
|
||||||
isa/vga_isa.c optional vga
|
isa/vga_isa.c optional vga
|
||||||
kern/imgact_binmisc.c optional imagact_binmisc
|
|
||||||
kern/kern_clocksource.c standard
|
kern/kern_clocksource.c standard
|
||||||
kern/link_elf_obj.c standard
|
kern/link_elf_obj.c standard
|
||||||
#
|
#
|
||||||
|
@ -520,7 +520,6 @@ isa/syscons_isa.c optional sc
|
|||||||
isa/vga_isa.c optional vga
|
isa/vga_isa.c optional vga
|
||||||
kern/kern_clocksource.c standard
|
kern/kern_clocksource.c standard
|
||||||
kern/imgact_aout.c optional compat_aout
|
kern/imgact_aout.c optional compat_aout
|
||||||
kern/imgact_binmisc.c optional imagact_binmisc
|
|
||||||
kern/imgact_gzip.c optional gzip
|
kern/imgact_gzip.c optional gzip
|
||||||
libkern/divdi3.c standard
|
libkern/divdi3.c standard
|
||||||
libkern/flsll.c standard
|
libkern/flsll.c standard
|
||||||
|
@ -91,6 +91,7 @@ DIRECTIO
|
|||||||
FILEMON opt_dontuse.h
|
FILEMON opt_dontuse.h
|
||||||
FFCLOCK
|
FFCLOCK
|
||||||
FULL_PREEMPTION opt_sched.h
|
FULL_PREEMPTION opt_sched.h
|
||||||
|
IMAGACT_BINMISC opt_dontuse.h
|
||||||
IPI_PREEMPTION opt_sched.h
|
IPI_PREEMPTION opt_sched.h
|
||||||
GEOM_AES opt_geom.h
|
GEOM_AES opt_geom.h
|
||||||
GEOM_BDE opt_geom.h
|
GEOM_BDE opt_geom.h
|
||||||
|
@ -21,7 +21,6 @@ COMPAT_FREEBSD32 opt_compat.h
|
|||||||
COMPAT_LINUX32 opt_compat.h
|
COMPAT_LINUX32 opt_compat.h
|
||||||
#COMPAT_SVR4 opt_dontuse.h
|
#COMPAT_SVR4 opt_dontuse.h
|
||||||
#DEBUG_SVR4 opt_svr4.h
|
#DEBUG_SVR4 opt_svr4.h
|
||||||
IMAGACT_BINMISC opt_dontuse.h
|
|
||||||
LINPROCFS opt_dontuse.h
|
LINPROCFS opt_dontuse.h
|
||||||
LINSYSFS opt_dontuse.h
|
LINSYSFS opt_dontuse.h
|
||||||
NDISAPI opt_dontuse.h
|
NDISAPI opt_dontuse.h
|
||||||
|
@ -26,7 +26,6 @@ IBCS2 opt_dontuse.h
|
|||||||
COMPAT_LINUX opt_dontuse.h
|
COMPAT_LINUX opt_dontuse.h
|
||||||
COMPAT_SVR4 opt_dontuse.h
|
COMPAT_SVR4 opt_dontuse.h
|
||||||
DEBUG_SVR4 opt_svr4.h
|
DEBUG_SVR4 opt_svr4.h
|
||||||
IMAGACT_BINMISC opt_binmisc.h
|
|
||||||
LINPROCFS opt_dontuse.h
|
LINPROCFS opt_dontuse.h
|
||||||
LINSYSFS opt_dontuse.h
|
LINSYSFS opt_dontuse.h
|
||||||
NDISAPI opt_dontuse.h
|
NDISAPI opt_dontuse.h
|
||||||
|
@ -1056,6 +1056,3 @@ options VM_KMEM_SIZE_SCALE
|
|||||||
# asr old ioctls support, needed by raidutils
|
# asr old ioctls support, needed by raidutils
|
||||||
|
|
||||||
options ASR_COMPAT
|
options ASR_COMPAT
|
||||||
|
|
||||||
# Module to enable execution of application via emulators like QEMU
|
|
||||||
options IMAGACT_BINMISC
|
|
||||||
|
@ -150,7 +150,7 @@ SUBDIR= \
|
|||||||
if_vlan \
|
if_vlan \
|
||||||
${_igb} \
|
${_igb} \
|
||||||
${_iir} \
|
${_iir} \
|
||||||
${_imgact_binmisc} \
|
imgact_binmisc \
|
||||||
${_io} \
|
${_io} \
|
||||||
${_ipoib} \
|
${_ipoib} \
|
||||||
${_ipdivert} \
|
${_ipdivert} \
|
||||||
@ -377,7 +377,6 @@ SUBDIR= \
|
|||||||
|
|
||||||
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
|
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
|
||||||
_filemon= filemon
|
_filemon= filemon
|
||||||
_imgact_binmisc= imgact_binmisc
|
|
||||||
_vmware= vmware
|
_vmware= vmware
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user