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

Mike Makonnen mtm at FreeBSD.org
Sat Mar 27 06:30:44 PST 2004


mtm         2004/03/27 06:30:43 PST

  FreeBSD src repository

  Modified files:
    sys/compat/freebsd32 syscalls.master 
    sys/kern             kern_thr.c syscalls.master 
    sys/sys              proc.h thr.h 
  Log:
  Separate thread synchronization from signals in libthr. Instead
  use msleep() and wakeup_one().
  
  Discussed with: jhb, peter, tjr
  
  Revision  Changes    Path
  1.36      +2 -0      src/sys/compat/freebsd32/syscalls.master
  1.15      +61 -0     src/sys/kern/kern_thr.c
  1.170     +2 -0      src/sys/kern/syscalls.master
  1.370     +1 -0      src/sys/sys/proc.h
  1.2       +2 -0      src/sys/sys/thr.h


More information about the cvs-all mailing list