OSDN Git Service

android-x86/bionic.git
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>."
2016-04-06 Elliott HughesAdd <sys/quota.h>.
2016-04-06 Elliott HughesMerge "Rename the <grp.h>/<pwd.h> tests to reflect...
2016-04-06 Elliott HughesMerge "Break up the rest of stubs.cpp."
2016-04-06 Elliott HughesRename the <grp.h>/<pwd.h> tests to reflect that they...
2016-04-06 Elliott HughesBreak up the rest of stubs.cpp.
2016-04-06 Mark SalyzynMerge "bionic: split out getpwnam and friends"
2016-04-06 Mark Salyzynbionic: split out getpwnam and friends
2016-04-06 Pierre ImaiMerge "Reduce the amount of logging in Bionic's resolver."
2016-04-06 Pierre ImaiReduce the amount of logging in Bionic's resolver.
2016-04-06 Dimitry IvanovMerge "Do not test ifunc on mips"
2016-04-06 Dimitry IvanovDo not test ifunc on mips
2016-04-06 Dimitry IvanovMerge "linker: Add unit-test for sleb128_decoder"
2016-04-05 Dimitry Ivanovlinker: Add unit-test for sleb128_decoder
2016-04-05 Elliott HughesMerge "Add sync_file_range to <fcntl.h>."
2016-04-05 Elliott HughesAdd sync_file_range to <fcntl.h>.
2016-04-05 Elliott HughesMerge "Add missing prototype for readahead in <fcntl...
2016-04-05 Elliott HughesAdd missing prototype for readahead in <fcntl.h>.
2016-04-05 Elliott HughesMerge "Add POSIX getsubopt(3)."
2016-04-05 Elliott HughesMerge "Add SysV signal handling"
2016-04-05 Pierre ImaiMerge "Fix off-by-one error in res_cache.c"
2016-04-05 Pierre ImaiFix off-by-one error in res_cache.c
2016-04-05 Pierre ImaiMerge "Ignore unreliable DNS servers."
2016-04-05 Pierre ImaiIgnore unreliable DNS servers.
2016-04-05 Elliott HughesMerge "Make it harder to use a broken legacy function...
2016-04-05 Elliott HughesAdd POSIX getsubopt(3).
2016-04-05 Yabin CuiMerge "Format code to calculate thread stack and signal...
2016-04-04 Greg HackmannAdd SysV signal handling
2016-04-04 Yabin CuiFormat code to calculate thread stack and signal stack.
2016-04-04 Elliott HughesMake it harder to use a broken legacy function by accident.
2016-04-04 Dan WillemsenMerge "Update Android.bp with recent Android.mk changes"
2016-04-04 Dimitry IvanovMerge "Enable ifunc test for arm"
2016-04-04 Dan WillemsenUpdate Android.bp with recent Android.mk changes
2016-04-04 Elliott HughesMerge "Remove a workaround from stack_protector_test...
2016-04-04 Elliott HughesMerge "Move math headers in with the other headers."
2016-04-04 Dimitry IvanovEnable ifunc test for arm
2016-04-04 Dimitry IvanovMerge "Revert "[MIPS] Link .dex or .oat code lacking...
2016-04-03 Nick KralevichMerge "tests: allow brk to fail with ENOMEM"
2016-04-03 Daniel Micaytests: allow brk to fail with ENOMEM
2016-04-02 Elliott HughesMove math headers in with the other headers.
2016-04-02 Elliott HughesRemove a workaround from stack_protector_test that...
2016-04-02 Elliott HughesMerge "Fix the stack-protector test for x86/x86-64."
2016-04-02 Elliott HughesFix the stack-protector test for x86/x86-64.
2016-04-01 Elliott HughesMerge "Ensure only mips is using GCC to build bionic."
2016-04-01 Yabin CuiMerge "Check current pid at libc initialization for...
2016-04-01 Elliott HughesEnsure only mips is using GCC to build bionic.
2016-04-01 Elliott HughesMerge "Tell GCC that sometimes we have to build depreca...
2016-04-01 Elliott HughesTell GCC that sometimes we have to build deprecated...
2016-04-01 Elliott HughesMerge "Stop defining HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE."
2016-04-01 Elliott HughesMerge "Differentiate the MNTTYPE_* and MNTOPT_* constants."
2016-04-01 Elliott HughesDifferentiate the MNTTYPE_* and MNTOPT_* constants.
2016-04-01 Elliott HughesMerge "Add a few missing types and constants to headers."
2016-04-01 Elliott HughesAdd a few missing types and constants to headers.
2016-03-30 Yabin CuiCheck current pid at libc initialization for 32-bit...
2016-03-30 Elliott HughesStop defining HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE.
2016-03-30 Josh GaoMerge "Add a checksum to jmp_buf on mips and mips64."
2016-03-30 Josh GaoMerge changes from topic 'setjmp_checksum_x86'
2016-03-30 Josh GaoAdd a checksum to jmp_buf on x86_64.
2016-03-30 Josh GaoDelete lies from x86_64 setjmp implementation.
2016-03-30 Josh GaoAdd a checksum to jmp_buf on x86.
2016-03-29 Yabin CuiMerge "Fix test getauxval.arm_has_AT_HWCAP2."
2016-03-29 Dan WillemsenMerge "Update Android.bp with getdomainname"
2016-03-29 Yabin CuiFix test getauxval.arm_has_AT_HWCAP2.
2016-03-29 Dan WillemsenUpdate Android.bp with getdomainname
2016-03-28 Dimitry IvanovMerge "linker: hide the pointer to soinfo"
next