2002-10-03 Dick Porter <dick@ximian.com>
authorDick Porter <dick@acm.org>
Thu, 3 Oct 2002 14:01:29 +0000 (14:01 -0000)
committerDick Porter <dick@acm.org>
Thu, 3 Oct 2002 14:01:29 +0000 (14:01 -0000)
commit3452e61122f75f16243c4a59f11d7a708a9972e4
tree9cec868b883068ac5f8235d567162b2f96cd7192
parent70de7f64853cad0530ceeb3f1e1a1a0049ebcdac
2002-10-03  Dick Porter  <dick@ximian.com>

        * acconfig.h:
        * configure.in:  Freebsd pthread_t is a pointer

2002-10-03  Dick Porter  <dick@ximian.com>

        * daemon.c:
        * handles.c:
        * threads.c:  Fixes for freebsd.  Make sure that mutex and condition
        creation and deletion happen in the process that owns them, when
        POSIX shared thread objects aren't supported.  This breaks on
        freebsd, as pthread_t is a pointer to data.

2002-10-03  Dick Porter  <dick@ximian.com>

        * threads.c: Freebsd pthread_t is a pointer

svn path=/trunk/mono/; revision=7964
ChangeLog
acconfig.h
configure.in
mono/io-layer/ChangeLog
mono/io-layer/daemon.c
mono/io-layer/handles.c
mono/io-layer/threads.c
mono/metadata/ChangeLog
mono/metadata/threads.c