7d61ff1dbf
2006-12-21 Dmitry V. Levin <ldv@altlinux.org>
...
Move counts code to separate file.
* count.c: New file.
* Makefile.am (strace_SOURCES): Add count.c.
* syscall.c (call_counts, countv, counts, shortest, time_cmp,
syscall_cmp, count_cmp, sortfun, overhead, set_sortby,
set_overhead, call_summary_pers, call_summary): Move to count.c
* count.c (count_syscall): New function.
* defs.h (count_syscall): Declare it.
* syscall.c (trace_syscall): Use it.
2006-12-21 21:15:04 +00:00
ef5c3d657d
2006-10-16 Dmitry V. Levin <ldv@altlinux.org>
...
Implement comprehensive quotactl(2) parser for Linux.
* Makefile.am (strace_SOURCES): Add quota.c.
* quota.c: New file.
* resource.c: Remove old quotactl(2) parser.
Fixes RH#118696.
2006-10-16 00:26:47 +00:00
Roland McGrath
5a862ff6b9
2006-04-25 Roland McGrath <roland@redhat.com>
...
* Makefile.am (EXTRA_DIST): Add xlate.el.
2006-04-25 07:33:20 +00:00
Roland McGrath
cdb247397a
2005-12-01 Roland McGrath <roland@redhat.com>
...
* Makefile.am (EXTRA_DIST): Add linux/arm/syscallent.h
and linux/m68k/syscallent.h.
Fixes Debian#336197.
2005-12-02 04:27:47 +00:00
Roland McGrath
0165e7790d
2004-07-12 Roland McGrath <roland@redhat.com>
...
* Makefile.am (EXTRA_DIST): Add linux/sparc64 files.
2004-07-12 07:53:59 +00:00
Roland McGrath
6617729a7a
2004-07-12 Roland McGrath <roland@redhat.com>
...
* Makefile.am (EXTRA_DIST): Add linux/sh64/syscallent.h.
2004-07-12 07:27:23 +00:00
Roland McGrath
adc2b308a1
Tweak maintainer rules.
2004-07-12 06:11:03 +00:00
Roland McGrath
bc44e40e2a
2004-07-11 Roland McGrath <roland@redhat.com>
...
* configure.ac: Add I386 as AM_CONDITIONAL.
* Makefile.am [LINUX]: Add maintainer-mode rules to regenerate
the ioctlent.h file.
2004-07-12 05:45:08 +00:00
Roland McGrath
ac971c2727
2003-02-26 Stuart Menefy <stuart.menefy@st.com>
...
Various fixes for SuperH [SH]:
* mem.c(sys_old_mmap): mmap() parameters passed in registers
* net.c(sys_pipe), syscall.c(getrval2): pipe() results returned
in registers
* process.c (change_syscall): Fixed register which holds system
call number
* util.c (arg0_offset, arg1_offset): provide definition
* Makefile.am: Added new files in linux/sh
* linux/sh/{syscallent,errnoent,ioctlent,signalent}.h: New files
2003-03-31 01:03:33 +00:00
Roland McGrath
9c9a2534e3
2003-02-19 Roland McGrath <roland@redhat.com>
...
* version.c: Removed.
* Makefile.am (strace_SOURCES): Remove it.
* strace.c: Use PACKAGE_NAME and VERSION macros instead of version var.
2003-02-20 02:56:29 +00:00
Roland McGrath
44f24c7b26
2003-01-08 Roland McGrath <roland@redhat.com>
...
* Makefile.am (AM_CFLAGS): New variable, define to $(WARNFLAGS).
* Makefile.am (EXTRA_DIST): Remove debian/postinst and debian/prerm.
2003-01-09 06:53:25 +00:00
Roland McGrath
d97b2071cd
2002-12-30 Roland McGrath <roland@redhat.com>
...
* Makefile.am (bin_SCRIPTS): New variable, list strace-graph.
(EXTRA_DIST): Add missing files.
2002-12-30 10:45:58 +00:00
Roland McGrath
7daaace264
2002-12-30 Roland McGrath <roland@redhat.com>
...
* Makefile.am [LINUX && X86_64]: Remove cruft.
* linux/x86_64/errnoent1.h: New file.
* linux/x86_64/ioctlent1.h: New file.
* linux/x86_64/signalent1.h: New file.
* linux/x86_64/syscallent1.h: New file.
* linux/x86_64/i386-headers.diff: File removed.
* linux/x86_64/makeheaders.sh: File removed.
* linux/x86_64/Makefile.in: File removed.
2002-12-30 09:33:20 +00:00
Roland McGrath
2746edd185
2002-12-29 Roland McGrath <roland@redhat.com>
...
* configure.ac, Makefile.am: Punt subdirs, handle everything here.
* linux/Makefile.am: File removed.
* freebsd/Makefile.am: File removed.
* sunos4/Makefile.in: File removed.
* svr4/Makefile.in: File removed.
2002-12-30 09:13:08 +00:00
Roland McGrath
80964aaf26
2002-12-29 Roland McGrath <roland@redhat.com>
...
* configure.ac, Makefile.am: Punt subdirs, handle everything here.
2002-12-30 01:11:08 +00:00
Roland McGrath
6d2b34971b
2002-12-22 Roland McGrath <roland@redhat.com>
...
Update to Autoconf 2.57, and Automakify with version 1.7.
* Makefile.am: New file.
* Makefile.in: File removed.
* configure.in: Moved to ...
* configure.ac: ... here. Update for Autoconf 2.5x and Automake.
* aclocal.m4: Moved to ...
* acinclude.m4: ... here. Update for Autoconf 2.5x.
* AUTHORS: New file, makes automake happy.
* autogen.sh: File removed.
* README-CVS: Update to recommend autoreconf instead.
* file.c: HAVE_ST_* -> HAVE_STRUCT_STAT_ST_*.
* net.c: HAVE_SIN6_SCOPE_ID -> HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID,
HAVE_MSG_CONTROL -> HAVE_STRUCT_MSGHDR_MSG_CONTROL.
* strace.c: *_DECLARED -> HAVE_DECL_*
* stream.c: HAVE_* -> HAVE_STRUCT_*
2002-12-30 00:51:30 +00:00