OSDN Git Service

android-x86/bionic.git
8 years agoMerge "Reset access to system properties on reinitialization"
Tom Cherry [Thu, 17 Dec 2015 18:06:08 +0000 (10:06 -0800)]
Merge "Reset access to system properties on reinitialization"
am: dd57119ced

* commit 'dd57119ced4670de2ea18fc84a59f20ccec353a7':
  Reset access to system properties on reinitialization

8 years agoMerge "Reset access to system properties on reinitialization"
Tom Cherry [Thu, 17 Dec 2015 17:54:05 +0000 (17:54 +0000)]
Merge "Reset access to system properties on reinitialization"

8 years agoMerge "sem_timedwait with a null timeout doesn\'t mean "forever"."
Elliott Hughes [Thu, 17 Dec 2015 01:20:26 +0000 (01:20 +0000)]
Merge "sem_timedwait with a null timeout doesn\'t mean "forever"."
am: 7cb3c4af13

* commit '7cb3c4af134cfa4308742c86086bccdd06463c0c':
  sem_timedwait with a null timeout doesn't mean "forever".

8 years agoMerge "sem_timedwait with a null timeout doesn't mean "forever"."
Elliott Hughes [Thu, 17 Dec 2015 01:15:15 +0000 (01:15 +0000)]
Merge "sem_timedwait with a null timeout doesn't mean "forever"."

8 years agoMerge "linker: add dlvsym(3)"
Dimitry Ivanov [Thu, 17 Dec 2015 00:55:04 +0000 (00:55 +0000)]
Merge "linker: add dlvsym(3)"
am: d4f86aed42

* commit 'd4f86aed42a97e1d7c502595b0fe1270f7989c7a':
  linker: add dlvsym(3)

8 years agoMerge "Fix missing parentheses."
Christopher Ferris [Thu, 17 Dec 2015 00:42:28 +0000 (00:42 +0000)]
Merge "Fix missing parentheses."
am: 27032a39dd

* commit '27032a39dd76de8e5cd637e4f9425300c4b46a37':
  Fix missing parentheses.

8 years agoMerge "linker: add dlvsym(3)"
Dimitry Ivanov [Thu, 17 Dec 2015 00:40:13 +0000 (00:40 +0000)]
Merge "linker: add dlvsym(3)"

8 years agoMerge "Fix missing parentheses."
Christopher Ferris [Thu, 17 Dec 2015 00:30:59 +0000 (00:30 +0000)]
Merge "Fix missing parentheses."

8 years agoMerge "Fix bug in dlmalloc\'s version of calloc."
Christopher Ferris [Thu, 17 Dec 2015 00:19:52 +0000 (00:19 +0000)]
Merge "Fix bug in dlmalloc\'s version of calloc."
am: 9f20db1c94

* commit '9f20db1c94446624238f452d5fc0200444d2ea05':
  Fix bug in dlmalloc's version of calloc.

8 years agoFix missing parentheses.
Christopher Ferris [Thu, 17 Dec 2015 00:11:04 +0000 (16:11 -0800)]
Fix missing parentheses.

The BIONIC_ROUND_UP_POWER_OF_2 macro did not have parentheses around
the whole expression. This lead to the wrong value being computed when
used as part of a mathematical expression such as this:

  value = BIONIC_ROUND_UP_POWER_OF_2(value) - 1;

This only happens on 64 bit abis.

Change-Id: I6f8afbdaf16fe64a88fa0246d074b3534c9159c1

8 years agoMerge "Fix bug in dlmalloc's version of calloc."
Christopher Ferris [Thu, 17 Dec 2015 00:06:03 +0000 (00:06 +0000)]
Merge "Fix bug in dlmalloc's version of calloc."

8 years agolinker: add dlvsym(3)
Dimitry Ivanov [Fri, 11 Dec 2015 22:22:24 +0000 (14:22 -0800)]
linker: add dlvsym(3)

This changes implements dlvsym - dlsym for versioned symbols.

Bug: http://b/22865643
Change-Id: Ic90a60d512104261a1416c43f9100f0d88e3b46f

8 years agosem_timedwait with a null timeout doesn't mean "forever".
Elliott Hughes [Wed, 16 Dec 2015 23:15:58 +0000 (15:15 -0800)]
sem_timedwait with a null timeout doesn't mean "forever".

It actually means "crash immediately". Well, it's an error. And callers are
much more likely to realize their mistake if we crash immediately rather
than return EINVAL. Historically, glibc has crashed and bionic -- before
the recent changes -- returned EINVAL, so this is a behavior change.

Change-Id: I0c2373a6703b20b8a97aacc1e66368a5885e8c51

8 years agoFix bug in dlmalloc's version of calloc.
Christopher Ferris [Wed, 16 Dec 2015 20:07:25 +0000 (12:07 -0800)]
Fix bug in dlmalloc's version of calloc.

