OSDN Git Service

android-x86/bionic.git
2013-06-13 Elliott HughesMerge "Handles spurious wake-ups in pthread_join()"
2013-06-13 msg555Handles spurious wake-ups in pthread_join()
2013-06-13 Elliott HughesMerge "Take upstream libm changes."
2013-06-12 Elliott HughesTake upstream libm changes.
2013-06-12 Elliott HughesMerge "Take some fixed upstream copyright headers and...
2013-06-12 Elliott HughesTake some fixed upstream copyright headers and regenera...
2013-06-12 Elliott HughesMerge "Switch to current upstream stdio makebuf.c and...
2013-06-12 Elliott HughesSwitch to current upstream stdio makebuf.c and setvbuf.c.
2013-06-12 Elliott HughesMerge "Revert "Add SIZE_MAX to <stdint.h> in a way...
2013-06-12 Elliott HughesRevert "Add SIZE_MAX to <stdint.h> in a way that might...
2013-06-12 Elliott HughesMerge "Add SIZE_MAX to <stdint.h> in a way that might...
2013-06-12 Elliott HughesAdd SIZE_MAX to <stdint.h> in a way that might actually...
2013-06-12 Elliott HughesMerge "Clean up abort."
2013-06-12 Elliott HughesClean up abort.
2013-06-12 Elliott HughesMerge "<stdint.h> should expose SIZE_MAX."
2013-06-12 Elliott Hughes<stdint.h> should expose SIZE_MAX.
2013-06-11 Nick KralevichMerge "fix unittests."
2013-06-11 Nick Kralevichfix unittests.
2013-06-11 Ben ChengMerge "Fix abort(3) to raise SIGABRT rather than causin...
2013-06-11 Ben ChengFix abort(3) to raise SIGABRT rather than causing SIGSEGV.
2013-06-10 Brian CarlstromMerge "Honor p_vaddr if set"
2013-06-08 Elliott HughesMerge "bionic/x86: Optimization for string routines"
2013-06-08 Elliott HughesMerge "Revert "libc x86: Remove strcat.S""
2013-06-08 Elliott HughesRevert "libc x86: Remove strcat.S"
2013-06-07 Christopher... Merge "Implement malloc_usable_size for debug impls."
2013-06-07 Christopher... Implement malloc_usable_size for debug impls.
2013-06-07 Brian CarlstromHonor p_vaddr if set
2013-06-06 Elliott HughesMerge "update signal.h to be C90 compatable"
2013-06-06 Erik Gillingupdate signal.h to be C90 compatable
2013-06-06 Elliott HughesMerge "Ensure header files using __BEGIN_DECLS include...
2013-06-06 Elliott HughesEnsure header files using __BEGIN_DECLS include sys...
2013-06-06 Elliott HughesMerge "sys/personality.h: include <sys/cdefs.h>"
2013-06-06 Elliott HughesMerge "Clean up useless declaration in thread_private.h"
2013-06-05 Kito Chengsys/personality.h: include <sys/cdefs.h>
2013-06-05 Kito ChengClean up useless declaration in thread_private.h
2013-06-05 Elliott HughesMerge "Fix declaration of malloc_usable_size()"
2013-06-04 Nick KralevichMerge "Add tests for __strcpy_chk()"
2013-06-04 Nick KralevichAdd tests for __strcpy_chk()
2013-06-04 Brian CarlstromMerge "Small cleanup of soinfo_elf_lookup."
2013-06-04 Christopher... Small cleanup of soinfo_elf_lookup.
2013-05-31 Ben ChengMerge "Use bl instead of blx to support interworking...
2013-05-31 Ben ChengUse bl instead of blx to support interworking properly.
2013-05-31 Nick KralevichMerge "FORTIFY_SOURCE: strcat / strncat optimize"
2013-05-31 Nick KralevichFORTIFY_SOURCE: strcat / strncat optimize
2013-05-31 Liubov Dmitrievabionic/x86: Optimization for string routines
2013-05-30 Nick KralevichMerge "Add strncpy FORTIFY_SOURCE tests."
2013-05-30 Nick KralevichAdd strncpy FORTIFY_SOURCE tests.
2013-05-30 Nick KralevichMerge "libc x86: Remove strcat.S"
2013-05-30 Nick Kralevichlibc x86: Remove strcat.S
2013-05-24 Nick KralevichMerge "libc x86: Remove index.S, strcpy.S, strchr.S"
2013-05-24 Nick Kralevichlibc x86: Remove index.S, strcpy.S, strchr.S
2013-05-24 Nick KralevichMerge "libc: delete x86 memchr.S"
2013-05-24 Nick Kralevichlibc: delete x86 memchr.S
2013-05-23 David 'Digit... Fix declaration of malloc_usable_size()
2013-05-21 Brian CarlstromMerge "Fix bionic linker to support segments with zero...
2013-05-21 Brian CarlstromFix bionic linker to support segments with zero p_filesz
2013-05-16 Erik GillingMerge "libc/arm: add cortex-a8 cpu variant"
2013-05-16 Rom Lemarchandlibc/arm: add cortex-a8 cpu variant
2013-05-15 Elliott HughesMerge "Fix sysconf(3) for _SC_GETGR_R_SIZE_MAX and...
2013-05-15 Elliott HughesFix sysconf(3) for _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R...
2013-05-14 Elliott HughesMerge "Add more __restricts, clean up __format__ attrib...
2013-05-14 Elliott HughesAdd more __restricts, clean up __format__ attributes.
2013-05-14 Elliott HughesMerge "Pull upstream FreeBSD revision 249810."
2013-05-14 Elliott HughesPull upstream FreeBSD revision 249810.
2013-05-14 Elliott HughesMerge "epoll: add EPOLLRDHUP, EPOLLWAKEUP, and EPOLLONE...
2013-05-14 Todd Poynorepoll: add EPOLLRDHUP, EPOLLWAKEUP, and EPOLLONESHOT...
2013-05-14 Elliott HughesMerge "libc: add timerfd calls"
2013-05-14 Todd Poynorlibc: add timerfd calls
2013-05-14 Elliott HughesMerge "libc: remove obsolete CLOCK_REALTIME_HR and...
2013-05-14 Todd Poynorlibc: remove obsolete CLOCK_REALTIME_HR and CLOCK_MONOT...
2013-05-14 Elliott HughesMerge "libc: add clock ids CLOCK_REALTIME_ALARM and...
2013-05-14 Todd Poynorlibc: add clock ids CLOCK_REALTIME_ALARM and CLOCK_BOOT...
2013-05-14 Elliott HughesMerge "Fix all printf warnings in res_send.c."
2013-05-14 Kito ChengFix all printf warnings in res_send.c.
2013-05-09 Elliott HughesMerge "Don't fail to run DT_INIT and DT_INIT_ARRAY...
2013-05-09 Elliott HughesDon't fail to run DT_INIT and DT_INIT_ARRAY constructor...
2013-05-07 Ben ChengMerge "Remove a spurious FIXME and unnecessary type...
2013-05-07 Ben ChengRemove a spurious FIXME and unnecessary type cast.
2013-05-07 Ben ChengMerge "Adjust PC value in ARM stack trace."
2013-05-07 Ben ChengAdjust PC value in ARM stack trace.
2013-05-07 Nick KralevichMerge "Use restrict pointers for various libc functions."
2013-05-07 Nick KralevichUse restrict pointers for various libc functions.
2013-05-02 Nick KralevichMerge "Use __predict_false on some fortify methods."
2013-05-02 Nick KralevichUse __predict_false on some fortify methods.
2013-05-02 Nick KralevichMerge "libc: cleanup strchr"
2013-05-02 Nick Kralevichlibc: cleanup strchr
2013-05-01 Nick KralevichMerge "keep test names consistent with other tests."
2013-05-01 Nick Kralevichkeep test names consistent with other tests.
2013-05-01 Nick KralevichMerge "add strrchr -D_FORTIFY_SOURCE=2 test."
2013-05-01 Nick Kralevichadd strrchr -D_FORTIFY_SOURCE=2 test.
2013-04-30 Nick KralevichMerge "libc: upgrade strrchr to FORTIFY_SOURCE=2"
2013-04-30 Nick Kralevichlibc: upgrade strrchr to FORTIFY_SOURCE=2
2013-04-30 Nick KralevichMerge "libc: upgrade some libc functions to _FORTIFY_SO...
2013-04-30 Nick Kralevichlibc: upgrade some libc functions to _FORTIFY_SOURCE=2
2013-04-29 Nick KralevichMerge "libc: upgrade sprintf to _FORTIFY_SOURCE=2"
2013-04-29 Nick Kralevichlibc: upgrade sprintf to _FORTIFY_SOURCE=2
2013-04-29 Nick KralevichMerge "strncpy: implement _FORTIFY_SOURCE=2"
2013-04-29 Nick Kralevichstrncpy: implement _FORTIFY_SOURCE=2
2013-04-29 Nick KralevichMerge "[NETFILTER]: Fix iptables ABI breakage"
2013-04-29 Nick Kralevich[NETFILTER]: Fix iptables ABI breakage
next