]> granicus.if.org Git - strace/commitdiff
Fix getrlimit and ugetrlimit syscall entries
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 10 Jan 2015 23:48:55 +0000 (02:48 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 12 Jan 2015 17:32:16 +0000 (17:32 +0000)
* linux/arm/syscallent.h (getrlimit, ugetrlimit): Fix sys_name.
* linux/i386/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/avr32/syscallent.h (getrlimit): Fix sys_name.
* linux/or1k/syscallent.h: Likewise.
* linux/s390/syscallent.h (ugetrlimit): Fix sys_name.
* linux/sh/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.

linux/arm/syscallent.h
linux/avr32/syscallent.h
linux/i386/syscallent.h
linux/m68k/syscallent.h
linux/microblaze/syscallent.h
linux/or1k/syscallent.h
linux/powerpc/syscallent.h
linux/s390/syscallent.h
linux/sh/syscallent.h
linux/sh64/syscallent.h

index 0f640b34eb9ee9e7e0a96b2b831391e62452c627..6c8881d310a17f5be22782fb510b811c7d33e3e1 100644 (file)
        { 1,    TS,     sys_sigpending,         "sigpending"    }, /* 73 */
        { 2,    0,      sys_sethostname,        "sethostname"   }, /* 74 */
        { 2,    0,      sys_setrlimit,          "setrlimit"     }, /* 75 */
-       { 2,    0,      sys_getrlimit,          "old_getrlimit" }, /* 76 */
+       { 2,    0,      sys_getrlimit,          "getrlimit"     }, /* 76 */
        { 2,    0,      sys_getrusage,          "getrusage"     }, /* 77 */
        { 2,    0,      sys_gettimeofday,       "gettimeofday"  }, /* 78 */
        { 2,    0,      sys_settimeofday,       "settimeofday"  }, /* 79 */
        { 5,    0,      sys_getpmsg,            "getpmsg"       }, /* 188 */
        { 5,    0,      sys_putpmsg,            "putpmsg"       }, /* 189 */
        { 0,    TP,     sys_vfork,              "vfork"         }, /* 190 */
-       { 2,    0,      sys_getrlimit,          "getrlimit"     }, /* 191 */
+       { 2,    0,      sys_getrlimit,          "ugetrlimit"    }, /* 191 */
        { 6,    TD|TM|SI,       sys_mmap_pgoff,         "mmap2"         }, /* 192 */
        { 4,    TF,     sys_truncate64,         "truncate64"    }, /* 193 */
        { 4,    TD,     sys_ftruncate64,        "ftruncate64"   }, /* 194 */
index 9f6f06b8ff04cc612f642a405ba7d774103e4c95..8e9f966be84d1f8751e0ad62d831c759b74ffdff 100644 (file)
        { 2,    TS,     sys_rt_sigsuspend,      "rt_sigsuspend" }, /* 73 */
        { 2,    0,      sys_sethostname,        "sethostname"   }, /* 74 */
        { 2,    0,      sys_setrlimit,          "setrlimit"     }, /* 75 */
-       { 2,    0,      sys_getrlimit,          "old_getrlimit" }, /* 76 */
+       { 2,    0,      sys_getrlimit,          "getrlimit"     }, /* 76 */
        { 2,    0,      sys_getrusage,          "getrusage"     }, /* 77 */
        { 2,    0,      sys_gettimeofday,       "gettimeofday"  }, /* 78 */
        { 2,    0,      sys_settimeofday,       "settimeofday"  }, /* 79 */
index e71cde37f626a1ff401444500c88e29772ea3b61..c156c4f9e4030834adfff37bfdfc5f21d706f6c9 100644 (file)
        { 1,    TS,     sys_sigpending,         "sigpending"    }, /* 73 */
        { 2,    0,      sys_sethostname,        "sethostname"   }, /* 74 */
        { 2,    0,      sys_setrlimit,          "setrlimit"     }, /* 75 */
-       { 2,    0,      sys_getrlimit,          "old_getrlimit" }, /* 76 */
+       { 2,    0,      sys_getrlimit,          "getrlimit"     }, /* 76 */
        { 2,    0,      sys_getrusage,          "getrusage"     }, /* 77 */
        { 2,    0,      sys_gettimeofday,       "gettimeofday"  }, /* 78 */
        { 2,    0,      sys_settimeofday,       "settimeofday"  }, /* 79 */
        { 5,    0,      sys_getpmsg,            "getpmsg"       }, /* 188 */
        { 5,    0,      sys_putpmsg,            "putpmsg"       }, /* 189 */
        { 0,    TP,     sys_vfork,              "vfork"         }, /* 190 */
-       { 2,    0,      sys_getrlimit,          "getrlimit"     }, /* 191 */
+       { 2,    0,      sys_getrlimit,          "ugetrlimit"    }, /* 191 */
        { 6,    TD|TM|SI,       sys_mmap_pgoff,         "mmap2"         }, /* 192 */
        { 3,    TF,     sys_truncate64,         "truncate64"    }, /* 193 */
        { 3,    TD,     sys_ftruncate64,        "ftruncate64"   }, /* 194 */
index b64c66874323f9a52238131ec355bf8eee6747be..1071d91b1cf3ae307d0cd73500b36fd0a53ab749 100644 (file)
        { 1,    TS,     sys_sigpending,         "sigpending"    }, /* 73 */
        { 2,    0,      sys_sethostname,        "sethostname"   }, /* 74 */
        { 2,    0,      sys_setrlimit,          "setrlimit"     }, /* 75 */
-       { 2,    0,      sys_getrlimit,          "old_getrlimit" }, /* 76 */
+       { 2,    0,      sys_getrlimit,          "getrlimit"     }, /* 76 */
        { 2,    0,      sys_getrusage,          "getrusage"     }, /* 77 */
        { 2,    0,      sys_gettimeofday,       "gettimeofday"  }, /* 78 */
        { 2,    0,      sys_settimeofday,       "settimeofday"  }, /* 79 */
        { 5,    0,      sys_getpmsg,            "getpmsg"       }, /* 188 */
        { 5,    0,      sys_putpmsg,            "putpmsg"       }, /* 189 */
        { 0,    TP,     sys_vfork,              "vfork"         }, /* 190 */
-       { 2,    0,      sys_getrlimit,          "getrlimit"     }, /* 191 */
+       { 2,    0,      sys_getrlimit,          "ugetrlimit"    }, /* 191 */
        { 6,    TD|TM|SI,       sys_mmap_pgoff,         "mmap2"         }, /* 192 */
        { 3,    TF,     sys_truncate64,         "truncate64"    }, /* 193 */
        { 3,    TD,     sys_ftruncate64,        "ftruncate64"   }, /* 194 */
index e292afb595242aa1630ea41de63f418fca44beb1..9bd2107be7e457bffb9c83a2da79c61020b09556 100644 (file)
        { 1,    TS,     sys_sigpending,         "sigpending"    }, /* 73 */
        { 2,    0,      sys_sethostname,        "sethostname"   }, /* 74 */
        { 2,    0,      sys_setrlimit,          "setrlimit"     }, /* 75 */
-       { 2,    0,      sys_getrlimit,          "old_getrlimit" }, /* 76 */
+       { 2,    0,      sys_getrlimit,          "getrlimit"     }, /* 76 */
        { 2,    0,      sys_getrusage,          "getrusage"     }, /* 77 */
        { 2,    0,      sys_gettimeofday,       "gettimeofday"  }, /* 78 */
        { 2,    0,      sys_settimeofday,       "settimeofday"  }, /* 79 */
        { 5,    0,      sys_getpmsg,            "getpmsg"       }, /* 188 */
        { 5,    0,      sys_putpmsg,            "putpmsg"       }, /* 189 */
        { 0,    TP,     sys_vfork,              "vfork"         }, /* 190 */
-       { 2,    0,      sys_getrlimit,          "getrlimit"     }, /* 191 */
+       { 2,    0,      sys_getrlimit,          "ugetrlimit"    }, /* 191 */
        { 6,    TD|TM|SI,       sys_mmap_pgoff,         "mmap2"         }, /* 192 */
        { 3,    TF,     sys_truncate64,         "truncate64"    }, /* 193 */
        { 3,    TD,     sys_ftruncate64,        "ftruncate64"   }, /* 194 */
index 8f636769e8fc59a12043586ee95f483554c9f4dd..8c04dfe01f5e7e46d8e213c45358be27fd34d55d 100644 (file)
        { 1,    0,      sys_uname,                      "uname"                 }, /* 160 */
        { 2,    0,      sys_sethostname,                "sethostname"           }, /* 161 */
        { 2,    0,      sys_setdomainname,              "setdomainname"         }, /* 162 */
-       { 2,    0,      sys_getrlimit,                  "oldgetrlimit"          }, /* 163 */
+       { 2,    0,      sys_getrlimit,                  "getrlimit"             }, /* 163 */
        { 2,    0,      sys_setrlimit,                  "setrlimit"             }, /* 164 */
        { 2,    0,      sys_getrusage,                  "getrusage"             }, /* 165 */
        { 1,    0,      sys_umask,                      "umask"                 }, /* 166 */
index 06167c85071834010c88020bb60ca26019089d80..1e38889a59852e1c19f55b40c1a46a4e31284bf5 100644 (file)
        { 1,    TS,     sys_sigpending,         "sigpending"            }, /* 73 */
        { 2,    0,      sys_sethostname,        "sethostname"           }, /* 74 */
        { 2,    0,      sys_setrlimit,          "setrlimit"             }, /* 75 */
-       { 2,    0,      sys_getrlimit,          "oldgetrlimit"          }, /* 76 */
+       { 2,    0,      sys_getrlimit,          "getrlimit"             }, /* 76 */
        { 2,    0,      sys_getrusage,          "getrusage"             }, /* 77 */
        { 2,    0,      sys_gettimeofday,       "gettimeofday"          }, /* 78 */
        { 2,    0,      sys_settimeofday,       "settimeofday"          }, /* 79 */
        { 5,    0,      sys_getpmsg,            "getpmsg"               }, /* 187 */
        { 5,    0,      sys_putpmsg,            "putpmsg"               }, /* 188 */
        { 0,    TP,     sys_vfork,              "vfork"                 }, /* 189 */
-       { 2,    0,      sys_getrlimit,          "getrlimit"             }, /* 190 */
-       { 5,    TD,     sys_readahead,          "readahead"             }, /* 190 */
+       { 2,    0,      sys_getrlimit,          "ugetrlimit"            }, /* 190 */
+       { 5,    TD,     sys_readahead,          "readahead"             }, /* 191 */
        { 6,    TD|TM|SI,       sys_mmap_4koff,         "mmap2"                 }, /* 192 */
        { 4,    TF,     sys_truncate64,         "truncate64"            }, /* 193 */
        { 4,    TD,     sys_ftruncate64,        "ftruncate64"           }, /* 194 */
index 9e51b9c5de74affc0aba39648963e8816499004f..4dabfc613761ba287317756df8b91ff05c9ab301 100644 (file)
        { 5,    0,      sys_getpmsg,            "getpmsg"       }, /* 188 */
        { 5,    0,      sys_putpmsg,            "putpmsg"       }, /* 189 */
        { 0,    TP,     sys_vfork,              "vfork"         }, /* 190 */
-       { 2,    0,      sys_getrlimit,          "getrlimit"     }, /* 191 */
+       { 2,    0,      sys_getrlimit,          "ugetrlimit"    }, /* 191 */
        { 1,    TD|TM|SI,       sys_old_mmap_pgoff,     "mmap2"         }, /* 192 */
        { 3,    TF,     sys_truncate64,         "truncate64"    }, /* 193 */
        { 3,    TD,     sys_ftruncate64,        "ftruncate64"   }, /* 194 */
index 74347d3f77b7ba5721687a4227093a33927addc9..a521993fefb295a49049da13803c730ed7f0c8bd 100644 (file)
        { 5,    0,      NULL,                   NULL            }, /* 188 */
        { 5,    0,      NULL,                   NULL            }, /* 189 */
        { 0,    TP,     sys_vfork,              "vfork"         }, /* 190 */
-       { 5,    0,      printargs,              "getrlimit"     }, /* 191 */
+       { 2,    0,      sys_getrlimit,          "ugetrlimit"    }, /* 191 */
        { 6,    TD|TM|SI,       sys_mmap_4koff,         "mmap2"         }, /* 192 */
        { 3,    TF,     sys_truncate64,         "truncate64"    }, /* 193 */
        { 3,    TD,     sys_ftruncate64,        "ftruncate64"   }, /* 194 */
index 94d4b0084caed08c2ab9d2661fe6f821c074221e..113af00c2b61583ade079bd478fad1286265de7f 100644 (file)
        { 5,    0,      NULL,                   NULL            }, /* 188 */
        { 5,    0,      NULL,                   NULL            }, /* 189 */
        { 0,    TP,     sys_vfork,              "vfork"         }, /* 190 */
-       { 2,    0,      printargs,              "getrlimit"     }, /* 191 */
+       { 2,    0,      sys_getrlimit,          "ugetrlimit"    }, /* 191 */
        { 6,    TD|TM|SI,       sys_mmap_4koff,         "mmap2"         }, /* 192 */
        { 2,    TF,     sys_truncate,           "truncate64"    }, /* 193 */
        { 2,    TD,     sys_ftruncate,          "ftruncate64"   }, /* 194 */