cvs commit: src/lib/libthr/thread Makefile.inc thr_atfork.c thr_init.c thr_private.h thr_syscalls.c

Mike Makonnen mtm at FreeBSD.org
Sun Jun 27 03:01:55 PDT 2004


mtm         2004-06-27 10:01:35 UTC

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    Makefile.inc thr_init.c thr_private.h 
                         thr_syscalls.c 
  Added files:
    lib/libthr/thread    thr_atfork.c 
  Log:
  Implement pthread_atfork in libthr. This is mostly from deichen's
  work in libpthread.
  
  Submitted by: Dan Nelson <dnelson at allantgroup.com>
  
  Revision  Changes    Path
  1.8       +1 -0      src/lib/libthr/thread/Makefile.inc
  1.1       +60 -0     src/lib/libthr/thread/thr_atfork.c (new)
  1.17      +4 -0      src/lib/libthr/thread/thr_init.c
  1.37      +10 -0     src/lib/libthr/thread/thr_private.h
  1.7       +58 -0     src/lib/libthr/thread/thr_syscalls.c


More information about the cvs-src mailing list