summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/strace.cc
Commit message (Expand)AuthorAgeFilesLines
* * sigproc.cc (wait_sig): Make sure that strace is activated on __SIGSTRACE byChristopher Faylor2010-03-311-1/+2
* Consistently use va_end.Eric Blake2009-10-141-0/+2
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-3/+1
* * pinfo.cc (pinfo_basic): New class.Christopher Faylor2008-12-191-7/+10
* * path.cc (symlink_info::check): Avoid special handling forCorinna Vinschen2008-04-281-1/+1
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-4/+0
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * cygheap.cc (cwcsdup): New function.Corinna Vinschen2008-02-141-1/+1
* * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen2008-02-011-1/+2
* * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen2007-12-061-1/+1
* add copyrightChristopher Faylor2006-01-021-1/+2
* * cygtls.cc (_cygtls::remove): Remove left over debugging cruft which causedChristopher Faylor2006-01-021-2/+0
* *** cygwin DLL Changes:Christopher Faylor2005-12-291-26/+61
* * dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.Christopher Faylor2005-12-261-4/+15
* * strace.cc (strace::vsprntf): Avoid printing a zero pid.Christopher Faylor2005-09-271-1/+1
* * strace.cc (strace::vsprntf): Avoid accessing myself->pid if !myself.Christopher Faylor2005-09-221-1/+1
* white space and minor comment cleanup.Christopher Faylor2005-05-021-1/+1
* * fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor2005-04-221-1/+3
* Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen2005-04-031-1/+1
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-1/+1
* revert previous erroneous checkin.Christopher Faylor2005-01-111-2/+2
* * pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor2005-01-111-2/+2
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-3/+3
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* Eliminate most unneeded this-> pointers throughout.Christopher Faylor2003-02-041-5/+5
* * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.Christopher Faylor2002-10-221-2/+8
* * fork.cc (fork_child): Move mmap initialization.Christopher Faylor2002-10-181-0/+2
* More GNUify non-GNU formatted functions calls throughout.Christopher Faylor2002-09-231-3/+3
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-4/+4
* * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor2002-09-191-1/+1
* * Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor2002-08-011-1/+2
* * dcrt0.cc (dll_crt0_1): Delay closing of some handles until cygheap has beenChristopher Faylor2002-07-131-2/+3
* Use hMainProc where appropriate, throughout.Christopher Faylor2002-06-191-1/+1
* * autoload.cc (timeGetDevCaps): Define new autoload function.Christopher Faylor2002-06-071-1/+1
* * strace.cc (strace::hello): Set inited, when appropriate.Christopher Faylor2002-06-061-0/+1
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-1/+0
* * debug.h (being_debugged): New macro.Christopher Faylor2002-05-271-0/+3
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* remove obsolete comment.Christopher Faylor2002-04-151-3/+0
* * hires.h (hires::usecs): Rename from utime. Accept an argument.Christopher Faylor2002-02-151-30/+4
* * exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor2002-02-141-0/+7
* * external.cc (cygwin_internal): Initialize various internal settings ifChristopher Faylor2002-01-291-0/+25
* * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor2001-10-131-1/+1
* Update copyright.Christopher Faylor2001-03-071-1/+1
* * strace.cc (strace::vprntf): Move prntf functionality to this functionCorinna Vinschen2001-02-261-3/+22
* * exceptions.cc (signal_exit): Kill any executing child process if we're dying.Christopher Faylor2000-10-241-4/+4
* * sigproc.cc (proc_subproc): Remove unneeded test for correct process inChristopher Faylor2000-10-171-1/+1