summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pthread.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* * thread.cc (semaphore::_getvalue): Set *sval as appropriate. Set errno andChristopher Faylor2013-09-251-1/+1
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-1/+2
* * pthread.cc (pthread_exit): Add kludge to accommodate noreturn attribute.Christopher Faylor2013-01-161-1/+2
* * cygwin.din (pthread_spin_destroy): Export.Corinna Vinschen2011-03-291-1/+9
* * pthread.cc (pthread_mutex_init): Explicitly fill out third arg toChristopher Faylor2010-02-121-1/+1
* * pthread.cc (pthread_create): Very minor formatting change.Christopher Faylor2008-10-071-1/+1
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-8/+0
* * cygwin.din (sem_unlink): Export.Corinna Vinschen2007-02-201-55/+1
* * pthread.cc (mangle_sem_name): Use cygheap->shared_prefix insteadCorinna Vinschen2005-09-271-5/+8
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-1/+1
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-1/+8
* Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen2005-04-031-3/+3
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-3/+3
* * cygwin.din: Add sem_close, sem_getvalue, sem_open and sem_timedwait.Corinna Vinschen2003-10-271-1/+64
* * thread.h: Change class names, methods, members and local varsThomas Pfaff2003-03-271-1/+1
* * pthread.cc (pthread_attr_init): RemoveThomas Pfaff2003-03-181-382/+0
* * cygwin.din: Add pthread_rwlock_destroy, pthread_rwlock_init,Thomas Pfaff2003-03-181-0/+68
* Split ChangeLog, create ChangeLog-2002.Corinna Vinschen2003-01-101-1/+1
* Applied cond_init patchThomas Pfaff2003-01-091-1/+1
* 2002-09-30 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-291-1/+1
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-10/+10
* 2002-09-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-211-13/+13
* * init.cc: Cleanup slightly and remove obsolete code.Christopher Faylor2002-09-161-1/+1
* 2002-09-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-161-1/+4
* 2002-06-25 Thomas Pfaff <tpfaff@gmx.net>Robert Collins2002-07-041-5/+5
* 2002-06-10 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-06-101-3/+13
* Sat Sep 29 18:26:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-291-14/+0
* * fork.cc (fork_child): Call the __pthread_atforkchild function.Christopher Faylor2001-04-131-0/+6
* * configure.in: Remove PTH_ALLOW.Robert Collins2001-04-121-50/+285
* * Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needsChristopher Faylor2001-04-091-212/+212
* * sched.cc: New file. Implement sched*.Christopher Faylor2001-03-211-226/+211
* Fix spacing, copyrights.Christopher Faylor2001-03-181-19/+21
* * cygwin.din: Export the new functions.Christopher Faylor2001-03-171-0/+61
* * path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor2000-09-041-1/+1
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+1
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+203