Elliott Hughes
f6f567f299
Merge "POSIX says <sys/types.h> should make all the pthread_* types available."
...
am: 6f89d02f55
Change-Id: I4b471a6f658af7fcdccd0901a680c7b4441d387e
2016-08-12 21:39:18 +00:00
Treehugger Robot
6f89d02f55
Merge "POSIX says <sys/types.h> should make all the pthread_* types available."
2016-08-12 21:32:21 +00:00
Elliott Hughes
280236537e
POSIX says <sys/types.h> should make all the pthread_* types available.
...
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html
Change-Id: I606194e15ceaa3129f266a9a460c358eaa8bf686
2016-08-12 13:18:32 -07:00
Elliott Hughes
96ea9e6fd5
Merge "POSIX says <locale.h> makes NULL visible."
...
am: cea5c8a609
Change-Id: Ic28faf09d246aed6545eb4b11dbbb7af53a180f8
2016-08-12 20:06:42 +00:00
Elliott Hughes
8407ddebec
Merge "Fix sysconf(_SC_ARG_MAX)."
...
am: 51b3b44585
Change-Id: I9cbe4d41c1cb7422dadb13f28389ae44e8b8c325
2016-08-12 19:59:22 +00:00
Elliott Hughes
a7908ef625
Merge "Fix recvfrom prototype."
...
am: 4a77fa3dcd
Change-Id: I6824e7b6eafe1191c4a48830ace246fd7000a90d
2016-08-12 19:58:58 +00:00
Treehugger Robot
cea5c8a609
Merge "POSIX says <locale.h> makes NULL visible."
2016-08-12 19:56:46 +00:00
Elliott Hughes
51b3b44585
Merge "Fix sysconf(_SC_ARG_MAX)."
2016-08-12 19:53:46 +00:00
Treehugger Robot
4a77fa3dcd
Merge "Fix recvfrom prototype."
2016-08-12 19:48:38 +00:00
Elliott Hughes
f232711408
Merge "Fix pthread_barrierattr_getpshared prototype."
...
am: f8f2949744
Change-Id: I736800acfd412eac40685f6cc2ad56f19cadaeaa
2016-08-12 19:23:12 +00:00
Treehugger Robot
f8f2949744
Merge "Fix pthread_barrierattr_getpshared prototype."
2016-08-12 19:13:37 +00:00
Elliott Hughes
f3308b92e9
Merge "POSIX says IPPORT_RESERVED is in <netdb.h>."
...
am: a1858a7f59
Change-Id: I3a88b0f1d4749a4ad8596885578b3155b3e27578
2016-08-12 19:00:47 +00:00
Elliott Hughes
e8469fd74f
Merge "POSIX says SEM_FAILED shall have type sem_t*."
...
am: 5b45d2fec8
Change-Id: I695e085bf4e9efe442ce8f56b959d40e9a3ea0c2
2016-08-12 18:53:18 +00:00
Elliott Hughes
243fcc2786
Merge "POSIX says <fcntl.h> makes SEEK_* visible."
...
am: f135e4e56b
Change-Id: Ia0fc8ebf78ce7885f268b04a97b2c1d1617605e6
2016-08-12 18:53:16 +00:00
Treehugger Robot
a1858a7f59
Merge "POSIX says IPPORT_RESERVED is in <netdb.h>."
2016-08-12 18:52:58 +00:00
Treehugger Robot
5b45d2fec8
Merge "POSIX says SEM_FAILED shall have type sem_t*."
2016-08-12 18:42:44 +00:00
Treehugger Robot
f135e4e56b
Merge "POSIX says <fcntl.h> makes SEEK_* visible."
2016-08-12 18:35:17 +00:00
Dimitry Ivanov
3c2f0a2c39
Merge "linker: disallow W + E PT_LOAD segments"
...
am: e8087022c1
Change-Id: I1732f395e90b4589720b3be89084ea1bd287c18d
2016-08-12 17:59:38 +00:00
Dimitry Ivanov
e8087022c1
Merge "linker: disallow W + E PT_LOAD segments"
2016-08-12 17:55:36 +00:00
Elliott Hughes
c1d06e4655
Merge "Add two missing POSIX constant-only headers."
...
am: 0e1b92af2f
Change-Id: Ifc4d9e82b2ecdc5b0d7394503b12e9985923ac52
2016-08-12 17:49:01 +00:00
Treehugger Robot
0e1b92af2f
Merge "Add two missing POSIX constant-only headers."
2016-08-12 17:42:12 +00:00
Elliott Hughes
e43778880e
POSIX says IPPORT_RESERVED is in <netdb.h>.
...
In <netdb.h>:
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html
Not in <netinet/in.h>:
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netinet_in.h.html
Change-Id: Ie34cdb80eeb1443cf292944f3c68d8383aee2295
2016-08-12 10:38:35 -07:00
Elliott Hughes
95b0680cde
POSIX says SEM_FAILED shall have type sem_t*.
...
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html
(Even if it didn't, this header previously referred to NULL without ensuring
that NULL was actually visible.)
Change-Id: I70577f4afc21f32c9e585076986127899ef8c8c1
2016-08-12 10:28:52 -07:00
Elliott Hughes
c5537889f5
POSIX says <locale.h> makes NULL visible.
...
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html
Change-Id: I81a600153738dff6ce3d9cde95c787b71d81a368
2016-08-12 10:28:08 -07:00
Elliott Hughes
fb94c6396e
Merge "Use sysinfo(2) to implement more of <sys/sysinfo.h>."
...
am: b17d845d9b
Change-Id: I68e9be7428268bf0f3bd54d8e14647aa89debc4e
2016-08-12 17:18:51 +00:00
Elliott Hughes
fd936ae025
POSIX says <fcntl.h> makes SEEK_* visible.
...
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html
We already had two copies of these constants, so time to factor them out
into bits/.
Change-Id: I213c0d2372e41463593f878d338002b8eaa918cd
2016-08-12 10:16:34 -07:00
Treehugger Robot
b17d845d9b
Merge "Use sysinfo(2) to implement more of <sys/sysinfo.h>."
2016-08-12 17:07:41 +00:00
Elliott Hughes
48bfc6e0df
Add two missing POSIX constant-only headers.
...
Change-Id: Ic175635a0edc16f9354445adeb7b90837d3e858b
2016-08-12 09:28:17 -07:00
Elliott Hughes
8197aca7f2
Fix recvfrom prototype.
...
http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvfrom.html
Change-Id: Iba203c74045c88e53e28c2e0c8bc1f9ac63ce23e
2016-08-12 09:20:07 -07:00
Elliott Hughes
02ac028bf7
Fix pthread_barrierattr_getpshared prototype.
...
As http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_getpshared.html
is my witness, there's a missing `const` here.
Change-Id: Ifd68188fb952460b64d144bdc21a53bc40ed82a7
2016-08-11 23:18:13 -07:00
Dimitry Ivanov
9700babc05
linker: disallow W + E PT_LOAD segments
...
No mapped segment from the elf file can be writable and
executable at the same time. This commit adds a check
for malformed PT_LOAD segments in the elf-files.
Bug: http://b/30146890
Test: run bionic-unit-tests --gtest_filter=dlfcn.*
Change-Id: Ia23acbe5a48780b65d7e4a50bbe024cd528079f4
2016-08-11 17:24:47 -07:00
Elliott Hughes
2ce52afba4
Merge "dlerror returns char*, not const char*."
...
am: 166f875eab
Change-Id: Ice8f136b647d9e343dfacfde71ce095a5fd25024
2016-08-11 23:33:58 +00:00
Treehugger Robot
166f875eab
Merge "dlerror returns char*, not const char*."
2016-08-11 23:16:59 +00:00
Elliott Hughes
5e071a18ce
dlerror returns char*, not const char*.
...
http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlerror.html :
char *dlerror(void);
...
The application shall not modify the string returned.
Change-Id: I5e684bfd3930c39a2a30ea6fd005a5d5d3e5b181
2016-08-11 15:02:45 -07:00
Elliott Hughes
c508de0e41
Use sysinfo(2) to implement more of <sys/sysinfo.h>.
...
We already had implementations of some of the functions, and I didn't
bother rewriting them when we added sysinfo(2). Ross Anderson said in
https://www.lightbluetouchpaper.org/2016/07/29/yet-another-android-side-channel/
that we should "simply disable access to all procfs files", which made
me curious how many places we use /proc in bionic. This is the one that's
obviously unnecessary. The others I'm not aware of alternative APIs for.
Change-Id: Ia64f36b76f29a7a1dd67845270a5472e121aae10
2016-08-11 14:51:31 -07:00
Dimitry Ivanov
6b94ab9724
Merge "linker: use stat(2) to check file existence"
...
am: c623e7efc9
Change-Id: I05b28d10a1183f8ee4e7c711f6efc68cc4556326
2016-08-11 19:59:40 +00:00
Dimitry Ivanov
c623e7efc9
Merge "linker: use stat(2) to check file existence"
2016-08-11 19:53:02 +00:00
Dimitry Ivanov
4cf7024db7
linker: use stat(2) to check file existence
...
open(2) can be used to open directories; use stat to
check that the file exists and is a regular file.
Addresses review comments for 5aa67675f8
Bug: http://b/30320104
Change-Id: Ia944db2f2f779a87ea01dd41dcd171e59c9bef01
2016-08-11 11:11:52 -07:00
Dimitry Ivanov
2fa91f4df8
Merge "linker_asan: Translate absolute dlopen paths to use asan-libraries."
...
am: cea35d77a2
Change-Id: I54283bd5694b0480ced971d4602c91f8f18c18d7
2016-08-11 17:44:01 +00:00
Treehugger Robot
cea35d77a2
Merge "linker_asan: Translate absolute dlopen paths to use asan-libraries."
2016-08-11 17:38:07 +00:00
Dimitry Ivanov
45d25ca728
linker_asan: Translate absolute dlopen paths to use asan-libraries.
...
This patch enables absolute path translation to instrumented library
when linker_asan is in use.
Test: adb shell cat /proc/<rlid pid>/maps | grep libril-qc-qmi-1.so
check that it is mapped from /data/vendor/lib64 and not /vendor/lib64
Bug: http://b/30320104
Change-Id: I3bc24754b192afc0a72d6f3801f7b42141ce715b
(cherry picked from commit 5aa67675f8
)
2016-08-10 21:37:50 -07:00
Dan Albert
bcb80b2b18
Merge "Add ndk_library for libdl."
...
am: 4519a4d182
Change-Id: I6648c5c60d59b8002433b5157d452460d50065b5
2016-08-11 01:37:37 +00:00
Josh Gao
4aa98a3d3f
Merge "Add __attribute__((sentinel)) tags to execl and friends."
...
am: 32a2e137a5
Change-Id: I9edad7b6fa639012f6a94501a33bdbc70540cd77
2016-08-11 01:35:11 +00:00
Treehugger Robot
4519a4d182
Merge "Add ndk_library for libdl."
2016-08-11 01:33:31 +00:00
Treehugger Robot
32a2e137a5
Merge "Add __attribute__((sentinel)) tags to execl and friends."
2016-08-11 01:19:23 +00:00
Dimitry Ivanov
62ad07d253
Merge "Check alignment along with range of mapped file fragments"
...
am: 3e35b26704
Change-Id: I6d81b0ca1903c466ba1420671ff700a4c0a1b0d8
2016-08-11 01:03:04 +00:00
Treehugger Robot
3e35b26704
Merge "Check alignment along with range of mapped file fragments"
2016-08-11 00:46:33 +00:00
Elliott Hughes
fdcf8ed651
Merge "Move brillo closer to Android."
...
am: 299e501419
Change-Id: I0a0136336bfe75532d4c37fb6242a80b293702ca
2016-08-11 00:11:33 +00:00
Elliott Hughes
4fe10a4c89
Merge "Remove __static_cast macro from <sys/cdefs.h>."
...
am: 18af5bfa5d
Change-Id: If2188445e057543a7bdc3530c60697197a90f623
2016-08-11 00:11:31 +00:00
Treehugger Robot
299e501419
Merge "Move brillo closer to Android."
2016-08-10 23:59:19 +00:00