git: kernel: Remove {msg,sem,shm}sys() syscalls.

Sascha Wildner swildner at crater.dragonflybsd.org
Thu Feb 27 07:40:44 PST 2014


commit 61871f77781057bd99cf509b946fe7d352e74309
Author: Sascha Wildner <saw at online.de>
Date:   Thu Feb 27 08:02:40 2014 +0100

    kernel: Remove {msg,sem,shm}sys() syscalls.
    
    They have become obsolete with the recent sysvipc userland work
    and are not implemented in userspace either.
    
    Thanks to marino for helping to verify that no packages were
    affected by this commit.
    
    Pointed-out-by: Mihai Carabas

Summary of changes:
 lib/libc/gen/Symbol.map        |   1 -
 lib/libc/gen/semconfig.c       |  11 ++---
 lib/libc/gen/sysvipc_semctl.c  |   7 +--
 lib/libc/i386/sys/Makefile.inc |   2 +-
 lib/libc/sys/Symbol.map        |   8 ----
 sys/kern/init_sysent.c         |   6 +--
 sys/kern/syscalls.c            |   6 +--
 sys/kern/syscalls.master       |  11 ++---
 sys/kern/sysv_ipc.c            |   6 ---
 sys/kern/sysv_msg.c            |  33 -------------
 sys/kern/sysv_sem.c            |  31 ------------
 sys/kern/sysv_shm.c            | 105 -----------------------------------------
 sys/sys/msg.h                  |   2 -
 sys/sys/sem.h                  |   2 -
 sys/sys/shm.h                  |   1 -
 sys/sys/syscall.h              |   6 +--
 sys/sys/syscall.mk             |   3 --
 sys/sys/sysproto.h             |  33 -------------
 sys/sys/sysunion.h             |   3 --
 19 files changed, 22 insertions(+), 255 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/61871f77781057bd99cf509b946fe7d352e74309


-- 
DragonFly BSD source repository



More information about the Commits mailing list