Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LICENSES: Add license text files, add missing notices, fix SPDX tags | Stefano Brivio | 2021-10-20 | 1 | -0/+14 |
| | | | | | | | | | | SPDX tags don't replace license files. Some notices were missing and some tags were not according to the SPDX specification, too. Now reuse --lint from the REUSE tool (https://reuse.software/) passes. Reported-by: Martin Hauke <mardnh@gmx.de> Signed-off-by: Stefano Brivio <sbrivio@redhat.com> | ||||
* | passt, pasta: Add seccomp support | Stefano Brivio | 2021-10-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | List of allowed syscalls comes from comments in the form: #syscalls <list> for syscalls needed both in passt and pasta mode, and: #syscalls:pasta <list> #syscalls:passt <list> for syscalls specifically needed in pasta or passt mode only. seccomp.sh builds a list of BPF statements from those comments, prefixed by a binary search tree to keep lookup fast. While at it, clean up a bit the Makefile using wildcards. Signed-off-by: Stefano Brivio <sbrivio@redhat.com> | ||||
* | passt: Create dummy igmp.c, mld.c files for image map in README | Stefano Brivio | 2021-04-13 | 1 | -0/+1 |
...just so that links are not broken for the moment being. Signed-off-by: Stefano Brivio <sbrivio@redhat.com> |