]> granicus.if.org Git - strace/commit
README-linux: updated to note that strace might not compile
authorWichert Akkerman <wichert@deephackmode.org>
Mon, 10 Apr 2000 22:22:31 +0000 (22:22 +0000)
committerWichert Akkerman <wichert@deephackmode.org>
Mon, 10 Apr 2000 22:22:31 +0000 (22:22 +0000)
commitc792698a99b640e7d256e8692c992bd967f0c5b2
tree94ba5950aa4503c433438c5d6746ba2cf2145ea8
parentfaf722234dc8af97776f94fdda7e100fb60650a2
README-linux: updated to note that strace might not compile
with development kernels
bjm.c: sys_query_module: check if malloc succeeds
system.c: sys_cap[gs]et(): check if malloc succeeds, only malloc once
linux/syscallent.h: updated for 2.3.99pre3
linux/alpha/syscallent.h: updated for 2.3.99pre3, add all osf syscalls
even though Linux doesn't implement them
syscall.c: add global variables for MIPS registers as well
syscall.c: move global variables to before get_scno since that uses them
util.c: oops, misspelled defined
process.c: fix ptrace calls in change_syscall
mem.c: decode sys_madvise
Merge patch from Topi Miettinen <Topi.Miettinen@nic.fi>
+ add support for quotactl, fdatasync, mlock, mlockall, munlockall & acct
+ small fix for RLIMIT_* and RUSAGE_BOTH
+ enhace support for capget and capset
27 files changed:
COPYRIGHT
CREDITS
ChangeLog
Makefile.in
NEWS
README
README-linux
TODO
bjm.c
file.c
linux/alpha/syscallent.h
linux/dummy.h
linux/ia64/syscallent.h
linux/mips/syscallent.h
linux/powerpc/syscallent.h
linux/sparc/syscallent.h
linux/syscall.h
linux/syscallent.h
mem.c
process.c
resource.c
signal.c
syscall.c
system.c
test/Makefile
test/skodic.c
util.c