diff options
| author | Michael Forney <mforney@mforney.org> | 2018-08-21 15:14:12 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-08-26 13:20:01 -0700 |
| commit | d9c8a3a1347ca45d05c635dfb8f074feb1074c70 (patch) | |
| tree | 6455134b9734943e48ca094e305088ffa4cbb50a /pkg/strace/gen.lua | |
| parent | cb7177128d1e09109f9591ca8555dc49d34ef902 (diff) | |
strace: Update to 4.24
Diffstat (limited to 'pkg/strace/gen.lua')
| -rw-r--r-- | pkg/strace/gen.lua | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/pkg/strace/gen.lua b/pkg/strace/gen.lua index 7d7d5320..6f4a9f46 100644 --- a/pkg/strace/gen.lua +++ b/pkg/strace/gen.lua @@ -83,6 +83,7 @@ local libsrcs = { 'fstatfs64.c', 'getpagesize.c', 'ipc.c', + 'mmap_cache.c', 'sigreturn.c', 'socketcall.c', 'statfs.c', @@ -138,6 +139,7 @@ local srcs = { 'fetch_struct_stat.c', 'fetch_struct_stat64.c', 'fetch_struct_statfs.c', + 'fetch_struct_xfs_quotastat.c', 'file_handle.c', 'file_ioctl.c', 'filter_qualify.c', @@ -151,6 +153,7 @@ local srcs = { 'hdio.c', 'hostname.c', 'inotify.c', + 'inotify_ioctl.c', 'io.c', 'ioctl.c', 'ioperm.c', @@ -175,7 +178,7 @@ local srcs = { 'membarrier.c', 'memfd_create.c', 'mknod.c', - 'mmap_cache.c', + 'mmap_notify.c', 'mmsghdr.c', 'mount.c', 'mq.c', @@ -184,6 +187,7 @@ local srcs = { 'net.c', 'netlink.c', 'netlink_crypto.c', + 'netlink_kobject_uevent.c', 'netlink_inet_diag.c', 'netlink_netfilter.c', 'netlink_netlink_diag.c', @@ -202,13 +206,16 @@ local srcs = { 'or1k_atomic.c', 'pathtrace.c', 'perf.c', + 'perf_ioctl.c', 'personality.c', 'pkeys.c', 'poll.c', 'prctl.c', + 'print_aio_sigset.c', 'print_dev_t.c', 'print_group_req.c', 'print_ifindex.c', + 'print_mac.c', 'print_mq_attr.c', 'print_msgbuf.c', 'print_sg_req_info.c', |