Under some circumstances, doing a calloc will make sure that the memory
returned will be zero up to the size of the requested size. However, if
there is more usable size than the requested size, that extra part
of the allocation will not be zeroed. This change fixes it so that the
entire usable memory is always zeroed.

Change-Id: I8a66d6767c074023c4ba3568bf2705e1886740fc

8 years agoMerge "Revert "Revert "Remove remaining ndk_cruft from LP64 platforms"""
Dimitry Ivanov [Wed, 16 Dec 2015 19:14:02 +0000 (19:14 +0000)]
Merge "Revert "Revert "Remove remaining ndk_cruft from LP64 platforms"""
am: d3e5301a75

* commit 'd3e5301a75256171199b23f6ba2c6651d05ce5f1':
  Revert "Revert "Remove remaining ndk_cruft from LP64 platforms""

8 years agoMerge "Revert "Revert "Remove remaining ndk_cruft from LP64 platforms"""
Dimitry Ivanov [Wed, 16 Dec 2015 19:06:09 +0000 (19:06 +0000)]
Merge "Revert "Revert "Remove remaining ndk_cruft from LP64 platforms"""

8 years agoRevert "Revert "Remove remaining ndk_cruft from LP64 platforms""
Dimitry Ivanov [Wed, 16 Dec 2015 19:02:04 +0000 (19:02 +0000)]
Revert "Revert "Remove remaining ndk_cruft from LP64 platforms""

This reverts commit 23af25b747b5e7b0ca513a87b32f1f6a3cb99698.

Bug: http://b/26164862
Change-Id: I201bf49530f33f8ba6a1a35b79723afb9e84c7a5

8 years agoMerge "Add a few missing pthread tests."
Elliott Hughes [Tue, 15 Dec 2015 15:46:24 +0000 (15:46 +0000)]
Merge "Add a few missing pthread tests."
am: 4d57e669dc

* commit '4d57e669dc994a99ad8f1a81e3d94102390edc60':
  Add a few missing pthread tests.

8 years agoMerge "Revert "Remove remaining ndk_cruft from LP64 platforms""
Dimitry Ivanov [Tue, 15 Dec 2015 02:09:12 +0000 (18:09 -0800)]
Merge "Revert "Remove remaining ndk_cruft from LP64 platforms""
am: 52a05f3ce7

* commit '52a05f3ce74112560c3a203965774c5c9b7faf2b':
  Revert "Remove remaining ndk_cruft from LP64 platforms"

8 years agoMerge "Add a few missing pthread tests."
Elliott Hughes [Tue, 15 Dec 2015 01:38:24 +0000 (01:38 +0000)]
Merge "Add a few missing pthread tests."

8 years agoMerge "Revert "Remove remaining ndk_cruft from LP64 platforms""
Dimitry Ivanov [Tue, 15 Dec 2015 01:36:19 +0000 (01:36 +0000)]
Merge "Revert "Remove remaining ndk_cruft from LP64 platforms""

8 years agoAdd a few missing pthread tests.
Elliott Hughes [Tue, 15 Dec 2015 01:35:10 +0000 (17:35 -0800)]
Add a few missing pthread tests.

This seems to be all that's tested by system/extras/tests/bionic that isn't
already better tested here.

Change-Id: Id0aa985cefd4047a6007ba9804f541069d9e92ed

8 years agoRevert "Remove remaining ndk_cruft from LP64 platforms"
Dimitry Ivanov [Tue, 15 Dec 2015 01:34:14 +0000 (01:34 +0000)]
Revert "Remove remaining ndk_cruft from LP64 platforms"

This reverts commit b1d0a2ae7790f882d8f1ab24d7ef15e2b90c8ca2.

Change-Id: I1da06be0b78a4f2a4cad7e4a19a3ee755f55a813

8 years agoMerge "Remove remaining ndk_cruft from LP64 platforms"
Dimitry Ivanov [Tue, 15 Dec 2015 00:25:42 +0000 (16:25 -0800)]
Merge "Remove remaining ndk_cruft from LP64 platforms"
am: b34ae08cc6

* commit 'b34ae08cc62506142c0f2407101f4914384a0d86':
  Remove remaining ndk_cruft from LP64 platforms

8 years agoMerge "Remove remaining ndk_cruft from LP64 platforms"
Dimitry Ivanov [Mon, 14 Dec 2015 23:55:55 +0000 (23:55 +0000)]
Merge "Remove remaining ndk_cruft from LP64 platforms"

8 years agoRemove remaining ndk_cruft from LP64 platforms
Dimitry Ivanov [Mon, 14 Dec 2015 23:49:28 +0000 (15:49 -0800)]
Remove remaining ndk_cruft from LP64 platforms

