Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-restore-missing-changes-from-0.20.0.22.patch | [PATCH] restore missing changes from 0.20..0.22 Somehow the 0.25 release omitted all the following changes from the 0.20..0.22 era. This restores the relevant changes based on the diff between the following two tarballs: http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ/Sys-Syscall-0.23.tar.gz http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ/Sys-Syscall-0.25.tar.gz 0.22: - don't modify non-localized $_. whoops. (we don't want to mess with our caller's world) 0.21: - add missing EPOLLRDBAND, from Paul Visscher <paulv@canonical.org> 0.20: - on x86_64 detect 32-bit vs 64-bit process and use right syscall numbers. previously worked only with 64-bit userland. |
Eric Wong <e@80x24.org> | no | 2014-09-03 | ||
ppc64le.patch | [PATCH 1/3] Add ppc64le support Little endian uses the same syscalls as the big endian kernel. |
Yaakov Selkowitz <yselkowi@redhat.com> | no | debian | upstream, https://github.com/bradfitz/sys-syscall/commit/b877ec33b331ba01e8fad8bed0d3cde55e1efa9e | 2015-12-04 |
s390x.patch | [PATCH 2/3] Add s390/x support | Yaakov Selkowitz <yselkowi@redhat.com> | no | debian | upstream, https://github.com/bradfitz/sys-syscall/commit/5628d9c0e299eea79e87aa8a5ed2d99a2895a4d0 | 2015-12-04 |
aarch64.patch | [PATCH 3/3] Add aarch64 support This is a bit complicated because AArch64, as a completely new architecture, does not support the deprecated epoll_create and epoll_wait syscalls. Instead, these wrap the epoll_create1 and epoll_pwait syscalls, which serve the same purpose but with slightly different syntaxes. |
Yaakov Selkowitz <yselkowi@redhat.com> | no | debian | backport, https://github.com/bradfitz/sys-syscall/commit/6c7c516edfabd2edc835d0aaad39f946164bb25d | 2015-12-04 |
mips.patch | [PATCH] Add mips* support | Niko Tyni <ntyni@debian.org> | no | debian | 2016-05-21 | |
hppa.patch | Add hppa support diff -up ./lib/Sys/Syscall.pm.org ./lib/Sys/Syscall.pm |
Helge Deller <deller@gmx.de> | no | debian | 2016-06-02 |