Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-14* cygthread.cc (cygthread::stub): Remove old, unnecessary, FIXMEd code.Christopher Faylor
2012-07-23Change "set_thread_waiting" to "set_signal_arrived" throughout.Christopher Faylor
2012-07-22* DevNotes: Add entry cgf-000013.Christopher Faylor
2012-06-19Revert errneous checkin.Christopher Faylor
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor
2011-12-18Clean up whitespace.Christopher Faylor
2011-11-25missed this in previous checkinChristopher Faylor
2011-09-21* tty.cc (grantpt): Check for valid fd.Christopher Faylor
2011-08-25* cygthread.cc (cygthread::simplestub): Notify that the thread has detachedChristopher Faylor
2011-07-31* cygthread.cc (cygthread::async_create): Define new function.Christopher Faylor
2011-04-29 * ntdll.h (IsEventSignalled): New inline function.Corinna Vinschen
2010-09-01* cygthread.cc (cygthread::create): Fix incorrect use of name rather thanChristopher Faylor
2010-08-20* cygthread.cc: Update copyright.Christopher Faylor
2010-07-30* cygthread.h (LPVOID_THREAD_START_ROUTINE): Define.Christopher Faylor
2010-03-13Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor
2006-06-04* cygthread.cc (cygthread::terminate_thread): In debugging output, use name ofChristopher Faylor
2006-03-02* cygwin.din: Fix some erroneous SIGFE/NOSIGFE settings.Christopher Faylor
2006-03-01* cygthread.cc (cygthread::callfunc): Create ev as an auto-reset event so thatChristopher Faylor
2006-02-28* cygthread.cc (cygthread::release): Add a comment.Christopher Faylor
2005-10-18Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor
2005-09-21* cygthread.cc (cygthread::operator new): Just use getenv() to look forChristopher Faylor
2005-09-13* cygthread.cc (cygthread::cygthread): Add more info to fatal error.Christopher Faylor
2005-07-29* cygthread.cc (cygthread::simplestub): Wait for h to be filled out by mainChristopher Faylor
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-06-16* cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor
2005-06-10* cygthread.cc (cygthread::detach): Improve diagnostics for what should be anChristopher Faylor
2005-06-07* cygthread.cc (cygthread::detach): Make error message a little more detailed.Christopher Faylor
2005-05-19* cygtls.h (_local_storage::unknown_thread_name): New buffer.Christopher Faylor
2005-03-28* cygthread.cc (cygthread::detach): Revert to just waiting for thred eventChristopher Faylor
2005-03-27* wininfo.h (wininfo::timer_active): Delete.Christopher Faylor
2005-03-03* cygthread.cc (cygthread::detach): Use a slightly higher priority when waitingChristopher Faylor
2005-02-13white spaceChristopher Faylor
2005-02-11* cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor
2005-02-08 * cygthread.cc (cygthread::detach): Just test thread handle afterCorinna Vinschen
2005-02-06* cygthread.h (cygthread::terminate_thread): Reflect return value.Christopher Faylor
2005-02-01* cygthread.cc (cygthread::terminate_thread): Wait briefly for notificationChristopher Faylor
2005-01-29* cygthread.cc (new): Add a little more debugging.Christopher Faylor
2005-01-03Update copyrights.Christopher Faylor
2005-01-02* cygthread.cc (cygthread::stub): Set inuse to false when exiting.Christopher Faylor
2004-12-28* cygthread.cc (cygthread::stub): Add better debug output.Christopher Faylor
2004-12-23* cygthread.cc (cygthread::cygthread): Guard debugging variable with "ifdefChristopher Faylor
2004-12-23* cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor
2004-12-22* cygheap.cc (cygheap_setup_for_child): Add api_fatal to catch failingChristopher Faylor
2004-12-22* cygthread.cc (cygthread::stub): Make diagnostic output more informative.Christopher Faylor
2004-12-22* pinfo.cc (proc_waiter): Zero wait_thread in child to avoid races with processChristopher Faylor
2004-12-22* cygthread.h (cygthread::release): Just declare here.Christopher Faylor
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor