summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2019-01-07 16:45:30 +0100
committerEugene Syromyatnikov <evgsyr@gmail.com>2022-09-02 17:55:13 +0200
commitf8331bb9e3a5ebbe9675aacd9fd21d1ccaf35c33 (patch)
tree5da46b923d41127b5864ee5f7c2be0076fdcbb5b
parent3411f6febeea2ab38bf93d1b4cdc4750af7116a5 (diff)
downloadstrace-f8331bb9e3a5ebbe9675aacd9fd21d1ccaf35c33.tar.gz
linux/sparc{,64}: replace empty syscall entries with comments
* linux/sparc/syscallent.h ([52]): Remove, add a comment that it is memory_ordering on sparc64. ([164]): Remove, add a comment that it is utrap_install on sparc64. * linux/sparc64/syscallent.h ([31]): Remove, add a comment that it is lchown32 on sparc32. ([32]): Remove, add a comment that it is fchown32 on sparc32. ([35]): Remove, add a comment that it is chown32 on sparc32. ([44]): Remove, add a comment that it is getuid32 on sparc32. ([53]): Remove, add a comment that it is getgid32 on sparc32. ([56]): Remove, add a comment that it is mmap2 on sparc32. ([69]): Remove, add a comment that it is geteuid32 on sparc32. ([70]): Remove, add a comment that it is getegid32 on sparc32. ([72]): Remove, add a comment that it is setreuid32 on sparc32. ([77]): Remove, add a comment that it is truncate64 on sparc32. ([82]): Remove, add a comment that it is setgroups32 on sparc32. ([84]): Remove, add a comment that it is ftruncate64 on sparc32. ([87]): Remove, add a comment that it is setuid32 on sparc32. ([89]): Remove, add a comment that it is setgid32 on sparc32. ([91]): Remove, add a comment that it is setfsuid32 on sparc32. ([94]): Remove, add a comment that it is setfsgid32 on sparc32. ([112]): Remove, add a comment that it is setregid32 on sparc32. ([115]): Remove, add a comment that it is getgroups32 on sparc32. ([155]): Remove, add a comment that it is fcntl64 on sparc32. ([231]): Remove, add a comment that it is time on sparc32.
-rw-r--r--src/linux/sparc/syscallent.h4
-rw-r--r--src/linux/sparc64/syscallent.h38
2 files changed, 22 insertions, 20 deletions
diff --git a/src/linux/sparc/syscallent.h b/src/linux/sparc/syscallent.h
index 55d10ec5d..ba2b1b0f1 100644
--- a/src/linux/sparc/syscallent.h
+++ b/src/linux/sparc/syscallent.h
@@ -57,7 +57,7 @@
[ 49] = { 0, TC|PU|NF, SEN(geteuid16), "geteuid" },
[ 50] = { 0, TC|PU|NF, SEN(getegid16), "getegid" },
[ 51] = { 1, TF, SEN(acct), "acct" },
-[ 52] = { },
+/* 52 - memory_ordering on sparc64 */
[ 53] = { 0, TC|PU|NF, SEN(getgid), "getgid32" },
[ 54] = { 3, TD, SEN(ioctl), "ioctl" },
[ 55] = { 4, 0, SEN(reboot), "reboot" },
@@ -169,7 +169,7 @@
[161] = { 3, 0, SEN(sched_getaffinity), "sched_get_affinity" },
[162] = { 2, 0, SEN(printargs), "getdomainname" },
[163] = { 2, 0, SEN(setdomainname), "setdomainname" },
-[164] = { },
+/* 164 - utrap_install on sparc64 */
[165] = { 4, TF, SEN(quotactl), "quotactl" },
[166] = { 1, 0, SEN(set_tid_address), "set_tid_address" },
[167] = { 5, TF, SEN(mount), "mount" },
diff --git a/src/linux/sparc64/syscallent.h b/src/linux/sparc64/syscallent.h
index 9cd51431d..940d36635 100644
--- a/src/linux/sparc64/syscallent.h
+++ b/src/linux/sparc64/syscallent.h
@@ -36,10 +36,11 @@
[ 28] = { 2, TS, SEN(sigaltstack), "sigaltstack" },
[ 29] = { 0, TS, SEN(pause), "pause" },
[ 30] = { 2, TF, SEN(utime), "utime" },
-[ 31 ... 32] = { },
+/* 31 - lchown32 on sparc32 */
+/* 32 - fchown32 on sparc32 */
[ 33] = { 2, TF, SEN(access), "access" },
[ 34] = { 1, 0, SEN(nice), "nice" },
-[ 35] = { },
+/* 35 - chown32 on sparc32 */
[ 36] = { 0, 0, SEN(sync), "sync" },
[ 37] = { 2, TS|TP, SEN(kill), "kill" },
[ 38] = { 2, TF|TST|TSTA, SEN(stat), "stat" },
@@ -48,7 +49,7 @@
[ 41] = { 1, TD, SEN(dup), "dup" },
[ 42] = { 0, TD, SEN(pipe), "pipe" },
[ 43] = { 1, 0, SEN(times), "times" },
-[ 44] = { },
+/* 44 - getuid32 on sparc32 */
[ 45] = { 2, TF, SEN(umount2), "umount2" },
[ 46] = { 1, TC, SEN(setgid), "setgid" },
[ 47] = { 0, TC|PU|NF, SEN(getgid), "getgid" },
@@ -57,10 +58,10 @@
[ 50] = { 0, TC|PU|NF, SEN(getegid), "getegid" },
[ 51] = { 1, TF, SEN(acct), "acct" },
[ 52] = { 2, 0, SEN(printargs), "memory_ordering" },
-[ 53] = { },
+/* 53 - getgid32 on sparc32 */
[ 54] = { 3, TD, SEN(ioctl), "ioctl" },
[ 55] = { 4, 0, SEN(reboot), "reboot" },
-[ 56] = { },
+/* 56 - mmap2 on sparc32 */
[ 57] = { 2, TF, SEN(symlink), "symlink" },
[ 58] = { 3, TF, SEN(readlink), "readlink" },
[ 59] = { 3, CC|TF|TP|TSD|SE|SI, SEN(execve), "execve" },
@@ -73,31 +74,32 @@
[ 66] = { 0, TP, SEN(vfork), "vfork" },
[ 67] = { 4, TD, SEN(pread), "pread64" },
[ 68] = { 4, TD, SEN(pwrite), "pwrite64" },
-[ 69 ... 70] = { },
+/* 69 - geteuid32 on sparc32 */
+/* 70 - getegid32 on sparc32 */
[ 71] = { 6, TD|TM|SI, SEN(mmap), "mmap" },
-[ 72] = { },
+/* 72 - setreuid32 on sparc32 */
[ 73] = { 2, TM|SI, SEN(munmap), "munmap" },
[ 74] = { 3, TM|SI, SEN(mprotect), "mprotect" },
[ 75] = { 3, TM, SEN(madvise), "madvise" },
[ 76] = { 0, 0, SEN(vhangup), "vhangup" },
-[ 77] = { },
+/* 77 - truncate64 on sparc32 */
[ 78] = { 3, TM, SEN(mincore), "mincore" },
[ 79] = { 2, TC, SEN(getgroups), "getgroups" },
[ 80] = { 2, TC, SEN(setgroups), "setgroups" },
[ 81] = { 0, PU|NF, SEN(getpgrp), "getpgrp" },
-[ 82] = { },
+/* 82 - setgroups32 on sparc32 */
[ 83] = { 3, 0, SEN(setitimer), "setitimer" },
-[ 84] = { },
+/* 84 - ftruncate64 on sparc32 */
[ 85] = { 2, TF, SEN(swapon), "swapon" },
[ 86] = { 2, 0, SEN(getitimer), "getitimer" },
-[ 87] = { },
+/* 87 - setuid32 on sparc32 */
[ 88] = { 2, 0, SEN(sethostname), "sethostname" },
-[ 89] = { },
+/* 89 - setgid32 on sparc32 */
[ 90] = { 2, TD, SEN(dup2), "dup2" },
-[ 91] = { },
+/* 91 - setfsuid32 on sparc32 */
[ 92] = { 3, TD, SEN(fcntl), "fcntl" },
[ 93] = { 5, TD, SEN(select), "select" },
-[ 94] = { },
+/* 94 - setfsgid32 on sparc32 */
[ 95] = { 1, TD, SEN(fsync), "fsync" },
[ 96] = { 3, 0, SEN(setpriority), "setpriority" },
[ 97] = { 3, TN, SEN(socket), "socket" },
@@ -115,10 +117,10 @@
[109] = { 3, TC, SEN(getresuid), "getresuid" },
[110] = { 3, TC, SEN(setresgid), "setresgid" },
[111] = { 3, TC, SEN(getresgid), "getresgid" },
-[112] = { },
+/* 112 - setregid32 on sparc32 */
[113] = { 3, TN, SEN(recvmsg), "recvmsg" },
[114] = { 3, TN, SEN(sendmsg), "sendmsg" },
-[115] = { },
+/* 115 - getgroups32 on sparc32 */
[116] = { 2, TCL, SEN(gettimeofday), "gettimeofday" },
[117] = { 2, 0, SEN(getrusage), "getrusage" },
[118] = { 5, TN, SEN(getsockopt), "getsockopt" },
@@ -158,7 +160,7 @@
[152] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
[153] = { 3, TD, SEN(poll_time64), "poll" },
[154] = { 3, TD, SEN(getdents64), "getdents64" },
-[155] = { },
+/* 155 - fcntl64 on sparc32 */
[156] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
[157] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" },
[158] = { 2, TD|TFSF|TSFA, SEN(fstatfs), "fstatfs" },
@@ -234,7 +236,7 @@
[228] = { 1, TC|NF, SEN(setfsuid), "setfsuid" },
[229] = { 1, TC|NF, SEN(setfsgid), "setfsgid" },
[230] = { 5, TD, SEN(select), "_newselect" },
-[231] = { },
+/* 231 - time on sparc32 */
[232] = { 6, TD, SEN(splice), "splice" },
[233] = { 1, 0, SEN(stime), "stime" },
[234] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },