Age | Commit message (Expand) | Author | Files | Lines |
2016-06-25 | Remove leftover useless copyright hints | Corinna Vinschen | 1 | -3/+0 |
2013-01-21 | Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout, | Christopher Faylor | 1 | -4/+4 |
2011-12-13 | * cygthread.h (cygthread::name): Very minor formatting tweak. | Christopher Faylor | 1 | -1/+1 |
2011-10-20 | * syscalls.cc (try_to_bin): Improve debug output. | Corinna Vinschen | 1 | -2/+2 |
2011-07-30 | * cygthread.cc (cygthread::async_create): Define new function. | Christopher Faylor | 1 | -16/+10 |
2010-09-19 | * wincap.h (wincaps::has_buggy_thread_startup): Declare. | Christopher Faylor | 1 | -0/+1 |
2010-09-12 | * cygthread.h (cygthread::cygthread): Reorganize slightly. | Christopher Faylor | 1 | -2/+4 |
2010-09-01 | * cygthread.cc (cygthread::create): Fix incorrect use of name rather than | Christopher Faylor | 1 | -3/+18 |
2010-07-30 | * cygthread.h (LPVOID_THREAD_START_ROUTINE): Define. | Christopher Faylor | 1 | -2/+19 |
2005-10-17 | Change process_lock to lock_process throughout. Change all calls to new | Christopher Faylor | 1 | -1/+3 |
2005-07-06 | Eliminate (void) cast on standalone function calls throughout. | Christopher Faylor | 1 | -1/+1 |
2005-03-27 | * wininfo.h (wininfo::timer_active): Delete. | Christopher Faylor | 1 | -1/+2 |
2005-02-06 | * cygthread.h (cygthread::terminate_thread): Reflect return value. | Christopher Faylor | 1 | -1/+1 |
2005-01-03 | Update copyrights. | Christopher Faylor | 1 | -1/+1 |
2005-01-02 | * cygthread.cc (cygthread::stub): Set inuse to false when exiting. | Christopher Faylor | 1 | -1/+0 |
2004-12-23 | * cygthread.cc (cygthread::stub): Detect if thread function wants to release | Christopher Faylor | 1 | -0/+1 |
2004-12-22 | * cygheap.cc (cygheap_setup_for_child): Add api_fatal to catch failing | Christopher Faylor | 1 | -1/+5 |
2004-12-22 | * cygthread.h (cygthread::release): Just declare here. | Christopher Faylor | 1 | -1/+1 |
2004-12-05 | * cygthread.cc (cygthread::terminate_thread): Make public. | Christopher Faylor | 1 | -1/+1 |
2004-11-26 | * child_info.h (child_info_spawn::hexec_proc): Eliminate. | Christopher Faylor | 1 | -0/+5 |
2004-05-16 | * cygthread.cc (cygthread::is): Eliminate. | Christopher Faylor | 1 | -1/+0 |
2004-05-15 | revert previous not-ready-for-primetime checkin. | Christopher Faylor | 1 | -1/+0 |
2004-05-15 | * cygheap.h: Remove some parameter names from declarations throughout. | Christopher Faylor | 1 | -0/+1 |
2004-01-19 | * cygwin/include/signal.h: Add copyright notice. | Christopher Faylor | 1 | -1/+1 |
2004-01-14 | * cygtls.h (_threadinfo::call): Remove regparm declaration to work around | Christopher Faylor | 1 | -4/+1 |
2003-12-14 | * cygthread.cc (cygthread::stub): Revert previous change and again subsume | Christopher Faylor | 1 | -1/+1 |
2003-12-03 | * cygthread.cc (cygthread::stub): Properly establish _threadinfo environment. | Christopher Faylor | 1 | -0/+2 |
2003-08-28 | * syscalls.cc (mount): Don't check win32_path when doing cygdrive mount. | Christopher Faylor | 1 | -1/+1 |
2003-06-02 | * cygthread.h (cygthread::terminate_thread): Mark private. | Christopher Faylor | 1 | -1/+1 |
2003-04-10 | * cygthread.h: Change 'avail' cygthread element to 'inuse' throughout. | Christopher Faylor | 1 | -1/+1 |
2003-04-04 | * cygthread.h (cygthread::avail): Make LONG for easier use with Interlocked* | Christopher Faylor | 1 | -1/+1 |
2002-12-14 | Throughout, change fhandler_*::read and fhandler_*::raw_read to void functions | Christopher Faylor | 1 | -1/+1 |
2002-12-11 | * cygthread.h (cygthread::stack_ptr): New element. | Christopher Faylor | 1 | -1/+3 |
2002-10-22 | * cygthread.cc (cygthread::exiting): New variable. | Christopher Faylor | 1 | -4/+2 |
2002-10-13 | * cygthread.cc (cygthread::stub): Don't create event for long-running threads. | Christopher Faylor | 1 | -0/+1 |
2002-10-09 | * cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads. | Christopher Faylor | 1 | -0/+7 |
2002-09-29 | * cygthread.h (cygthread::terminate): Declare new function. | Christopher Faylor | 1 | -1/+2 |
2002-08-29 | * cygthread.cc (hthreads): Remove unneeded global. | Christopher Faylor | 1 | -0/+5 |
2002-08-06 | * cygthread.cc (cygthread::stub): Accept flag to pass info structure to thread | Christopher Faylor | 1 | -0/+2 |
2002-08-02 | * cygthread.cc (cygthread::exit_thread): Define new method. | Christopher Faylor | 1 | -0/+1 |
2002-08-01 | * Makefile.in (DLL_OFILES): Add cygthread.o. | Christopher Faylor | 1 | -0/+30 |