summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/strace.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-1/+3
* * child_info: Bump child_info "version".Christopher Faylor2000-10-121-7/+9
* * fhandler.h (fhandler_base): Remove obsolete _rpos and _rsize elements.Christopher Faylor2000-10-071-3/+8
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-5/+0
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+2
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-0/+1
* * strace.cc (strace::prntf): Make second argument the function name, ratherChristopher Faylor2000-08-021-13/+44
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* * strace.h: Add kludgy workarounds to avoid using deprecated methods forChristopher Faylor2000-08-021-45/+19
* * testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie2000-07-271-0/+2
* Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen2000-07-011-1/+0
* Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor2000-03-151-2/+0
* Throughout use strace class in place of individual functions and variables.Christopher Faylor2000-03-071-36/+25
* * dcrt0.cc (set_os_type): Record OS name string.Christopher Faylor2000-02-281-31/+11
* Respond to a multitude of g++ warnings.Christopher Faylor2000-02-211-1/+1
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+409