[prev in list] [next in list] [prev in thread] [next in thread] 

List:       dragonfly-commits
Subject:    git: kernel: Remove {msg,sem,shm}sys() syscalls.
From:       Sascha Wildner <swildner () crater ! dragonflybsd ! org>
Date:       2014-02-27 15:40:44
Message-ID: 201402271540.s1RFei0f021945 () crater ! dragonflybsd ! org
[Download RAW message or body]


commit 61871f77781057bd99cf509b946fe7d352e74309
Author: Sascha Wildner <saw@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
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic