]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove gzip'ed a.out support.
authordelphij <delphij@FreeBSD.org>
Tue, 30 Jul 2019 05:13:16 +0000 (05:13 +0000)
committerdelphij <delphij@FreeBSD.org>
Tue, 30 Jul 2019 05:13:16 +0000 (05:13 +0000)
commit87a8992ef276e00f6ba6eba0bc6e7cf56c34ac85
treed4ba139a5945fb16b184ebf1d3cc123c55c08e07
parent13e88a69dd6be5830c15f39875f163ce4a55ebf0
Remove gzip'ed a.out support.

The current implementation of gzipped a.out support was based
on a very old version of InfoZIP which ships with an ancient
modified version of zlib, and was removed from the GENERIC
kernel in 1999 when we moved to an ELF world.

PR: 205822
Reviewed by: imp, kib, emaste, Yoshihiro Ota <ota at j.email.ne.jp>
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D21099
sys/amd64/conf/NOTES
sys/arm/arm/elf_trampoline.c [deleted file]
sys/conf/files
sys/conf/files.amd64
sys/conf/files.i386
sys/i386/conf/NOTES
sys/kern/imgact_gzip.c [deleted file]
sys/kern/subr_inflate.c [deleted file]
sys/sys/inflate.h [deleted file]