This change removes endpwent, dlmalloc_inspect_all, dlmalloc_trim
from lp64 libc.so. It also removed necessety of having brillo
version scripts for lp64 platforms.

Bug: http://b/26164862
Change-Id: I4e9b38907bb1dc410f0eb6d2f5d5944fe713da51

8 years agoMerge changes Iaee1b711,Ia3dd0761
Dimitry Ivanov [Mon, 14 Dec 2015 23:29:44 +0000 (23:29 +0000)]
Merge changes Iaee1b711,Ia3dd0761
am: 881673cb45

* commit '881673cb45449f9fbc9fa496cf1d777868ee9da8':
  Generate libc version-script for brillo
  Revert "Don't verify version scripts on 32-bit Brillo"

8 years agoMerge changes Iaee1b711,Ia3dd0761
Dimitry Ivanov [Mon, 14 Dec 2015 22:53:06 +0000 (22:53 +0000)]
Merge changes Iaee1b711,Ia3dd0761

* changes:
  Generate libc version-script for brillo
  Revert "Don't verify version scripts on 32-bit Brillo"

8 years agoGenerate libc version-script for brillo
Dimitry Ivanov [Mon, 14 Dec 2015 22:07:52 +0000 (14:07 -0800)]
Generate libc version-script for brillo

Brillo doesn't use the ndk cruft, so we need
separate set of version scripts. Added new "nobrillo"
tag to mark such symbols in *.map.txt files.

Bug: http://b/26164862
Change-Id: Iaee1b7119f75b68c2971679fc32817e6df29fd94

8 years agoRevert "Don't verify version scripts on 32-bit Brillo"
Dimitry Ivanov [Mon, 14 Dec 2015 22:18:55 +0000 (14:18 -0800)]
Revert "Don't verify version scripts on 32-bit Brillo"

This reverts commit 31951b7f0dc7ce577a21682e54362b0cf2913e11.

Bug: http://b/26164862

8 years agoMerge "Fix personality test for mips32r6"
Elliott Hughes [Mon, 14 Dec 2015 16:07:14 +0000 (08:07 -0800)]
Merge "Fix personality test for mips32r6"
am: 162a8524ea

* commit '162a8524ea79564b5c92e5effc86588cac07e23c':
  Fix personality test for mips32r6

8 years agoMerge "Fix personality test for mips32r6"
Elliott Hughes [Mon, 14 Dec 2015 15:59:29 +0000 (15:59 +0000)]
Merge "Fix personality test for mips32r6"

8 years agoFix personality test for mips32r6
Lazar Trsic [Fri, 11 Dec 2015 16:02:49 +0000 (17:02 +0100)]
Fix personality test for mips32r6

When personality syscall is executed on mips64, for a 32bit process,
sys_32_personality() is called, which converts PER_LINUX32 -> PER_LINUX.
Change expected value when mips32 is a second architecture.

For more information see:
https://www.linux-mips.org/archives/linux-mips/2015-08/msg00421.html
https://www.linux-mips.org/archives/linux-mips/2015-11/msg00093.html

Change-Id: I8c9062f536ad6e513f0ac585da3568d80e5fa1b4

8 years agoMerge "Don\'t verify version scripts on 32-bit Brillo"
Dan Willemsen [Sat, 12 Dec 2015 02:35:02 +0000 (18:35 -0800)]
Merge "Don\'t verify version scripts on 32-bit Brillo"
am: a7ff3964ab

* commit 'a7ff3964abc860f70f242a1d2ee3f6e3e690d4df':
  Don't verify version scripts on 32-bit Brillo

8 years agoMerge "Don't verify version scripts on 32-bit Brillo"
Dan Willemsen [Sat, 12 Dec 2015 02:29:29 +0000 (02:29 +0000)]
Merge "Don't verify version scripts on 32-bit Brillo"

8 years agoDon't verify version scripts on 32-bit Brillo
Dan Willemsen [Sat, 12 Dec 2015 00:38:06 +0000 (16:38 -0800)]
Don't verify version scripts on 32-bit Brillo

Brillo doesn't use the ndk cruft, so the same version scripts do not
apply. Until we have brillo-specific version scripts, just disable the
version script check.

Bug: 26164862
Change-Id: I682860ec1c5b36014c7a6cf24da43df553e9dc9f

8 years agoMerge "Remove __bionic_libgcc_unwind_symbols from version script"
Dimitry Ivanov [Fri, 11 Dec 2015 20:02:35 +0000 (12:02 -0800)]
Merge "Remove __bionic_libgcc_unwind_symbols from version script"
am: 52e2db647c

* commit '52e2db647cf2660512d1de3469906e909fa0cd92':
  Remove __bionic_libgcc_unwind_symbols from version script

