Go to file
Dmitry V. Levin b873785089 Fix umount and umount2 syscall entries
* linux/aarch64/syscallent1.h (umount): Change nargs to 1.
* linux/avr32/syscallent.h: Likewise.
* linux/xtensa/syscallent.h: Likewise.
* linux/ia64/syscallent.h (umount2): Change nargs to 2.
* linux/arm/syscallent.h (umount, umount2): Fix sys_name.
* linux/bfin/syscallent.h: Likewise.
* linux/i386/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/s390x/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.
* linux/sparc/syscallent.h: Likewise.
* linux/metag/syscallent.h: (umount2): Fix sys_name.
* linux/or1k/syscallent.h: Likewise.
* linux/x32/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.
2015-01-12 17:32:16 +00:00
debian Prepare for 4.9 release 2014-08-15 13:14:15 +00:00
linux Fix umount and umount2 syscall entries 2015-01-12 17:32:16 +00:00
m4 Use AC_CHECK_TYPES to check for struct statfs64 2015-01-08 04:12:29 +00:00
qemu_multiarch_testing Use bootstrap script consistently 2014-05-30 21:31:08 +00:00
test Add a test for the latest select decoding fix 2013-11-05 23:35:56 +00:00
tests tests: add tests for ipc syscalls decoding 2015-01-12 16:24:20 +00:00
xlat Fix build on systems that lack O_CLOEXEC definition 2015-01-09 03:47:23 +00:00
.gitignore Ignore more files 2013-05-02 22:06:12 +00:00
.mailmap Remove duplicate names from CREDITS 2012-05-01 21:51:38 +00:00
access.c file.c: move access and faccessat parsers to a separate file 2014-12-11 21:40:17 +00:00
affinity.c process.c: move sched_setaffinity and sched_getaffinity parsers to a separate file 2014-12-11 19:25:02 +00:00
aio.c Use external libaio.h 2014-09-08 16:43:36 +00:00
AUTHORS 2002-12-22 Roland McGrath <roland@redhat.com> 2002-12-30 00:51:30 +00:00
bjm.c Fix delete_module decoding 2014-06-04 16:29:18 +00:00
block.c Decode FIFREEZE/FITHAW/FITRIM ioctls 2014-11-21 21:41:32 +00:00
bootstrap Use bootstrap script consistently 2014-05-30 21:31:08 +00:00
build_static_example.sh Use bootstrap script consistently 2014-05-30 21:31:08 +00:00
cacheflush.c Move cacheflush parser to a separate file 2014-12-04 02:23:34 +00:00
capability.c Implement full decoding of 64-bit capabilities 2014-12-06 03:53:12 +00:00
ChangeLog-CVS Generate ChangeLog from git log 2009-07-08 21:01:21 +00:00
chdir.c file.c: move chdir parser to a separate file 2014-12-11 21:39:59 +00:00
chmod.c file.c: move chmod, fchmod, and fchmodat parsers to a separate file 2014-12-11 21:39:25 +00:00
clone.c process.c: move clone, setns, unshare, and fork parsers to a separate file 2014-12-11 22:52:03 +00:00
configure.ac Fix fanotify_mark decoding on 32-bit architectures 2015-01-10 00:40:10 +00:00
COPYING Rename COPYRIGHT to COPYING 2013-05-17 23:18:55 +00:00
count.c Fix compilation warnings reported by gcc -Wsign-compare 2014-09-17 19:18:18 +00:00
CREDITS.in Remove duplicate names from CREDITS 2012-05-01 21:51:38 +00:00
defs.h Fix indirect ipc subcall handling 2015-01-12 14:27:11 +00:00
desc.c decode_select: fix potential use of an uninitialized variable 2014-09-09 22:51:05 +00:00
dirent.c Move dirent related parsers to a separate file 2014-09-11 22:40:37 +00:00
errnoent.sh Tidy up includes and copyright notices, fix indentation 2012-03-16 12:02:22 +01:00
execve.c process.c: move execve and execv parsers to a separate file 2014-12-11 22:52:03 +00:00
exit.c process.c: move exit parser to a separate file 2014-12-11 22:52:03 +00:00
fadvise.c file.c: move fadvise64 and fadvise64_64 parsers to a separate file 2014-12-11 21:38:43 +00:00
fallocate.c Implement decoding of fallocate FALLOC_FL_* flags 2014-12-11 21:40:23 +00:00
fanotify.c Fix fanotify_mark decoding on 32-bit architectures 2015-01-10 00:40:10 +00:00
fchownat.c chown.c: split into separate files 2014-12-15 23:54:37 +00:00
file.c Use AC_CHECK_TYPES to check for struct stat64 2015-01-08 04:06:06 +00:00
futex.c process.c: move futex parser to a separate file 2014-12-11 19:25:02 +00:00
generate_xlat_in.sh Generate xlat/*.in files 2014-05-30 21:40:03 +00:00
get_robust_list.c process.c: move get_robust_list parser to a separate file 2014-12-11 19:25:02 +00:00
getcpu.c process.c: move getcpu parser to a separate file 2014-12-11 21:40:40 +00:00
getcwd.c file.c: move getcwd parser to a separate file 2014-12-11 21:38:59 +00:00
git-set-file-times * git-set-file-times: Import from rsync. 2009-10-09 23:07:28 +00:00
git-version-gen build: introduce git-version-gen 2013-04-30 23:52:12 +00:00
gitlog-to-changelog gitlog-to-changelog: update from gnulib 2011-11-05 13:32:27 +00:00
HACKING-scripts HACKING-scripts: new doc file by Mike Frysinger 2009-02-23 07:56:01 +00:00
hostname.c process.c: move sethostname and gethostname parsers to a separate file 2014-12-11 22:52:03 +00:00
inotify.c Compress blank lines 2014-05-30 22:10:21 +00:00
INSTALL Remove and update documentation 2012-02-25 15:29:21 +01:00
io.c Include <sys/uio.h> unconditionally 2014-11-21 20:46:16 +00:00
ioctl.c Decode FIFREEZE/FITHAW/FITRIM ioctls 2014-11-21 21:41:32 +00:00
ioctlsort.c ioctlsort: rewrite build rules using noinst_PROGRAMS 2014-11-11 15:30:00 +00:00
ioprio.c Generate xlat/*.in files 2014-05-30 21:40:03 +00:00
ipc.c Fix indirect ipc subcall handling 2015-01-12 14:27:11 +00:00
kexec.c Compress blank lines 2014-05-30 22:10:21 +00:00
keyctl.c Generate xlat/*.in files 2014-05-30 21:40:03 +00:00
ldt.c Refactor LDT decoding 2014-04-10 15:29:13 +00:00
link.c file.c: move link, linkat, unlinkat, and symlinkat parsers to a separate file 2014-12-11 21:39:44 +00:00
loop.c Compress blank lines 2014-05-30 22:10:21 +00:00
lseek.c file.c: move lseek and llseek parsers to a separate file 2014-12-11 21:40:11 +00:00
make-dist Use bootstrap script consistently 2014-05-30 21:31:08 +00:00
Makefile.am Create generic 64-bit syscallent.h 2015-01-12 17:32:16 +00:00
mem.c Remove unused sys_mctl 2014-12-02 20:39:13 +00:00
mknod.c file.c: move mknod, mknodat, and xmknod parsers to a separate file 2014-12-11 21:39:12 +00:00
mount.c Move mount parser to a separate file 2014-12-04 02:23:40 +00:00
mtd.c Fix compilation warnings reported by gcc -Wsign-compare 2014-09-17 19:18:18 +00:00
net.c Fix build on systems that lack NETLINK_SOCK_DIAG definition 2015-01-09 03:05:56 +00:00
NEWS maint: post-release administrivia 2014-08-19 11:34:44 +00:00
open.c file.c: move open, openat, and creat parsers to a separate file 2014-12-11 21:40:20 +00:00
or1k_atomic.c or1k: move or1k_atomic parser to a separate file 2014-12-03 21:20:37 +00:00
pathtrace.c Alias sys_mkdir and sys_mkdirat to sys_chmod and sys_fchmodat 2014-12-01 19:52:26 +00:00
personality.c Move personality parser to a separate file 2014-12-04 02:23:40 +00:00
prctl.c Always compile sys_prctl parser 2014-12-11 23:32:59 +00:00
printmode.c file.c: export sprintmode and move it to a separate file 2014-12-11 21:39:02 +00:00
printstat.h sparc: reuse struct stat parser code for struct solstat decoding 2015-01-08 03:17:53 +00:00
process_vm.c process.c: move process_vm_readv and process_vm_writev parsers to a separate file 2014-12-11 21:40:23 +00:00
process.c process.c: split struct_user_offsets into architecture-specific include files 2014-12-11 19:25:02 +00:00
ptp.c Compress blank lines 2014-05-30 22:10:21 +00:00
quota.c Compress blank lines 2014-05-30 22:10:21 +00:00
readahead.c file.c: move readahead parser to a separate file 2014-12-11 21:40:08 +00:00
readlink.c file.c: move readlink and readlinkat parsers to a separate file 2014-12-11 21:39:35 +00:00
README Rename COPYRIGHT to COPYING 2013-05-17 23:18:55 +00:00
README-hacking doc: describe documentation policy 2012-05-03 01:44:49 +00:00
README-linux Cleanup trailing whitespaces and indentation that uses spaces before tabs 2009-07-08 14:57:27 +00:00
README-linux-ptrace README-linux-ptrace: correct the description of suppressed signals 2012-02-09 19:57:52 +01:00
reboot.c Fix compilation warnings reported by gcc -Wsign-compare 2014-09-17 19:18:18 +00:00
renameat.c Fix decoding of renameat2 RENAME_* flags 2014-12-11 21:40:23 +00:00
resource.c Move sysinfo parser to a separate file 2014-09-29 23:13:05 +00:00
sched.c process.c: move sched_* parsers to a separate file 2014-12-11 21:44:56 +00:00
scsi.c Fix compilation warnings reported by gcc -Wsign-compare 2014-09-17 19:18:18 +00:00
signal.c Include <linux/ptrace.h> regardless of <sys/reg.h> existence 2014-10-31 23:04:59 +00:00
signalent.sh Tidy up includes and copyright notices, fix indentation 2012-03-16 12:02:22 +01:00
sock.c sock: decode SIOCSIFNAME on entering syscall 2014-10-31 22:59:19 +00:00
socketutils.c Fix build on systems that lack NETLINK_SOCK_DIAG definition 2015-01-09 03:05:56 +00:00
sram_alloc.c bfin: move sram_alloc parser to a separate file 2014-12-04 02:22:38 +00:00
statfs.c Use AC_CHECK_TYPES to check for struct statfs64 2015-01-08 04:12:29 +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 Add -yy option: print ip and port associated with socket descriptors 2014-09-17 20:03:38 +00:00
strace.c Replace MAXPATHLEN with PATH_MAX 2014-11-21 22:28:34 +00:00
strace.spec Prepare for 4.9 release 2014-08-15 13:14:15 +00:00
stream.c Generate xlat/*.in files 2014-05-30 21:40:03 +00:00
swapon.c Update SWAP_FLAG_* constants 2014-12-13 01:34:47 +00:00
sync_file_range.c file.c: move sync_file_range and sync_file_range2 parsers to a separate file 2014-12-11 21:38:32 +00:00
syscall.c arm: rewrite shuffle_scno in a bit more readable way 2015-01-12 17:32:09 +00:00
syscallent.sh Tidy up includes and copyright notices, fix indentation 2012-03-16 12:02:22 +01:00
sysctl.c Move sysctl parser to a separate file 2014-12-03 21:21:04 +00:00
sysinfo.c Enhance sysinfo decoding 2014-09-29 23:29:56 +00:00
syslog.c Move syslog parser to a separate file 2014-12-04 02:23:40 +00:00
sysmips.c mips: move sysmips parser to a separate file 2014-12-03 21:20:47 +00:00
term.c Compress blank lines 2014-05-30 22:10:21 +00:00
time.c timerfd: update flags decoding 2014-12-31 00:27:57 +00:00
truncate.c file.c: move truncate, truncate64, ftruncate, and ftruncate64 parsers to a separate file 2014-12-11 21:40:04 +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 Fix decoding of getgroups, getgroups32, setgroups, and setgroups32 syscalls 2014-12-16 01:09:23 +00:00
umask.c file.c: move umask parser to a separate file 2014-12-11 21:40:15 +00:00
umount.c Move umount2 parser to a separate file 2014-12-04 02:23:40 +00:00
uname.c process.c: move uname parser to a separate file 2014-12-11 22:04:01 +00:00
unwind.c stack trace support: fix check on symbol name presence 2014-11-11 15:48:31 +00:00
util.c Fix fanotify_mark decoding on 32-bit architectures 2015-01-10 00:40:10 +00:00
utime.c file.c: move utime parser to a separate file 2014-12-11 21:39:16 +00:00
utimes.c file.c: move utimes, futimesat, utimensat, and osf_utimes parsers to a separate file 2014-12-11 21:39:21 +00:00
v4l2.c v4l2: fix build on systems with older kernel headers 2015-01-09 04:53:19 +00:00
vsprintf.c Fix build with Bionic libc 2014-02-26 00:01:00 +00:00
wait.c process.c: move waitpid, wait4, osf_wait4, and waitid parsers to a separate file 2014-12-11 22:51:45 +00:00
xattr.c file.c: move *xattr parsers to a separate file 2014-12-11 21:38:51 +00:00
xlate.el Tidy up includes and copyright notices, fix indentation 2012-03-16 12:02:22 +01: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.