summaryrefslogtreecommitdiffstats
path: root/libc/include
Commit message (Expand)AuthorAgeFilesLines
* Fix implementation of generic atomic operationsChris Dearman2012-07-241-7/+7
* Update time.h for CLOCK_BOOTTIME.Nick Pelly2012-07-191-0/+1
* Merge "limits.h: Include page.h when relying on PAGE_SIZE"Elliott Hughes2012-07-161-0/+1
|\
| * limits.h: Include page.h when relying on PAGE_SIZEArun Raghavan2012-07-101-0/+1
| * am e0961445: Merge "Remove the meaningless on Linux if_dl.h header."Elliott Hughes2012-06-111-87/+0
| |\
| | * Remove the meaningless on Linux if_dl.h header.Elliott Hughes2012-06-111-87/+0
* | | FORTIFY_SOURCE: revert memcpy changes.Nick Kralevich2012-07-131-9/+1
* | | FORTIFY_SOURCE: introduce __BIONIC_FORTIFY_UNKNOWN_SIZE macroNick Kralevich2012-07-133-4/+8
* | | FORTIFY_SOURCE: strlen check.Nick Kralevich2012-07-131-0/+13
* | | FORTIFY_SOURCE: enhanced memcpy protections.Nick Kralevich2012-07-121-2/+35
* | | Merge "FORTIFY_SOURCE: Add openat, fix bug"Nick Kralevich2012-07-091-7/+30
|\ \ \
| * | | FORTIFY_SOURCE: Add openat, fix bugNick Kralevich2012-07-091-7/+30
* | | | FORTIFY_SOURCE: add fgets support.Nick Kralevich2012-07-091-0/+39
|/ / /
* | | Merge "FORTIFY_SOURCE: add open() checks"Nick Kralevich2012-06-271-0/+40
|\ \ \
| * | | FORTIFY_SOURCE: add open() checksNick Kralevich2012-06-261-0/+40
* | | | libc: cleanupsNick Kralevich2012-06-261-8/+8
|/ / /
* | | libc: make atoi, atol, and atoll pure functionsNick Kralevich2012-06-141-3/+3
* | | FORTIFY_SOURCE: add strlcpy / strlcat supportNick Kralevich2012-06-141-0/+62
* | | Merge "Don't mark realloc with __attribute__((malloc))"Nick Kralevich2012-06-131-1/+1
|\ \ \
| * | | Don't mark realloc with __attribute__((malloc))Nick Kralevich2012-06-131-1/+1
* | | | FORTIFY_SOURCE: add sprintf / vsprintf supportNick Kralevich2012-06-131-14/+57
|/ / /
* | | Merge "FORTIFY_SOURCE: add snprintf, vsnprintf"Nick Kralevich2012-06-121-0/+28
|\ \ \
| * | | FORTIFY_SOURCE: add snprintf, vsnprintfNick Kralevich2012-06-111-0/+28
* | | | Remove the meaningless on Linux if_dl.h header.Elliott Hughes2012-06-111-87/+0
|/ / /
* | | _FORTIFY_SOURCE: add memset / bzero supportNick Kralevich2012-06-073-13/+27
* | | libc: implement some FORTIFY_SOURCE functionsNick Kralevich2012-06-051-0/+41
|/ /
* | am edb7cad9: Merge "Actually set the header guard in "linux-syscalls.h"."Elliott Hughes2012-05-091-0/+1
|\ \ | |/
| * Actually set the header guard in "linux-syscalls.h".Elliott Hughes2012-05-091-0/+1
* | resolved conflicts for merge of e5408907 to jb-dev-plus-aospElliott Hughes2012-05-091-137/+334
|\ \ | |/
| * [MIPS] Add support for MIPS syscallsRaghu Gandham2012-05-092-133/+348
| * Add the posix_memalign(3) function to bionicKen Sumrall2012-04-271-0/+2
| * Merge "Bionic: Fix wrong prototype of system call clock_nanosleep"Elliott Hughes2012-04-161-1/+1
| |\
| | * Bionic: Fix wrong prototype of system call clock_nanosleepJack Ren2012-04-161-1/+1
| * | bionic: Fix wrong prototype of system call getresuid/getresgidJack Ren2012-04-161-2/+2
| |/
| * am afab5a70: Merge "Eliminate duplicate constants"Jean-Baptiste Queru2012-02-292-517/+2
| |\
| | * Eliminate duplicate constantsNick Kralevich2012-02-292-517/+2
| * | am 7f28e0b4: Merge "Clean up the remnants of SuperH support"Jean-Baptiste Queru2012-02-291-1/+0
| |\ \ | | |/
| | * Merge "Clean up the remnants of SuperH support"Jean-Baptiste Queru2012-02-291-1/+0
| | |\
| | | * Clean up the remnants of SuperH supportRaghu Gandham2012-02-091-1/+0
* | | | Add faccessat to syscall listKenny Root2012-04-132-0/+3
* | | | Merge "string.h: add __attribute__ ((pure)) to string functions"Nick Kralevich2012-03-212-19/+21
|\ \ \ \
| * | | | string.h: add __attribute__ ((pure)) to string functionsNick Kralevich2012-03-212-19/+21
* | | | | New additions/bug fixes required/found when porting perf.Ben Cheng2012-03-202-0/+112
|/ / / /
* | | | Update kernel headers and add syscall "perf_event_open"Ben Cheng2012-03-131-0/+1
* | | | Add relro supportNick Kralevich2012-03-051-0/+2
* | | | Eliminate duplicate constantsNick Kralevich2012-02-292-517/+2
* | | | am 09049311: am cfff36df: am a60ff6c5: Merge "libc: Define new symbol visibil...Jean-Baptiste Queru2012-02-131-0/+15
|\ \ \ \ | |/ / /
| * | | am a60ff6c5: Merge "libc: Define new symbol visibility macros"Jean-Baptiste Queru2012-02-131-0/+15
| |\ \ \ | | |/ /
| | * | libc: Define new symbol visibility macrosDavid 'Digit' Turner2012-01-311-0/+15
| | |/
* | | Allow C++ to call fdprintfGlenn Kasten2012-02-091-0/+2