OpenAFS CVS Commit: openafs/src/rx by kolya
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Mon, 12 Aug 2002 17:31:03 EDT
Update of /cvs/openafs/src/rx
In directory GRAND.CENTRAL.ORG:/data/tmp/kolya/openafs/src/rx
Modified Files:
rx_kcommon.c rx_kcommon.h rx_pthread.c rx_rdwr.c
Log Message:
DELTA rx-avoid-using-newproc-on-solaris-20020812
AUTHOR kolya@mit.edu
Second attempt at avoiding the use of newproc() on Solaris.
This time, use thread_create to spawn a kernel thread, and
use a dummy packet to wake up the listener during shutdown.
--- DELTA config follows ---
rx-avoid-using-newproc-on-solaris-20020812 openafs/src/rx/rx_kcommon.c 1.19 1.20
rx-avoid-using-newproc-on-solaris-20020812 openafs/src/rx/rx_kcommon.h 1.8 1.9
rx-avoid-using-newproc-on-solaris-20020812 openafs/src/rx/rx_pthread.c 1.8 1.9
rx-avoid-using-newproc-on-solaris-20020812 openafs/src/rx/rx_rdwr.c 1.13 1.14