diff options
author | Christopher Faylor <me@cgf.cx> | 2003-08-28 02:09:42 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-08-28 02:09:42 +0000 |
commit | d533b9214fc24b907ccd37714b2395bb96d66785 (patch) | |
tree | fcfb7960e5422f8f5c749cc2f1386b87562f9b67 /winsup | |
parent | e2bc5017fa996b7de73821db61b14c2d552bfc06 (diff) | |
download | newlib-d533b9214fc24b907ccd37714b2395bb96d66785.zip newlib-d533b9214fc24b907ccd37714b2395bb96d66785.tar.gz newlib-d533b9214fc24b907ccd37714b2395bb96d66785.tar.bz2 |
* autoload.cc (SwitchToThread): Declare as autoload function.
* cygthread.h (cygthread::main_thread_id): Make public.
* exceptions.cc (setup_handler): Remove unneeded priority stuff. Rename label
to reflect what it does. Add debugging for idiotic Windows NT problem. Change
debugging output to include signal number.
* miscfuncs.cc (low_priority_sleep): If available, use SwitchToThread function
to give time slice to other threads.
* wincap.cc: Properly define have_switch_to_thread throughout.
* wincap.h (wincap::switch_to_thread): New element.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index a73e5f0..1368698 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,17 @@ 2003-08-27 Christopher Faylor <cgf@redhat.com> + * autoload.cc (SwitchToThread): Declare as autoload function. + * cygthread.h (cygthread::main_thread_id): Make public. + * exceptions.cc (setup_handler): Remove unneeded priority stuff. + Rename label to reflect what it does. Add debugging for idiotic + Windows NT problem. Change debugging output to include signal number. + * miscfuncs.cc (low_priority_sleep): If available, use SwitchToThread + function to give time slice to other threads. + * wincap.cc: Properly define have_switch_to_thread throughout. + * wincap.h (wincap::switch_to_thread): New element. + +2003-08-27 Christopher Faylor <cgf@redhat.com> + * syscalls.cc (mount): Don't check win32_path when doing cygdrive mount. |