summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/thread.cc
Commit message (Expand)AuthorAgeFilesLines
* * thread.cc (pthread::create): Added trace printf to get CreateThreadChristopher Faylor2002-06-271-1/+4
* 2002-06-12 Thomas Pfaff <tpfaff@gmx.net>Robert Collins2002-06-231-23/+27
* * uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo.Christopher Faylor2002-06-211-3/+3
* /tmp/cvs610a0a90.1Robert Collins2002-06-101-11/+40
* 2002-06-10 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-06-101-16/+60
* /tmp/cvs610a0efc.1Robert Collins2002-06-051-7/+31
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-1/+0
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* 2002-05-02 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-05-021-5/+7
* 2002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-02-281-3/+12
* 2001-12-26 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-12-261-4/+19
* minor reformatting.Christopher Faylor2001-12-021-8/+8
* * cygwin.din (ualarm): New export.Christopher Faylor2001-11-281-46/+47
* * include/pthread.h (PTHREAD_COND_INITIALIZER): Define.Egor Duda2001-11-151-2/+10
* Eliminate excess whitespace.Christopher Faylor2001-11-051-5/+5
* Mon Oct 1 00:34:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-301-2/+2
* Sat Sep 29 18:26:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-291-134/+155
* Tue Sep 25 21:25:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-251-78/+85
* * Makefile.in: Build wincap.o.Corinna Vinschen2001-09-121-7/+7
* minor cleanupsChristopher Faylor2001-09-121-16/+17
* Wed Sep 12 13:03:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-121-17/+65
* Tue Sep 11 21:22:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-111-13/+6
* Tue Sep 11 18:15:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-111-10/+126
* Mon Sep 10 08:28:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-091-150/+10
* * thread.cc (InterlockedExchangePointer): Don't define if it already exists.Christopher Faylor2001-09-041-0/+2
* Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor2001-08-041-1/+1
* * thread.cc (__pthread_equal): Invert return value so that true is returnedChristopher Faylor2001-07-261-223/+222
* Tue 24 Jul 2001 02:28:00 PM Trevor Forbes <t4bs@hotmail.com>Robert Collins2001-07-251-1/+1
* Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor2001-06-281-3/+1
* Remove trailing tabs.Christopher Faylor2001-06-261-1/+1
* * mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor2001-06-261-31/+40
* 2001-06-22 Robert Collins rbtcollins@hotmail.comRobert Collins2001-06-211-2/+2
* * thread.cc (pthread_cond::Signal): Release the condition access variableChristopher Faylor2001-06-141-1/+6
* * thread.cc (pthread_cond::Broadcast): Don't print error messages on invalidChristopher Faylor2001-06-071-1/+8
* Sun May 6 17:05:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-05-061-10/+58
* Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor2001-05-041-17/+17
* * exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor2001-05-041-17/+17
* * thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reentChristopher Faylor2001-04-271-7/+1
* spacing changes.Christopher Faylor2001-04-231-269/+270
* Mon Apr 23 9:27:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-04-221-5/+5
* * thread.cc (MTinterface::Init): Remove accidentally checked in code.Christopher Faylor2001-04-211-2/+0
* Sun Apr 22 20:22:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-04-211-36/+231
* Sat Apr 14 17:04:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-04-141-2/+6
* * fork.cc (fork_child): Call the __pthread_atforkchild function.Christopher Faylor2001-04-131-0/+118
* * configure.in: Remove PTH_ALLOW.Robert Collins2001-04-121-205/+747
* * Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needsChristopher Faylor2001-04-091-163/+163
* * sched.cc: New file. Implement sched*.Christopher Faylor2001-03-211-492/+497
* Fix spacing, copyrights.Christopher Faylor2001-03-181-61/+56
* * thread.cc (MTinterface::CreateCond): Check for null attr pointer.Christopher Faylor2001-03-171-1/+1