aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/strace.cc
AgeCommit message (Expand)AuthorFilesLines
2010-08-09Implement POSIX.1-2004 Monotonic Clock.Yaakov Selkowitz1-2/+2
2010-05-18* environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor1-17/+15
2010-03-31* sigproc.cc (wait_sig): Make sure that strace is activated on __SIGSTRACE byChristopher Faylor1-1/+2
2009-10-14Consistently use va_end.Eric Blake1-0/+2
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-3/+1
2008-12-19* pinfo.cc (pinfo_basic): New class.Christopher Faylor1-7/+10
2008-04-28 * path.cc (symlink_info::check): Avoid special handling forCorinna Vinschen1-1/+1
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-4/+0
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen1-1/+1
2008-02-01 * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen1-1/+2
2007-12-06 * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen1-1/+1
2006-01-02add copyrightChristopher Faylor1-1/+2
2006-01-02* cygtls.cc (_cygtls::remove): Remove left over debugging cruft which causedChristopher Faylor1-2/+0
2005-12-29*** cygwin DLL Changes:Christopher Faylor1-26/+61
2005-12-26* dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.Christopher Faylor1-4/+15
2005-09-27* strace.cc (strace::vsprntf): Avoid printing a zero pid.Christopher Faylor1-1/+1
2005-09-22* strace.cc (strace::vsprntf): Avoid accessing myself->pid if !myself.Christopher Faylor1-1/+1
2005-05-02white space and minor comment cleanup.Christopher Faylor1-1/+1
2005-04-22* fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor1-1/+3
2005-04-03 Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen1-1/+1
2005-01-12Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor1-1/+1
2005-01-11revert previous erroneous checkin.Christopher Faylor1-2/+2
2005-01-11* pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor1-2/+2
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-3/+3
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-1/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+1
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-02-04Eliminate most unneeded this-> pointers throughout.Christopher Faylor1-5/+5
2002-10-22* cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.Christopher Faylor1-2/+8
2002-10-18* fork.cc (fork_child): Move mmap initialization.Christopher Faylor1-0/+2
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor1-3/+3
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-4/+4
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor1-1/+1
2002-08-01* Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor1-1/+2
2002-07-13* dcrt0.cc (dll_crt0_1): Delay closing of some handles until cygheap has beenChristopher Faylor1-2/+3
2002-06-19Use hMainProc where appropriate, throughout.Christopher Faylor1-1/+1
2002-06-07* autoload.cc (timeGetDevCaps): Define new autoload function.Christopher Faylor1-1/+1
2002-06-06* strace.cc (strace::hello): Set inited, when appropriate.Christopher Faylor1-0/+1
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-1/+1
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor1-1/+0
2002-05-27* debug.h (being_debugged): New macro.Christopher Faylor1-0/+3
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2002-04-15remove obsolete comment.Christopher Faylor1-3/+0
2002-02-15* hires.h (hires::usecs): Rename from utime. Accept an argument.Christopher Faylor1-30/+4
2002-02-14* exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor1-0/+7
2002-01-29* external.cc (cygwin_internal): Initialize various internal settings ifChristopher Faylor1-0/+25
2001-10-13* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor1-1/+1
2001-03-07Update copyright.Christopher Faylor1-1/+1
2001-02-26 * strace.cc (strace::vprntf): Move prntf functionality to this functionCorinna Vinschen1-3/+22