OSDN Git Service

* cygthread.cc (cygthread::terminate_thread): Wait briefly for notification
authorcgf <cgf>
Tue, 1 Feb 2005 16:49:07 +0000 (16:49 +0000)
committercgf <cgf>
Tue, 1 Feb 2005 16:49:07 +0000 (16:49 +0000)
commit51978a7359c82d854cb8a67bc8b4b20e9948523a
tree07c521b837fe6926ec642792d4ae440ea09fde63
parentddb84d734588777e501ff03ff64499baf6fe303d
* cygthread.cc (cygthread::terminate_thread): Wait briefly for notification
event in the event that the thread was actually in the process of exiting.
* pipe.cc (fhandler_pipe::dup): read_state is not supposed to be inheritable.
Fix that.
* path.cc (path_conv::check): Set symlen = 0 to avoid a compiler warning.
* devices.h (devices::parsedisk): Declare new function.
* devices.in (devices::parsedisk): Define new function.
* dtable.cc (dtable::init_std_file_from_handle): Use device numbers rather than
name.
* fhandler_proc.cc (format_proc_partitions): Use parsedisk to generate disk
names from numeric codes.  (This was broken on two of my systems previously and
is still broken now)
winsup/cygwin/ChangeLog
winsup/cygwin/cygthread.cc
winsup/cygwin/devices.cc
winsup/cygwin/devices.h
winsup/cygwin/devices.in
winsup/cygwin/dtable.cc
winsup/cygwin/fhandler_proc.cc
winsup/cygwin/path.cc
winsup/cygwin/pipe.cc