8 years agoMerge "Remove __bionic_libgcc_unwind_symbols from version script"
Dimitry Ivanov [Fri, 11 Dec 2015 19:41:33 +0000 (19:41 +0000)]
Merge "Remove __bionic_libgcc_unwind_symbols from version script"

8 years agoRemove __bionic_libgcc_unwind_symbols from version script
Dimitry Ivanov [Fri, 11 Dec 2015 19:30:48 +0000 (11:30 -0800)]
Remove __bionic_libgcc_unwind_symbols from version script

Bug: http://b/26004476
Change-Id: Iaa468de4cbcc94e88badc5cde0f4421c710c1f38

8 years agoReset access to system properties on reinitialization
Tom Cherry [Wed, 9 Dec 2015 23:48:15 +0000 (15:48 -0800)]
Reset access to system properties on reinitialization

Treat subsequent calls to __system_properties_init() as a
reinitialization of system properties and revoke access to prop files
that have been previously mapped but that the process's current context
does not have access to.  Additionally reset the no_access_ flag in
case permissions have loosened and previously unaccessible files can now
be accessed.

This is meant to work around an issue that setcon() does not revoke
mmap() mappings, so we must manually revoke them after a successful
setcon() call.

Bug 26114086

Change-Id: I4d690abb6817283ca64ac26ea4c1dad398a98fbc

8 years agoMerge "Move dlsym and dladdr implementation to linker.cpp"
Dimitry Ivanov [Fri, 11 Dec 2015 01:33:36 +0000 (17:33 -0800)]
Merge "Move dlsym and dladdr implementation to linker.cpp"
am: 0bc3977537

* commit '0bc397753775e4ccc5aaaa53fae11aa5165fea69':
  Move dlsym and dladdr implementation to linker.cpp

8 years agoMerge "Move dlsym and dladdr implementation to linker.cpp"
Dimitry Ivanov [Fri, 11 Dec 2015 01:26:17 +0000 (01:26 +0000)]
Merge "Move dlsym and dladdr implementation to linker.cpp"

8 years agoMove dlsym and dladdr implementation to linker.cpp
Dimitry Ivanov [Fri, 11 Dec 2015 00:08:14 +0000 (16:08 -0800)]
Move dlsym and dladdr implementation to linker.cpp

Bug: http://b/25716705
Bug: http://b/22865643
Change-Id: If22fc1eda219f676b5fcc06490f7901d21d1749c

8 years agoMerge "Do not set properties in bionic_systrace"
Tom Cherry [Thu, 10 Dec 2015 23:14:23 +0000 (15:14 -0800)]
Merge "Do not set properties in bionic_systrace"
am: e46ded5ce1

* commit 'e46ded5ce1582202cb809c907128e423e58ce7ed':
  Do not set properties in bionic_systrace

8 years agoMerge "Do not set properties in bionic_systrace"
Tom Cherry [Thu, 10 Dec 2015 23:05:15 +0000 (23:05 +0000)]
Merge "Do not set properties in bionic_systrace"

8 years agoDo not set properties in bionic_systrace
Tom Cherry [Thu, 10 Dec 2015 21:21:46 +0000 (13:21 -0800)]
Do not set properties in bionic_systrace

Currently, if the debug.atrace.tags.enableflags property is not found,
it is set to a safe value such that a pointer to this property can be
stored for later access.  This may result in selinux denials because not
all processes write permissions for this property or permission to
connect to the property write socket at all.

Change I6d953c0c281fd72ad3eba8a479fd258023579b5b writes this property to
a safe value upon boot, which greatly decreases the cases in which this
property will not be accessible and removes the need to write it here.
This commit removes this write.

Bug 26115803

Change-Id: Ief72c5f731d3a1231b5080eb531fa0a491a8b1d1

8 years agoMerge "Revert "Add /odm/lib to shared lib search path""
Dimitry Ivanov [Thu, 10 Dec 2015 20:23:34 +0000 (12:23 -0800)]
Merge "Revert "Add /odm/lib to shared lib search path""
am: cb025e55f7

* commit 'cb025e55f707216eb36b07f6fc36dcf604a45c07':
  Revert "Add /odm/lib to shared lib search path"

8 years agoMerge "Revert "Add /odm/lib to shared lib search path""
Dimitry Ivanov [Thu, 10 Dec 2015 20:17:02 +0000 (20:17 +0000)]
Merge "Revert "Add /odm/lib to shared lib search path""

8 years agoMerge "constexpr constructor for atfork_list_t"
Dimitry Ivanov [Thu, 10 Dec 2015 17:45:49 +0000 (09:45 -0800)]
Merge "constexpr constructor for atfork_list_t"
am: 9d8632e1a7

* commit '9d8632e1a76de6bd6abc853c0fbd6a2c9dc32cdc':
  constexpr constructor for atfork_list_t

