libc/winsup
Christopher Faylor fa35a1ee5c * cygheap.h (class process_lock): New class.
* dtable.h (class dtable): Add class process_lock as a friend.
* dcrt0.cc (get_exit_lock): Delete.
(do_exit): Use process_lock class instead of get_exit_lock.
* exceptions.cc (signal_exit): Ditto.
* pinfo.cc (pinfo::exit): Ditto.
(_pinfo::commune_process): Set process lock around this whole function.
(_pinfo::commune_request): Use process_lock rather than myself.lock.
* pinfo.h (pinfo::_lock): Delete.
(pinfo::initialize_lock): Delete.
(pinfo::lock): Delete.
(pinfo::unlock): Delete.
* winsup.h (get_exit_lock): Delete declaration.
2005-10-03 17:23:54 +00:00
..
cygserver * cygserver.cc (main): Call wincap.init() earlier to avoid a NULL dereference. 2005-08-08 19:46:48 +00:00
cygwin * cygheap.h (class process_lock): New class. 2005-10-03 17:23:54 +00:00
doc 2005-10-02 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2005-10-02 20:56:53 +00:00
mingw * include/math.h (HUGE_VALF, HUGE_VALL, INFINITY, NAN) 2005-09-24 01:26:24 +00:00
subauth * Makefile.in: Comment out install for now. 2001-10-12 20:02:41 +00:00
testsuite * winsup.api/pthread/cancel2.c: Use explicit initializer for mutex. 2005-06-11 04:59:53 +00:00
utils add other options 2005-10-03 16:39:29 +00:00
w32api 2005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> 2005-09-23 22:41:24 +00:00
CYGWIN_LICENSE Change location. 2003-01-13 21:11:19 +00:00
ChangeLog * Makefile.common: Add -dD to options when creating preprocess files. 2005-03-23 03:22:27 +00:00
Makefile.common update copyright 2005-07-26 00:38:54 +00:00
Makefile.in * Makefile.in: Make cygserver depending on cygwin. 2003-11-23 09:02:26 +00:00
configure * configure.in: Make --use-server the default. 2003-11-20 19:31:52 +00:00
configure.in * configure.in: Make --use-server the default. 2003-11-20 19:31:52 +00:00