OpenAFS CVS Commit: openafs/src/rx by kolya
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Mon, 12 Aug 2002 17:31:26 EDT
Update of /cvs/openafs/src/rx
In directory GRAND.CENTRAL.ORG:/data/tmp/kolya/openafs-proto/src/rx
Modified Files:
Tag: openafs-prototypes-1_3_x
rx_kcommon.c rx_kcommon.h rx_pthread.c rx_rdwr.c
Log Message:
DELTA PROTO13-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 for openafs-prototypes-1_3_x follows ---
PROTO13-rx-avoid-using-newproc-on-solaris-20020812 openafs/src/rx/rx_kcommon.c 1.16.2.9 1.16.2.10
PROTO13-rx-avoid-using-newproc-on-solaris-20020812 openafs/src/rx/rx_kcommon.h 1.7.2.4 1.7.2.5
PROTO13-rx-avoid-using-newproc-on-solaris-20020812 openafs/src/rx/rx_pthread.c 1.7.2.3 1.7.2.4
PROTO13-rx-avoid-using-newproc-on-solaris-20020812 openafs/src/rx/rx_rdwr.c 1.13.2.2 1.13.2.3