8 years agoMerge "constexpr constructor for atfork_list_t"
Dimitry Ivanov [Thu, 10 Dec 2015 17:39:48 +0000 (17:39 +0000)]
Merge "constexpr constructor for atfork_list_t"

8 years agoMerge "Add permitted_when_isolated_path to linker namespaces"
Dimitry Ivanov [Thu, 10 Dec 2015 04:39:11 +0000 (04:39 +0000)]
Merge "Add permitted_when_isolated_path to linker namespaces"
am: 39801757c3

* commit '39801757c3bf688bee28f636959757953b2bb695':
  Add permitted_when_isolated_path to linker namespaces

8 years agoMerge "Add permitted_when_isolated_path to linker namespaces"
Dimitry Ivanov [Thu, 10 Dec 2015 04:34:38 +0000 (04:34 +0000)]
Merge "Add permitted_when_isolated_path to linker namespaces"

8 years agoMerge "Fix -fstack-protector-strong for x86."
Elliott Hughes [Thu, 10 Dec 2015 02:38:25 +0000 (18:38 -0800)]
Merge "Fix -fstack-protector-strong for x86."
am: 6500f51c0e

* commit '6500f51c0e3ef37dbda889dbd1125c03c787ae50':
  Fix -fstack-protector-strong for x86.

8 years agoMerge "Fix -fstack-protector-strong for x86."
Elliott Hughes [Thu, 10 Dec 2015 02:33:34 +0000 (02:33 +0000)]
Merge "Fix -fstack-protector-strong for x86."

8 years agoMerge "Revert "Ensure that readlink has access to /proc/self/fd""
Dimitry Ivanov [Wed, 9 Dec 2015 21:57:26 +0000 (21:57 +0000)]
Merge "Revert "Ensure that readlink has access to /proc/self/fd""
am: 5a3ab3422d

* commit '5a3ab3422d8b8f500eda70edf7b0fff83656603a':
  Revert "Ensure that readlink has access to /proc/self/fd"

8 years agoAdd permitted_when_isolated_path to linker namespaces
Dimitry Ivanov [Tue, 8 Dec 2015 18:47:13 +0000 (10:47 -0800)]
Add permitted_when_isolated_path to linker namespaces

The permitted_when_isolated_path is a way to white-list
directories not present in search-path. It is ignored for
not isolated namespaces.

Bug: http://b/25853516
Bug: http://b/22548808
Change-Id: Ib1538037268eea69323ea49968a34a4a1d1938a5

8 years agoMerge "Revert "Ensure that readlink has access to /proc/self/fd""
Dimitry Ivanov [Wed, 9 Dec 2015 21:50:54 +0000 (21:50 +0000)]
Merge "Revert "Ensure that readlink has access to /proc/self/fd""

8 years agoRevert "Ensure that readlink has access to /proc/self/fd"
Dimitry Ivanov [Wed, 9 Dec 2015 19:36:47 +0000 (19:36 +0000)]
Revert "Ensure that readlink has access to /proc/self/fd"

This reverts commit 4e50d0247b9ace095e371865fad08b1a59672e3a.

Bug: http://b/24912743
Change-Id: I5d32c670f0e16aec9c74add143158e919a301673

8 years agoRevert "Add /odm/lib to shared lib search path"
Dimitry Ivanov [Wed, 9 Dec 2015 19:35:02 +0000 (19:35 +0000)]
Revert "Add /odm/lib to shared lib search path"

This reverts commit f74b041cce75091b922151d4fa57e63c8a6caf4b.

Bug: 25654402
Change-Id: I77386ea3655868d7cd1a8130afbc95e70549389e

8 years agoMerge "libm: Use LOCAL_SRC_FILES_EXCLUDE_{arch}"
Dan Willemsen [Tue, 8 Dec 2015 23:47:09 +0000 (23:47 +0000)]
Merge "libm: Use LOCAL_SRC_FILES_EXCLUDE_{arch}"
am: df196131f3

* commit 'df196131f3c16f1eddb1542c7e04c675e7f1fbda':
  libm: Use LOCAL_SRC_FILES_EXCLUDE_{arch}

8 years agoMerge "libm: Use LOCAL_SRC_FILES_EXCLUDE_{arch}"
Dan Willemsen [Tue, 8 Dec 2015 23:41:24 +0000 (23:41 +0000)]
Merge "libm: Use LOCAL_SRC_FILES_EXCLUDE_{arch}"

8 years agoMerge "bionic: Build Breakage"
Todd Kjos [Tue, 8 Dec 2015 21:52:17 +0000 (21:52 +0000)]
Merge "bionic: Build Breakage"
am: 5736959094

* commit '5736959094f7bc80cac5fbfb85c4df499762549a':
  bionic: Build Breakage

8 years agoMerge "bionic: Build Breakage"
Todd Kjos [Tue, 8 Dec 2015 21:46:17 +0000 (21:46 +0000)]
Merge "bionic: Build Breakage"

