commit b14285e2f30f4b596b1cc861fbf788f15bf057bf
Author: Sascha Wildner <[email protected]>
Date:   Mon Apr 13 12:22:31 2020 +0200

    kernel: GC a few old system calls which are libc functions in DragonFly.
    
    Namely, getdomainname, setdomainname, and uname, all of which were
    deprecated in early FreeBSD but never really phased out. They were
    likely never used (as system calls) in DragonFly at all.
    
    For more information on the FreeBSD history, see FreeBSD's r184789.

Summary of changes:
 lib/libc/rpc/rpcdname.c          |   2 +-
 lib/libc/x86_64/sys/Makefile.inc |   4 +-
 sys/conf/files                   |   1 -
 sys/kern/init_sysent.c           |   6 +-
 sys/kern/kern_xxx.c              | 148 ---------------------------------------
 sys/kern/syscalls.c              |   6 +-
 sys/kern/syscalls.master         |   6 +-
 sys/sys/syscall.h                |   6 +-
 sys/sys/syscall.mk               |   3 -
 sys/sys/sysproto.h               |  23 ------
 sys/sys/sysunion.h               |   3 -
 11 files changed, 15 insertions(+), 193 deletions(-)
 delete mode 100644 sys/kern/kern_xxx.c

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


-- 
DragonFly BSD source repository

Reply via email to