index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
debug.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* 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
*
* exceptions.cc (ctrl_c_handler): Always send signal to process if it has no
Christopher Faylor
2001-05-04
1
-2
/
+2
*
*** empty log message ***
Christopher Faylor
2001-03-03
1
-4
/
+4
*
* child_info.h (child_info): Add pppid_handle for closing the parent's of the
Christopher Faylor
2000-11-06
1
-1
/
+2
*
* debug.cc (add_handle): Issue warning on attempts to add the same handle more
Christopher Faylor
2000-10-17
1
-2
/
+8
*
* child_info: Bump child_info "version".
Christopher Faylor
2000-10-12
1
-0
/
+4
*
* cygheap.cc (cygheap_init): Born again function.
Christopher Faylor
2000-10-02
1
-1
/
+1
*
Break out more header info into separate files. Use appropriate header files
Christopher Faylor
2000-09-08
1
-0
/
+2
*
* debug.h: Allow some debug defines for use in header files.
Christopher Faylor
2000-08-24
1
-1
/
+2
*
* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files
Christopher Faylor
2000-08-22
1
-1
/
+3
*
* winsup.h: Split out dtable definitions into separate header file.
Christopher Faylor
2000-08-12
1
-0
/
+1
*
* debug.cc (thread_stub): Use impure_ptr in place of reent_data.
Christopher Faylor
2000-07-12
1
-1
/
+1
[next]