summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* arch: Add 32-bit Motorola 68000 supportJohn Paul Adrian Glaubitz2023-04-251-0/+1
| | | | | | Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Acked-by: Paul Moore <paul@paul-moore.com> Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
* doc: update README and manpage for 64-bit LoongArchXiaotian Wu2023-02-181-0/+1
| | | | | | Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn> Acked-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
* docs: fix the README.md codeql badgePaul Moore2023-02-061-1/+1
| | | | Signed-off-by: Paul Moore <paul@paul-moore.com>
* doc: Update code quality badgeTom Hromatka2023-02-061-1/+1
| | | | | | | | | | LGTM is now deprecated [1]. Remove the LGTM badge and replace it with a CodeQL badge. [1] https://github.blog/2022-08-15-the-next-step-for-lgtm-com-github-code-scanning/ Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
* doc: remove the mailing listPaul Moore2022-04-151-9/+2
| | | | | | | | Ever since the move to GH, the mailing list hasn't been very useful or very popular so let's just drop it. Signed-off-by: Paul Moore <paul@paul-moore.com> Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
* doc: Fix typo in README.mdLin, Yong Xiang2022-01-101-1/+1
| | | | | Signed-off-by: Lin, Yong Xiang <r888800009@gmail.com> Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
* README: Display the Github Actions build status badgeTom Hromatka2021-07-261-1/+1
| | | | | | | | | Travis CI has now been disabled. Delete the Travis CI build status badge and display the Github Actions continuous integration workflow badge. Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
* arch: Add SuperH 32-bit supportJohn Paul Adrian Glaubitz2021-03-081-0/+2
| | | | | | | | | | Initial support for seccomp for SuperH in Linux was added in 2.6.27-rc2, support for SECCOMP_FILTER was added for Linux 5.9. This adds support for SuperH in libseccomp, both for little-endian and big-endian mode. Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Acked-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
* all: rename the "master" branch to "main"Paul Moore2021-01-221-2/+2
| | | | Signed-off-by: Paul Moore <paul@paul-moore.com>
* doc: add some more info about GPG keys to the README.md filePaul Moore2020-10-251-2/+4
| | | | | | | | | | Some people may not be familiar with GPG keys, subkeys, and fingerprints; while a full explanation is beyond the scope of our README file, at least provides some hints and a link to the GPG website for more information. Reviewed-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
* README: update the arch/ABI listPaul Moore2020-06-271-0/+1
| | | | Signed-off-by: Paul Moore <paul@paul-moore.com>
* doc: update the logo URLPaul Moore2020-06-161-1/+1
| | | | Signed-off-by: Paul Moore <paul@paul-moore.com>
* README: add the lgtm.com badgePaul Moore2020-03-191-0/+1
| | | | Signed-off-by: Paul Moore <paul@paul-moore.com>
* doc: add a section on release tarball signatures to README.mdPaul Moore2020-01-061-0/+18
| | | | | Reviewed-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
* doc: new process docs and various updatesPaul Moore2019-07-021-1/+1
| | | | | | | | | A number of updates mainly focused on paving the way for multiple maintainers and making better use of the GitHub vulnerability reporting tools. Signed-off-by: Paul Moore <paul@paul-moore.com> Acked-by: Tom Hromatka <tom.hromatka@oracle.com>
* docs: add the supported ABIs to the READMEPaul Moore2018-03-131-0/+23
| | | | Signed-off-by: Paul Moore <paul@paul-moore.com>
* docs: add golang bindings pointer to README.mdPaul Moore2018-01-251-0/+5
| | | | Signed-off-by: Paul Moore <paul@paul-moore.com>
* doc: convert the travis badge to use shields.ioPaul Moore2018-01-171-1/+1
| | | | Signed-off-by: Paul Moore <paul@paul-moore.com>
* doc: update the coveralls badge to use shields.ioPaul Moore2018-01-171-1/+1
| | | | | | This is a workaround for the coveralls stale cache problem. Signed-off-by: Paul Moore <paul@paul-moore.com>
* doc: rename SUBMITTING_PATCHES to CONTRIBUTINGPaul Moore2017-06-191-2/+2
| | | | | | | This is in better keeping with the convention of most Open Source projects. Signed-off-by: Paul Moore <paul@paul-moore.com>
* doc: add the logo to the READMEPaul Moore2017-06-191-1/+1
| | | | | | | Thanks to Kyle R. Conway for the logo! * https://github.com/seccomp/libseccomp-artwork Signed-off-by: Paul Moore <paul@paul-moore.com>
* doc: update README.md with information about the "live" testsPaul Moore2017-02-241-3/+13
| | | | Signed-off-by: Paul Moore <paul@paul-moore.com>
* docs: add a Coveralls badge to README.mdPaul Moore2017-02-071-0/+1
| | | | Signed-off-by: Paul Moore <paul@paul-moore.com>
* doc: add reporting information to README.mdPaul Moore2017-02-051-1/+7
| | | | Signed-off-by: Paul Moore <paul@paul-moore.com>
* build: add a Travis CI status badge to the README.mdPaul Moore2017-02-051-0/+1
| | | | Signed-off-by: Paul Moore <paul@paul-moore.com>
* doc: add the CII Best Practices badge to the READMEPaul Moore2017-01-131-0/+2
| | | | Signed-off-by: Paul Moore <paul@paul-moore.com>
* doc: convert the README to Markdown for better use on GitHubPaul Moore2017-01-131-0/+65
Signed-off-by: Paul Moore <paul@paul-moore.com>