| Commit message (Expand) | Author | Age | Files | Lines |
* | Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout, | Christopher Faylor | 2013-01-21 | 1 | -3/+3 |
* | Revert erroneous checkin | Christopher Faylor | 2011-12-09 | 1 | -3/+0 |
* | * sigproc.cc (signal_exit): Revert reversion of 2011-12-04 change since, | Christopher Faylor | 2011-12-09 | 1 | -0/+3 |
* | Remove erroneously checked-in debugging statements. | Christopher Faylor | 2011-11-14 | 1 | -2/+0 |
* | update copyrights | Christopher Faylor | 2011-11-14 | 1 | -1/+1 |
* | Throughout use "have_execed" macro rather than "hExeced" global handle. | Christopher Faylor | 2011-11-14 | 1 | -0/+2 |
* | * cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch(). | Christopher Faylor | 2011-05-05 | 1 | -1/+4 |
* | * cygheap.h (cygheap_debug::endh): Delete. | Christopher Faylor | 2009-08-05 | 1 | -22/+12 |
* | Remove unneeded header files from source files throughout. Update copyrights | Christopher Faylor | 2009-01-03 | 1 | -2/+2 |
* | Remove unneeded header files from source files throughout. | Christopher Faylor | 2008-04-07 | 1 | -6/+0 |
* | * debug.cc (close_handle): Change debug output format slightly. | Christopher Faylor | 2007-07-10 | 1 | -2/+3 |
* | * pinfo.cc (_onreturn::~onreturn): Don't attempt to close a NULL handle. | Christopher Faylor | 2006-08-10 | 1 | -1/+1 |
* | * autoload.cc (GetHandleInformation): Declare new function. | Christopher Faylor | 2006-08-09 | 1 | -1/+3 |
* | * debug.h (ModifyHandle): Define new macro. | Christopher Faylor | 2006-05-25 | 1 | -0/+14 |
* | * debug.cc (add_handle): Print handle value when collision detected. | Christopher Faylor | 2006-05-21 | 1 | -1/+1 |
* | * dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_state | Christopher Faylor | 2005-09-13 | 1 | -2/+0 |
* | * cygerrno.h (__set_errno): Define as inline function here. | Corinna Vinschen | 2005-05-04 | 1 | -8/+0 |
* | * sync.h (muto::operator int): New operator. | Christopher Faylor | 2005-04-05 | 1 | -8/+7 |
* | * wininfo.h (wininfo::timer_active): Delete. | Christopher Faylor | 2005-03-27 | 1 | -1/+1 |
* | * debug.cc (delete_handle): Report on handle value in debugging output. | Christopher Faylor | 2005-02-26 | 1 | -1/+1 |
* | * child_info.h (child_info_spawn::hexec_proc): Eliminate. | Christopher Faylor | 2004-11-26 | 1 | -1/+0 |
* | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 2004-02-09 | 1 | -1/+1 |
* | * cygerrno.h (set_errno): Set global errno whenever setting thread specific | Christopher Faylor | 2004-02-01 | 1 | -0/+1 |
* | * configure.in: Remove NEWVFORK default. | Christopher Faylor | 2004-01-23 | 1 | -2/+12 |
* | * include/cygwin/version.h: Bump DLL minor number to 8. | Christopher Faylor | 2004-01-20 | 1 | -0/+1 |
* | * cygtls.h (_threadinfo::call): Remove regparm declaration to work around | Christopher Faylor | 2004-01-14 | 1 | -0/+6 |
* | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 2003-12-07 | 1 | -8/+8 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -1/+1 |
* | * dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate early. | Christopher Faylor | 2003-09-23 | 1 | -1/+0 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -2/+1 |
* | Change _function() to function() throughout. | Christopher Faylor | 2002-10-21 | 1 | -1/+2 |
* | * debug.h (handle_list::allocated): Remove field. | Conrad Scott | 2002-08-06 | 1 | -16/+5 |
* | * Makefile.in (DLL_OFILES): Add cygthread.o. | Christopher Faylor | 2002-08-01 | 1 | -143/+0 |
* | * dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compiler | Christopher Faylor | 2002-07-14 | 1 | -11/+9 |
* | * debug.cc (clexec): Add missing `hl = hl->next'. | Christopher Faylor | 2002-07-14 | 1 | -0/+1 |
* | * debug.h (handle_list): Move here from debug.cc. Add "inherit" flag | Christopher Faylor | 2002-07-13 | 1 | -33/+34 |
* | * debug.cc: Avoid explicit zeroing of globals. | Christopher Faylor | 2002-07-09 | 1 | -8/+27 |
* | * debug.cc (threads): Avoid initialization. | Christopher Faylor | 2002-07-01 | 1 | -1/+1 |
* | * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares. | Christopher Faylor | 2002-06-05 | 1 | -1/+1 |
* | * sync.h (new_muto): Just accept an argument which denotes the name of the | Christopher Faylor | 2002-02-22 | 1 | -20/+18 |
* | * times.cc (hires::prime): Restore thread priority on failure condition. | Christopher Faylor | 2002-02-17 | 1 | -2/+2 |
* | * debug.cc (makethread): Eliminate unneeded function call. | Christopher Faylor | 2001-11-30 | 1 | -1/+0 |
* | * cygwin.din (ualarm): New export. | Christopher Faylor | 2001-11-28 | 1 | -0/+1 |
* | Eliminate excess whitespace. | Christopher Faylor | 2001-11-05 | 1 | -1/+1 |
* | * debug.cc (set_errno): Return value of errno that was set, just like the | Christopher Faylor | 2001-10-22 | 1 | -5/+8 |
* | * cygerrno.h (set_errno): Define more informative version of this function for | Christopher Faylor | 2001-10-16 | 1 | -0/+9 |
* | * exceptions.cc (setup_handler): Always relinquish lock after we've | Christopher Faylor | 2001-09-22 | 1 | -11/+3 |
* | * debug.cc (mark_closed): Rename from debug_mark_closed and make static. | Christopher Faylor | 2001-09-01 | 1 | -13/+37 |
* | * smallprint.c (console_printf): New function. | Christopher Faylor | 2001-08-22 | 1 | -7/+20 |
* | Revert much of previous erroneous checkin. Add ChangeLog entry. | Christopher Faylor | 2001-05-04 | 1 | -2/+2 |