OSDN Git Service

android-x86/bionic.git
2016-04-29 Elliott HughesMerge "Fix <wctype.h>."
2016-04-29 Elliott HughesMerge "Remove declaration of pthread_cond_timeout_np."
2016-04-29 Neil FullerMerge "Update timezone data to 2016d"
2016-04-29 Neil FullerMerge "Update timezone data to 2016c"
2016-04-29 Neil FullerMerge "Update timezone data to 2016b"
2016-04-29 Elliott HughesFix <wctype.h>.
2016-04-29 Treehugger... Merge "Implement mblen(3)."
2016-04-28 Elliott HughesImplement mblen(3).
2016-04-28 Treehugger... Merge "Remove -fvisibility=hidden from dns code"
2016-04-28 Dimitry IvanovRemove -fvisibility=hidden from dns code
2016-04-28 Treehugger... Merge "[mips64] Call __memset_chk_fail correctly for...
2016-04-28 Elliott HughesRemove declaration of pthread_cond_timeout_np.
2016-04-28 Predrag Blagojevic[mips64] Call __memset_chk_fail correctly for mips64.
2016-04-28 Treehugger... Merge "Add unwind information for r7 in arm syscalls."
2016-04-28 Christopher... Add unwind information for r7 in arm syscalls.
2016-04-28 Treehugger... Merge "Make malloc debug symbols platform-private"
2016-04-28 Josh GaoMerge changes from topic 'bionic_unavailable'
2016-04-28 Dimitry IvanovMake malloc debug symbols platform-private
2016-04-28 Stephen HinesMerge "Enable clang builds of mips/mips64 in bionic...
2016-04-27 Josh GaoTag unavailable functions with macro.
2016-04-27 Josh GaoDelete declarations which don't exist.
2016-04-27 Stephen HinesEnable clang builds of mips/mips64 in bionic again.
2016-04-27 Pierre ImaiMerge "Fix DNS search path info."
2016-04-27 Pierre ImaiFix DNS search path info.
2016-04-26 Josh GaoMerge "Make <sys/user.h> compile on AArch64."
2016-04-26 Josh GaoMake <sys/user.h> compile on AArch64.
2016-04-22 Treehugger... Merge "bionic: Implement getpwent and getgrent"
2016-04-22 Chih-hung HsiehMerge "Fix google-explicit-constructor warning."
2016-04-22 Mark Salyzynbionic: Implement getpwent and getgrent
2016-04-22 Chih-Hung HsiehFix google-explicit-constructor warning.
2016-04-22 Dimitry IvanovMerge "Improve error message for empty list of public...
2016-04-22 Neil FullerUpdate timezone data to 2016d
2016-04-22 Neil FullerUpdate timezone data to 2016c
2016-04-22 Neil FullerUpdate timezone data to 2016b
2016-04-22 Treehugger... Merge "Add a test exercising ptrace watchpoint function...
2016-04-22 Pavel LabathAdd a test exercising ptrace watchpoint functionality
2016-04-21 Dimitry IvanovImprove error message for empty list of public libs
2016-04-21 Pierre ImaiMerge changes I6059b68e,I11a7257a
2016-04-21 Pierre ImaiAdd new info functions to resolver for use by Netd.
2016-04-21 Pierre ImaiStore DNS server count in resolv_cache.
2016-04-21 Treehugger... Merge "Change pointer to allocation in unit tests."
2016-04-20 Christopher... Change pointer to allocation in unit tests.
2016-04-20 Than McIntoshMerge "Rename DT_MIPS_RLD_MAP2 flag to DT_MIPS_RLD_MAP_REL"
2016-04-19 Colin CrossMerge "Update sanitize property format"
2016-04-19 Christopher... Merge "Add malloc debug documentation."
2016-04-19 Elliott HughesMerge "Fix ftw/nftw to only report unreadable directori...
2016-04-18 Christopher... Merge "Small fixes to malloc debug."
2016-04-18 Elliott HughesFix ftw/nftw to only report unreadable directories...
2016-04-16 Dimitry IvanovMerge "Revert "Temporary move __udivdi3 back to LIBC...
2016-04-16 Dimitry IvanovRevert "Temporary move __udivdi3 back to LIBC for x86"
2016-04-15 Colin CrossUpdate sanitize property format
2016-04-15 Christopher... Add malloc debug documentation.
2016-04-15 Christopher... Small fixes to malloc debug.
2016-04-15 Treehugger... Merge changes Id8a3b7dc,I00ded8f9,I02f78ad7
2016-04-15 Josh GaoMake the legacy inline headers compile standalone.
2016-04-14 Dimitry IvanovMerge "Remove dangling links in secondary namespaces"
2016-04-14 Dimitry IvanovRemove dangling links in secondary namespaces
2016-04-14 Treehugger... Merge "linker: remove unnecessary reset of constructors...
2016-04-14 Josh GaoDon't redefine __ANDROID_API__.
2016-04-14 Josh GaoMove <sys/_sigdefs.h> and <sys/_errdefs.h> to private.
2016-04-14 Treehugger... Merge "Move linker-namespace functions to LIBC_PLATFORM"
2016-04-13 Dimitry IvanovMove linker-namespace functions to LIBC_PLATFORM
2016-04-13 Dimitry Ivanovlinker: remove unnecessary reset of constructors_called...
2016-04-13 Treehugger... Merge "linker: unload RTLD_NODELETE libraries when...
2016-04-13 Dimitry Ivanovlinker: unload RTLD_NODELETE libraries when loading...
2016-04-12 Christopher... Merge "Small refactor."
2016-04-12 Christopher... Small refactor.
2016-04-12 Elliott HughesMerge "Add a test for pthread_setname_np on another...
2016-04-12 Colin CrossMerge "Rename deps property to objs in cc_objects"
2016-04-12 Treehugger... Merge "Update Android.bp to match Android.mk"
2016-04-11 Colin CrossRename deps property to objs in cc_objects
2016-04-11 Colin CrossUpdate Android.bp to match Android.mk
2016-04-11 Colin CrossMerge "Update Android.bp to match Android.mk"
2016-04-11 Elliott HughesAdd a test for pthread_setname_np on another thread...
2016-04-11 Josh GaoMerge "Remove fabs, fabsf, fabsl inlines from <math...
2016-04-09 Dimitry IvanovMerge "Add test for IRELATIVE resolution with RTLD_LAZY"
2016-04-08 Josh GaoRemove fabs, fabsf, fabsl inlines from <math.h>.
2016-04-08 Dimitry IvanovAdd test for IRELATIVE resolution with RTLD_LAZY
2016-04-08 Josh GaoMerge changes Ife4692e4,I7304cc1d,If19653d0,I769ca792...
2016-04-08 Josh GaoMove <sys/sysconf.h> to <bits/sysconf.h>.
2016-04-08 Josh GaoRemove mbstowcs from <wchar.h>.
2016-04-08 Josh GaoExtract getopt and friends to <bits/getopt.h>
2016-04-08 Josh GaoRemove declaration of unlinkat from <fcntl.h>.
2016-04-08 Josh GaoExtract ioctl to <bits/ioctl.h>.
2016-04-08 Josh GaoExtract fcntl to <bits/fcntl.h>.
2016-04-08 Josh GaoExtract strcasecmp and friends to <bits/strcasecmp.h>.
2016-04-08 Josh GaoMake <bits/lockf.h> compile standalone.
2016-04-08 Josh GaoMake <android/dlext.h> compile standalone.
2016-04-07 Colin CrossUpdate Android.bp to match Android.mk
2016-04-07 Josh GaoMake the network headers compile standalone.
2016-04-07 Josh GaoRemove duplicate declaration of mlock, munlock.
2016-04-07 Elliott HughesMerge "Add trivial no-op <nl_types.h>."
2016-04-07 Elliott HughesAdd trivial no-op <nl_types.h>.
2016-04-06 Elliott HughesMerge "Teach our script to ignore more dead POSIX stuff."
2016-04-06 Mark SalyzynMerge "fix oem_XXXX ids to incorporate both ranges"
2016-04-06 Mark Salyzynfix oem_XXXX ids to incorporate both ranges
2016-04-06 Elliott HughesMerge "Fix b64_pton."
2016-04-06 Elliott HughesTeach our script to ignore more dead POSIX stuff.
2016-04-06 Elliott HughesFix b64_pton.
2016-04-06 Elliott HughesMerge "Add <sys/quota.h>."
next