search for: 25a66fa

Displaying 3 results from an estimated 3 matches for "25a66fa".

Did you mean: 22a63fa
2013 Nov 12
0
[PATCH V2 0/3] Introduce arm64 support
...> Notable changes since the original series: > * fp regs dropped from setjmp/longjmp > * chmod, lstat and stat re-implemented with *at functions. > * open64 merged into open. > > As with the original, this series is to be applied against the latest > klibc, just after > 25a66fa README.klibc: update build information > > V2 has been tested on x86_64 running Ubuntu 13.04 in KVM, on ARM > running Fedora 18 on an Arndale board, and for Aarch64 by running > Open Embedded on the ARMv8A FVP model. > > Again the testing regime included running the klibc suppli...
2013 Nov 11
5
[PATCH V2 0/3] Introduce arm64 support
...the arm64 support for klibc patch set. Notable changes since the original series: * fp regs dropped from setjmp/longjmp * chmod, lstat and stat re-implemented with *at functions. * open64 merged into open. As with the original, this series is to be applied against the latest klibc, just after 25a66fa README.klibc: update build information V2 has been tested on x86_64 running Ubuntu 13.04 in KVM, on ARM running Fedora 18 on an Arndale board, and for Aarch64 by running Open Embedded on the ARMv8A FVP model. Again the testing regime included running the klibc supplied tests, as well as running t...
2013 Nov 08
9
[PATCH 0/3] Introduce arm64 support
...work from Neil Williams and Anil Singhar into the following three patches. Most of the code changes are due to new syscall implementations being needed for arm64 as a only a minimal set of syscalls are defined in the arm64 kernel. This series is to be applied against the latest klibc, just after 25a66fa README.klibc: update build information I have tested this series on x86_64 running Ubuntu 13.04 in KVM, on ARM running Fedora 18 on an Arndale board, and for Aarch64 by running Open Embedded on the ARMv8A FVP model. The testing regime included running the klibc supplied tests, as well as running...