OSDN Git Service

android-x86/bionic.git
2011-02-11 Dmitry ShmidtUpdate
2011-02-06 David TurnerMerge "Remove an extra register move."
2011-02-06 David TurnerMerge "Replace __atomic_XXX with GCC __sync_XXX intrins...
2011-02-06 David TurnerMerge "move some typedefs to procfs.h required by gdbse...
2011-02-04 David TurnerMerge "Use more optimized version of memmove"
2011-02-03 Bruce BeareRemove an extra register move.
2011-02-03 Bruce BeareReplace __atomic_XXX with GCC __sync_XXX intrinsics.
2011-02-03 Bruce Bearemove some typedefs to procfs.h required by gdbserver...
2011-02-03 Johannes CarlssonUse more optimized version of memmove
2011-02-02 Brad FitzpatrickMerge "Add time-to-live (TTL) support to resolver cache"
2011-02-02 Mattias FalkAdd time-to-live (TTL) support to resolver cache
2011-01-26 David 'Digit... am 8e2ff164: libm: Add nanf() and tgammaf() implementat...
2011-01-26 Brad Fitzpatrickam d05446b3: am 7a2e1a02: Merge "Don\'t proxy getaddrin...
2011-01-26 Brad Fitzpatrickresolved conflicts for merge of ff242869 to honeycomb...
2011-01-25 Brad Fitzpatrickam 7a2e1a02: Merge "Don\'t proxy getaddrinfo when net...
2011-01-25 Brad Fitzpatrickam 0ec85334: Merge "DNS proxy: the start. proxies...
2011-01-25 Brad FitzpatrickMerge "Don't proxy getaddrinfo when net.dns1.[MYPID...
2011-01-25 Brad FitzpatrickMerge "DNS proxy: the start. proxies getaddrinfo calls."
2011-01-25 David 'Digit... libm: Add nanf() and tgammaf() implementations.
2011-01-21 David Turneram 5d45fa40: am 2081fda6: Merge "Only look up A records...
2011-01-21 tedboam b67c1bac: Fix bug in linker environment variable...
2011-01-21 Colin Crossam 56faf66f: raise: Send signal to current thread
2011-01-21 tedboFix bug in linker environment variable lookup.
2011-01-21 Colin Crossraise: Send signal to current thread
2011-01-19 David Turneram 2081fda6: Merge "Only look up A records if the syste...
2011-01-19 David TurnerMerge "Only look up A records if the system has IPv4...
2011-01-17 Steinar H.... am 2be18508: am 2e23e292: Backport (simple cherry-pick...
2011-01-17 Steinar H.... am 4eb4c932: am f4dca7be: Backport (simple cherry-pick...
2011-01-17 Steinar H.... am 42e449e9: am a798b9f0: Backport (simple cherry-pick...
2011-01-17 Steinar H.... am 2e23e292: Backport (simple cherry-pick) d33019030c1f...
2011-01-17 Steinar H.... am f4dca7be: Backport (simple cherry-pick) 64b6c43379db...
2011-01-17 Steinar H.... am a798b9f0: Backport (simple cherry-pick) d1624add2b73...
2011-01-16 Lorenzo ColittiOnly look up A records if the system has IPv4.
2011-01-14 Steinar H.... Backport (simple cherry-pick) d33019030c1f0cddca557f965...
2011-01-14 Steinar H.... Backport (simple cherry-pick) 64b6c43379dba176659bc1313...
2011-01-14 Steinar H.... Backport (simple cherry-pick) d1624add2b73ce8ff7826ce27...
2011-01-11 Jean-Baptiste... am f588772b: Merge changes I9347ab44,I3f080b34
2011-01-07 Bruce Beareuse consistent guards for off_t and size_t defines...
2011-01-07 Bruce BeareSimplify variable typing for IA builds
2011-01-07 Jean-Baptiste... Merge changes I9347ab44,I3f080b34
2011-01-06 Brad FitzpatrickDon't proxy getaddrinfo when net.dns1.[MYPID] is set.
2011-01-06 Brad FitzpatrickDNS proxy: the start. proxies getaddrinfo calls.
2011-01-05 Steinar H.... Add a new #define IN6_IS_ADDR_ULA, for testing for...
2011-01-05 David 'Digit... Merge "libc: Fix the definition of SIGRTMAX"
2011-01-05 Lorenzo ColittiMerge "Don't treat private IPv4 addresses as being...
2011-01-04 David 'Digit... Merge "libc: remove obsolete sha1hash.c source file"
2011-01-03 Bruce Beareuse consistent guards for off_t and size_t defines...
2011-01-03 Bruce BeareSimplify variable typing for IA builds
2010-12-31 David Turneram 3de4dcdb: Merge "android-x86: use proper variable...
2010-12-31 David Turneram ae5df14f: Merge "Use __asm__ instead of asm in publi...
2010-12-31 David TurnerMerge "android-x86: use proper variable typing"
2010-12-31 David TurnerMerge "Use __asm__ instead of asm in public libc headers"
2010-12-29 Jean-Baptiste... am 3d302be4: Merge "android-x86: add sigsetjmp.S"
2010-12-29 Jean-Baptiste... Merge "android-x86: add sigsetjmp.S"
2010-12-28 Jean-Baptiste... am b05aa150: Merge "Replace all occurrances of asm...
2010-12-28 Jean-Baptiste... Merge "Replace all occurrances of asm with __asm__...
2010-12-26 Chih-Wei Huangandroid-x86: add sigsetjmp.S
2010-12-23 Chih-Wei Huangandroid-x86: use proper variable typing
2010-12-22 David Turneram a4f6d228: Merge "Add a method for replacing tokens...
2010-12-20 David 'Digit... libc: remove obsolete sha1hash.c source file
2010-12-20 David 'Digit... libc: Fix the definition of SIGRTMAX
2010-12-20 David 'Digit... linker: Remove unsecure env. variable for setuid programs.
2010-12-20 David TurnerMerge "Add a method for replacing tokens in the preproc...
2010-12-20 Steinar H.... Don't treat private IPv4 addresses as being in a non...
2010-12-16 David 'Digit... libc: Add missing declarations in <netinet/in.h>
2010-12-16 David 'Digit... libc: Add ftruncate64 and improve 64-bit parameter...
2010-12-16 David 'Digit... libc: Remove duplicate eventfd declaration from SYSCALL...
2010-12-15 Jean-Baptiste... am c99892f1: am a9e5bbfd: Merge "Support usage of __ARM...
2010-12-15 Jean-Baptiste... am a9e5bbfd: Merge "Support usage of __ARM_HAVE_LDREX_S...
2010-12-15 Jean-Baptiste... Merge "Support usage of __ARM_HAVE_LDREX_STREX"
2010-12-14 David Turneram 572fced5: am 9691ecc9: Merge "Remove extra/unneeded...
2010-12-14 David Turneram 9691ecc9: Merge "Remove extra/unneeded copy of fenv.h"
2010-12-14 David TurnerMerge "Remove extra/unneeded copy of fenv.h"
2010-12-09 Bruce Bearesigsetmask.c was not processing the "mask" argument.
2010-12-09 Yu Shan Emily LauRevert "sigsetmask.c was not processing the "mask"...
2010-12-08 Martin StorsjoReplace all occurrances of asm with __asm__ in the...
2010-12-08 Martin StorsjoAdd a method for replacing tokens in the preprocessed...
2010-12-08 Martin StorsjoUse __asm__ instead of asm in public libc headers
2010-12-07 David Turneram 48bebaec: am 4efbf95d: Merge "Use proper variable...
2010-12-07 David Turneram 4efbf95d: Merge "Use proper variable typing"
2010-12-07 David TurnerMerge "Use proper variable typing"
2010-12-07 David 'Digit... Merge "<sched.h>: Add sched_getcpu() and cpu_set_t"
2010-12-07 David 'Digit... Merge "<time.h>: Add timegm(), timelocal() and others."
2010-12-07 David 'Digit... Merge "libc: Add <android/api-level.h>"
2010-12-07 David Turneram e05762a5: am 8e6435ea: Merge "Add defines for CAIF...
2010-12-07 Jean-Baptiste... am b11d7c3e: am bcb0a925: Merge "sigsetmask.c was not...
2010-12-06 David Turneram 8e6435ea: Merge "Add defines for CAIF support"
2010-12-06 David TurnerMerge "Add defines for CAIF support"
2010-12-06 Jean-Baptiste... am bcb0a925: Merge "sigsetmask.c was not processing...
2010-12-06 Jean-Baptiste... Merge "sigsetmask.c was not processing the "mask" argum...
2010-12-06 David 'Digit... <sched.h>: Add sched_getcpu() and cpu_set_t
2010-12-06 David 'Digit... <time.h>: Add timegm(), timelocal() and others.
2010-12-06 David 'Digit... libc: Add <android/api-level.h>
2010-12-04 Bruce Bearesigsetmask.c was not processing the "mask" argument.
2010-12-04 Bruce BeareAdd defines for CAIF support
2010-12-02 Ed HeylMerge "Add mkdtemp() prototype to stdlib.h."
2010-11-30 tedboAdd mkdtemp() prototype to stdlib.h.
2010-11-29 tedboAdd wcscasecmp() and wcsncasecmp() prototypes to wchar.h.
2010-11-24 Kenny RootAdd support for pread64/pwrite64
2010-11-23 Iliyan Malchevbionic: update processed kernel header tegra_audio.h
next