Elliott Hughes
20cc6b695a
Merge remote-tracking branch 'goog/lmp-mr1-ub-dev' into manualmerge
2014-10-30 09:52:50 -07:00
Elliott Hughes
7256062f10
am 25f4bb98: am e38bf839: Merge "limits.h: add define for HOST_NAME_MAX"
...
* commit '25f4bb984cf9a27ebfac0e8f0ab5481ce3bebf15':
limits.h: add define for HOST_NAME_MAX
2014-10-30 16:08:28 +00:00
Elliott Hughes
25f4bb984c
am e38bf839: Merge "limits.h: add define for HOST_NAME_MAX"
...
* commit 'e38bf839837d11542e7d1deb00d81542a0ef55b7':
limits.h: add define for HOST_NAME_MAX
2014-10-30 16:02:29 +00:00
Elliott Hughes
e38bf83983
Merge "limits.h: add define for HOST_NAME_MAX"
2014-10-30 15:56:44 +00:00
Yongqin Liu
0589777a33
limits.h: add define for HOST_NAME_MAX
...
according to the rules defined here:
http://pubs.opengroup.org/onlinepubs/009695399/basedefs/limits.h.html
add the definition for HOST_NAME_MAX to limits.h file,
and set the default value to _POSIX_HOST_NAME_MAX as 255
Change-Id: Iddd5c6c569f4e0a14994c7a7c54985f3e7809fc4
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-10-30 10:59:24 +08:00
Elliott Hughes
b0693ec582
Merge changes I0feda6b2,I22d13fde,I49d7d09d,Ice490bfe into lmp-mr1-dev
...
* changes:
Fix the type of u_ar0 in <sys/user.h>.
Add greg_t for arm64.
POSIX says <signal.h> gets you ucontext_t.
Add in_port_t and move it and in_addr_t to the correct header file.
2014-10-29 23:22:30 +00:00
Elliott Hughes
7e9da3ef4a
am 3d50e8ef: am 4c29b1c2: am f362e9fb: Merge "Remove an unused file."
...
* commit '3d50e8efde2e39a4776506f2db60943da314caa0':
Remove an unused file.
2014-10-29 21:00:42 +00:00
Elliott Hughes
3d50e8efde
am 4c29b1c2: am f362e9fb: Merge "Remove an unused file."
...
* commit '4c29b1c266aa7ac81a7b67a6170f52c12aca712d':
Remove an unused file.
2014-10-29 20:56:29 +00:00
Elliott Hughes
b3388419ec
am 0eca5472: am 24464b04: am d50495a5: Merge "Extra strtod/strtof tests."
...
* commit '0eca547209f906e68a5ce61186b64e12c1941ba6':
Extra strtod/strtof tests.
2014-10-29 20:52:20 +00:00
Elliott Hughes
4c29b1c266
am f362e9fb: Merge "Remove an unused file."
...
* commit 'f362e9fb33722f89cebe65ddf2f07d2b07e4390e':
Remove an unused file.
2014-10-29 20:51:27 +00:00
Elliott Hughes
f362e9fb33
Merge "Remove an unused file."
2014-10-29 20:46:31 +00:00
Elliott Hughes
39cd0fa24a
Remove an unused file.
...
We don't have any FreeBSD stdio left.
Bug: 17154680
Change-Id: I145627f564364ac8d4707d431d451cc3115c1c6a
2014-10-29 13:42:23 -07:00
Elliott Hughes
0eca547209
am 24464b04: am d50495a5: Merge "Extra strtod/strtof tests."
...
* commit '24464b04a0d5a7645b8e751c6a9ef0c6574d52c2':
Extra strtod/strtof tests.
2014-10-29 20:42:10 +00:00
Yabin Cui
7574c81852
am c62f0d7c: am 63edd69e: am cbb4606a: Merge "change unsigned int to uint32_t for api arc4random/arc4random_uniform"
...
* commit 'c62f0d7c60053322d8cc6acafd5a64dd50c6d053':
change unsigned int to uint32_t for api arc4random/arc4random_uniform
2014-10-29 19:56:56 +00:00
Elliott Hughes
d8ebe6427f
am 654c7811: am 91bfaed2: am 13dcb88b: Merge "Disable tzdata in ."
...
* commit '654c781195f4b5269a910f08b14d87f9fa29ab47':
Disable tzdata in $ANDROID_DATA.
2014-10-29 19:56:55 +00:00
Elliott Hughes
af51e15a35
am e3c9f21e: resolved conflicts for merge of 912fe0a6 to lmp-mr1-dev-plus-aosp
...
* commit 'e3c9f21eaf2601ce6b2e3d62eeb12d03b048bdce':
[x86,x86_64] Fix libgcc unwinding through signal
2014-10-29 19:56:54 +00:00
Yabin Cui
c62f0d7c60
am 63edd69e: am cbb4606a: Merge "change unsigned int to uint32_t for api arc4random/arc4random_uniform"
...
* commit '63edd69e576a9f1faebc493bc6d4e4729c70b02c':
change unsigned int to uint32_t for api arc4random/arc4random_uniform
2014-10-29 19:42:32 +00:00
Elliott Hughes
654c781195
am 91bfaed2: am 13dcb88b: Merge "Disable tzdata in ."
...
* commit '91bfaed26a1e4595c387a27a789a71ec0eebfa73':
Disable tzdata in $ANDROID_DATA.
2014-10-29 19:42:31 +00:00
Elliott Hughes
e3c9f21eaf
resolved conflicts for merge of 912fe0a6 to lmp-mr1-dev-plus-aosp
...
Change-Id: Ie1cc84f34ccaf27eae4f3c292d67d44a9f0276bc
2014-10-29 12:38:36 -07:00
Elliott Hughes
0c4e98adbe
Fix the type of u_ar0 in <sys/user.h>.
...
(cherry picked from commit e03950fa0c5567edf70d011b856a027e03b1c0f7)
Bug: 18172268
Change-Id: I0feda6b253882f68f47bcf30fad998286cc7f620
2014-10-29 11:57:36 -07:00
Elliott Hughes
d0fb6a2940
Add greg_t for arm64.
...
This was already present for the other architectures. I think we skipped
this because glibc seems to have an incorrect definition (int rather than
long), but the kernel has the sane definition (just not in a uapi header).
(cherry picked from commit 8e4d371091e5738346f5c6ad395b8487c2a5ec67)
Bug: 18172268
Change-Id: I22d13fdeb6431ea122dd028a229782dcaf2286b2
2014-10-29 11:56:59 -07:00
Elliott Hughes
ab4d5cf242
POSIX says <signal.h> gets you ucontext_t.
...
POSIX also says that ucontext_t's uc_sigmask has type sigset_t.
MIPS64 strace needs this.
The #define is to keep chromium off our lawn; otherwise it tries to redefine
all this stuff itself. We should probably clean that up and remove the #define.
(cherry picked from commit 26a8eb50a84e131d34d10d5d167d67e9995399bd)
Bug: 18172268
Change-Id: I49d7d09dabfc6c6926a8e1f4b235d041e2f2fc4d
2014-10-29 11:55:02 -07:00
Elliott Hughes
eedbf70e8e
Add in_port_t and move it and in_addr_t to the correct header file.
...
No one's reported this, but I saw it in an Android port of fuser(1).
We still have lots of problems in our network headers because we
get most of the structs direct from the kernel, and it doesn't use
types like this (which is why we've got away without this one for
so long). One day we should probably look at cleaning that up, but
doing so can wait.
(cherry picked from commit 35d226e05d92824c6eb992e7a64ea22efc8bae03)
Bug: 18172268
Change-Id: Ice490bfe84afb04722d738128053d4c533b8a664
2014-10-29 11:49:45 -07:00
Christopher Ferris
98d57c95bc
Add stpcpy assembler version.
...
For generic, continue to use the C version of the code.
Bug: 13746695
(cherry picked from commit 7d849ac378515efa1522e538e6e1d3b546cae97d)
Change-Id: Iae44785f37f9bb59103ab78fb9f74c92f8a95c7f
2014-10-29 11:07:03 -07:00
Elliott Hughes
174158ca15
am 3834e0fd: am 382938d0: am ec58e29b: Merge "pthread_setname_np appears in glibc 2.12."
...
* commit '3834e0fd68f30b49f67e20434a34024aca16b44a':
pthread_setname_np appears in glibc 2.12.
2014-10-29 17:52:14 +00:00
Elliott Hughes
522d7eec98
am 91e5674c: am 7dbb1cff: am 021b6412: Merge "Fix the type of u_ar0 in <sys/user.h>."
...
* commit '91e5674c34770b06cabd29afec0c8e752ecc2527':
Fix the type of u_ar0 in <sys/user.h>.
2014-10-29 17:52:13 +00:00
Elliott Hughes
39b6bfdc0a
am a4402ef6: am ee8faa5e: am 7f164f60: Merge "POSIX says pthread_mutex_trylock returns EBUSY, not EDEADLK."
...
* commit 'a4402ef6e68f7b790d49d3dbc6dad4a0893a2e37':
POSIX says pthread_mutex_trylock returns EBUSY, not EDEADLK.
2014-10-29 17:52:12 +00:00
Elliott Hughes
3834e0fd68
am 382938d0: am ec58e29b: Merge "pthread_setname_np appears in glibc 2.12."
...
* commit '382938d092c7427a74ae8a6507bbd49f01e5c2f9':
pthread_setname_np appears in glibc 2.12.
2014-10-29 17:46:53 +00:00
Elliott Hughes
91e5674c34
am 7dbb1cff: am 021b6412: Merge "Fix the type of u_ar0 in <sys/user.h>."
...
* commit '7dbb1cff0b40b4f6a2792b73f24ac912cfe121d5':
Fix the type of u_ar0 in <sys/user.h>.
2014-10-29 17:46:53 +00:00
Elliott Hughes
a4402ef6e6
am ee8faa5e: am 7f164f60: Merge "POSIX says pthread_mutex_trylock returns EBUSY, not EDEADLK."
...
* commit 'ee8faa5e74eadc12231f59f2bbe13cfa644922cd':
POSIX says pthread_mutex_trylock returns EBUSY, not EDEADLK.
2014-10-29 17:46:52 +00:00
Elliott Hughes
24464b04a0
am d50495a5: Merge "Extra strtod/strtof tests."
...
* commit 'd50495a56760fdc116b7484bcdf1183c76db9b37':
Extra strtod/strtof tests.
2014-10-29 17:36:16 +00:00
Dmitriy Ivanov
721950be00
am f63ce364: am 3a3a4b8a: am e23f564b: Merge "Fix *tests-run-on-host target"
...
* commit 'f63ce364a4cd2004f100ad2f683fe43edf1d1ede':
Fix *tests-run-on-host target
2014-10-29 17:32:35 +00:00
Elliott Hughes
c779fb70c6
am 6ede5d1f: am 44331e8b: am c716dd1e: Merge "bionic tests: migrate test for mutex type from system/extras"
...
* commit '6ede5d1f24bbaa88292583ca649916e8c116fb16':
bionic tests: migrate test for mutex type from system/extras
2014-10-29 17:32:34 +00:00
Dmitriy Ivanov
66acd2c127
am c79478a5: am 85d77021: am f56a2f5e: Merge "Remove unnecessary reinterpret_cast"
...
* commit 'c79478a53339f957ec7d8ad6f7667b507f3b658e':
Remove unnecessary reinterpret_cast
2014-10-29 17:32:34 +00:00
Chih-Hung Hsieh
a986a6bbc6
am 5ef7bdad: am f3b0d9cd: am 57c5a556: Merge "Disable clang compilation due to lack of ifunc."
...
* commit '5ef7bdadbf582d3829289fb2a51cb5ff38a891d2':
Disable clang compilation due to lack of ifunc.
2014-10-29 17:32:33 +00:00
Elliott Hughes
fc038c029c
am 2a45d8cd: am 1dd65cc3: am c83837ec: Merge "Make the netdb unit tests work on the host."
...
* commit '2a45d8cd4f8c01ae28f0c945df05a7ccc9d31bc2':
Make the netdb unit tests work on the host.
2014-10-29 17:32:32 +00:00
Elliott Hughes
b8ce996640
am 49220899: am 3f5d8a00: am cad8d226: Merge "Use mxcr_mask instead of mxcsr_mask to match glibc."
...
* commit '49220899f214a5de54753ab4e9953637faf61f20':
Use mxcr_mask instead of mxcsr_mask to match glibc.
2014-10-29 17:32:31 +00:00
Elliott Hughes
b9dd047db5
am 413a4bdd: am 43ec1fb7: am a4c0b756: Merge "Add mkfifoat(3)."
...
* commit '413a4bdd3c675acf76afeda454ff150853ffd905':
Add mkfifoat(3).
2014-10-29 17:32:30 +00:00
Dmitriy Ivanov
ba2e363f35
am 1e84f9da: am 3db80168: am f33a7d7f: Merge "Fix mips build"
...
* commit '1e84f9dab4dd4c366beb8eeade64df9352a47dbd':
Fix mips build
2014-10-29 17:32:30 +00:00
Dmitriy Ivanov
34d9e9e050
am a7424d79: am fee054f3: am 398eb5a7: Merge "Remove unnecessary lookups during relocations"
...
* commit 'a7424d79c44b8af56208315962c75d6b8fffcb94':
Remove unnecessary lookups during relocations
2014-10-29 17:32:29 +00:00
Dmitriy Ivanov
a669279085
am 0dbb80ae: am 1babff27: am 566f2bc6: Merge "Fix relocation to look for symbols in local group"
...
* commit '0dbb80ae950c766b65321350be002309ef9de5d1':
Fix relocation to look for symbols in local group
2014-10-29 17:32:28 +00:00
Elliott Hughes
c2e6bc77ba
am 5e90a976: am ac5df33e: am 6c5694b6: Merge "Migrate system/extra getaddrinfo test, and fix a bug in getservbyname(3)."
...
* commit '5e90a9760728a314d516602754090848f84f600b':
Migrate system/extra getaddrinfo test, and fix a bug in getservbyname(3).
2014-10-29 17:32:27 +00:00
Elliott Hughes
74b96b47f3
am 66bae426: am 7f558f60: am cf8ea37f: Merge "bionic/tests: migrate gethostbyname bionic test from system/extra to bionic/tests"
...
* commit '66bae4262aa0c516181e6177f371c5e9223b665a':
bionic/tests: migrate gethostbyname bionic test from system/extra to bionic/tests
2014-10-29 17:32:26 +00:00
Elliott Hughes
d50495a567
Merge "Extra strtod/strtof tests."
2014-10-29 17:22:33 +00:00
Dmitriy Ivanov
f63ce364a4
am 3a3a4b8a: am e23f564b: Merge "Fix *tests-run-on-host target"
...
* commit '3a3a4b8ae6c03b58c59717ab3c3be85099939d3b':
Fix *tests-run-on-host target
2014-10-29 17:13:49 +00:00
Elliott Hughes
6ede5d1f24
am 44331e8b: am c716dd1e: Merge "bionic tests: migrate test for mutex type from system/extras"
...
* commit '44331e8bb0ba17be0387e9353d2309f980136273':
bionic tests: migrate test for mutex type from system/extras
2014-10-29 17:13:49 +00:00
Dmitriy Ivanov
c79478a533
am 85d77021: am f56a2f5e: Merge "Remove unnecessary reinterpret_cast"
...
* commit '85d770211b33ede2d7bf1b37a6e01bcb308cb666':
Remove unnecessary reinterpret_cast
2014-10-29 17:13:32 +00:00
Chih-Hung Hsieh
5ef7bdadbf
am f3b0d9cd: am 57c5a556: Merge "Disable clang compilation due to lack of ifunc."
...
* commit 'f3b0d9cd79574ac43d41e50bf81f57016c620624':
Disable clang compilation due to lack of ifunc.
2014-10-29 17:13:31 +00:00
Elliott Hughes
2a45d8cd4f
am 1dd65cc3: am c83837ec: Merge "Make the netdb unit tests work on the host."
...
* commit '1dd65cc30c43921f9a0fc604597701b349e3e028':
Make the netdb unit tests work on the host.
2014-10-29 17:13:30 +00:00
Elliott Hughes
49220899f2
am 3f5d8a00: am cad8d226: Merge "Use mxcr_mask instead of mxcsr_mask to match glibc."
...
* commit '3f5d8a00e4b57fdf7ec8cc01cc33fbfab5ae1316':
Use mxcr_mask instead of mxcsr_mask to match glibc.
2014-10-29 17:13:29 +00:00