newlib/winsup
Christopher Faylor 332600d80c Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>
* debug.cc (threadname_init): Pass name of lock as arg 2 of new_muto.
* malloc.cc (malloc_init): Ditto.
* sigproc.cc (sigproc_init): Ditto.
* exceptions.cc (events_init): Ditto.
(call_handler): Eliminate special case for hExeced.  Report locked thread in
debugging output.
* fhandler.cc (fhandker_pipe::fhandler_pipe): Propagate device type to base
class.
* fhandler.h (fhandler_pipe): Ditto.
* hinfo.cc (hinfo::build_fhandler): Pass specific type of pipe to constructor.
* spawn.cc (spawn_guts): Eliminate dependency on signal when waiting for
subprocess.
* strace.cc: Remove obsolete #ifdef.
* sync.cc (muto::muto): Save the name of the muto.
(muto:~muto): Also release the muto.
* sync.h: Add a muto name field.
* select.cc (peek_pipe): Avoid doing a PeekNamedPipe on the write end of a
pipe.
2000-03-15 04:49:36 +00:00
..
cygwin Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com> 2000-03-15 04:49:36 +00:00
doc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
mingw import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
testsuite import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
utils * strace.cc: Throughout, track information like start_time, etc. on a 2000-03-13 02:23:47 +00:00
w32api 2000-02-28 Mumit Khan <khan@xraylith.wisc.edu> 2000-02-29 03:16:14 +00:00
CYGWIN_LICENSE import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
MAINTAINERS Give Corinna some more files. 2000-02-21 01:56:50 +00:00
Makefile.common import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
Makefile.in import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
configure import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
configure.in import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00