summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Merge memory checking functionality from sandboxVladimir Chtchetkine2010-02-164-54/+1067
* 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 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
| * | 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 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
| |\ \ \ \ \
| * \ \ \ \ \ am a6083b77: Update zoneinfo time zone data to version 2009sEric Fischer2009-11-203-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ am 110044b1: libc: kernel: Update msm_kgsl.h headerDima Zavin2009-11-131-0/+7
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge from open-source masterJean-Baptiste Queru2009-11-113-22/+135
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge from open-source masterJean-Baptiste Queru2009-11-0835-36/+2744
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ am 199f9d92: Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% impr...Mathias Agopian2009-10-291-25/+16
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ am 96bbbe21: Wrap ARM abort() to improve stack trace.Andy McFadden2009-10-211-0/+31
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ am 7e7d6c48: use local symbols in memset so it doesn\'t screw up profilingMathias Agopian2009-10-191-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | bionic: update processed kernel header msm_camera.hIliyan Malchev2010-01-311-1/+3
* | | | | | | | | | | | | | Implement clone() C library function properly.David 'Digit' Turner2010-01-2515-51/+212
* | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | 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
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | am f197147a: am ca07064c: am 5f53a182: Revert "Add qsort_r() implementation t...Mathias Agopian2009-12-044-76/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ am ca07064c: am 5f53a182: Revert "Add qsort_r() implementation to the C libra...Mathias Agopian2009-12-034-76/+37
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ am 5f53a182: Revert "Add qsort_r() implementation to the C library."Mathias Agopian2009-12-034-76/+37
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | | Revert "Add qsort_r() implementation to the C library."android-sdk-2.1_r1android-2.1_r2.1sandroid-2.1_r2android-2.1_r1Mathias Agopian2009-12-034-76/+37
| | | | |_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | |
* | | | | | | | | | | | | | | am be71c814: am 20b3097d: am 754c178a: Add qsort_r() implementation to the C ...David 'Digit' Turner2009-12-044-37/+76
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | am 20b3097d: am 754c178a: Add qsort_r() implementation to the C library.David 'Digit' Turner2009-12-034-37/+76
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | am 754c178a: Add qsort_r() implementation to the C library.David 'Digit' Turner2009-12-034-37/+76
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / /
| | | * | | | | | | | | | | | Add qsort_r() implementation to the C library.David 'Digit' Turner2009-12-034-37/+76
| | | | |_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | |
* | | | | | | | | | | | | | am a0783df1: am df55c642: am e1e68492: Merge change Ifa58a406 into eclairDima Zavin2009-12-031-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | am df55c642: am e1e68492: Merge change Ifa58a406 into eclairDima Zavin2009-12-031-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | am e1e68492: Merge change Ifa58a406 into eclairDima Zavin2009-12-031-0/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / /