- 22 Mar, 2013 23 commits
-
-
Elliott Hughes authored
* commit '65163750': Fix builds where _FORTIFY_SOURCE is off.
-
Elliott Hughes authored
* commit 'c37dd599': Fix builds where _FORTIFY_SOURCE is off.
-
Elliott Hughes authored
am 85598626: am 34895c1b: Merge "Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>." * commit '85598626': Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>.
-
Elliott Hughes authored
-
Elliott Hughes authored
* commit '34895c1b': Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>.
-
Elliott Hughes authored
Also add a more intention-revealing guard so we don't have loads of places checking whether our inlining macro is defined. Change-Id: I168860cedcfc798b07a5145bc48a125700265e47
-
Elliott Hughes authored
-
Elliott Hughes authored
am b80a05fa: am 5c5f303e: Merge "Replace unnecessary MIPS uses of <sys/linux-syscalls.h> with <asm/unistd.h>." * commit 'b80a05fa': Replace unnecessary MIPS uses of <sys/linux-syscalls.h> with <asm/unistd.h>.
-
Elliott Hughes authored
am bc0d7f73: am e7cb795c: Merge "Replace unnecessary x86 uses of <sys/linux-syscalls.h> with <asm/unistd.h>." * commit 'bc0d7f73': Replace unnecessary x86 uses of <sys/linux-syscalls.h> with <asm/unistd.h>.
-
Elliott Hughes authored
* commit '5c5f303e': Replace unnecessary MIPS uses of <sys/linux-syscalls.h> with <asm/unistd.h>.
-
Elliott Hughes authored
* commit 'e7cb795c': Replace unnecessary x86 uses of <sys/linux-syscalls.h> with <asm/unistd.h>.
-
Elliott Hughes authored
-
Elliott Hughes authored
-
Elliott Hughes authored
For some reason, socketcalls.c was only being compiled for ARM, where it makes no sense. For x86 we generate stubs for the socket functions that use __NR_socketcall directly. Change-Id: I84181e6183fae2314ae3ed862276eba82ad21e8e
-
Elliott Hughes authored
* commit '5686bb30': The SYS_ constants should cover all __NR_ values.
-
Elliott Hughes authored
* commit '3323628d': The SYS_ constants should cover all __NR_ values.
-
Elliott Hughes authored
Change-Id: I193a35f9790b82c83fd3b5672e24ac1b2034d0b0
-
Elliott Hughes authored
Change-Id: I9d016ee8e8329cccf244d27c336d9524348af996
-
Elliott Hughes authored
-
Elliott Hughes authored
<sys/linux-syscalls.h> only contains constants for the syscalls we're generating stubs for. We want all the syscalls available on the architecture in question. Keep using <sys/linux-syscalls.h> on ARM for now because the __NR_ARM_set_tls and __NR_ARM_cacheflush values aren't in <asm/unistd.h>. Change-Id: I66683950d87d9b18d6107d0acc0ed238a4496f44
-
Elliott Hughes authored
* commit 'a3167257': Fix pthread_setname_np's behavior on invalid pthread_ts.
-
Elliott Hughes authored
* commit 'babb72dc': Fix pthread_setname_np's behavior on invalid pthread_ts.
-
Elliott Hughes authored
-
- 21 Mar, 2013 17 commits
-
-
Elliott Hughes authored
Change-Id: I0a154beaab4d164ac812f2564d12e4d79b80a8e8
-
Elliott Hughes authored
* commit 'a596aa6a': Drop magic number in strrchr and strchr
-
Elliott Hughes authored
am 01c0e19e: am 612333f6: Merge "Don\'t #define SYS_ constants unless they make sense for the current architecture." * commit '01c0e19e': Don't #define SYS_ constants unless they make sense for the current architecture.
-
Elliott Hughes authored
* commit '26c815c4': Drop magic number in strrchr and strchr
-
Elliott Hughes authored
am 612333f6: Merge "Don\'t #define SYS_ constants unless they make sense for the current architecture." * commit '612333f6': Don't #define SYS_ constants unless they make sense for the current architecture.
-
Elliott Hughes authored
-
Elliott Hughes authored
-
Elliott Hughes authored
Fixes the MIPS and x86 builds. strace tests whether syscalls are supported using #ifdef of the appropriate SYS_ constant. Change-Id: I90be118dc42abfdaf5b0f9b1e676e8601f55106e
-
Elliott Hughes authored
* commit 'c48968d2': Drop unnecessary execution permission for .cpp/.c/.h
-
Elliott Hughes authored
* commit '4453c51c': Drop unnecessary execution permission for .cpp/.c/.h
-
Elliott Hughes authored
-
Kito Cheng authored
Change-Id: I9ac2b9d8f6bdb4fab8962210c5ec8f9c3e8c0ebf
-
Kito Cheng authored
Change-Id: Ic7391be8575eaaac76914dab62bc41c9773d703d
-
Elliott Hughes authored
* commit 'f977d2dc': Provide glibc-compatible SYS_* aliases for the __NR_* constants.
-
Elliott Hughes authored
* commit '800ad824': Provide glibc-compatible SYS_* aliases for the __NR_* constants.
-
Elliott Hughes authored
-
Elliott Hughes authored
This helps us remove another external/strace bionic hack. Change-Id: I3e82c0d2fd27e479be98f096e05b666fd16f8eb3
-