summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/strace.cc
Commit message (Expand)AuthorAgeFilesLines
* strace: Make sure strace timer isn't copied to child processCorinna Vinschen2016-07-061-1/+1
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* cygwin: Fix copyright datesCorinna Vinschen2015-07-291-1/+1
* Reduce stack pressure throughout CygwinCorinna Vinschen2015-07-191-36/+49
* * spawn.cc (find_exec): Initialize err (CID 60111).Corinna Vinschen2014-06-231-1/+2
* * strace.cc (strace::vsprntf): Fix potential (if unlikely) use of uninitializedChristopher Faylor2013-12-221-1/+2
* Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen2013-11-241-2/+0
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-2/+2
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * strace.cc (strace::activate): Move printing heap size from here...Corinna Vinschen2012-05-211-3/+1
* * dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we'reChristopher Faylor2011-12-081-1/+1
* * cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor2011-11-241-24/+24
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.Christopher Faylor2011-11-241-4/+5
* update copyrightsChristopher Faylor2011-11-141-1/+1
* Throughout, open console handles with sharing for reading and writing.Corinna Vinschen2011-07-041-1/+1
* * dcrt0.cc (dll_crt0_1): Call strace.dll_info after call to pinfo_init.Corinna Vinschen2011-06-171-4/+12
* * strace.cc (strace::vprntf): Avoid closing unopened handle.Christopher Faylor2011-05-021-2/+4
* Implement POSIX.1-2004 Monotonic Clock.Yaakov Selkowitz2010-08-091-2/+2
* * environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor2010-05-181-17/+15
* * 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