Go to file
Dmitry V. Levin 66a344c006 process_vm.c: use printaddr
* process_vm.c (sys_process_vm_readv): Use printaddr.
2015-07-18 00:01:40 +00:00
debian debian: add gawk to Build-Depends 2015-04-14 17:22:54 +00:00
linux ia64: wire up utimensat syscall 2015-07-16 01:36:55 +00:00
m4 Fix cross-compiling of ioctlsort 2015-02-27 04:43:06 +00:00
maint maint: make linux/kvm.h parseable on arm 2015-05-21 17:48:38 +00:00
qemu_multiarch_testing qemu_multiarch_testing/*: make it easier to do debug in sandboxes 2015-03-24 20:54:26 +01:00
test New test: test/many_looping_threads.c 2015-03-21 20:59:39 +01:00
tests tests/uid.test: adopt for alpha 2015-07-16 22:13:56 +00:00
xlat swapon.c: move fallback definitions of swap options to xlat/ 2015-07-16 23:44:57 +00:00
.gitignore ignore core/compile files 2015-02-26 20:00:03 +00:00
.mailmap Remove duplicate names from CREDITS 2012-05-01 21:51:38 +00:00
access.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
affinity.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
aio.c Consistenly use #ifdef to check for AC_DEFINE'd macros 2015-06-17 20:09:13 +00:00
AUTHORS 2002-12-22 Roland McGrath <roland@redhat.com> 2002-12-30 00:51:30 +00:00
bjm.c Consistently print OOM diagnostic messages 2015-05-25 22:25:22 +00:00
block.c block.c: enhance block ioctl parser 2015-07-10 22:26:56 +00:00
bootstrap bootstrap: do not link Makefile* files 2015-03-04 14:52:56 +00:00
build_static_example.sh Use bootstrap script consistently 2014-05-30 21:31:08 +00:00
cacheflush.c Add support for Altera's Nios-II softcore architecture 2015-05-19 22:41:49 +00:00
capability.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
caps0.h Move CAP_* definitions out to header files 2015-02-19 00:33:39 +00:00
caps1.h Move CAP_* definitions out to header files 2015-02-19 00:33:39 +00:00
ChangeLog-CVS Generate ChangeLog from git log 2009-07-08 21:01:21 +00:00
chdir.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
chmod.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
clone.c clone: move definitions of cloning flags to xlat/ 2015-06-17 18:36:53 +00:00
configure.ac Do not include sys/filio.h 2015-07-05 16:20:14 +00:00
COPYING Rename COPYRIGHT to COPYING 2013-05-17 23:18:55 +00:00
count.c Introduce memory allocation wrappers 2015-05-25 22:25:22 +00:00
CREDITS.in Remove duplicate names from CREDITS 2012-05-01 21:51:38 +00:00
defs.h Add unique syscall entry numbers (SENs) 2015-07-12 22:31:49 +00:00
desc.c Introduce memory allocation wrappers 2015-05-25 22:25:22 +00:00
dirent.c Introduce memory allocation wrappers 2015-05-25 22:25:22 +00:00
errnoent.sh Change errnoent.h files to use designated initializers 2015-02-23 13:29:17 +00:00
evdev.c Use printpair_int 2015-07-09 01:43:44 +00:00
execve.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
exit.c Consistently use error_msg instead of fprintf(stderr) 2015-05-25 23:31:31 +00:00
fadvise.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
fallocate.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
fanotify.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
fchownat.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
file.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
futex.c futex: move fallback definitions of futex constants to xlat/ 2015-06-17 19:23:25 +00:00
generate_sen.sh Add unique syscall entry numbers (SENs) 2015-07-12 22:31:49 +00:00
generate_xlat_in.sh Generate xlat/*.in files 2014-05-30 21:40:03 +00:00
get_robust_list.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
getcpu.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
getcwd.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
getrandom.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
git-set-file-times Update auxiliary maintainer mode build tools 2015-01-21 21:17:08 +00:00
git-version-gen Update auxiliary maintainer mode build tools 2015-01-21 21:17:08 +00:00
gitlog-to-changelog Update auxiliary maintainer mode build tools 2015-01-21 21:17:08 +00:00
HACKING-scripts ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
hostname.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
inotify.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
INSTALL Remove and update documentation 2012-02-25 15:29:21 +01:00
io.c Move ioctl syscall parser to ioctl.c 2015-07-02 21:42:51 +00:00
ioctl.c Implement RVAL_DECODED flag 2015-07-09 01:08:01 +00:00
ioctlsort.c Include <linux/ioctl.h> for _IOC_* macros 2015-03-28 22:37:30 +00:00
ioprio.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
ipc.c ipc.c: make use of RVAL_DECODED 2015-07-14 22:07:35 +00:00
kexec.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
keyctl.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
ldt.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
link.c link: move fallback definitions of AT_* constants to xlat/ 2015-06-17 19:45:26 +00:00
loop.c loop.c: enhance loop ioctl parser 2015-07-09 02:04:34 +00:00
lseek.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
make-dist Use bootstrap script consistently 2014-05-30 21:31:08 +00:00
Makefile.am Add unique syscall entry numbers (SENs) 2015-07-12 22:31:49 +00:00
mem.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
mknod.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
mount.c Update mount flags constants 2015-06-16 10:55:19 +00:00
mtd.c mtd.c: enhance mtd and ubi ioctl parsers 2015-07-10 22:52:58 +00:00
net.c Use printpair_int 2015-07-09 01:43:44 +00:00
NEWS maint: post-release administrivia 2015-03-09 22:05:40 +00:00
open.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
or1k_atomic.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
pathtrace.c Change comparisons with function pointers to comparisons with SENs 2015-07-12 22:31:49 +00:00
personality.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
prctl.c Change printnum_* printers to honor syserror 2015-07-14 21:59:26 +00:00
printmode.c Include <sys/stat.h> for S_I* macros 2015-03-28 22:37:06 +00:00
printsiginfo.c signal.c: move siginfo_t parsers to a separate file 2015-03-27 23:41:00 +00:00
printstat.h Consistenly use #ifdef to check for AC_DEFINE'd macros 2015-06-17 20:09:13 +00:00
process_vm.c process_vm.c: use printaddr 2015-07-18 00:01:40 +00:00
process.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
ptp.c ptp.c: enhance ptp ioctl parser 2015-07-10 22:54:29 +00:00
ptrace.h Handle broken PTRACE_EVENT_STOP values 2015-02-27 04:43:11 +00:00
quota.c Enhance quotactl decoding 2015-07-18 00:01:40 +00:00
readahead.c readahead.c: make use of RVAL_DECODED 2015-07-18 00:01:40 +00:00
readlink.c readlink.c: use printaddr 2015-07-18 00:01:40 +00:00
README Rename COPYRIGHT to COPYING 2013-05-17 23:18:55 +00:00
README-hacking Clarify bootstrap-vs-autoreconf usage 2015-03-03 01:45:30 +00:00
README-linux-ptrace README-linux-ptrace: correct the description of suppressed signals 2012-02-09 19:57:52 +01:00
reboot.c reboot.c: make use of RVAL_DECODED 2015-07-18 00:01:40 +00:00
regs.h Move regs-related macros and declarations from defs.h to regs.h 2015-02-13 18:28:08 +00:00
renameat.c renameat.c: make use of RVAL_DECODED 2015-07-18 00:01:40 +00:00
resource.c resource.c: make use of RVAL_DECODED 2015-07-18 00:01:39 +00:00
rtc.c rtc.c: enhance rtc ioctl parser 2015-07-09 02:01:58 +00:00
sched.c sched.c: make use of RVAL_DECODED 2015-07-18 00:01:39 +00:00
scsi.c scsi.c: use printaddr 2015-07-18 00:01:39 +00:00
seccomp.c seccomp.c: make use of RVAL_DECODED 2015-07-17 01:16:16 +00:00
sigaltstack.c sigaltstack.c: use printaddr and umove_or_printaddr 2015-07-17 01:16:16 +00:00
signal.c signal.c: make use of RVAL_DECODED 2015-07-17 00:54:55 +00:00
signalent.sh Tidy up includes and copyright notices, fix indentation 2012-03-16 12:02:22 +01:00
sigreturn.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
sock.c Change comparisons with function pointers to comparisons with SENs 2015-07-12 22:31:49 +00:00
socketutils.c alpha: fix -yy decoding 2015-03-02 23:39:41 +00:00
sram_alloc.c sram_alloc.c: make use of RVAL_DECODED 2015-07-16 23:44:57 +00:00
statfs.c statfs.c: use umove_or_printaddr 2015-07-16 23:44:57 +00:00
strace-graph Tidy up includes and copyright notices, fix indentation 2012-03-16 12:02:22 +01:00
strace-log-merge strace-log-merge: fix file suffix calculation 2012-03-26 12:10:01 +00:00
strace.1 Document that -k is available only with libunwind 2015-03-04 00:56:33 +00:00
strace.c Fix -qq option in conjunction with -o option 2015-06-30 16:32:41 +00:00
strace.spec Prepare for 4.10 release 2015-03-06 13:14:15 +00:00
stream.c Declare syscall parsers using SYS_FUNC macro 2015-04-07 11:22:49 +00:00
swapon.c swapon.c: make use of RVAL_DECODED 2015-07-16 23:44:57 +00:00
sync_file_range.c sync_file_range2: fix typo in flags decoding 2015-07-16 23:44:57 +00:00
syscall.c Change comparisons with function pointers to comparisons with SENs 2015-07-12 22:31:49 +00:00
syscallent.sh Tidy up includes and copyright notices, fix indentation 2012-03-16 12:02:22 +01:00
sysctl.c syslog.c: use umove_or_printaddr and RVAL_DECODED 2015-07-16 23:44:57 +00:00
sysinfo.c sysinfo.c: use umove_or_printaddr 2015-07-16 22:58:12 +00:00
syslog.c syslog.c: make use of RVAL_DECODED 2015-07-16 22:58:12 +00:00
sysmips.c sysmips.c: cleanup 2015-07-16 22:58:12 +00:00
term.c term.c: enhance tty ioctl parser 2015-07-13 20:16:24 +00:00
time.c time.c: make use of RVAL_DECODED 2015-07-16 22:58:12 +00:00
truncate.c truncate.c: make use of RVAL_DECODED 2015-07-16 22:58:12 +00:00
uid16.c Fix decoding of 16-bit *chown and [gs]et*[gu]id syscalls 2014-12-16 01:07:12 +00:00
uid.c uid.c: make use of RVAL_DECODED 2015-07-16 01:36:55 +00:00
umask.c umask.c: make use of RVAL_DECODED 2015-07-16 22:58:12 +00:00
umount.c umount.c: make use of RVAL_DECODED 2015-07-16 22:58:12 +00:00
uname.c uname.c: use umove_or_printaddr 2015-07-16 01:36:55 +00:00
unwind.c Consistently use error_msg instead of fprintf(stderr) 2015-05-25 23:31:31 +00:00
util.c umoven_or_printaddr: do not fetch data if not in verbose mode 2015-07-14 22:07:35 +00:00
utime.c utime.c: make use of RVAL_DECODED 2015-07-16 01:35:27 +00:00
utimes.c utimes.c: make use of RVAL_DECODED 2015-07-16 22:57:52 +00:00
v4l2.c v4l2: add decoding for VIDIOC_S_CROP's arg 2015-05-21 17:48:38 +00:00
vsprintf.c Introduce memory allocation wrappers 2015-05-25 22:25:22 +00:00
wait.c wait.c: use printaddr and umove_or_printaddr 2015-07-15 00:49:27 +00:00
xattr.c xattr.c: make use of RVAL_DECODED 2015-07-14 23:38:58 +00:00
xlate.el Tidy up includes and copyright notices, fix indentation 2012-03-16 12:02:22 +01:00
xmalloc.c Introduce memory allocation wrappers 2015-05-25 22:25:22 +00:00

This is strace, a system call tracer for Linux.

strace is released under a Berkeley-style license at the request
of Paul Kranenburg; see the file COPYING for details.

See the file CREDITS for a list of authors and other contributors.

See the file INSTALL for compilation and installation instructions.

See the file NEWS for information on what has changed in recent
versions.

You can get the latest version of strace from its homepage at
http://sourceforge.net/projects/strace/ .

Please send bug reports and enhancements to the strace
mailinglist at strace-devel@lists.sourceforge.net.