summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sync.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-1/+2
* Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor2012-12-211-4/+3
* * DevNotes: Add entry cgf-000018.Christopher Faylor2012-12-211-3/+4
* * DevNotes: Add entry cgf-000017.Christopher Faylor2012-12-211-4/+3
* * sync.cc: Fix comment.Christopher Faylor2011-11-291-2/+1
* * exceptions.cc (sigpacket::process): Move signal_exit processing into...Christopher Faylor2011-11-261-5/+0
* * cygheap.cc (init_cygheap::close_ctty): Avoid closing console-cttys since theyChristopher Faylor2011-04-211-1/+1
* Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor2010-03-121-1/+1
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-3/+2
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-6/+0
* Add miscfuncs.h to files as needed throughout.Christopher Faylor2008-04-071-0/+1
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-2/+2
* * sync.cc (muto::acquire): Remove unneeded brackets and fix whitespace.Christopher Faylor2005-06-051-10/+8
* * wininfo.h (wininfo::timer_active): Delete.Christopher Faylor2005-03-271-1/+1
* * child_info.h (fork_info): Use different method to alias variable.Christopher Faylor2005-03-191-1/+0
* * dcrt0.cc (dll_crt0_0): Eliminate muto::init call.Christopher Faylor2005-03-081-19/+9
* * sync.h (sync::init_lock): Declare new static member.Christopher Faylor2005-03-061-7/+22
* * cygthread.cc (cygthread::is): Eliminate.Christopher Faylor2004-05-161-25/+30
* revert previous not-ready-for-primetime checkin.Christopher Faylor2004-05-151-10/+0
* * cygheap.h: Remove some parameter names from declarations throughout.Christopher Faylor2004-05-151-0/+10
* * exceptions.cc (try_to_debug): Report on tid of caller.Christopher Faylor2004-03-151-29/+22
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-2/+2
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-4/+12
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* * times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor2002-02-171-2/+2
* * exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor2002-02-141-3/+10
* * dtable.h (not_open): Assure inline.Christopher Faylor2001-09-171-1/+1
* * sync.cc (muto::acquire): Fix while/if typo.Christopher Faylor2001-09-131-1/+1
* change copyright.Christopher Faylor2001-09-111-1/+1
* Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor2001-05-041-7/+7
* * exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor2001-05-041-7/+7
* * dcrt0.cc (sigthread::init): Correct overzealous ifdef.Christopher Faylor2000-10-191-1/+2
* * cygheap.cc (cygheap_init): Born again function.Christopher Faylor2000-10-021-1/+1
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-0/+1
* * exceptions.cc (signal_exit): Reset all mutos owned by the main thread.Christopher Faylor2000-09-071-0/+13
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+1
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* * dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needsChristopher Faylor2000-05-181-0/+2
* * path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor2000-05-171-2/+1
* Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor2000-03-151-4/+10
* * exceptions.cc (interruptible): Make a little more structured.Christopher Faylor2000-02-261-2/+3
* * exceptions.cc (call_handler): Use new muto linked list to look for allChristopher Faylor2000-02-241-1/+3
* Fix final round of gcc warnings relating to unused parameters.Christopher Faylor2000-02-241-1/+1
* * exceptions.cc (interruptible): Change method for determining if something isChristopher Faylor2000-02-241-4/+8
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+112