2003-12-15 Bernie Solomon <bernard@ugsolutions.com>
authorBernie Solomon <bernard@mono-cvs.ximian.com>
Tue, 16 Dec 2003 06:25:04 +0000 (06:25 -0000)
committerBernie Solomon <bernard@mono-cvs.ximian.com>
Tue, 16 Dec 2003 06:25:04 +0000 (06:25 -0000)
commitfe02c72ef5d51124bb1f47bfa6a218f1f2abbc80
tree788bb83d73abbd7bb39a2e3ca581b694bd1df718
parent9dc833151dcd9a71ae68086281b9c30ee72835c4
2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>

* shared.c: (_wapi_shm_open) make scratch file
not have to immediately regrow to avoid remaps
(HPUX can't cope with these).
(_wapi_shm_attach) use actual size of file
to set scratch data_len for the creating process.

* handles.c: (_wapi_handle_new_internal) make
sure mutex & cond var are initialized even for
non process shared ones.
(_wapi_handle_unref) always call destroy
routines on mutex & cond var

svn path=/trunk/mono/; revision=21227
mono/io-layer/ChangeLog
mono/io-layer/handles.c
mono/io-layer/shared.c