git: kernel: Remove the COMPAT_43 kernel option along with all related code.
Sascha Wildner
swildner at crater.dragonflybsd.org
Tue Oct 18 13:50:46 PDT 2016
commit d6e8ab2d2508bde32ad7b7daaf86d44ec7330986
Author: Sascha Wildner <saw at online.de>
Date: Tue Oct 18 22:50:13 2016 +0200
kernel: Remove the COMPAT_43 kernel option along with all related code.
It is commented out in our default kernel config files for almost five
years now, since 9466f37df5258f3bc3d99ae43627a71c1c085e7d.
Approved-by: dillon
Dragonfly-bug: <https://bugs.dragonflybsd.org/issues/2946>
Summary of changes:
UPDATING | 6 +
sys/bus/pci/pci_user.c | 2 -
sys/bus/u4b/input/ukbd.c | 44 ---
sys/bus/u4b/input/ukbd/Makefile | 2 +-
sys/conf/files | 9 -
sys/conf/options | 1 -
sys/config/LINT64 | 7 -
sys/config/VKERNEL64 | 1 -
sys/config/X86_64_GENERIC | 1 -
sys/dev/drm/radeon/Makefile | 1 -
sys/dev/misc/nmdm/Makefile | 4 -
sys/dev/misc/nmdm/nmdm.c | 4 -
sys/dev/raid/mps/Makefile | 2 +-
sys/dev/raid/mps/mps_user.c | 2 -
sys/dev/serial/digi/Makefile | 4 -
sys/dev/serial/digi/digi.c | 17 -
sys/dev/serial/rp/rp.c | 12 -
sys/dev/serial/si/si_drv.c | 25 --
sys/dev/serial/sio/sio.c | 17 +-
sys/emulation/43bsd/43bsd_exit.c | 73 -----
sys/emulation/43bsd/43bsd_file.c | 205 ------------
sys/emulation/43bsd/43bsd_hostinfo.c | 331 -------------------
sys/emulation/43bsd/43bsd_resource.c | 98 ------
sys/emulation/43bsd/43bsd_signal.c | 180 -----------
sys/emulation/43bsd/43bsd_socket.c | 537 -------------------------------
sys/emulation/43bsd/43bsd_socket.h | 49 ---
sys/emulation/43bsd/43bsd_stats.c | 147 ---------
sys/emulation/43bsd/43bsd_vm.c | 117 -------
sys/emulation/43bsd/stat.h | 61 ----
sys/kern/init_sysent.c | 10 -
sys/kern/kern_descrip.c | 1 -
sys/kern/kern_exit.c | 1 -
sys/kern/kern_prot.c | 13 -
sys/kern/kern_resource.c | 2 -
sys/kern/makesyscalls.sh | 17 +-
sys/kern/syscalls.c | 2 -
sys/kern/syscalls.master | 4 -
sys/kern/sysv_shm.c | 1 -
sys/kern/tty.c | 18 --
sys/kern/tty_compat.c | 468 ---------------------------
sys/kern/tty_conf.c | 10 +-
sys/kern/tty_pty.c | 18 --
sys/net/if.c | 65 ----
sys/netinet/tcp_subr.c | 1 -
sys/netinet/tcp_timer.c | 2 -
sys/platform/pc64/x86_64/exception.S | 2 +-
sys/platform/pc64/x86_64/machdep.c | 1 -
sys/platform/vkernel64/x86_64/cpu_regs.c | 1 -
sys/sys/sysproto.h | 12 -
sys/sys/sysunion.h | 80 -----
usr.bin/kdump/mkioctls | 1 -
51 files changed, 12 insertions(+), 2677 deletions(-)
delete mode 100644 sys/emulation/43bsd/43bsd_exit.c
delete mode 100644 sys/emulation/43bsd/43bsd_file.c
delete mode 100644 sys/emulation/43bsd/43bsd_hostinfo.c
delete mode 100644 sys/emulation/43bsd/43bsd_resource.c
delete mode 100644 sys/emulation/43bsd/43bsd_signal.c
delete mode 100644 sys/emulation/43bsd/43bsd_socket.c
delete mode 100644 sys/emulation/43bsd/43bsd_socket.h
delete mode 100644 sys/emulation/43bsd/43bsd_stats.c
delete mode 100644 sys/emulation/43bsd/43bsd_vm.c
delete mode 100644 sys/emulation/43bsd/stat.h
delete mode 100644 sys/kern/tty_compat.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d6e8ab2d2508bde32ad7b7daaf86d44ec7330986
--
DragonFly BSD source repository
More information about the Commits
mailing list