git: kernel - Add lwp_getname() system call

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Nov 13 16:41:04 PST 2019


commit 2bebe3e9aa1f92d41da17e129f40e17afb56bfee
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Nov 13 16:37:10 2019 -0800

    kernel - Add lwp_getname() system call
    
    * Add a new system call to support pthread_get_name_np().

Summary of changes:
 sys/kern/init_sysent.c   |  1 +
 sys/kern/kern_prot.c     | 49 ++++++++++++++++++++++++++++++++++++++++++++++++
 sys/kern/syscalls.c      |  1 +
 sys/kern/syscalls.master |  1 +
 sys/sys/lwp.h            |  1 +
 sys/sys/param.h          |  3 ++-
 sys/sys/syscall.h        |  3 ++-
 sys/sys/syscall.mk       |  3 ++-
 sys/sys/sysproto.h       |  9 +++++++++
 sys/sys/sysunion.h       |  1 +
 10 files changed, 69 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2bebe3e9aa1f92d41da17e129f40e17afb56bfee


-- 
DragonFly BSD source repository



More information about the Commits mailing list