OSDN Git Service

android-x86/bionic.git
2009-12-03 Alexey TarasovFix log channel initialization at bionic/logd_write.c.
2009-11-15 Jean-Baptiste... merge from eclair
2009-11-13 Jean-Baptiste... eclair snapshot
2009-11-09 Android Code... Merge change I37d0317d
2009-11-06 Shin-ichiro... added and modified linker to support SuperH architecture
2009-11-05 Thorsten GlaserAdd the BSD sys_signame array.
2009-09-28 Shin-ichiro... added and modified bionic code to support SuperH archit...
2009-09-21 Android Code... Merge change 10538
2009-09-17 Android Code... Merge change 10539
2009-09-17 Android Code... Merge change 10587
2009-09-16 vinay harugopLinux kernel helpers support is provided to android...
2009-09-16 Thinker K.F LiFill l_ld of linkmaps with value from soinfo::dynamic.
2009-09-15 Android Code... Merge change 10541
2009-09-15 Android Code... Merge change 10542
2009-09-15 Android Code... Merge change 11671
2009-09-14 Matthieu CASTETRemove code duplication for pthread_cond_timeout_np...
2009-09-14 Martin StorsjoDefine 64 bit types if compiling with -std=c99
2009-09-09 vinay harugopARM architecture reference manuals for ARMv6 & ARMv7...
2009-09-01 Shin-ichiro... modified SYSCALLS.TXT to support SuperH architecture
2009-08-31 Chih-Wei HuangInclude <endian.h> instead of <sys/endian.h>,
2009-08-31 Shin-ichiro... added and modified libdl to support SuperH architecture
2009-08-31 Shin-ichiro... added and modified libm to support SuperH architecture
2009-08-25 Alexey TarasovChanged logging functions in bionic/logd_write.c.
2009-08-21 Android Code... Merge change 10749
2009-08-21 Android Code... Merge change 10757
2009-08-07 Android Code... Merge change 10057
2009-08-03 Jean-Baptiste... merge from donut
2009-07-29 Jean-Baptiste... merge from donut
2009-07-29 Erik Gillingbionic/linker: keep track of opened libraries by basename
2009-07-29 Android (Google... Merge change 8281 into donut
2009-07-27 David 'Digit... Make the DNS resolver accept domain names with an under...
2009-07-26 Jean-Baptiste... Merge korg/donut into korg/master
2009-07-24 Joe LaPennaAdd an 's and a . to the bionic/libc README.
2009-07-23 Erik Gillinglinker: remove newlines from DL_ERR so that dlerror...
2009-07-22 Martin StorsjoMake sure size_t is defined before used in strings.h
2009-07-21 Andy McFaddenRestore malloc debug.
2009-07-17 David 'Digit... Fix the C library runtime initialization order.
2009-07-17 David 'Digit... Pass the elfdata pointer in a slot of the temporary...
2009-07-10 David 'Digit... Add new C++ headers <cerrno> and <cfloat>
2009-07-09 David 'Digit... Add <linux/uinput.h> to C library kernel headers
2009-07-09 David 'Digit... Prevent a crash in the memory leak checker (which happe...
2009-07-01 Shin-ichiro... modified kernel headers re-generate tools to support...
2009-07-01 Tony Simadded syscalls for SuperH which automatically generate...
2009-06-25 Android (Google... Merge change 2990 into donut
2009-06-24 Android (Google... Merge change 5184 into donut
2009-06-24 Iliyan Malchevupdate clean msm_camera.h
2009-06-22 David 'Digit... Add Glibc-compatible macro aliases for the nanosecond...
2009-06-16 David 'Digit... Update cleaned-up kernel headers
2009-06-16 David BartleyAdd LD_LIBRARY_PATH support to bionic's linker
2009-06-12 David 'Digit... Add new clean header for PPP on PPTP (VPN)
2009-06-04 Iliyan Malchevbionic: update msm_camera.h header
2009-06-03 David 'Digit... Revert "Fix the C library initialization to avoid calli...
2009-06-02 Barry HayesAdd mspace_merge_objects
2009-06-02 David 'Digit... Fix the C library initialization to avoid calling stati...
2009-06-01 Dima Zavinlinker: Give more context for failures during library...
2009-05-28 Dima Zavinlinker: Make the errors reported by dlopen/dlsym be...
2009-05-28 Dima Zavinlibc: Add an intermediate version of the static libc...
2009-05-28 Dima Zavinlibc: Cleanup the libc makefile.
2009-05-27 Android (Google... Merge change 2470 into donut
2009-05-27 Android (Google... Merge change 1852 into donut
2009-05-27 Iliyan Malchevadd msm_camera.h header and .gitignore file to bionic
2009-05-27 Iliyan Malchevupdate msm_adsp.h header
2009-05-26 David 'Digit... Fix getservent() so that it returns s_port in network...
2009-05-26 David 'Digit... Fix the parsing of the .fini_array in the dynamic linke...
2009-05-20 David 'Digit... Add <linux/ipsec.h> and <linux/if_pppolac.h> for VPN...
2009-05-20 David 'Digit... Fix __eabi_atexit() implementation, as well as a bug...
2009-05-18 David 'Digit... Add <cmath> standard C++ header.
2009-05-15 David 'Digit... revert to previous implementation of __aeabi_atexit...
2009-05-14 David 'Digit... Fix __aeabi_atexit to call __cxa_atexit properly. This...
2009-05-12 Dima Zavinlinker: Compute symbol name before lookup so we can...
2009-05-05 David 'Digit... change getaddrinfo() implementation to match GLibc.
2009-05-01 Android (Google... Merge change 57 into donut
2009-05-01 James DongIncrease the limit of loaded shared libraries from...
2009-04-24 Dave Bortlibc: Replace a reference to TARGET_BUILD_TYPE with...
2009-04-23 Jean-Baptiste... merge cupcake into donut
2009-04-13 Chung-yih WangAdd the domain search list for VPN connection.
2009-04-10 Niko CataniaAI 145714: Added cstring wrapper around string.h.
2009-04-08 Niko CataniaAI 145059: (Almost) final set of wrapper around the...
2009-04-02 Niko CataniaAI 144236: Added new C to stdc++ header files: cassert...
2009-03-30 Niko CataniaAI 143504: Completed cstddef to be non empty and simila...
2009-03-27 Mathias AgopianAI 143161: am: CL 142857 Add some bluring to the animat...
2009-03-27 The Android... Merge commit 'korg/cupcake'
2009-03-26 Mathias AgopianAutomated import from //branches/cupcake/...@142857...
2009-03-25 Iliyan MalchevAutomated import from //branches/donutburger/...@140950...
2009-03-20 The Android... auto import from //branches/cupcake_rel/...@141571
2009-03-19 The Android... auto import from //branches/cupcake_rel/...@140373
2009-03-18 Jean-Baptiste... Merge commit 'remotes/korg/cupcake' into cupcake_to_master
2009-03-04 The Android... auto import from //depot/cupcake/@135843
2009-03-04 The Android... auto import from //depot/cupcake/@135843
2009-03-03 The Android... auto import from //depot/cupcake/@132589
2009-03-03 The Android... auto import from //depot/cupcake/@137055
2009-02-20 The Android... auto import from //branches/cupcake/...@132569
2009-02-19 The Android... auto import from //branches/cupcake/...@132276
2009-02-13 The Android... auto import from //branches/cupcake/...@131421
2009-02-10 The Android... auto import from //branches/cupcake/...@130745
2009-01-20 The Android... Merge branch 'cupcake'
2009-01-20 The Android... auto import from //branches/cupcake/...@127101
2009-01-16 android-build... Merge branch 'cupcake'
2009-01-16 The Android... auto import from //branches/cupcake/...@126645
2009-01-10 The Android... Merge branch 'cupcake'
next