cvs commit: src/lib/libkse/sys lock.c src/lib/libkse/thread thr_kern.c

Julian Elischer julian at FreeBSD.org
Mon Feb 4 12:03:37 PST 2008


julian      2008-02-04 20:03:36 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7_0)
    lib/libkse/sys       lock.c 
    lib/libkse/thread    thr_kern.c 
  Log:
  MFC changes from 1.14 for sys/lock.c and 1.127+1.128 for thread/thr_kern.c
  this copes with the fact that during a fork the child may get
  really screwy state in the threading system due to the
  sudden vaporisation of it's sibling threads.
  
  Approved by: re(kensmith)
  
  Revision   Changes    Path
  1.11.4.1   +17 -8     src/lib/libkse/sys/lock.c
  1.125.4.1  +25 -0     src/lib/libkse/thread/thr_kern.c


More information about the cvs-all mailing list