]> git.pld-linux.org Git - packages/strace.git/blame - strace-newsysc.patch
- strace-graph moved to subpackage to cut down perl dependency on main package
[packages/strace.git] / strace-newsysc.patch
CommitLineData
06e35f5f
JB
1diff -Nur strace-4.5.1.orig/linux/alpha/syscallent.h strace-4.5.1/linux/alpha/syscallent.h
2--- strace-4.5.1.orig/linux/alpha/syscallent.h 2003-07-09 11:47:59.000000000 +0200
3+++ strace-4.5.1/linux/alpha/syscallent.h 2003-11-18 20:53:22.722489584 +0100
de4e0a62 4@@ -103,7 +103,7 @@
ed799d14
AM
5 { 5, 0, printargs, "osf_old_vadvise" }, /* 72, not implemented */
6 { 2, 0, sys_munmap, "munmap" }, /* 73 */
7 { 3, 0, sys_mprotect, "mprotect" }, /* 74 */
8- { 0, 0, sys_madvise, "madvise" }, /* 75 */
9+ { 3, 0, sys_madvise, "madvise" }, /* 75 */
10 { 0, 0, sys_vhangup, "vhangup" }, /* 76 */
11 { 5, 0, printargs, "osf_kmodcall" }, /* 77, not implemented */
12 { 5, 0, printargs, "osf_mincore" }, /* 78, not implemented */
4add37e9 13@@ -399,12 +399,12 @@
ed799d14
AM
14 { 2, 0, sys_capget, "capget" }, /* 368 */
15 { 2, 0, sys_capset, "capset" }, /* 369 */
16 { 4, TF, sys_sendfile, "sendfile" }, /* 370 */
17- { 3, 0, printargs, "setresgid" }, /* 371 */
18- { 3, 0, printargs, "getresgid" }, /* 372 */
19- { 4, 0, printargs, "dipc" }, /* 373, not implemented */
20- { 2, TF, printargs, "pivot_root" }, /* 374 */
21- { 3, 0, printargs, "mincore" }, /* 375 */
22- { 4, 0, printargs, "pciconfig_iobase" }, /* 376 */
23+ { 3, 0, sys_setresgid, "setresgid" }, /* 371 */
24+ { 3, 0, sys_getresgid, "getresgid" }, /* 372 */
25+ { 5, 0, printargs, "dipc" }, /* 373, not implemented */
fcc8ff10 26+ { 2, TF, sys_pivotroot, "pivot_root" }, /* 374 */
ed799d14
AM
27+ { 3, 0, sys_mincore, "mincore" }, /* 375 */
28+ { 3, 0, printargs, "pciconfig_iobase" }, /* 376 */
4add37e9 29 { 4, 0, sys_getdents64, "getdents64" }, /* 377 */
30 { 0, 0, printargs, "gettid" }, /* 378 */
31 { 4, 0, sys_readahead, "readahead" }, /* 379 */
959810c2
JB
32--- strace-4.5.6/linux/sparc/syscallent.h.orig 2004-07-12 09:41:05.000000000 +0200
33+++ strace-4.5.6/linux/sparc/syscallent.h 2004-07-26 08:21:58.496665928 +0200
34@@ -80,7 +80,7 @@
de4e0a62
JR
35 { 2, 0, sys_getgroups, "getgroups" }, /* 79 */
36 { 2, 0, sys_setgroups, "setgroups" }, /* 80 */
959810c2
JB
37 { 0, 0, sys_getpgrp, "getpgrp" }, /* 81 */
38- { 2, 0, sys_setgroups, "setgroups32" }, /* 82 */
06e35f5f 39+ { 2, 0, sys_setgroups32,"setgroups32" }, /* 82 */
de4e0a62 40 { 3, 0, sys_setitimer, "setitimer" }, /* 83 */
959810c2 41 { 2, 0, sys_ftruncate, "ftruncate64" }, /* 84 */
de4e0a62 42 { 1, TF, sys_swapon, "swapon" }, /* 85 */
959810c2
JB
43@@ -113,7 +113,7 @@
44 { 2, TS, sys_setresgid, "setresgid32" }, /* 112 */
45 { 5, TN, sys_recvmsg, "recvmsg" }, /* 113 */
46 { 5, TN, sys_sendmsg, "sendmsg" }, /* 114 */
47- { 2, 0, sys_getgroups, "getgroups32" }, /* 115 */
25ee118c 48+ { 2, 0, sys_getgroups32,"getgroups32" }, /* 115 */
de4e0a62
JR
49 { 2, 0, sys_gettimeofday,"gettimeofday" }, /* 116 */
50 { 2, 0, sys_getrusage, "getrusage" }, /* 117 */
51 { 5, TN, sys_getsockopt, "getsockopt" }, /* 118 */
06e35f5f
JB
52diff -Nur strace-4.5.1.orig/linux/syscallent.h strace-4.5.1/linux/syscallent.h
53--- strace-4.5.1.orig/linux/syscallent.h 2003-11-13 23:32:25.000000000 +0100
54+++ strace-4.5.1/linux/syscallent.h 2003-11-18 21:43:16.371385776 +0100
55@@ -248,7 +248,7 @@
fcc8ff10 56
06e35f5f
JB
57 { 0, 0, sys_getgid, "getgid32" }, /* 200 */
58 { 0, 0, sys_geteuid, "geteuid32" }, /* 201 */
59- { 0, 0, sys_geteuid, "getegid32" }, /* 202 */
60+ { 0, 0, sys_getegid, "getegid32" }, /* 202 */
61 { 2, 0, sys_setreuid, "setreuid32" }, /* 203 */
62 { 2, 0, sys_setregid, "setregid32" }, /* 204 */
63 { 2, 0, sys_getgroups32, "getgroups32" }, /* 205 */
25ee118c
JB
64--- strace-4.5.1/linux/sparc/syscall.h.orig 2003-01-30 20:15:20.000000000 +0000
65+++ strace-4.5.1/linux/sparc/syscall.h 2003-11-19 21:15:24.000000000 +0000
66@@ -105,6 +105,7 @@
67 int sys_rt_sigtimedwait(), sys_prctl(), sys_poll();
68 int sys_sendfile(), sys_query_module(), sys_capget(), sys_capset();
69 int sys_create_module(), sys_init_module();
70+int sys_setgroups32(), sys_getgroups32();
71
72 int sys_umask(); /* XXX */
73
This page took 0.051149 seconds and 4 git commands to generate.