git: Remove upc_{control, register} syscalls and everything that has to do with it.

Sascha Wildner swildner at crater.dragonflybsd.org
Wed Dec 12 13:46:38 PST 2012


commit 7adb15b6dcf5e168299d7b37219522427f73b0c9
Author: Sascha Wildner <saw at online.de>
Date:   Wed Dec 12 21:40:16 2012 +0100

    Remove upc_{control,register} syscalls and everything that has to do with it.
    
    It's no longer used for anything.
    
    Requested-by: vsrinivas
    Approved-by:  dillon

Summary of changes:
 Makefile_upgrade.inc                     |    5 +
 lib/libc/sys/Makefile.inc                |    3 +-
 lib/libc/sys/upc_register.2              |  415 ------------------------------
 sys/conf/files                           |    1 -
 sys/cpu/i386/include/cpu.h               |    3 -
 sys/cpu/x86_64/include/cpu.h             |    3 -
 sys/kern/init_sysent.c                   |    4 +-
 sys/kern/kern_exec.c                     |    2 -
 sys/kern/kern_exit.c                     |    7 -
 sys/kern/kern_upcall.c                   |  301 ----------------------
 sys/kern/syscalls.c                      |    4 +-
 sys/kern/syscalls.master                 |    4 +-
 sys/platform/pc32/i386/genassym.c        |    1 -
 sys/platform/pc32/i386/ipl.s             |    2 +-
 sys/platform/pc32/i386/machdep.c         |  153 -----------
 sys/platform/pc32/i386/trap.c            |    9 +-
 sys/platform/pc64/x86_64/genassym.c      |    1 -
 sys/platform/pc64/x86_64/ipl.s           |    2 +-
 sys/platform/pc64/x86_64/machdep.c       |  153 -----------
 sys/platform/pc64/x86_64/trap.c          |    6 +-
 sys/platform/vkernel/i386/cpu_regs.c     |  153 -----------
 sys/platform/vkernel/i386/genassym.c     |    1 -
 sys/platform/vkernel/i386/trap.c         |    9 +-
 sys/platform/vkernel64/x86_64/cpu_regs.c |  153 -----------
 sys/platform/vkernel64/x86_64/trap.c     |    9 +-
 sys/sys/globaldata.h                     |    6 +-
 sys/sys/proc.h                           |    7 +-
 sys/sys/signalvar.h                      |    4 -
 sys/sys/syscall.h                        |    4 +-
 sys/sys/syscall.mk                       |    2 -
 sys/sys/sysproto.h                       |   19 --
 sys/sys/sysunion.h                       |    2 -
 sys/sys/upcall.h                         |   85 ------
 sys/vm/vm_map.c                          |    8 +-
 sys/vm/vm_map.h                          |   20 +--
 test/sysperf/Makefile                    |    8 -
 test/sysperf/upcall.S                    |   32 ---
 test/sysperf/upcall1.c                   |   65 -----
 38 files changed, 32 insertions(+), 1634 deletions(-)
 delete mode 100644 lib/libc/sys/upc_register.2
 delete mode 100644 sys/kern/kern_upcall.c
 delete mode 100644 sys/sys/upcall.h
 delete mode 100644 test/sysperf/upcall.S
 delete mode 100644 test/sysperf/upcall1.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7adb15b6dcf5e168299d7b37219522427f73b0c9


-- 
DragonFly BSD source repository



More information about the Commits mailing list