git: kernel: Remove a.out and gzipped a.out executable support.

Sascha Wildner swildner at crater.dragonflybsd.org
Thu Dec 16 13:17:06 PST 2021


commit 08f7a79f8fe88d8a4bcf1ee316fdbed5c261c445
Author: Sascha Wildner <saw at online.de>
Date:   Thu Dec 16 22:16:00 2021 +0100

    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.

Summary of changes:
 UPDATING               |    5 +
 share/man/man5/a.out.5 |   11 +-
 sys/conf/files         |    3 -
 sys/config/LINT64      |    1 -
 sys/kern/imgact_aout.c |  258 ------------
 sys/kern/imgact_gzip.c |  377 -----------------
 sys/kern/inflate.c     | 1074 ------------------------------------------------
 sys/sys/sysent.h       |    1 -
 8 files changed, 15 insertions(+), 1715 deletions(-)
 delete mode 100644 sys/kern/imgact_aout.c
 delete mode 100644 sys/kern/imgact_gzip.c
 delete mode 100644 sys/kern/inflate.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/08f7a79f8fe88d8a4bcf1ee316fdbed5c261c445


-- 
DragonFly BSD source repository


More information about the Commits mailing list