OSDN Git Service

android-x86/bionic.git
2016-05-30 Erik KlineAdd /vendor/xbin to root's path.
2016-05-27 Treehugger... Merge "Remove libstdc++ include files."
2016-05-27 Elliott HughesRemove libstdc++ include files.
2016-05-27 Elliott HughesMerge "Improve diagnostics from the assembler __strcpy_...
2016-05-26 Elliott HughesImprove diagnostics from the assembler __strcpy_chk...
2016-05-26 Treehugger... Merge "Improve diagnostics from the assembler __strcat_...
2016-05-26 Elliott HughesImprove diagnostics from the assembler __strcat_chk...
2016-05-26 Treehugger... Merge "Update the "adding a syscall" docs."
2016-05-26 Elliott HughesUpdate the "adding a syscall" docs.
2016-05-26 Treehugger... Merge "Don't use __u64/__u32 in <sys/user.h>."
2016-05-25 Josh GaoDon't use __u64/__u32 in <sys/user.h>.
2016-05-25 Christopher... Merge "Update documentation for malloc debug."
2016-05-25 Christopher... Update documentation for malloc debug.
2016-05-24 Dimitry IvanovMerge "Correctly handle the case of empty LD_PRELOAD...
2016-05-24 Dimitry IvanovCorrectly handle the case of empty LD_PRELOAD entries
2016-05-23 Treehugger... Merge "Change use of /data to /data/local/tmp."
2016-05-23 Treehugger... Merge "Run fsync tests on mutable filesystem."
2016-05-23 Christopher... Change use of /data to /data/local/tmp.
2016-05-23 Shuhei TakahashiRun fsync tests on mutable filesystem.
2016-05-23 Dimitry IvanovMerge "Do not resolve caller_ns when it is not needed"
2016-05-23 Treehugger... Merge "Make all rt_sigtimedwait signatures match."
2016-05-23 Elliott HughesMake all rt_sigtimedwait signatures match.
2016-05-23 Dimitry IvanovDo not resolve caller_ns when it is not needed
2016-05-20 Christopher... Merge "Updated to v4.4.11 kernel headers."
2016-05-20 Christopher... Updated to v4.4.11 kernel headers.
2016-05-19 Treehugger... Merge "Do not check zip-entry validity on create_namespace"
2016-05-19 Dimitry IvanovDo not check zip-entry validity on create_namespace
2016-05-18 Treehugger... Merge "Force clang for bionic"
2016-05-18 Colin CrossForce clang for bionic
2016-05-17 Treehugger... Merge "linker: Allow caller to specify parent namespace"
2016-05-17 Dimitry IvanovMerge "Fix dlopen of main executable by absolute path"
2016-05-17 Dimitry IvanovFix dlopen of main executable by absolute path
2016-05-17 Dimitry Ivanovlinker: Allow caller to specify parent namespace
2016-05-17 Elliott HughesMerge "Regenerate NOTICE files."
2016-05-17 Elliott HughesMerge "Stop including <machine/cpu-features.h>."
2016-05-17 Elliott HughesStop including <machine/cpu-features.h>.
2016-05-17 Elliott HughesRegenerate NOTICE files.
2016-05-17 Colin CrossMerge "Use Android.soong.mk to handle mixed Android...
2016-05-17 Elliott HughesMerge "Fix the <netinet/ether.h> tests."
2016-05-16 Colin CrossUse Android.soong.mk to handle mixed Android.mk and...
2016-05-16 Elliott HughesFix the <netinet/ether.h> tests.
2016-05-16 Elliott HughesMerge "Fix <resolv.h> and <netinet/tcp.h> so dnscap...
2016-05-16 Elliott HughesMerge "We have the _r ether_ntoa/ether_aton functions...
2016-05-16 Elliott HughesFix <resolv.h> and <netinet/tcp.h> so dnscap builds.
2016-05-16 Elliott HughesWe have the _r ether_ntoa/ether_aton functions too.
2016-05-16 Elliott HughesMerge "Fix our *ether* headers mess."
2016-05-13 Elliott HughesFix our *ether* headers mess.
2016-05-12 Treehugger... Merge "Update Android.bp to match Android.mk"
2016-05-12 Dan WillemsenUpdate Android.bp to match Android.mk
2016-05-12 Pierre ImaiMerge "Always update search domain paths."
2016-05-12 Elliott HughesMerge "Remove <net/if_types.h>."
2016-05-11 Elliott HughesRemove <net/if_types.h>.
2016-05-11 Elliott HughesMerge "Remove various bits of header cruft."
2016-05-11 Dimitry IvanovMerge "Remove linker-namespace functions from the header"
2016-05-11 Pierre ImaiAlways update search domain paths.
2016-05-11 Elliott HughesRemove various bits of header cruft.
2016-05-10 Elliott HughesMerge "Remove declaration of pthread_cond_timedwait_rel...
2016-05-10 Dimitry IvanovRemove linker-namespace functions from the header
2016-05-09 Elliott HughesRemove declaration of pthread_cond_timedwait_relative_np.
2016-05-09 Elliott HughesMerge "Remove pthread_mutex_lock_timeout_np from <pthre...
2016-05-09 Elliott HughesMerge "Generalize the clone function slightly."
2016-05-07 Elliott HughesRemove pthread_mutex_lock_timeout_np from <pthread.h>.
2016-05-06 Elliott HughesGeneralize the clone function slightly.
2016-05-06 Treehugger... Merge "End all lists in check-symbols-glibc.py with...
2016-05-06 Dimitry IvanovMerge "Fix linker crash on trying to unload main execut...
2016-05-06 Elliott HughesEnd all lists in check-symbols-glibc.py with a ,.
2016-05-06 Treehugger... Merge "Remove a duplicate declaration, improve check...
2016-05-06 Treehugger... Merge "Re-land "Fix invalid using decl in bionic reloca...
2016-05-06 Dimitry IvanovFix linker crash on trying to unload main executable
2016-05-06 Elliott HughesRemove a duplicate declaration, improve check-symbols...
2016-05-06 Treehugger... Merge "Remove --exclude-libs ldflags."
2016-05-06 rnkRe-land "Fix invalid using decl in bionic relocation_pa...
2016-05-06 Dan AlbertRemove --exclude-libs ldflags.
2016-05-06 Treehugger... Merge "Use clang's nullability instead of nonnull."
2016-05-06 Dan AlbertUse clang's nullability instead of nonnull.
2016-05-05 Elliott HughesMerge "Remove <sys/atomics.h>."
2016-05-04 Colin CrossMerge "Update Android.bp to match Android.mk"
2016-05-04 Colin CrossUpdate Android.bp to match Android.mk
2016-05-04 Chih-hung HsiehMerge "Fix google-explicit-constructor warnings."
2016-05-03 Colin CrossMerge "Update strip property format"
2016-05-03 Christopher... Merge "Update documentation to work with gitiles."
2016-05-03 Chih-Hung HsiehFix google-explicit-constructor warnings.
2016-05-03 Elliott HughesMerge "Move <machine/endian.h> somewhere more private."
2016-05-02 Treehugger... Merge "Update Android.bp to match Android.mk"
2016-05-02 Elliott HughesRemove <sys/atomics.h>.
2016-05-02 Elliott HughesMove <machine/endian.h> somewhere more private.
2016-05-02 Elliott HughesMerge "Move glibc-syscalls.h into bits/."
2016-05-02 Elliott HughesMerge "Remove <sys/utime.h>."
2016-05-02 Elliott HughesMerge "Move the IEEE fp header out of the public headers."
2016-05-02 Elliott HughesMerge "Move nsswitch.h into libc/dns/include."
2016-05-02 Elliott HughesMerge "Remove <net/if_ieee1394.h>."
2016-05-02 Elliott HughesMerge "Remove <sys/ioctl_compat.h>."
2016-05-02 Elliott HughesRemove <sys/utime.h>.
2016-05-02 Elliott HughesMerge "Remove unused <sys/socketcalls.h> header."
2016-05-02 Elliott HughesRemove <sys/ioctl_compat.h>.
2016-05-02 Elliott HughesMove glibc-syscalls.h into bits/.
2016-05-02 Elliott HughesMove the IEEE fp header out of the public headers.
2016-05-02 Elliott HughesRemove <net/if_ieee1394.h>.
2016-05-02 Elliott HughesMove nsswitch.h into libc/dns/include.
2016-05-02 Josh GaoMerge changes I25dca710,I85fdf927,I667fe53e,I46bf95ac
next