8 years agobionic: Build Breakage
Mark Salyzyn [Tue, 8 Dec 2015 21:42:41 +0000 (13:42 -0800)]
bionic: Build Breakage

Bug: 23668800
Change-Id: Ic7cf5864d3f5881e6f7105a49ecf62b1bc4a604c

8 years agoFix -fstack-protector-strong for x86.
Elliott Hughes [Tue, 8 Dec 2015 20:43:13 +0000 (12:43 -0800)]
Fix -fstack-protector-strong for x86.

We need to ensure %gs:20 is set up early enough for -fstack-protector-strong
on x86, and that __set_tls doesn't get stack protector checks because it's a
prerequisite for them. x86 devices/emulators won't boot without this.

Bug: http://b/26073874
Change-Id: Icf0d34294648cc0c8cb406a3617befe0d45c525a

8 years agoconstexpr constructor for atfork_list_t
Dimitry Ivanov [Tue, 8 Dec 2015 19:39:29 +0000 (11:39 -0800)]
constexpr constructor for atfork_list_t

Bug: http://b/26026986
Change-Id: Iad95383a23f81eea776bebce641c555d26547b77

8 years agoMerge "Add monotonic logging for bionic"
Mark Salyzyn [Tue, 8 Dec 2015 19:05:48 +0000 (19:05 +0000)]
Merge "Add monotonic logging for bionic"
am: eaccfde075

* commit 'eaccfde0759c6df6011c2a1e69ca275f2e24d909':
  Add monotonic logging for bionic

8 years agoMerge "Add monotonic logging for bionic"
Mark Salyzyn [Tue, 8 Dec 2015 18:59:05 +0000 (18:59 +0000)]
Merge "Add monotonic logging for bionic"

8 years agoMerge "Base bcopy on memmove rather than memcpy." am: f0a451dcd1
Elliott Hughes [Mon, 7 Dec 2015 23:43:15 +0000 (23:43 +0000)]
Merge "Base bcopy on memmove rather than memcpy." am: f0a451dcd1
am: cf0c1af1dd

* commit 'cf0c1af1dd2aff82ee13a1d688248b809ef7334b':
  Base bcopy on memmove rather than memcpy.

8 years agoMerge "Make all of ndk_cruft.cpp one big extern "C"." am: 9dec0a775b
Elliott Hughes [Mon, 7 Dec 2015 23:39:33 +0000 (23:39 +0000)]
Merge "Make all of ndk_cruft.cpp one big extern "C"." am: 9dec0a775b
am: 36545d2e76

* commit '36545d2e7621d87f68aed620d1c99a9c0f0fbf94':
  Make all of ndk_cruft.cpp one big extern "C".

8 years agoMerge "Fix stdio static initializers to make both clang and GCC happy." am: 7bd33cdf15
Elliott Hughes [Mon, 7 Dec 2015 23:39:29 +0000 (23:39 +0000)]
Merge "Fix stdio static initializers to make both clang and GCC happy." am: 7bd33cdf15
am: 1190230f33

* commit '1190230f3316bc26804c60cdd1a859f09c7f11ca':
  Fix stdio static initializers to make both clang and GCC happy.

8 years agoMerge "Revert "Revert "Remove __sinit and __sdidinit.""" am: c4eef1fb5b
Elliott Hughes [Mon, 7 Dec 2015 23:37:17 +0000 (23:37 +0000)]
Merge "Revert "Revert "Remove __sinit and __sdidinit.""" am: c4eef1fb5b
am: 568ad51d80

* commit '568ad51d803228b287a91a307806d1771ed81b7b':
  Revert "Revert "Remove __sinit and __sdidinit.""

8 years agoMerge "Base bcopy on memmove rather than memcpy."
Elliott Hughes [Mon, 7 Dec 2015 23:20:58 +0000 (23:20 +0000)]
Merge "Base bcopy on memmove rather than memcpy."
am: f0a451dcd1

* commit 'f0a451dcd10241c8f2ead2448ed922eb80f387f6':
  Base bcopy on memmove rather than memcpy.

8 years agoMerge "Make all of ndk_cruft.cpp one big extern "C"."
Elliott Hughes [Mon, 7 Dec 2015 23:16:43 +0000 (23:16 +0000)]
Merge "Make all of ndk_cruft.cpp one big extern "C"."
am: 9dec0a775b

* commit '9dec0a775b07f58d133ae5c35713e7cf60ddcc7c':
  Make all of ndk_cruft.cpp one big extern "C".

8 years agoMerge "Fix stdio static initializers to make both clang and GCC happy."
Elliott Hughes [Mon, 7 Dec 2015 23:16:39 +0000 (23:16 +0000)]
Merge "Fix stdio static initializers to make both clang and GCC happy."
am: 7bd33cdf15

