OSDN Git Service

android-x86/bionic.git
2014-08-29 Dmitriy IvanovLook into ld_preloads before current library
2014-08-27 Elliott HughesHave pthread_attr_getstack for the main thread report...
2014-08-27 Elliott HughesMerge "Fix pthread_getattr_np for the main thread....
2014-08-27 Christopher... Merge "Replace snprintf calls in linker." into lmp-dev
2014-08-27 Christopher... Replace snprintf calls in linker.
2014-08-27 Elliott HughesMerge "call uselocale() before freelocale() to make...
2014-08-27 Wally Yaucall uselocale() before freelocale() to make sure that...
2014-08-26 Christopher... Use the default unwind code.
2014-08-26 Elliott HughesFix pthread_getattr_np for the main thread.
2014-08-22 Elliott HughesFix unistd.getpid_caching_and_clone.
2014-08-20 Elliott HughesFix some 32-bit-isms in <stdio.h>.
2014-08-19 Dan AlbertExpose android_set_abort_message().
2014-08-18 Dmitriy IvanovMerge "Revert "Add support for protected local symbol...
2014-08-18 Dmitriy IvanovRevert "Add support for protected local symbol lookup."
2014-08-18 Dan AlbertHide C++ stuff in libc. Put it back in libstdc++.
2014-08-16 Christopher... Merge "Fix leak_realloc, copy entire allocation." into...
2014-08-16 Christopher... Fix leak_realloc, copy entire allocation.
2014-08-15 Dmitriy IvanovMerge "Keep symbols for linker" into lmp-dev
2014-08-15 Dmitriy IvanovKeep symbols for linker
2014-08-15 Hans BoehmHave stdatomic.h punt to C++ atomic when possible
2014-08-14 Dan AlbertMerge "Change name of MB_CUR_MAX implementation functio...
2014-08-14 Dan AlbertChange name of MB_CUR_MAX implementation function.
2014-08-14 Dan AlbertMerge "Move mtctxres.c to libc_dns.a." into lmp-dev
2014-08-14 Dan AlbertMove mtctxres.c to libc_dns.a.
2014-08-14 Christopher... Merge "malloc_usable_size returns the original size...
2014-08-14 Christopher... malloc_usable_size returns the original size.
2014-08-14 Dmitriy IvanovLabel pages mapped by linker_allocator
2014-08-13 Dmitriy IvanovOptimize symbol lookup
2014-08-12 Dan AlbertHide __libc_malloc_dispatch.
2014-08-10 Elliott HughesFix our x86 PIC_PROLOGUE.
2014-08-09 Dan AlbertMerge "Make __set_errno hidden in asm." into lmp-dev
2014-08-08 Dan AlbertMake __set_errno hidden in asm.
2014-08-08 Christopher... Add a way to disable backtracing in malloc debug.
2014-08-07 Elliott HughesAndroid is all-PIC/PIE.
2014-08-06 Christopher... Merge "Do a second key cleanup in pthread_exit." into...
2014-08-07 Christopher... Do a second key cleanup in pthread_exit.
2014-08-06 Elliott HughesMerge "Upgrade bionic to tzdata2014f." into lmp-dev
2014-08-06 Elliott HughesMerge "Fix the tzdata update tools." into lmp-dev
2014-08-06 Elliott HughesFix the tzdata update tools.
2014-08-06 Elliott HughesUpgrade bionic to tzdata2014f.
2014-08-06 Dan AlbertMerge "Proper MB_CUR_MAX." into lmp-dev
2014-08-06 Dan AlbertProper MB_CUR_MAX.
2014-08-06 Dan AlbertMerge "Fix mbsrtowcs(3) src param for finished string...
2014-08-06 Dan AlbertFix mbsrtowcs(3) src param for finished string.
2014-08-06 Dan AlbertFixes build.
2014-08-06 Dan AlbertRevert "Replaces vfork() implementation with fork()"
2014-08-06 Elliott HughesMerge "Workaround b/16818336 which fails build under...
2014-08-06 Dehao ChenWorkaround b/16818336 which fails build under aggressiv...
2014-08-05 Paul JensenMerge "Revert most of "Cleanup: Delete dead code."...
2014-08-06 Elliott HughesExplain how wcswcs ended up in ndk_cruft.cpp.
2014-08-06 Paul JensenRevert most of "Cleanup: Delete dead code."
2014-08-04 Dmitriy IvanovRevert "Revert "Fix dlsym(3) to do breadth first search.""
2014-08-04 Dmitriy IvanovRevert "Fix dlsym(3) to do breadth first search."
2014-07-30 Christopher... Fix memchr with a zero length.
2014-07-30 Elliott HughesImplement <sys/fsuid.h>.
2014-07-30 Duane Sand[MIPSR6] Use C-coded string ops on mips32r6/mips64r6
2014-07-30 Elliott HughesOnly wipe TLS for user-supplied stacks.
2014-07-30 Christopher... Use libunwindbacktrace for debug malloc code.
2014-07-30 Elliott HughesRemove declarations for things that don't exist.
2014-07-29 Elliott HughesMerge "Revert "Added a bionic systrace class and tracin...
2014-07-29 Elliott HughesRevert "Added a bionic systrace class and tracing to...
2014-07-29 Dan AlbertMerge "en_US.UTF-8 is also supported." into lmp-dev
2014-07-29 Dan Alberten_US.UTF-8 is also supported.
2014-07-29 Dan AlbertThere is no _MIN for unsigned types.
2014-07-29 Dan AlbertFix mbsrtowcs(3)'s handling of len parameter.
2014-07-29 Dan Albert__libc_fatal should print a newline to stderr.
2014-07-29 Elliott HughesFix linkage of grantpt(3).
2014-07-29 Brigid SmithAdded a bionic systrace class and tracing to pthread_mu...
2014-07-29 Dmitriy IvanovFix mips/mips64 build
2014-07-28 Dmitriy IvanovFix 'adb shell /system/bin/linker' crash
2014-07-28 Elliott HughesRevert "Add a hack to <stdlib.h> until we can fix libvpx."
2014-07-28 Elliott Hughessyscall(3)'s return type should be long.
2014-07-28 Elliott HughesUse vsnprintf(3) in syslog(3).
2014-07-26 Elliott HughesRemove localtime_tz and strftime_tz.
2014-07-25 Elliott HughesStart hiding "private/bionic_time.h".
2014-07-25 Dan AlbertMerge "There is no _MIN for unsigned types." into lmp-dev
2014-07-28 Dan AlbertMerge "Fix mbsrtowcs(3)'s handling of len parameter...
2014-07-25 Dan AlbertMerge "__libc_fatal should print a newline to stderr...
2014-07-29 Dmitriy IvanovFix dlsym(3) to do breadth first search.
2014-07-24 Dmitriy IvanovFix global variable initialization for linker
2014-07-24 Raghu Gandham[MIPS] Fix atomic_is_lock_free test for mips32.
2014-07-24 Elliott HughesImplement twalk(3), add unit tests.
2014-07-24 Duane Sand[MIPS] Drop soft-fp targets
2014-07-24 Duane Sand[MIPSR6] setjmp supports mips32r6 and FP64A/FPXX reg...
2014-07-24 Christopher... HACK: Disable syslog going to android log.
2014-07-23 Nick Kralevichdebuggerd: if PR_GET_DUMPABLE=0, don't ask for dumping
2014-07-23 Colin CrossHACK: remove %m support from printf.
2014-07-23 Elliott HughesFix belated review comments on syslog change.
2014-07-23 Elliott HughesFix generate-NOTICE to cope better with BSD __COPYRIGHT...
2014-07-23 Elliott HughesFix a couple of bugs in generate-NOTICE and regenerate...
2014-07-23 Elliott HughesRemove the unused swab.S.
2014-07-23 Duane Sand[MIPS] Allow united mipsel and mips64el gcc toolchain
2014-07-22 Sreeram RamachandranCleanup: Delete dead code.
2014-07-22 Elliott HughesUse upstream OpenBSD's arc4random.
2014-07-22 Elliott HughesRewrite syslog(3) to use Android logging.
2014-07-19 Hans BoehmDefine atomic_charN_t only if charN_t is supported.
2014-07-19 Christopher... Make sure not to construct illegal property names.
2014-07-18 Elliott HughesMerge "Clean up some misinformation around prctl."...
2014-07-18 Elliott HughesClean up some misinformation around prctl.
2014-07-18 Elliott HughesRemove SIOCKILLADDR from <sys/socket.h>.
next