aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/sync.cc
AgeCommit message (Expand)AuthorFilesLines
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-2/+2
2005-06-05* sync.cc (muto::acquire): Remove unneeded brackets and fix whitespace.Christopher Faylor1-10/+8
2005-03-27* wininfo.h (wininfo::timer_active): Delete.Christopher Faylor1-1/+1
2005-03-19* child_info.h (fork_info): Use different method to alias variable.Christopher Faylor1-1/+0
2005-03-08* dcrt0.cc (dll_crt0_0): Eliminate muto::init call.Christopher Faylor1-19/+9
2005-03-06* sync.h (sync::init_lock): Declare new static member.Christopher Faylor1-7/+22
2004-05-16* cygthread.cc (cygthread::is): Eliminate.Christopher Faylor1-25/+30
2004-05-15revert previous not-ready-for-primetime checkin.Christopher Faylor1-10/+0
2004-05-15* cygheap.h: Remove some parameter names from declarations throughout.Christopher Faylor1-0/+10
2004-03-15* exceptions.cc (try_to_debug): Report on tid of caller.Christopher Faylor1-29/+22
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor1-2/+2
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor1-4/+12
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-1/+1
2002-02-17* times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor1-2/+2
2002-02-14* exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor1-3/+10
2001-09-17* dtable.h (not_open): Assure inline.Christopher Faylor1-1/+1
2001-09-13* sync.cc (muto::acquire): Fix while/if typo.Christopher Faylor1-1/+1
2001-09-11change copyright.Christopher Faylor1-1/+1
2001-05-04Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor1-7/+7
2001-05-04* exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor1-7/+7
2000-10-19* dcrt0.cc (sigthread::init): Correct overzealous ifdef.Christopher Faylor1-1/+2
2000-10-02* cygheap.cc (cygheap_init): Born again function.Christopher Faylor1-1/+1
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-0/+1
2000-09-07* exceptions.cc (signal_exit): Reset all mutos owned by the main thread.Christopher Faylor1-0/+13
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-0/+1
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-05-18* dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needsChristopher Faylor1-0/+2
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor1-2/+1
2000-03-15Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor1-4/+10
2000-02-26* exceptions.cc (interruptible): Make a little more structured.Christopher Faylor1-2/+3
2000-02-24* exceptions.cc (call_handler): Use new muto linked list to look for allChristopher Faylor1-1/+3
2000-02-24Fix final round of gcc warnings relating to unused parameters.Christopher Faylor1-1/+1
2000-02-24* exceptions.cc (interruptible): Change method for determining if something isChristopher Faylor1-4/+8
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+112