OSDN Git Service

Merge "loader: stop relying on AT_BASE"
[android-x86/bionic.git] / tools /
2017-03-03 Christopher FerrisMerge "Refactor the kernel update scripts."
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-24 Dimitry IvanovMerge "Hide internal __system_property_* functions"
2017-02-24 Hans BoehmMerge "Replace cxa_guard fences with acquire loads"
2017-02-24 Elliott HughesMerge "Use <linux/eventpoll.h> to implement <sys/epoll...
2017-02-23 Treehugger RobotMerge "Expand whitelist"
2017-02-23 Treehugger RobotMerge "versioner: fix darwin build."
2017-02-23 Treehugger RobotMerge "Add legacy inlines for more termios stuff."
2017-02-23 Josh Gaoversioner: fix darwin build.
2017-02-23 Dan AlbertMerge "Revert "Run the versioner as part of the build.""
2017-02-23 Dan AlbertRevert "Run the versioner as part of the build."
2017-02-23 Dan AlbertMerge "Run the versioner as part of the build."
2017-02-23 Dan AlbertRun the versioner as part of the build.
2017-01-10 Elliott HughesMerge "Revert "Revert "move android_ids into bionic"""
2016-12-16 Josh GaoMerge "versioner: start using C++17."
2016-12-15 Josh Gaoversioner: start using C++17.
2016-12-15 Jeff SharkeyMerge "Define range of GIDs for cached app data."
2016-12-15 Treehugger RobotMerge "Convert versioner to Android.bp"
2016-12-15 Colin CrossConvert versioner to Android.bp
2016-12-13 Christopher FerrisMerge "libc: ARM64: update memset/strlen/memcpy/memmove...
2016-12-13 Elliott HughesMerge "Remove BSD cruft from <pwd.h>."
2016-12-13 Elliott HughesMerge "Rename <grp.h>/<pwd.h> tests to fit the usual...
2016-12-13 Treehugger RobotMerge "bionic-unit-tests: Build host testlibs in bionic...
2016-12-13 Treehugger RobotMerge "Add a way to track all dlsym calls"
2016-12-13 Treehugger RobotMerge "Repair dlwarning toast"
2016-12-13 Josh GaoMerge "versioner: use unique_ptr to handle ownership...
2016-11-29 Elliott HughesMerge "Use icu4c to implement <wctype.h>."
2016-11-29 Elliott HughesMerge "Implement <langinfo.h>."
2016-11-29 Josh Gaoversioner: use unique_ptr to handle ownership of FTS*.
2016-11-22 Treehugger RobotMerge "Log call to elf-constructors"
2016-11-22 Josh Gaoversioner: extract strict warnings out of -v into its...
2016-11-22 Josh GaoMerge "versioner: use a single work queue."
2016-11-22 Josh GaoMerge "versioner: extract strict warnings out of -v...
2016-11-22 Josh GaoMerge "versioner: use a single work queue."
2016-11-19 Treehugger RobotMerge "Document more dynamic linker changes."
2016-11-18 Christopher FerrisMerge "Enable malloc debug using environment variables"
2016-11-18 Josh GaoMerge "Add note about pid_max to host test documentation."
2016-11-18 Josh Gaoversioner: extract strict warnings out of -v into its...
2016-11-18 Josh Gaoversioner: use a single work queue.
2016-11-18 Josh GaoMerge "versioner: ignore non-header files."
2016-11-18 Treehugger RobotMerge "versioner: ignore non-header files."
2016-11-17 Josh Gaoversioner: ignore non-header files.
2016-11-17 Dimitry IvanovMerge "Add original prebuilt test libraries"
2016-11-15 Colin CrossMerge "Don't pack relocations in libc.so"
2016-11-15 Elliott HughesMerge "Differentiate the wctype functions we need to...
2016-11-15 Josh Gaoversioner: use a virtual filesystem for input files.
2016-11-15 Josh Gaoversioner: cache -cc1 flags generated by the clang...
2016-11-15 Josh Gaoversioner: refactor to use CompilerInstance directly.
2016-11-15 Treehugger RobotMerge changes I72d37b7c,I7d254a10,I2e967acf
2016-11-11 Josh GaoRevert "Revert "Attempt to use arc4random where getauxv...
2016-11-11 Josh GaoRevert "Revert "Update getentropy_linux.c from upstream.""
2016-11-11 Treehugger RobotMerge changes I7f32dc9f,I9d88ddb1
2016-11-10 Josh Gaoversioner: use a virtual filesystem for input files.
2016-11-10 Josh Gaoversioner: cache -cc1 flags generated by the clang...
2016-11-09 Josh Gaoversioner: refactor to use CompilerInstance directly.
2016-11-09 Josh GaoMerge "versioner: don't always hide future decls."
2016-11-09 Treehugger RobotMerge "versioner: don't always hide future decls."
2016-11-09 Josh Gaoversioner: don't always hide future decls.
2016-11-08 Dimitry IvanovMerge "Eliminate deadlock in forked child due to delaye...
2016-11-07 Treehugger RobotMerge "Show amount of parallelism in gtest output."
2016-11-07 Dan AlbertMark LIBC_DEPRECATED as platform-only.
2016-11-07 Dan AlbertRemove _ZTV9type_info from the version script.
2016-11-07 Dan AlbertRun genversion-scripts.py.
2016-11-07 Treehugger RobotMerge changes I660ddce6,Ic58d0481,I5d45aa72
2016-11-07 Elliott HughesMerge "Fix format macros for fast16 and fast32 int...
2016-11-07 Neil FullerMerge "Update timezone data to 2016i."
2016-11-05 Dan AlbertMerge "Clean up update_headers.sh."
2016-11-05 Treehugger RobotMerge "Clean up update_headers.sh."
2016-11-05 Treehugger RobotMerge "Set __get_thread()->tid as part of clone()."
2016-11-04 Josh Gaoversioner: allow static inlines that don't conflict.
2016-11-04 Josh Gaoversioner: fix output.
2016-11-04 Treehugger RobotMerge changes I9d050e54,Ic487036a
2016-11-04 Josh Gaoversioner: allow static inlines that don't conflict.
2016-11-04 Josh Gaoversioner: fix output.
2016-11-04 Dan AlbertClean up update_headers.sh.
2016-11-03 Christopher FerrisMerge "Small cleanup of cortex-a15 code."
2016-11-02 Dan AlbertAdd legacy inline for wait4.
2016-11-02 Dan AlbertRevert "Add legacy inlines for locale aware APIs."
2016-11-02 Treehugger RobotMerge changes I751520a1,I5762e815
2016-11-02 Dan AlbertMerge "Copy the NOTICE file when updating headers."
2016-11-02 Treehugger RobotMerge "Copy the NOTICE file when updating headers."
2016-10-31 Dan AlbertCopy the NOTICE file when updating headers.
2016-10-29 Treehugger RobotMerge "Fix gettid() after clone()."
2016-10-28 Treehugger RobotMerge "Replace .align with .balign for clarity"
2016-10-26 Pirama Arumuga NainarMerge "Make versioner build with LLVM r275480"
2016-10-26 Pirama Arumuga NainarMerge "Make versioner build with LLVM r275480"
2016-10-25 Pirama Arumuga NainarMake versioner build with LLVM r275480
2016-10-25 Neil FullerMerge "Update timezone data to 2016h."
2016-10-25 Treehugger RobotMerge "Don't scan .swp files for copyright headers."
2016-10-25 Treehugger RobotMerge "The default locale "" should be a UTF-8 locale."
2016-10-24 Elliott HughesMerge "Minor copyright header unification."
2016-10-24 Treehugger RobotMerge "Minor copyright header unification."
2016-10-24 Elliott HughesMinor copyright header unification.
2016-10-20 Dan AlbertOne NOTICE file to rule them all.
2016-10-20 Dan AlbertMerge "Update our notice files as a pre-upload step."
2016-10-20 Treehugger RobotMerge changes from topic 'ndk-headers-licenses'
2016-10-20 Treehugger RobotMerge "Update our notice files as a pre-upload step."
2016-10-20 Dan AlbertOne NOTICE file to rule them all.
next