aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/debug.cc
AgeCommit message (Expand)AuthorFilesLines
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
2001-05-04* exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor1-2/+2
2001-03-03*** empty log message ***Christopher Faylor1-4/+4
2000-11-06* child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor1-1/+2
2000-10-17* debug.cc (add_handle): Issue warning on attempts to add the same handle moreChristopher Faylor1-2/+8
2000-10-12* child_info: Bump child_info "version".Christopher Faylor1-0/+4
2000-10-02* cygheap.cc (cygheap_init): Born again function.Christopher Faylor1-1/+1
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-0/+2
2000-08-24* debug.h: Allow some debug defines for use in header files.Christopher Faylor1-1/+2
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-1/+3
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-0/+1
2000-07-12* debug.cc (thread_stub): Use impure_ptr in place of reent_data.Christopher Faylor1-1/+1
2000-07-01* Makefile.in: Use variables rather than configure constructs whereChristopher Faylor1-2/+4
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor1-26/+1
2000-04-15* fhandler_console.cc (keytable): Add support for keypad 5 key, which MS seemsChristopher Faylor1-10/+0
2000-03-15Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor1-2/+2
2000-02-26* exceptions.cc (interruptible): Make a little more structured.Christopher Faylor1-0/+1
2000-02-24Fix final round of gcc warnings relating to unused parameters.Christopher Faylor1-0/+11
2000-02-23Respond to more g++ warnings relating to initializing structures.Christopher Faylor1-3/+3
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+326