summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge "Changed __get_h_errno linkage to "C"."Niko Catania2010-02-121-4/+4
|\ \ \ \ \ \
| * | | | | | Changed __get_h_errno linkage to "C".Nicolas Catania2010-02-121-4/+4
| |/ / / / /
* | | | | | Fix sem_post() behaviour to wake up multiple waiting threads.David 'Digit' Turner2010-02-122-1/+4
* | | | | | Fix sem_trywait() implementation + update changelog.David 'Digit' Turner2010-02-122-2/+10
* | | | | | Fix android_id_from_name to accept "app_0" as a valid ID.David 'Digit' Turner2010-02-121-1/+1
|/ / / / /
* | | | | Fix debug output in the dynamic linker.David 'Digit' Turner2010-02-117-15/+809
* | | | | bionic/linker: rename ba_prelink to ba_nonprelinkIliyan Malchev2010-02-101-11/+11
* | | | | Merge "Fix <sys/epoll.h> and <sys/system_properties.h> to include proper C++ ...David Turner2010-02-092-0/+12
|\ \ \ \ \
| * | | | | Fix <sys/epoll.h> and <sys/system_properties.h> to include proper C++ inclusi...David 'Digit' Turner2010-02-092-0/+12
* | | | | | am 58060c50: am ee424e23: bionic: update processed kernel header a1026.hIliyan Malchev2010-02-091-1/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | am ee424e23: bionic: update processed kernel header a1026.hIliyan Malchev2010-02-091-1/+2
| |\ \ \ \ \
| | * | | | | bionic: update processed kernel header a1026.handroid-cts-2.1_r5android-cts-2.1_r4android-cts-2.1_r3android-cts-2.1_r2Iliyan Malchev2010-02-081-1/+2
* | | | | | | am 1db87472: am ba8bfedd: reconcile main tree with open-source eclairThe Android Open Source Project2010-02-050-0/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | am ba8bfedd: reconcile main tree with open-source eclairThe Android Open Source Project2010-02-050-0/+0
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | reconcile main tree with open-source eclairandroid-sdk-tools_r5The Android Open Source Project2010-02-050-0/+0
| | |\ \ \ \ \
| | | * \ \ \ \ reconcile android-2.1_r1 snapshotThe Android Open Source Project2010-01-290-0/+0
| | | |\ \ \ \ \
| | | | * | | | | android-2.1_r1 snapshotThe Android Open Source Project2010-01-126-7/+24
* | | | | | | | | am c0472409: am d0996bb4: bionic: update processed kernel header tpa2018d1.hIliyan Malchev2010-02-021-0/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | am d0996bb4: bionic: update processed kernel header tpa2018d1.hIliyan Malchev2010-02-021-0/+8
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | bionic: update processed kernel header tpa2018d1.handroid-2.1_r2.1p2android-2.1_r2.1pIliyan Malchev2010-02-021-0/+8
* | | | | | | | | am 7ec87a19: am 276313ec: bionic: add processed kernel headers a1026.h and tp...Iliyan Malchev2010-02-022-0/+91
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | / / / / | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | am 276313ec: bionic: add processed kernel headers a1026.h and tpa2018d1.hIliyan Malchev2010-02-022-0/+91
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | bionic: add processed kernel headers a1026.h and tpa2018d1.hIliyan Malchev2010-02-022-0/+91
| | |/ / / / /
* | | | | | | bionic: update processed kernel header msm_camera.hIliyan Malchev2010-01-311-1/+3
* | | | | | | Merge "Implement clone() C library function properly."David Turner2010-01-2515-51/+212
|\ \ \ \ \ \ \
| * | | | | | | Implement clone() C library function properly.David 'Digit' Turner2010-01-2515-51/+212
* | | | | | | | Fix typo in a comment.Doug Kwan2010-01-251-1/+1
|/ / / / / / /
* | | | | | | Align TEXT section to 4K boundary so that we can use both ld and gold.Doug Kwan2010-01-251-1/+6
* | | | | | | Add Bionic Changelog in libc/docs/CHANGES.TXTDavid 'Digit' Turner2010-01-211-0/+133
* | | | | | | Add implementation of fdprintf, clearenv, and stubs for ttyname_r, *usershellColin Cross2010-01-156-0/+139
* | | | | | | Add killpg functionColin Cross2010-01-153-0/+47
* | | | | | | Add fts, err, and sys/queue for grepColin Cross2010-01-156-0/+1941
* | | | | | | mntent.h requires stdio.hColin Cross2010-01-151-0/+1
* | | | | | | Add definition of rlim_tColin Cross2010-01-151-0/+2
* | | | | | | Import change from ctype.h revision 1.20 from openbsdColin Cross2010-01-151-0/+4
* | | | | | | Import include/arpa/telnet.h from BSDColin Cross2010-01-151-0/+316
* | | | | | | Import regex from OpenBSDColin Cross2010-01-1511-2/+3430
* | | | | | | Merge "Use correct TLS codepath for linker"Colin Cross2010-01-151-1/+5
|\ \ \ \ \ \ \
| * | | | | | | Use correct TLS codepath for linkerGary King2010-01-121-1/+5
* | | | | | | | Fix ptsname_r(3) return type to match glibcColin Cross2010-01-122-7/+9
|/ / / / / / /
* | | | | | | Merge "Fix usleep(3) return type to be POSIX-compliant."Elliott Hughes2010-01-072-5/+8
|\ \ \ \ \ \ \
| * | | | | | | Fix usleep(3) return type to be POSIX-compliant.Elliott Hughes2009-12-142-5/+8
* | | | | | | | Add user-space ptrace data structure to dump VFP registers and status word.Ben Cheng2009-12-171-1/+8
* | | | | | | | Merge commit 'goog/eclair-plus-aosp'Android Git Automerger2009-12-150-0/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | am 5f53a182: Revert "Add qsort_r() implementation to the C library."Mathias Agopian2009-12-034-76/+37
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | am 754c178a: Add qsort_r() implementation to the C library.David 'Digit' Turner2009-12-034-37/+76
| |\ \ \ \ \ \
| * \ \ \ \ \ \ am e1e68492: Merge change Ifa58a406 into eclairDima Zavin2009-12-031-0/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ am fe62de1a: Add support for R_ARM_REL32 to the dynamic linker.David 'Digit' Turner2009-12-022-6/+14
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ am cd5df2d9: Rebuild the time zone data files in 32-bit format instead of 64-...Eric Fischer2009-11-242-0/+0
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ am 7e617899: Correct the raw offsets in the time zone index for a few zones.Eric Fischer2009-11-231-0/+0
| |\ \ \ \ \ \ \ \ \ \