* commit '7bd33cdf15c26c5855628eb2ac0e7d0f52189010':
  Fix stdio static initializers to make both clang and GCC happy.

8 years agoMerge "Revert "Revert "Remove __sinit and __sdidinit."""
Elliott Hughes [Mon, 7 Dec 2015 23:14:29 +0000 (23:14 +0000)]
Merge "Revert "Revert "Remove __sinit and __sdidinit."""
am: c4eef1fb5b

* commit 'c4eef1fb5ba325317e94b598c6fbf8e4c4bf83e1':
  Revert "Revert "Remove __sinit and __sdidinit.""

8 years agoMerge "Base bcopy on memmove rather than memcpy."
Elliott Hughes [Mon, 7 Dec 2015 22:07:11 +0000 (22:07 +0000)]
Merge "Base bcopy on memmove rather than memcpy."

8 years agoBase bcopy on memmove rather than memcpy.
Rohit Agrawal [Sat, 5 Dec 2015 20:39:54 +0000 (12:39 -0800)]
Base bcopy on memmove rather than memcpy.

POSIX defined bcopy to handle overlapping memory akin to memmove and
bionic appears to have always done so.

Change-Id: I2599113411e3532913270ba1c1b49e35cbc5f106

8 years agoMerge "Make all of ndk_cruft.cpp one big extern "C"."
Elliott Hughes [Mon, 7 Dec 2015 19:14:46 +0000 (19:14 +0000)]
Merge "Make all of ndk_cruft.cpp one big extern "C"."

8 years agoMake all of ndk_cruft.cpp one big extern "C".
Elliott Hughes [Fri, 4 Dec 2015 23:57:51 +0000 (15:57 -0800)]
Make all of ndk_cruft.cpp one big extern "C".

Change-Id: Iddd9b5f36e661e443fa13d12326e72df8c0d209c

8 years agoMerge "Fix stdio static initializers to make both clang and GCC happy."
Elliott Hughes [Mon, 7 Dec 2015 19:10:32 +0000 (19:10 +0000)]
Merge "Fix stdio static initializers to make both clang and GCC happy."

8 years agoFix stdio static initializers to make both clang and GCC happy.
Elliott Hughes [Mon, 7 Dec 2015 19:07:15 +0000 (11:07 -0800)]
Fix stdio static initializers to make both clang and GCC happy.

Previously only clang was happy. GCC said:

  error: missing initializer for field 'wcio_mbstate_in' of 'struct wchar_io_data'

Change-Id: I25a11b64f4dfa22a5dd5daded152191fe2cfacaf

8 years agoMerge "Revert "Revert "Remove __sinit and __sdidinit."""
Elliott Hughes [Mon, 7 Dec 2015 18:19:07 +0000 (18:19 +0000)]
Merge "Revert "Revert "Remove __sinit and __sdidinit."""

8 years agoRevert "Revert "Remove __sinit and __sdidinit.""
Elliott Hughes [Sat, 5 Dec 2015 02:03:12 +0000 (18:03 -0800)]
Revert "Revert "Remove __sinit and __sdidinit.""

This reverts commit c8bae05f3ff9f1c736f7be70fa17d02795d748bb.

We were breaking init (ueventd) because we initialize system properties
before we initialize stdio. The new system property implementation uses
stdio to read from /property_contexts, so we end up touching stdio data
structures before they've been initialized.

This second attempt takes things further by removing the stdio initialization
function altogether. The data structures for stdin/stdout/stderr can be
statically initialized as data, and -- since we already had to give the
atexit implementation a backdoor for stdio -- we can just admit that we
need to clean up stdio, and that we always do so last.

This patch also removes the 17 statically pre-allocated file structures,
so the first fopen will now allocate a block of 10 (the usual overflow
behavior). I did this just to make my life simpler, but it's not actually
necessary to remove it if we want it back.

Change-Id: I936b2eb5e88e4ebaf5516121872b71fc88e5609c

8 years agoMerge "Allow dlopening public libs using absolute path" am: e371ae68ac
Dimitry Ivanov [Sat, 5 Dec 2015 05:32:30 +0000 (05:32 +0000)]
Merge "Allow dlopening public libs using absolute path" am: e371ae68ac
am: d5ce2a93af

* commit 'd5ce2a93afe7f5cb5b26d2752b84e3376b3c2037':
  Allow dlopening public libs using absolute path

8 years agoMerge "Allow dlopening public libs using absolute path"
Dimitry Ivanov [Sat, 5 Dec 2015 05:29:52 +0000 (05:29 +0000)]
Merge "Allow dlopening public libs using absolute path"
am: e371ae68ac

* commit 'e371ae68ac0d6d39cacf5edc893bda2f4a61e883':
  Allow dlopening public libs using absolute path

