OSDN Git Service

android-x86/bionic.git
2014-08-06 Elliott HughesExplain how wcswcs ended up in ndk_cruft.cpp.
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>.
2014-07-18 Elliott HughesRemove PR_SET_TIMERSLACK_PID from <sys/prctl.h>.
2014-07-18 Christopher... Use the mmap/munmap for allocation routines.
2014-07-17 Elliott HughesFix private/bionic_name_mem.h build breakage.
2014-07-17 Elliott HughesRemove non-standard prctl constants from <sys/prctl.h>.
2014-07-17 Christopher... Merge "Add gen syscalls step to instructions." into...
2014-07-18 Christopher... Add gen syscalls step to instructions.
2014-07-16 Elliott Hughesptrace(3) should be varargs.
2014-07-16 Elliott HughesUse VDSO for clock_gettime(2) and gettimeofday(2).
2014-07-16 Dan AlbertMerge "Remove isascii_l(3)." into lmp-dev
2014-07-16 Elliott HughesRegenerate the syscalls list after the uapi update.
2014-07-15 Dan AlbertRemove isascii_l(3).
2014-07-15 Christopher... Fix BIONIC_ROUND_UP_POWER_OF_2 for 64 bit.
2014-07-15 Elliott HughesFix visibility for a bunch more symbols.
2014-07-14 Elliott HughesImplement rand/srand in terms of random/srandom.
2014-07-14 Elliott HughesSync upstream-openbsd.
2014-07-14 Dmitriy IvanovUpstream atexit
2014-07-12 Elliott Hughesam e2b177a5: am 83ce99d8: Merge "Define SIOCKILLADDR...
2014-07-12 Elliott Hughesam 83ce99d8: Merge "Define SIOCKILLADDR which isn\...
2014-07-12 Elliott HughesDefine SIOCKILLADDR which isn't in the common kernel...
2014-07-12 Elliott Hughesam b962ab81: am 57a5b338: Merge "Define three prctl...
2014-07-12 Elliott Hughesam 57a5b338: Merge "Define three prctl constants that...
2014-07-12 Elliott Hughesam 0594b9dd: am b8e82b5e: Merge "EM_ARM and EM_AARCH64...
2014-07-12 Christopher... am efdf7862: am 385bb1ed: Merge "Add optimized memchr...
2014-07-12 Christopher... am 55230dd0: am 96502e27: Merge "Make jemalloc the...
2014-07-12 Christopher... am 18a25078: am c6bc0017: Merge "Update kernel headers...
2014-07-12 Elliott Hughesam ce1422b9: am 040e1187: Merge "Enable building libc...
2014-07-12 Dan Albertam c0afc23e: am 37f09d6d: Merge "Revert "Revert "Add...
2014-07-12 Elliott Hughesam d19f2d85: am 76df69d1: Merge "The err family allow...
2014-07-12 Elliott Hughesam 696c48df: am eba7c15b: Merge "Revert "Switch libm...
2014-07-12 Elliott Hughesam 37ab54fd: am 5df23dc8: Merge "Switch libm to buildin...
2014-07-12 Elliott Hughesam 35805377: am 9b491470: Merge "Slim down static binar...
2014-07-12 Elliott Hughesam 7d9f1cc5: am f0f8cd1f: Merge "Remove the global...
2014-07-12 Elliott Hughesam 12ce9115: am cd23370c: Merge "Remove the obsolete...
2014-07-12 Calin Juravleam 9712d913: am 02459d34: Merge "Move __cmsg_nxthdr...
2014-07-12 Calin Juravleam cd061f6e: am 8a71a745: Merge "Removed obsolete symbo...
2014-07-12 Christopher... am 4306b0f8: am 25fba981: Merge "Do not include libc_co...
2014-07-12 Elliott Hughesam 96d7251c: am d028b620: Merge "Added a __system_prope...
2014-07-12 Elliott Hughesam 1cad0226: am 84f0c7c2: Merge "update-tzdata.py needs...
2014-07-12 Dan Albertam ea04b5a6: am 7a85d9a1: Merge "Revert "Add locale...
2014-07-12 Dan Albertam f6b95993: am 430d5f93: Merge "Add locale aware APIs."
2014-07-12 Elliott Hughesam 94560b5b: am 4c199170: Merge "Added __system_propery...
2014-07-12 Elliott Hughesam 8d11fb18: am 3139f6fd: Merge "Remove __CTOR_LIST__...
2014-07-12 Elliott Hughesam 986fb565: am c4c67893: Merge "Don\'t zero r1 on...
2014-07-12 Ying Wangam 6ee2f321: am 6cdd0cfd: Merge "TARGET_OUT_DATA_NATIVE...
2014-07-12 Dmitriy Ivanovam ab164750: am 3c12ae56: Merge "Add test for construct...
2014-07-12 Elliott Hughesam b8e82b5e: Merge "EM_ARM and EM_AARCH64 are now in...
2014-07-12 Christopher... am 385bb1ed: Merge "Add optimized memchr implementation...
2014-07-12 Christopher... am 96502e27: Merge "Make jemalloc the default choice."
2014-07-12 Christopher... am c6bc0017: Merge "Update kernel headers to v3.14."
2014-07-12 Elliott Hughesam 040e1187: Merge "Enable building libc with clang."
next