aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/thread.cc
AgeCommit message (Expand)AuthorFilesLines
2001-07-26This commit was manufactured by cvs2svn to create branchgdb_s390-2001-09-26-branchpointgdb_5_1-2001-07-29-branchpointcvs2svn1-2170/+0
2001-07-25Tue 24 Jul 2001 02:28:00 PM Trevor Forbes <t4bs@hotmail.com>Robert Collins1-1/+1
2001-06-28Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor1-3/+1
2001-06-26Remove trailing tabs.Christopher Faylor1-1/+1
2001-06-26* mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor1-31/+40
2001-06-212001-06-22 Robert Collins rbtcollins@hotmail.comRobert Collins1-2/+2
2001-06-14* thread.cc (pthread_cond::Signal): Release the condition access variableChristopher Faylor1-1/+6
2001-06-07* thread.cc (pthread_cond::Broadcast): Don't print error messages on invalidChristopher Faylor1-1/+8
2001-05-06Sun May 6 17:05:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-10/+58
2001-05-04Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor1-17/+17
2001-05-04* exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor1-17/+17
2001-04-27* thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reentChristopher Faylor1-7/+1
2001-04-23spacing changes.Christopher Faylor1-269/+270
2001-04-22Mon Apr 23 9:27:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-5/+5
2001-04-21* thread.cc (MTinterface::Init): Remove accidentally checked in code.Christopher Faylor1-2/+0
2001-04-21Sun Apr 22 20:22:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-36/+231
2001-04-14Sat Apr 14 17:04:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-2/+6
2001-04-13* fork.cc (fork_child): Call the __pthread_atforkchild function.Christopher Faylor1-0/+118
2001-04-12 * configure.in: Remove PTH_ALLOW.Robert Collins1-205/+747
2001-04-09* Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needsChristopher Faylor1-163/+163
2001-03-21* sched.cc: New file. Implement sched*.Christopher Faylor1-492/+497
2001-03-18Fix spacing, copyrights.Christopher Faylor1-61/+56
2001-03-17* thread.cc (MTinterface::CreateCond): Check for null attr pointer.Christopher Faylor1-1/+1
2001-03-17* cygwin.din: Export the new functions.Christopher Faylor1-1/+267
2001-02-20* cygwin.din: Export rand48 functions.Christopher Faylor1-8/+0
2001-01-08* pinfo.cc (codepage_init): Move function.Christopher Faylor1-1/+1
2001-01-04* thread.cc: Need LONG_MAX definition.Christopher Faylor1-0/+1
2001-01-03* thread.cc (MTinterface::CreateSemaphore): Correctly set semaphore max.Christopher Faylor1-1/+1
2000-10-16* Makefile.in: Remove some obsolete stuff.Christopher Faylor1-71/+64
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-0/+2
2000-09-04* path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor1-2/+2
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor1-8/+8
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-0/+3
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-1/+1
2000-08-04* hinfo.cc (hinfo::find_unused_handle): Just check for table entry == NULLChristopher Faylor1-109/+102
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-07-01* Makefile.in: Use variables rather than configure constructs whereChristopher Faylor1-1/+1
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor1-1/+1
2000-02-24Fix final round of gcc warnings relating to unused parameters.Christopher Faylor1-6/+6
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+1001