cvs commit: src/sys/kern kern_thr.c syscalls.master src/sys/sys thr.h

David Xu davidxu at FreeBSD.org
Wed Aug 15 22:26:43 PDT 2007


davidxu     2007-08-16 05:26:42 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_thr.c syscalls.master 
    sys/sys              thr.h 
  Log:
  Add thr_kill2 syscall which sends a signal to a thread in another process.
  
  Submitted by: Tijl Coosemans tijl at ulyssis dot org
  Approved by: re (kensmith)
  
  Revision  Changes    Path
  1.62      +55 -0     src/sys/kern/kern_thr.c
  1.233     +1 -0      src/sys/kern/syscalls.master
  1.14      +13 -0     src/sys/sys/thr.h


More information about the cvs-all mailing list