aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/thread.cc
AgeCommit message (Expand)AuthorFilesLines
2002-10-20Rename _kill() to kill() throughout. Rename _raise() to raise() throughout.Christopher Faylor1-1/+1
2002-10-18* thread.cc (verifyable_object_isvalid): Test for a valid object pointer beforeChristopher Faylor1-3/+3
2002-10-172002-10-17 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-2/+10
2002-10-172002-10-17 Thomas Pfaff <tpfaff@gmx.net>Robert Collins1-2/+2
2002-10-05whitespaceChristopher Faylor1-1/+1
2002-09-302002-10-01 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-3/+5
2002-09-30* thread.cc (pthread_mutex::initMutex): Remove \n from api_fatal.Christopher Faylor1-1/+1
2002-09-30* thread.cc (pthread::precreate): Use explicit "no inherit" option whenChristopher Faylor1-14/+14
2002-09-30* thread.cc (pthread_key::keys): Do not copy on fork.Christopher Faylor1-3/+3
2002-09-302002-09-30 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-17/+39
2002-09-30remove newlineChristopher Faylor1-1/+1
2002-09-30* exceptions.cc (unused_sig_wrapper): Accommodate newer compilers.Christopher Faylor1-1/+1
2002-09-30* thread.cc: Use "%E" in *_printf throughout rather than calling GetLastError.Christopher Faylor1-158/+145
2002-09-29GNUify slightly.Christopher Faylor1-10/+9
2002-09-292002-09-30 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-12/+46
2002-09-272002-09-27 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-3/+10
2002-09-22white space.Christopher Faylor1-5/+5
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-3/+3
2002-09-212002-09-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-26/+26
2002-09-212002-09-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-103/+35
2002-09-212002-09-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-22/+10
2002-09-202002-09-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-44/+107
2002-09-202002-09-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-60/+68
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor1-1/+1
2002-09-172002-09-17 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-2/+4
2002-09-172002-09-17 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-26/+97
2002-09-16* init.cc: Cleanup slightly and remove obsolete code.Christopher Faylor1-9/+9
2002-09-162002-09-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-40/+168
2002-07-042002-06-25 Thomas Pfaff <tpfaff@gmx.net>Robert Collins1-269/+319
2002-06-27* thread.cc (pthread::create): Added trace printf to get CreateThreadChristopher Faylor1-1/+4
2002-06-232002-06-12 Thomas Pfaff <tpfaff@gmx.net>Robert Collins1-23/+27
2002-06-21* uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo.Christopher Faylor1-3/+3
2002-06-10/tmp/cvs610a0a90.1Robert Collins1-11/+40
2002-06-102002-06-10 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-16/+60
2002-06-05/tmp/cvs610a0efc.1Robert Collins1-7/+31
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-1/+1
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor1-1/+0
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2002-05-022002-05-02 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-5/+7
2002-02-282002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-3/+12
2001-12-262001-12-26 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-4/+19
2001-12-02minor reformatting.Christopher Faylor1-8/+8
2001-11-28* cygwin.din (ualarm): New export.Christopher Faylor1-46/+47
2001-11-15* include/pthread.h (PTHREAD_COND_INITIALIZER): Define.Egor Duda1-2/+10
2001-11-05Eliminate excess whitespace.Christopher Faylor1-5/+5
2001-09-30Mon Oct 1 00:34:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-2/+2
2001-09-29Sat Sep 29 18:26:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-134/+155
2001-09-25Tue Sep 25 21:25:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-78/+85
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-7/+7
2001-09-12minor cleanupsChristopher Faylor1-16/+17