Branch: refs/heads/master
Home: https://github.com/seccomp/libseccomp
Commit: 8c8b5cb12c4da769e7a25f720bec3bfbfb15d3f6
https://github.com/seccomp/libseccomp/commit/8c8b5cb12c4da769e7a25f720bec3bfbfb15d3f6
Author: Paul Moore <[email protected]>
Date: 2020-03-23 (Mon, 23 Mar 2020)
Changed paths:
M src/arch-syscall-validate
Log Message:
-----------
arch: fix the library output of arch-syscall-validate
We no longer need to correct the syscall offsets for x32, mips,
mips64, and mips64n32.
Signed-off-by: Paul Moore <[email protected]>
Commit: 3e91da39fd6e647ed171b5f727d372be5b4feee7
https://github.com/seccomp/libseccomp/commit/3e91da39fd6e647ed171b5f727d372be5b4feee7
Author: Paul Moore <[email protected]>
Date: 2020-03-23 (Mon, 23 Mar 2020)
Changed paths:
M src/Makefile.am
M src/arch-parisc.h
M src/arch-parisc64.c
A src/arch-parisc64.h
M src/arch-syscall-dump.c
M src/arch.c
M src/syscalls.c
Log Message:
-----------
parisc64: separate parisc and parisc64
Previously parisc64 was borrowing from parsic which led to problems
with the syscall table for parisc64. This patch properly splits the
two ABIs.
Signed-off-by: Paul Moore <[email protected]>
Compare:
https://github.com/seccomp/libseccomp/compare/8e9bf004c40e...3e91da39fd6e
--
You received this message because you are subscribed to the Google Groups
"libseccomp" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/libseccomp/seccomp/libseccomp/push/refs/heads/master/8e9bf0-3e91da%40github.com.