aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils/strace.cc
AgeCommit message (Expand)AuthorFilesLines
2010-08-28 * loadlib.h: New header implementing safe LoadLibrary calls.Corinna Vinschen1-0/+1
2010-02-22* strace.cc (mnemonic_table): Add "special" mask option.Christopher Faylor1-19/+22
2010-02-19Update copyrightChristopher Faylor1-1/+1
2010-02-19utils/ChangeLog:Christopher Faylor1-0/+2
2009-11-04 * cygcheck.cc (cygwin_dll_path): New global variable.Corinna Vinschen1-0/+2
2009-07-15 * strace.cc (main): Open trace output file in UNIX mode.Corinna Vinschen1-2/+3
2009-04-22* strace.cc (create_child): Set CYGWIN=noglob when starting new process so thatChristopher Faylor1-1/+11
2009-03-24 * cygcheck.cc (dump_sysinfo): Fix compiler warning in printf.Corinna Vinschen1-1/+1
2008-09-12* cygcheck.cc (pathlike::check_existence): Remove class name from declaration.Christopher Faylor1-3/+3
2007-07-23* strace.cc (create_child): Don't convert a path from cygwin format unless itChristopher Faylor1-1/+2
2007-07-10* strace.cc (usage): Add missing description for -q.Christopher Faylor1-1/+2
2006-05-24* strace.cc (proc_child): Propagate return code from child process.Christopher Faylor1-5/+10
2005-12-29*** cygwin DLL Changes:Christopher Faylor1-42/+69
2005-12-05* strace.cc (show_usecs): Renamed from 'usecs'.Christopher Faylor1-4/+6
2005-10-11revert erroneous checkinChristopher Faylor1-5/+2
2005-10-11* Makefile.common (CFLAGS_COMMON): Add -Wstrict-aliasing.Christopher Faylor1-2/+5
2005-05-27* cygcheck.cc (load_cygwin): Make half-hearted attempt to work with older DLLs.Christopher Faylor1-1/+1
2005-05-17* cygcheck.cc (cygwin_internal): Define as a "C" function.Christopher Faylor1-1/+3
2005-05-15 * cygcheck.cc (load_cygwin): Don't touch $PATH for now.Corinna Vinschen1-1/+1
2005-05-09* strace.cc (attach_process): Don't call load_cygwin(). Assume that it'sChristopher Faylor1-3/+9
2005-03-07 * strace.cc (handle_output_debug_string): Fix compiler warning.Corinna Vinschen1-2/+2
2005-02-27* kill (getsig): Avoid buffer overflow when generating a signal name.Christopher Faylor1-2/+2
2005-01-16* ps.cc (main): Eliminate use of PID_ZOMBIE.Christopher Faylor1-2/+13
2004-10-06 * strace.cc (_impure_ptr): Remove.Corinna Vinschen1-6/+0
2004-02-21* Makefile.in (build_dumper): Detect missing iconv library.Christopher Faylor1-1/+1
2004-02-11 * strace.cc (opts): Add leading '+' to force posixly correctCorinna Vinschen1-6/+1
2004-02-11* strace.cc (main): Guard against previous setting of POSIXLY_CORRECT.Christopher Faylor1-1/+5
2004-02-10* strace.cc: Update copyrights.Christopher Faylor1-2/+2
2004-02-10* strace.cc (main): Ensure POSIXLY_CORRECT argument ordering.Christopher Faylor1-0/+1
2003-04-26* cygcheck.cc (usage) Add description output.Joshua Daniel Franklin1-0/+2
2003-03-04* Makefile.in (strace.exe): Include mingw_getopt.o in link line.Christopher Faylor1-3/+5
2002-10-19* mount.cc (usage): Correctly report default mode.Christopher Faylor1-2/+2
2002-09-15Add final newlines to utilsJoshua Daniel Franklin1-1/+2
2002-06-07* strace.cc (main): Make toggle a local variable.Christopher Faylor1-1/+1
2002-06-07* strace.cc (toggle): New global variable.Christopher Faylor1-18/+48
2002-06-06* strace.cc (version): New global variable.Christopher Faylor1-20/+43
2002-06-02* strace.cc (forkdebug): Make true by default.Christopher Faylor1-8/+10
2002-05-27* strace.cc (attach_process): Don't tell process to start stracing here.Christopher Faylor1-3/+8
2002-05-18* strace.cc (add_child): Use calloc since new requires working libstdc++.a.Christopher Faylor1-2/+2
2002-02-25update copyrightChristopher Faylor1-2/+2
2002-02-14* strace.cc (attach_process): Change CW_STRACE_ON to CW_STRACE_TOGGLE.Christopher Faylor1-1/+1
2002-01-29* Makefile.in (MINGW_INCLUDES): Change cygwin include.Christopher Faylor1-34/+90
2002-01-22* Makefile.in: Build intermediate cygcheck.o to force use of MINGW_CXXFLAGS.Christopher Faylor1-3/+2
2001-12-04* cygcheck.cc (usage): Add -c description.Christopher Faylor1-14/+13
2001-11-17 * strace.cc (main): Change getopt() to getopt_long().Corinna Vinschen1-2/+217
2001-11-04* strace.cc (main): New option '-w'. Start traced process in separateEgor Duda1-3/+24
2001-03-05 * getfacl.c: Add copyright hint.Corinna Vinschen1-0/+12
2000-10-28Cleanup formatting on some files. Remove excessive whitespace.Christopher Faylor1-43/+54
2000-10-28* strace.cc (main): Add a '-b' option.Christopher Faylor1-2/+10
2000-10-15* ps.cc (main): Accomodate new PID_ constant.Christopher Faylor1-1/+8