OSDN Git Service

Merge "linker: add more directories to default lib paths"
[android-x86/bionic.git] / libc / bionic /
2017-03-14 Treehugger RobotMerge "linker: add more directories to default lib...
2017-03-13 Treehugger RobotMerge "Support all architectures in seccomp"
2017-03-13 Christopher FerrisMerge "Fix the way malloc debug returns info."
2017-03-09 Josh GaoMerge changes from topic 'debuggerd_fallback'
2017-03-09 Treehugger RobotMerge "Prefer property_contexts from /system & /vendor"
2017-03-09 Josh GaoIncrease signal stack size on 32-bit to 16kB.
2017-03-08 Alex KlyubinPrefer property_contexts from /system & /vendor
2017-03-08 Treehugger RobotMerge "Fix leak of bionic TLS when threads are detached."
2017-03-08 Josh GaoFix leak of bionic TLS when threads are detached.
2017-03-03 Christopher FerrisMerge "Refactor the kernel update scripts."
2017-03-02 Paul LawrenceMerge "Expand whitelist"
2017-03-01 Victor KhimenkoMerge "Stop using __system_property_area__"
2017-03-01 Victor KhimenkoStop using __system_property_area__
2017-03-01 Dimitry IvanovMerge "Revert "Revert "Revert "Make libc.so global""""
2017-02-27 Treehugger RobotMerge "Fix pre-L MB_CUR_MAX."
2017-02-27 Christopher FerrisMerge "Update to kernel headers v4.10."
2017-02-27 Paul LawrenceMerge "Revert "Move seccomp policy to bionic""
2017-02-27 Paul LawrenceMerge "Move seccomp policy to bionic"
2017-02-25 Treehugger RobotMerge "Add tests for <endian.h>."
2017-02-25 Treehugger RobotMerge "loader: set PT_INTERP to itself"
2017-02-25 Treehugger RobotMerge "libc: __system_property_set uses writev to write...
2017-02-24 Dimitry Ivanovlibc: __system_property_set uses writev to write atomically
2017-02-24 Dimitry IvanovMerge "Hide internal __system_property_* functions"
2017-02-24 Hans BoehmMerge "Replace cxa_guard fences with acquire loads"
2017-02-23 Treehugger RobotMerge "Autogenerate single policy from syscalls and...
2017-02-23 Hans BoehmReplace cxa_guard fences with acquire loads
2017-02-23 Treehugger RobotMerge "Cope with argv[0] being null in the dynamic...
2017-02-23 Josh GaoMerge "Allocate thread local buffers in __init_tls."
2017-02-23 Josh GaoAllocate thread local buffers in __init_tls.
2017-02-22 Treehugger RobotMerge "Add timeout support to __system_property_wait."
2017-02-22 Treehugger RobotMerge "Downgrade the special case of pthread_t(0) to...
2017-02-21 Elliott HughesAdd timeout support to __system_property_wait.
2017-02-21 Elliott HughesDowngrade the special case of pthread_t(0) to a warning.
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 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 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 Josh GaoAdd __libc_format_buffer_va_list.
2017-02-15 Treehugger RobotMerge changes I9d06ea8a,I2d157024
2017-02-15 Treehugger RobotMerge "add fortified implementations of send/sendto"
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 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 Elliott HughesAdd __system_property_wait and return the serial in...
2017-02-10 Treehugger RobotMerge "Removing 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 Evgenii StepanovMerge "Fix CFI initialization crash on x86."
2017-02-03 Elliott HughesMerge "isnan 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 HughesRemove backwards compatibility for old system properties.
2017-01-27 Sandeep Patilproperty_contexts: split into platform and non-platform...
2017-01-26 Treehugger RobotMerge "Don't mark __res_params or android_net_context...
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 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 Dimitry IvanovMerge "Revert "Remove limit of system property name...
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 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-19 Treehugger RobotMerge "Add seccomp support library"
2017-01-18 Evgenii StepanovMerge "Runtime support for CFI"
2017-01-18 Josh GaoMerge changes from topic 'kill_debuggerd'
2017-01-18 Jorim JaggiMerge "Revert "property_contexts: split into platform...
2017-01-18 Jorim JaggiRevert "property_contexts: split into platform and...
next