summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/debug.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor2001-05-041-2/+2
* * exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor2001-05-041-2/+2
* *** empty log message ***Christopher Faylor2001-03-031-4/+4
* * child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor2000-11-061-1/+2
* * debug.cc (add_handle): Issue warning on attempts to add the same handle moreChristopher Faylor2000-10-171-2/+8
* * child_info: Bump child_info "version".Christopher Faylor2000-10-121-0/+4
* * 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/+2
* * debug.h: Allow some debug defines for use in header files.Christopher Faylor2000-08-241-1/+2
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-1/+3
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-0/+1
* * debug.cc (thread_stub): Use impure_ptr in place of reent_data.Christopher Faylor2000-07-121-1/+1
* * Makefile.in: Use variables rather than configure constructs whereChristopher Faylor2000-07-011-2/+4
* * path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor2000-05-171-26/+1
* * fhandler_console.cc (keytable): Add support for keypad 5 key, which MS seemsChristopher Faylor2000-04-151-10/+0
* Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor2000-03-151-2/+2
* * exceptions.cc (interruptible): Make a little more structured.Christopher Faylor2000-02-261-0/+1
* Fix final round of gcc warnings relating to unused parameters.Christopher Faylor2000-02-241-0/+11
* Respond to more g++ warnings relating to initializing structures.Christopher Faylor2000-02-231-3/+3
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+326