OSDN Git Service

android-x86/bionic.git
2010-05-14 The Android... merge from open-source master
2010-05-14 David TurnerMerge "Add declaration for sys_signame[] forgotten...
2010-05-13 The Android... merge from open-source master
2010-05-12 Matt FischerSet SA_RESTORER in sigaction()
2010-05-12 Jean-Baptiste... fix build
2010-05-12 The Android... merge from open-source master
2010-05-11 Jean-Baptiste... Merge "Sometimes the compiler is very right! Found...
2010-05-11 David TurnerMerge "Reduce compiler anxiety."
2010-05-11 David TurnerMerge "Added support for LD_PRELOAD"
2010-05-10 David TurnerMerge "stdio: simplify __fremovelock()"
2010-05-10 Jean-Baptiste... Merge "Reversed order of const and static to hush warni...
2010-05-10 André Goddard... stdio: simplify __fremovelock()
2010-05-10 Matt FischerAdded support for LD_PRELOAD
2010-05-10 David TurnerMerge "string: tidy up strndup()"
2010-05-07 Scott TurnerSometimes the compiler is very right! Found bug in...
2010-05-03 The Android... merge from open-source master
2010-05-01 David TurnerMerge "Fix log channel initialization at bionic/logd_wr...
2010-04-29 Jean-Baptiste... Merge "added headers for SuperH which automatically...
2010-04-29 Yi Sunlinker: fix the undefined weak symbols issue
2010-04-29 André Goddard... bionic: add missing NULL check from memory allocation...
2010-04-29 André Goddard... stdio: simplify vasprintf()
2010-04-29 André Goddard... stdio: simplify asprintf()
2010-04-29 André Goddard... improve readability of stdlib: fix indentation and...
2010-04-21 The Android... merge from open-source master
2010-04-08 The Android... merge from open-source master
2010-04-08 Matt FischerFixed support for RTLD_NEXT in dlsym()
2010-04-07 San Mehatam 91638721: kernel_headers: Update rtnetlink/pkt_sched...
2010-04-07 San Mehatkernel_headers: Update rtnetlink/pkt_sched headers...
2010-04-05 Thorsten GlaserAdd declaration for sys_signame[] forgotten in change...
2010-03-31 The Android... merge from open-source master
2010-03-31 The Android... merge from open-source master
2010-03-31 The Android... merge from open-source master
2010-03-30 André Goddard... bionic: fix memory leak in get_malloc_leak_info() error...
2010-03-30 David TurnerMerge "bionic: clear only the part of the buffer which...
2010-03-29 David TurnerMerge "linker: fix the undefined weak symbols issue"
2010-03-29 Min-su, Kimlinker: fix the undefined weak symbols issue
2010-03-29 David TurnerMerge changes Ibdc6e3c8,I9bcb91a2
2010-03-29 David TurnerMerge "Atom optimized string and memory routines"
2010-03-29 The Android... merge from open-source master
2010-03-29 André Goddard... bionic: clear only the part of the buffer which is...
2010-03-29 André Goddard... stdlib: optimize bsearch()
2010-03-26 Bruce BeareAtom optimized string and memory routines
2010-03-26 Bruce BeareAndroid hack for size_t
2010-03-25 Kenny RootFix comparison of IPv6 prefixes
2010-03-24 Dima Zavinlibc: kernel: update msm_kgsl.h
2010-03-23 David 'Digit... Fix typo that broke recursive mutexes implementation.
2010-03-23 David 'Digit... pthread: Use private futexes by default in condition...
2010-03-22 The Android... merge from open-source master
2010-03-22 David 'Digit... Merge "Fix strtod security bug."
2010-03-19 David 'Digit... Use private futexes for pthread_mutex_t.
2010-03-18 David TurnerMerge "bionic: on pthread_join(), avoid extra check...
2010-03-18 David TurnerMerge "bionic: ftell() returns a long, not an int"
2010-03-18 David 'Digit... Add pthread_condattr_init/destroy/setpshared/getpshared
2010-03-17 Matt FischerAdded support for dladdr()
2010-03-17 David TurnerMerge "x86 syscall system call implementation"
2010-03-17 David TurnerMerge "Fix pread()/pwrite() stubs"
2010-03-17 David 'Digit... Fix indentation in pthread mutex implementation.
2010-03-17 David TurnerMerge "bionic: remove unneeded variable from chk_realloc()"
2010-03-17 David TurnerMerge "bionic: equalize the <unknown> program name...
2010-03-17 David TurnerMerge "improve readability of string: fix indentation...
2010-03-17 David TurnerMerge "optimize delete/delete[] operators by removing...
2010-03-11 Fabrice Di... Revert "bionic: pthread: use private futexes by default...
2010-03-11 David 'Digit... bionic: pthread: use private futexes by default for...
2010-03-11 Colin CrossMerge "Only use NEON memcpy if __ARM_NEON__ is defined"
2010-03-10 Colin CrossOnly use NEON memcpy if __ARM_NEON__ is defined
2010-03-09 David 'Digit... Fix strtod security bug.
2010-03-09 David 'Digit... Merge "Fix spurious DNS lookups in the C library."
2010-03-09 Jean-Baptiste... Add an empty CleanSpec.mk
2010-03-08 David 'Digit... Fix spurious DNS lookups in the C library.
2010-03-05 David 'Digit... Fix timezone management in the C library
2010-03-04 Bruce Bearex86 syscall system call implementation
2010-03-04 Gloria WangMerge "QUalcomm H.264 encoder support."
2010-03-04 Gloria WangQUalcomm H.264 encoder support.
2010-03-03 Dan Bornsteinam 71fbeecd: (-s ours) am fd5b1bb8: Add stdlib function...
2010-03-03 Dan Bornsteinam fd5b1bb8: Add stdlib functions mbstowcs() and wcstom...
2010-03-03 Dan BornsteinAdd stdlib functions mbstowcs() and wcstombs(). DO...
2010-03-03 Mike Chanbonic: libc: cpuacct support for setuid functions
2010-03-03 Dima Zavinlibc: kernel: update pmem header with cache flush ioctl
2010-03-02 Andrei Popescuadd sigaltstack syscall
2010-03-01 David 'Digit... Fix pthread_sigmask() to return correct error values.
2010-02-24 David TurnerMerge "Implement support for RFC 3484 (address selectio...
2010-02-24 Steinar H.... Implement support for RFC 3484 (address selection/sorti...
2010-02-23 San Mehatbionic: syscalls: Add ioprio_set/ioprio_get syscall...
2010-02-17 Vladimir ChtchetkineMerge "Merge memory checking functionality from sandbox"
2010-02-16 Vladimir ChtchetkineMerge memory checking functionality from sandbox
2010-02-12 Matt FischerFix pread()/pwrite() stubs
2010-02-12 Niko CataniaMerge "Changed __get_h_errno linkage to "C"."
2010-02-12 David 'Digit... Fix sem_post() behaviour to wake up multiple waiting...
2010-02-12 David 'Digit... Fix sem_trywait() implementation + update changelog.
2010-02-12 Nicolas CataniaChanged __get_h_errno linkage to "C".
2010-02-12 David 'Digit... Fix android_id_from_name to accept "app_0" as a valid ID.
2010-02-11 David 'Digit... Fix debug output in the dynamic linker.
2010-02-11 Iliyan Malchevbionic/linker: rename ba_prelink to ba_nonprelink
2010-02-09 David TurnerMerge "Fix <sys/epoll.h> and <sys/system_properties...
2010-02-09 David 'Digit... Fix <sys/epoll.h> and <sys/system_properties.h> to...
2010-02-09 Iliyan Malchevam 58060c50: am ee424e23: bionic: update processed...
2010-02-09 Iliyan Malchevam ee424e23: bionic: update processed kernel header...
2010-02-08 Iliyan Malchevbionic: update processed kernel header a1026.h
2010-02-05 Chris DearmanCorrect generic memset implementation
2010-02-05 Chris DearmanGeneric memcpy should define MEMCOPY before including...
next