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