git: i386 removal, part 36/x: Remove the i386 specific kgzip(8) utility.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri Aug 21 08:11:45 PDT 2015


commit c425a6254f909db65a1ccbc31a09e09e371bf847
Author: Sascha Wildner <saw at online.de>
Date:   Fri Aug 21 17:11:27 2015 +0200

    i386 removal, part 36/x: Remove the i386 specific kgzip(8) utility.
    
    It was used to compress kernels to be loaded without the loader.
    
    For our standard loader it is enough to just gzip the kernel (i.e.,
    create /boot/kernel/kernel.gz). This doesn't work with modules
    unfortunately.

Summary of changes:
 Makefile_upgrade.inc     |   3 -
 usr.sbin/Makefile        |   6 +-
 usr.sbin/kgzip/Makefile  |   8 --
 usr.sbin/kgzip/aouthdr.c |  80 -----------------
 usr.sbin/kgzip/aouthdr.h |  60 -------------
 usr.sbin/kgzip/elfhdr.c  | 164 ----------------------------------
 usr.sbin/kgzip/elfhdr.h  |  83 -----------------
 usr.sbin/kgzip/kgz.h     |  58 ------------
 usr.sbin/kgzip/kgzcmp.c  | 228 -----------------------------------------------
 usr.sbin/kgzip/kgzip.8   | 141 -----------------------------
 usr.sbin/kgzip/kgzip.c   | 178 ------------------------------------
 usr.sbin/kgzip/kgzip.h   |  52 -----------
 usr.sbin/kgzip/kgzld.c   |  98 --------------------
 usr.sbin/kgzip/xio.c     | 122 -------------------------
 14 files changed, 1 insertion(+), 1280 deletions(-)
 delete mode 100644 usr.sbin/kgzip/Makefile
 delete mode 100644 usr.sbin/kgzip/aouthdr.c
 delete mode 100644 usr.sbin/kgzip/aouthdr.h
 delete mode 100644 usr.sbin/kgzip/elfhdr.c
 delete mode 100644 usr.sbin/kgzip/elfhdr.h
 delete mode 100644 usr.sbin/kgzip/kgz.h
 delete mode 100644 usr.sbin/kgzip/kgzcmp.c
 delete mode 100644 usr.sbin/kgzip/kgzip.8
 delete mode 100644 usr.sbin/kgzip/kgzip.c
 delete mode 100644 usr.sbin/kgzip/kgzip.h
 delete mode 100644 usr.sbin/kgzip/kgzld.c
 delete mode 100644 usr.sbin/kgzip/xio.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c425a6254f909db65a1ccbc31a09e09e371bf847


-- 
DragonFly BSD source repository



More information about the Commits mailing list