8 years agoMerge "Allow dlopening public libs using absolute path"
Dimitry Ivanov [Sat, 5 Dec 2015 05:25:57 +0000 (05:25 +0000)]
Merge "Allow dlopening public libs using absolute path"

8 years agoAllow dlopening public libs using absolute path
Dimitry Ivanov [Sat, 5 Dec 2015 02:28:49 +0000 (18:28 -0800)]
Allow dlopening public libs using absolute path

dlopen on isolated namespaces should be able to open
public libraries using absolute path not only soname.

Bug: http://b/25853820
Change-Id: If574a67853dc51226f0f376e9e2d108316002f84

8 years agoMerge "Revert "Remove __sinit and __sdidinit."" am: 0d89913e74
Elliott Hughes [Sat, 5 Dec 2015 02:01:42 +0000 (02:01 +0000)]
Merge "Revert "Remove __sinit and __sdidinit."" am: 0d89913e74
am: f4e511ecf9

* commit 'f4e511ecf99dab30aeecba4ab1da29a3b89bbbaa':
  Revert "Remove __sinit and __sdidinit."

8 years agoMerge "Revert "Remove __sinit and __sdidinit.""
Elliott Hughes [Sat, 5 Dec 2015 01:58:40 +0000 (01:58 +0000)]
Merge "Revert "Remove __sinit and __sdidinit.""
am: 0d89913e74

* commit '0d89913e74981cd51532e66a2e2f138392be4de1':
  Revert "Remove __sinit and __sdidinit."

8 years agoMerge "Revert "Remove __sinit and __sdidinit.""
Elliott Hughes [Sat, 5 Dec 2015 01:53:21 +0000 (01:53 +0000)]
Merge "Revert "Remove __sinit and __sdidinit.""

8 years agoRevert "Remove __sinit and __sdidinit."
Elliott Hughes [Sat, 5 Dec 2015 01:47:20 +0000 (17:47 -0800)]
Revert "Remove __sinit and __sdidinit."

This reverts commit 4371961e00ad83fca033992c8a19c7d262fe6f84.

This broke booting; ueventd crashes with a null pointer dereference
somewhere in __sfp (but the kernel doesn't unwind, so I don't know
what was calling __sfp).

Change-Id: I65375fdfdf1d339a06558b4057b580cacd6324e2

8 years agoMerge "Do not create prop files for ctl.* properties" am: 4ade5195f1
Tom Cherry [Sat, 5 Dec 2015 00:31:12 +0000 (16:31 -0800)]
Merge "Do not create prop files for ctl.* properties" am: 4ade5195f1
am: 071234cfd9

* commit '071234cfd9d97c9f7ac640d755e6de900480a846':
  Do not create prop files for ctl.* properties

8 years agoMerge "Do not create prop files for ctl.* properties"
Tom Cherry [Sat, 5 Dec 2015 00:27:56 +0000 (00:27 +0000)]
Merge "Do not create prop files for ctl.* properties"
am: 4ade5195f1

* commit '4ade5195f188b84ce3599c71ef058d040b141da4':
  Do not create prop files for ctl.* properties

8 years agoMerge "Do not create prop files for ctl.* properties"
Tom Cherry [Sat, 5 Dec 2015 00:21:46 +0000 (00:21 +0000)]
Merge "Do not create prop files for ctl.* properties"

8 years agoMerge "Fix GCC build." am: ef2ba3dbf9
Elliott Hughes [Sat, 5 Dec 2015 00:06:11 +0000 (16:06 -0800)]
Merge "Fix GCC build." am: ef2ba3dbf9
am: 70d477c913

* commit '70d477c913981047235054b6bbb4faa5bfcafb8f':
  Fix GCC build.

8 years agoMerge "Fix GCC build."
Elliott Hughes [Sat, 5 Dec 2015 00:02:27 +0000 (16:02 -0800)]
Merge "Fix GCC build."
am: ef2ba3dbf9

* commit 'ef2ba3dbf986257ded12531fe15bf0d1d4a87d50':
  Fix GCC build.

8 years agoDo not create prop files for ctl.* properties
Tom Cherry [Fri, 4 Dec 2015 23:53:25 +0000 (15:53 -0800)]
Do not create prop files for ctl.* properties

Change-Id: Ia6660c68c9e0cb89938751dbc0747ee038394778

8 years agoMerge "Fix GCC build."
Elliott Hughes [Fri, 4 Dec 2015 23:54:15 +0000 (23:54 +0000)]
Merge "Fix GCC build."

8 years agoFix GCC build.
Elliott Hughes [Fri, 4 Dec 2015 23:53:25 +0000 (15:53 -0800)]
Fix GCC build.

  error: '__sdidinit' initialized and declared 'extern' [-Werror]

Change-Id: I97d9c174da6a99ca61b72572dfb4694813372a60