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