OSDN Git Service

android-x86/bionic.git
2017-07-06 Treehugger... Merge "Bionic: Add ziparchive test dependency"
2017-07-06 Andreas GampeBionic: Add ziparchive test dependency
2017-07-01 Elliott HughesMerge "Work around missing _Exit in old API levels."
2017-06-30 Elliott HughesWork around missing _Exit in old API levels.
2017-06-30 Treehugger... Merge "Add version info for C++ versions of basename...
2017-06-30 Josh GaoAdd version info for C++ versions of basename, strchrnul.
2017-06-30 Roozbeh PournaderMerge "Revert "arm64: expand CFI shadow to cover 48...
2017-06-29 Elliott HughesRevert "arm64: expand CFI shadow to cover 48-bit virtua...
2017-06-29 Treehugger... Merge "bionic: fix assorted static analyzer warnings"
2017-06-29 Elliott HughesMerge "arm64: expand CFI shadow to cover 48-bit virtual...
2017-06-29 Treehugger... Merge "Put back more legacy pthread APIs."
2017-06-28 George Burgess IVbionic: fix assorted static analyzer warnings
2017-06-28 Kevin Brodskyarm64: expand CFI shadow to cover 48-bit virtual addresses
2017-06-27 Treehugger... Merge "Enable dlfcn.dt_runpath_absolute_path in glibc...
2017-06-27 Dimitry IvanovEnable dlfcn.dt_runpath_absolute_path in glibc tests
2017-06-23 Treehugger... Merge "Expand Seccomp whitelist"
2017-06-23 Paul LawrenceExpand Seccomp whitelist
2017-06-23 Treehugger... Merge "Whitelist __NR__newselect."
2017-06-22 Josh GaoWhitelist __NR__newselect.
2017-06-22 Dan AlbertPut back more legacy pthread APIs.
2017-06-22 Treehugger... Merge "Disable stack protector for __libc_preinit"
2017-06-21 Stephen CraneDisable stack protector for __libc_preinit
2017-06-21 Elliott HughesMerge "Shave a stack frame off asserts."
2017-06-21 Elliott HughesShave a stack frame off asserts.
2017-06-21 Treehugger... Merge "Shave another uninteresting stack frame off...
2017-06-20 Elliott HughesShave another uninteresting stack frame off aborts.
2017-06-20 Treehugger... Merge "make libasync_safe vendor_available:true"
2017-06-19 Jaesung ChungMerge "linker_config_test: allow search paths of system...
2017-06-19 Jaesung Chunglinker_config_test: allow search paths of systems witho...
2017-06-16 Treehugger... Merge "Add sys/stat.h compatibility macros for old...
2017-06-16 Treehugger... Merge "Remove obsolete <machine/cpu-features.h>."
2017-06-16 Elliott HughesMerge "Add #defines for some key enums."
2017-06-16 Elliott HughesRemove obsolete <machine/cpu-features.h>.
2017-06-16 Christopher... Merge "Add benchmarks for strcpy and strcmp."
2017-06-16 Elliott HughesMerge "libc: warn that cpu-features.h is deprecated"
2017-06-15 Christopher... Merge "Update posix_memalign testing."
2017-06-15 Elliott HughesAdd #defines for some key enums.
2017-06-15 Elliott HughesMerge "Move a <wchar.h> implementation detail into...
2017-06-15 Christopher... Update posix_memalign testing.
2017-06-15 Christopher... Merge "Add copy-only, seek-only, and copy-and-seek...
2017-06-15 Treehugger... Merge "MIPS64: move fstat64/fstatat64/_flush_cache...
2017-06-15 Elliott HughesMove a <wchar.h> implementation detail into the impleme...
2017-06-15 Treehugger... Merge "Expose pthread_mutex_lock_timeout_np to the...
2017-06-15 Elliott HughesMerge "Don't use the overloadable attribute if we're...
2017-06-15 Nicolas GeoffrayMerge "Move libc/zoneinfo/ files to system/timezone"
2017-06-15 Miodrag DinicMIPS64: move fstat64/fstatat64/_flush_cache syscalls...
2017-06-15 Treehugger... Merge "Add <sys/mtio.h>."
2017-06-15 Anders LewisAdd benchmarks for strcpy and strcmp.
2017-06-15 Elliott HughesAdd <sys/mtio.h>.
2017-06-14 Elliott HughesDon't use the overloadable attribute if we're not forti...
2017-06-14 Anders LewisAdd copy-only, seek-only, and copy-and-seek benchmarks...
2017-06-14 Dan AlbertAdd sys/stat.h compatibility macros for old NDKs.
2017-06-14 Neil FullerMove libc/zoneinfo/ files to system/timezone
2017-06-14 Jiyong Parkmake libasync_safe vendor_available:true
2017-06-14 Treehugger... Merge "Remove `volatile` from the `__errno` declaration."
2017-06-13 Treehugger... Merge "The bsd_signal declaration shouldn't be visible...
2017-06-13 Elliott HughesRemove `volatile` from the `__errno` declaration.
2017-06-13 Elliott HughesThe bsd_signal declaration shouldn't be visible if...
2017-06-13 Treehugger... Merge "libc: Sync qsort(3) with FreeBSD revision r318515."
2017-06-13 Xin Lilibc: Sync qsort(3) with FreeBSD revision r318515.
2017-06-13 Christopher... Merge "Split memmove benchmark into separate overlappin...
2017-06-12 Dan AlbertExpose pthread_mutex_lock_timeout_np to the NDK.
2017-06-09 Anders LewisSplit memmove benchmark into separate overlapping ...
2017-06-09 Josh GaoMerge "Explain why we have a test that FALLOC_FL_PUNCH_...
2017-06-02 Christopher... Merge "Use libdemangle for function names."
2017-06-02 Josh GaoExplain why we have a test that FALLOC_FL_PUNCH_HOLE...
2017-06-02 Christopher... Use libdemangle for function names.
2017-06-02 Jake Weinsteinlibc: warn that cpu-features.h is deprecated
2017-06-01 Treehugger... Merge "Fix boost build with unified headers."
2017-06-01 Elliott HughesFix boost build with unified headers.
2017-06-01 Treehugger... Merge "MIPS: 32/64-bit VDSO support"
2017-06-01 Goran FerencMIPS: 32/64-bit VDSO support
2017-06-01 Treehugger... Merge "Make dl_iterate_phdr return correct name for...
2017-05-31 Dimitry IvanovMake dl_iterate_phdr return correct name for first...
2017-05-31 Christopher... Merge "Move mallopt to correct section."
2017-05-31 Christopher... Merge "Revert "Make mallopt available in the future.""
2017-05-31 Christopher... Move mallopt to correct section.
2017-05-31 Christopher... Merge "Add mallopt to canonical list of exports."
2017-05-31 Christopher... Add mallopt to canonical list of exports.
2017-05-31 Christopher... Revert "Make mallopt available in the future."
2017-05-26 Elliott HughesMerge "Enable exporting the non-uapi scsi headers."
2017-05-26 Christopher... Merge "Add offset to backtrace_string printing."
2017-05-26 Elliott HughesEnable exporting the non-uapi scsi headers.
2017-05-26 Christopher... Add offset to backtrace_string printing.
2017-05-26 Treehugger... Merge "Relax flaky _SC_AVPHYS_PAGES check in sys_sysinf...
2017-05-26 Treehugger... Merge "Expand whitelist"
2017-05-26 Christopher... Merge "Update malloc debug documentation."
2017-05-26 Christopher... Update malloc debug documentation.
2017-05-25 Paul LawrenceExpand whitelist
2017-05-25 Treehugger... Merge "Remove the repetitive warnings from the uapi...
2017-05-25 Dimitry IvanovRelax flaky _SC_AVPHYS_PAGES check in sys_sysinfo_test
2017-05-25 Elliott HughesRemove the repetitive warnings from the uapi headers.
2017-05-25 Treehugger... Merge "Stop including <sys/sysmacros.h> from <sys/types...
2017-05-25 Christopher... Merge "Fix assembler warnings."
2017-05-24 Christopher... Fix assembler warnings.
2017-05-24 Elliott HughesMerge "Remove obsolete __stack_chk_fail_local."
2017-05-24 Treehugger... Merge "Fix _POSIX_THREAD_PROCESS_SHARED."
2017-05-23 Elliott HughesRemove obsolete __stack_chk_fail_local.
2017-05-23 Elliott HughesMerge "Switch to inline assembler in crtbegin."
2017-05-23 Elliott HughesStop including <sys/sysmacros.h> from <sys/types.h>.
next