cvs commit: src/lib/libpthread pthread.mapsrc/lib/libpthread/thread
 Makefile.inc thr_create.c thr_sig.c thr_sigaltstack.c
    David Xu 
    davidxu at FreeBSD.org
       
    Mon Dec 29 15:21:11 PST 2003
    
    
  
davidxu     2003/12/29 15:21:09 PST
  FreeBSD src repository
  Modified files:
    lib/libpthread       pthread.map 
    lib/libpthread/thread Makefile.inc thr_create.c thr_sig.c 
  Added files:
    lib/libpthread/thread thr_sigaltstack.c 
  Log:
  Implement sigaltstack() as per-threaded. Current only scope process thread
  is supported, for scope system process, kernel signal bits need to be
  changed.
  
  Reviewed by: deischen
  Tested on  : i386 amd64 ia64
  
  Revision  Changes    Path
  1.9       +2 -0      src/lib/libpthread/pthread.map
  1.47      +1 -0      src/lib/libpthread/thread/Makefile.inc
  1.52      +3 -0      src/lib/libpthread/thread/thr_create.c
  1.75      +123 -24   src/lib/libpthread/thread/thr_sig.c
  1.1       +104 -0    src/lib/libpthread/thread/thr_sigaltstack.c (new)
    
    
More information about the cvs-src
mailing list