kernel: Remove a.out and gzipped a.out executable support.
commit08f7a79f8fe88d8a4bcf1ee316fdbed5c261c445
authorSascha Wildner <saw@online.de>
Thu, 16 Dec 2021 21:16:00 +0000 (16 22:16 +0100)
committerSascha Wildner <saw@online.de>
Thu, 16 Dec 2021 21:16:00 +0000 (16 22:16 +0100)
tree6b84cdb0325c42d01de847f1aa1ad395fd7ff336
parent316cafde32f2c2b77098a430e4f12544c2ca7769
kernel: Remove a.out and gzipped a.out executable support.

This isn't useful for anything anymore. Likely never was.

Also point out that our current executable format is ELF on the
a.out(5) manual page, which we keep along with <sys/a.out.h> because
ports need it.
UPDATING
share/man/man5/a.out.5
sys/conf/files
sys/config/LINT64
sys/kern/imgact_aout.c [deleted file]
sys/kern/imgact_gzip.c [deleted file]
sys/kern/inflate.c [deleted file]
sys/sys/sysent.h