summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/thread.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cygwin.din: Export the new functions.Christopher Faylor2001-03-171-1/+267
* * cygwin.din: Export rand48 functions.Christopher Faylor2001-02-201-8/+0
* * pinfo.cc (codepage_init): Move function.Christopher Faylor2001-01-081-1/+1
* * thread.cc: Need LONG_MAX definition.Christopher Faylor2001-01-041-0/+1
* * thread.cc (MTinterface::CreateSemaphore): Correctly set semaphore max.Christopher Faylor2001-01-031-1/+1
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-71/+64
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-0/+2
* * path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor2000-09-041-2/+2
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-8/+8
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+3
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-1/+1
* * hinfo.cc (hinfo::find_unused_handle): Just check for table entry == NULLChristopher Faylor2000-08-041-109/+102
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* * Makefile.in: Use variables rather than configure constructs whereChristopher Faylor2000-07-011-1/+1
* * path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor2000-05-171-1/+1
* Fix final round of gcc warnings relating to unused parameters.Christopher Faylor2000-02-241-6/+6
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+1001