cvs commit: src/lib/libthr/thread thr_exit.csrc/sys/compat/freebsd32 syscalls.master src/sys/kern kern_thr.c syscalls.master src/sys/sys thr.h

Mike Makonnen mtm at FreeBSD.org
Sat Oct 9 08:12:34 PDT 2004


mtm         2004-10-09 15:12:33 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    lib/libthr/thread    thr_exit.c 
    sys/compat/freebsd32 syscalls.master 
    sys/kern             kern_thr.c syscalls.master 
    sys/sys              thr.h 
  Log:
  MFC:
  ----------------------------
  revision 1.15
  date: 2004/10/08 14:48:02;  author: mtm;  state: Exp;  lines: +1 -4
  Remove a reference to a non-existent syscall: _thr_exit(). The
  actual name is thr_exit(). How this ever worked is beyond me.
  ----------------------------
  revision 1.14
  date: 2004/10/06 14:20:57;  author: mtm;  state: Exp;  lines: +2 -3
  Close a race between a thread exiting and the freeing of it's stack.
  After some discussion the best option seems to be to signal the thread's
  death from within the kernel. This requires that thr_exit() take an
  argument.
  
  Discussed with: davidxu, deischen, marcel
  MFC after: 3 days
  =============================================================================
  
  Approved by: re/scottl
  
  Revision   Changes    Path
  1.13.2.1   +1 -5      src/lib/libthr/thread/thr_exit.c
  1.40.2.1   +1 -1      src/sys/compat/freebsd32/syscalls.master
  1.23.2.6   +5 -1      src/sys/kern/kern_thr.c
  1.176.2.1  +1 -1      src/sys/kern/syscalls.master
  1.3.2.1    +1 -1      src/sys/sys/thr.h


More information about the cvs-all mailing list