summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/debug.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-4/+0
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-3/+3
* Revert erroneous checkinChristopher Faylor2011-12-091-3/+0
* * sigproc.cc (signal_exit): Revert reversion of 2011-12-04 change since,Christopher Faylor2011-12-091-0/+3
* Remove erroneously checked-in debugging statements.Christopher Faylor2011-11-141-2/+0
* update copyrightsChristopher Faylor2011-11-141-1/+1
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-0/+2
* * cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor2011-05-051-1/+4
* * cygheap.h (cygheap_debug::endh): Delete.Christopher Faylor2009-08-051-22/+12
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-2/+2
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-6/+0
* * debug.cc (close_handle): Change debug output format slightly.Christopher Faylor2007-07-101-2/+3
* * pinfo.cc (_onreturn::~onreturn): Don't attempt to close a NULL handle.Christopher Faylor2006-08-101-1/+1
* * autoload.cc (GetHandleInformation): Declare new function.Christopher Faylor2006-08-091-1/+3
* * debug.h (ModifyHandle): Define new macro.Christopher Faylor2006-05-251-0/+14
* * debug.cc (add_handle): Print handle value when collision detected.Christopher Faylor2006-05-211-1/+1
* * dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor2005-09-131-2/+0
* * cygerrno.h (__set_errno): Define as inline function here.Corinna Vinschen2005-05-041-8/+0
* * sync.h (muto::operator int): New operator.Christopher Faylor2005-04-051-8/+7
* * wininfo.h (wininfo::timer_active): Delete.Christopher Faylor2005-03-271-1/+1
* * debug.cc (delete_handle): Report on handle value in debugging output.Christopher Faylor2005-02-261-1/+1
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-1/+0
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * cygerrno.h (set_errno): Set global errno whenever setting thread specificChristopher Faylor2004-02-011-0/+1
* * configure.in: Remove NEWVFORK default.Christopher Faylor2004-01-231-2/+12
* * include/cygwin/version.h: Bump DLL minor number to 8.Christopher Faylor2004-01-201-0/+1
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-0/+6
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-8/+8
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* * dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate early.Christopher Faylor2003-09-231-1/+0
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-2/+1
* Change _function() to function() throughout.Christopher Faylor2002-10-211-1/+2
* * debug.h (handle_list::allocated): Remove field.Conrad Scott2002-08-061-16/+5
* * Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor2002-08-011-143/+0
* * dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compilerChristopher Faylor2002-07-141-11/+9
* * debug.cc (clexec): Add missing `hl = hl->next'.Christopher Faylor2002-07-141-0/+1
* * debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor2002-07-131-33/+34
* * debug.cc: Avoid explicit zeroing of globals.Christopher Faylor2002-07-091-8/+27
* * debug.cc (threads): Avoid initialization.Christopher Faylor2002-07-011-1/+1
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* * sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor2002-02-221-20/+18
* * times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor2002-02-171-2/+2
* * debug.cc (makethread): Eliminate unneeded function call.Christopher Faylor2001-11-301-1/+0
* * cygwin.din (ualarm): New export.Christopher Faylor2001-11-281-0/+1
* Eliminate excess whitespace.Christopher Faylor2001-11-051-1/+1
* * debug.cc (set_errno): Return value of errno that was set, just like theChristopher Faylor2001-10-221-5/+8
* * cygerrno.h (set_errno): Define more informative version of this function forChristopher Faylor2001-10-161-0/+9
* * exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor2001-09-221-11/+3
* * debug.cc (mark_closed): Rename from debug_mark_closed and make static.Christopher Faylor2001-09-011-13/+37
* * smallprint.c (console_printf): New function.Christopher Faylor2001-08-221-7/+20