OSDN Git Service

Add timeout support to __system_property_wait.
[android-x86/bionic.git] / libc /
2017-02-21 Elliott HughesAdd timeout support to __system_property_wait.
2017-02-19 Treehugger RobotMerge "Fix a comment in the pthread_cond_t implementation."
2017-02-19 Elliott HughesFix a comment in the pthread_cond_t implementation.
2017-02-18 Treehugger RobotMerge "Fix debug.ld for apps with long names and services"
2017-02-18 Treehugger RobotMerge "Revert "Revert "Make libc.so global"""
2017-02-17 Dimitry IvanovRevert "Revert "Make libc.so global""
2017-02-17 Treehugger RobotMerge "Cleanup now that we don't need __NDK_FPABI__."
2017-02-17 Treehugger RobotMerge "Include the pthread_t in the "bad pthread_t...
2017-02-17 Josh GaoMerge "Add tests for ptrace resumption behavior."
2017-02-17 Dan AlbertCleanup now that we don't need __NDK_FPABI__.
2017-02-17 Elliott HughesInclude the pthread_t in the "bad pthread_t" fatal...
2017-02-16 Josh GaoMerge changes from topic 'debuggerd_inproc'
2017-02-16 Josh GaoMerge "Add __libc_format_buffer_va_list."
2017-02-16 Treehugger RobotMerge "Unify linker files under one license (BSD)"
2017-02-16 Josh GaoAdd __libc_format_buffer_va_list.
2017-02-15 Dimitry IvanovUnify linker files under one license (BSD)
2017-02-15 Treehugger RobotMerge changes I9d06ea8a,I2d157024
2017-02-15 Treehugger RobotMerge "add fortified implementations of send/sendto"
2017-02-15 Dan AlbertFixup API level guards for new fortify functions.
2017-02-15 Dan AlbertGuard the GNU strerror_r with an API check.
2017-02-14 Daniel Micayadd fortified implementations of send/sendto
2017-02-14 Treehugger RobotMerge "Add details on why AT_SYMLINK_NOFOLLOW is dangerous"
2017-02-14 Treehugger RobotMerge "Revert "Make libc.so global""
2017-02-14 Nick KralevichAdd details on why AT_SYMLINK_NOFOLLOW is dangerous
2017-02-14 Dimitry IvanovRevert "Make libc.so global"
2017-02-14 Elliott HughesMerge "Be more strict about using invalid `pthread_t`s."
2017-02-14 Treehugger RobotMerge "Add __system_property_wait and return the serial...
2017-02-14 Elliott HughesBe more strict about using invalid `pthread_t`s.
2017-02-13 Treehugger RobotMerge "Do not use std::vector in android_namespace_t...
2017-02-13 Elliott HughesAdd __system_property_wait and return the serial in...
2017-02-13 Treehugger RobotMerge "Make libc.so global"
2017-02-13 Treehugger RobotMerge "Match __bos0 to __pass_object_size0 in FORTIFY"
2017-02-13 Dimitry IvanovMake libc.so global
2017-02-11 George Burgess IVMatch __bos0 to __pass_object_size0 in FORTIFY
2017-02-10 Treehugger RobotMerge "Removing the kuser_helper elf note from building"
2017-02-10 mspectorRemoving the kuser_helper elf note from building
2017-02-10 Treehugger RobotMerge "Remove unnecessary memsets in linker allocators"
2017-02-10 Treehugger RobotMerge "libc: add clang FORTIFY support"
2017-02-09 George Burgess IVlibc: add clang FORTIFY support
2017-02-09 Hans BoehmMerge "Add "benchmark" to time atomic operations"
2017-02-07 Elliott HughesMerge "Revert "Stop checking the global thread list...
2017-02-07 Elliott HughesRevert "Stop checking the global thread list in several...
2017-02-07 Elliott HughesMerge "Improve a comment."
2017-02-07 Treehugger RobotMerge "Stop checking the global thread list in several...
2017-02-06 Elliott HughesStop checking the global thread list in several trivial...
2017-02-06 Elliott HughesImprove a comment.
2017-02-03 Paul LawrenceMerge "Create seccomp policy without TRAP for further...
2017-02-03 Paul LawrenceCreate seccomp policy without TRAP for further processing
2017-02-03 Evgenii StepanovMerge "Fix CFI initialization crash on x86."
2017-02-03 Elliott HughesMerge "isnan and isinf aren't functions."
2017-02-02 Elliott Hughesisnan and isinf aren't functions.
2017-02-02 David JamesMerge "Revert "Remove the global thread list.""
2017-02-02 Elliott HughesRevert "Remove the global thread list."
2017-02-01 Dan AlbertMerge "Exit failure if trying to load non-PIE."
2017-02-01 Treehugger RobotMerge "Do not load second copy of a library into same...
2017-02-01 Elliott HughesMerge "Remove the global thread list."
2017-02-01 Treehugger RobotMerge "bionic: move ADF uapi header out of bionic"
2017-01-31 Treehugger RobotMerge "s/NULL/nullptr/ in system properties code."
2017-01-31 Elliott Hughess/NULL/nullptr/ in system properties code.
2017-01-31 Treehugger RobotMerge "clang-format system_properties.cpp."
2017-01-31 Elliott Hughesclang-format system_properties.cpp.
2017-01-31 Evgenii StepanovMerge "Fix CFI initialization crash on x86."
2017-01-30 Treehugger RobotMerge "glibc ipc64_perm __key compatibility."
2017-01-30 Sandeep PatilMerge "property_contexts: split into platform and non...
2017-01-28 Treehugger RobotMerge "Remove backwards compatibility for old system...
2017-01-28 Elliott Hughesglibc ipc64_perm __key compatibility.
2017-01-28 Elliott HughesRemove backwards compatibility for old system properties.
2017-01-27 Sandeep Patilproperty_contexts: split into platform and non-platform...
2017-01-27 Treehugger RobotMerge "Update to kernel headers v4.9.6."
2017-01-27 Greg Hackmannbionic: move ADF uapi header out of bionic
2017-01-27 Christopher FerrisUpdate to kernel headers v4.9.6.
2017-01-27 Christopher FerrisMerge "Update to kernel headers v4.9.3."
2017-01-27 Treehugger RobotMerge "Remove dependency on libc.a from the linker"
2017-01-27 Dimitry IvanovMerge "Remove bionic-unit-tests-gcc"
2017-01-27 Dimitry IvanovRemove dependency on libc.a from the linker
2017-01-26 Max SpectorMerge "Adding kuser_helper on note to all arm32 binaries."
2017-01-26 Victor KhimenkoMerge "Fix bionic-unit-tests in arch with binary transl...
2017-01-26 Treehugger RobotMerge "Don't mark __res_params or android_net_context...
2017-01-26 mspectorAdding kuser_helper on note to all arm32 binaries.
2017-01-26 Christopher FerrisUpdate to kernel headers v4.9.3.
2017-01-25 Paul LawrenceMerge "Use trap not kill in seccomp filter"
2017-01-25 Victor KhimenkoMerge "Fix bionic-unit-tests in some non-standard builds"
2017-01-25 Stephen HinesDon't mark __res_params or android_net_context as packed.
2017-01-25 Dimitry IvanovMerge changes from topic 'property_service_protocol_v2'
2017-01-24 Dimitry IvanovDo not send 0 byte string content.
2017-01-24 Dimitry IvanovRevert "Revert "Remove limit of system property name...
2017-01-24 Evgenii StepanovMerge "[cfi] Handle large libraries correctly."
2017-01-24 Dimitry IvanovMerge "Revert "Remove limit of system property name...
2017-01-24 Paul LawrenceUse trap not kill in seccomp filter
2017-01-24 Dimitry IvanovRevert "Remove limit of system property name length"
2017-01-24 Vijay VenkatramanMerge "Removed include log\logger.h from log_fake.cpp"
2017-01-24 Vijay VenkatramanRemoved include log\logger.h from log_fake.cpp
2017-01-24 Dimitry IvanovMerge "Remove limit of system property name length"
2017-01-23 Dimitry IvanovRemove limit of system property name length
2017-01-20 Treehugger RobotMerge "Add props files for each partition"
2017-01-20 Jaekyun SeokAdd props files for each partition
2017-01-19 Treehugger RobotMerge "Add seccomp support library"
2017-01-19 Paul LawrenceAdd seccomp support library
2017-01-18 Evgenii StepanovMerge "Runtime support for CFI"
2017-01-18 Josh GaoMerge changes from topic 'kill_debuggerd'
next