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
diff --git a/linux/ia64/syscallent.h b/linux/ia64/syscallent.h
index 5206392..1094dcb 100644
--- a/linux/ia64/syscallent.h
+++ b/linux/ia64/syscallent.h
@@ -1236,7 +1236,7 @@
{ 5, TN, sys_getsockopt, "getsockopt" }, /* 1204 */
{ 3, TN, sys_sendmsg, "sendmsg" }, /* 1205 */
{ 3, TN, sys_recvmsg, "recvmsg" }, /* 1206 */
- { 8, 0, printargs, "SYS_1207" }, /* 1207 */
+ { 2, TF, sys_pivotroot, "pivot_root" }, /* 1207 */
{ 8, 0, printargs, "SYS_1208" }, /* 1208 */
{ 8, 0, printargs, "SYS_1209" }, /* 1209 */
{ 8, 0, printargs, "SYS_1210" }, /* 1210 */