Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rtnl_rule: use print_fields.h helpers | Dmitry V. Levin | 2021-06-14 | 1 | -2/+2 |
| | | | | | * src/rtnl_rule.c (decode_fib_rule_hdr): Use tprint_struct_next and tprint_array_next. | ||||
* | Update copyright headers | Dmitry V. Levin | 2021-02-16 | 1 | -1/+1 |
| | | | | | Headers updated automatically using maint/update_copyright_years.sh script. | ||||
* | rtnl_rule: switch to use bundled <linux/fib_rules.h> | Dmitry V. Levin | 2021-02-13 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * src/types/fib_rules.h: Remove. * bundled/linux/include/uapi/linux/fib_rules.h: New file, copied from headers_install'ed Linux kernel v5.11-rc6. * bundled/Makefile.am (EXTRA_DIST): Add it. * src/rtnl_rule.c: Include <linux/fib_rules.h> instead of "types/fib_rules.h". (decode_rule_addr): Replace struct_fib_rule_hdr with struct fib_rule_hdr. (decode_fib_rule_uid_range): Replace struct_fib_rule_uid_range with struct fib_rule_uid_range. (decode_rule_port_range): Replace struct_fib_rule_port_range with struct fib_rule_port_range. (decode_fib_rule_hdr): Replace struct_fib_rule_hdr with struct fib_rule_hdr. * src/xlat/fib_rule_actions.in: Add #unconditional, remove fallback definitions. * src/xlat/fib_rule_flags.in: Likewise. * src/xlat/rtnl_rule_attrs.in: Likewise. * tests/netlink_route.c: Include <linux/fib_rules.h> unconditionally, assume all its constants, structures and their fields are available. * tests/nlattr_fib_rule_hdr.c: Compile unconditionally, remove fallback definitions of constants and structures, assume all <linux/fib_rules.h> constants, structures and their fields are available. | ||||
* | Move source files into src subdirectory | Dmitry V. Levin | 2021-02-03 | 1 | -0/+143 |
* src/Makefile.am: New file. * src/.gitignore: Likewise. * scno.am: Move into src subdirectory. * scno.head: Likewise. * strace-graph: Likewise. * strace-log-merge: Likewise. * linux/: Likewise. * types/: Likewise. * xlat/: Likewise. * *.awk: Likewise. * *.c: Likewise. * *.h: Likewise. * *.sh: Likewise. * .gitignore: Update. * Makefile.am: Update. * bootstrap: Update. * configure.ac: Update. * debian/rules: Update. * debian/strace-udeb.install: Update. * debian/strace.examples: Update. * debian/strace.install: Update. * debian/strace64.install: Update. * m4/gen_bpf_attr_m4.sh: Update. * m4/mpers.m4: Update. * tests/Makefile.am: Update. * tests/init.sh: Update. * tests/legacy_syscall_info.test: Update. * tests/strace-log-merge-error.test: Update. * tests/strace-log-merge-suffix.test: Update. |