main
api: add the SCMP_FLTATR_CTL_WAITKILL filter attribute
api: create an API level construct as part of the supported API
doc: mention SCMP_ARCH_{M68K,SH,SHEB} in seccomp_arch_add(3)
docs: add manpages for the seccomp_arch_{exist,add,remove}() and seccomp_merge() API
api: add an API to query the system's architecture
doc: fix a missing manpage link
doc: manpages for seccomp_attr_{get,set}()
api: extend BPF export API to write to a memory buffer
api: rename the seccomp_gen_*() functions to seccomp_export_*()
api,doc,tests: Add SCMP_ACT_TRAPX()
all: add seccomp_precompute() functionality
doc: update the manpages with return code information
api: add the seccomp notify addfd support
api: implement user notification in libseccomp
doc: don't return -1 from main in manpage examples
doc: manpages for seccomp_init() and seccomp_reset()
doc: document seccomp_rule_add_array*
doc: manpages for seccomp_rule_add() and seccomp_rule_add_exact()
man: clarify syscall number rewriting
doc: add the manpages for the new syscall resolving APIs
api: rename seccomp_syscall_resolve_name_rewrite_arch()
doc: mention EINVAL in seccomp_transaction_start(3)