Initiate deorbit burn for sys/kern/link_aout.c. We never shipped a.out
kld's anywhere, and it was always possible to load ELF kld's even in an a.out kernel. There is no reason for this to exist anymore, and a.out kld support has been suffering serious bitrot over the years. They have not been fully functional for quite some time.
This commit is contained in:
parent
ef3b17314a
commit
0a3afb5a43
@ -397,7 +397,6 @@ isa/syscons_isa.c optional sc
|
||||
isa/vga_isa.c optional vga
|
||||
kern/imgact_aout.c standard
|
||||
kern/imgact_gzip.c optional gzip
|
||||
kern/link_aout.c standard
|
||||
kern/md4c.c optional netsmb
|
||||
kern/subr_diskmbr.c standard
|
||||
libkern/divdi3.c standard
|
||||
|
@ -356,7 +356,6 @@ i4b/layer1/itjc/i4b_itjc_l1fsm.c optional itjc
|
||||
#
|
||||
kern/imgact_aout.c standard
|
||||
kern/imgact_gzip.c optional gzip
|
||||
kern/link_aout.c standard
|
||||
kern/md4c.c optional netsmb
|
||||
kern/subr_diskmbr.c count compat_atdisk
|
||||
libkern/divdi3.c standard
|
||||
|
Loading…
x
Reference in New Issue
Block a user