summaryrefslogtreecommitdiffstats
path: root/libc/include
Commit message (Expand)AuthorAgeFilesLines
* bionic/libc: fix getsid() syscall number for mipscm-10.1-M2Richard Hansen2013-02-271-1/+3
* FORTIFY_SOURCE: optimizeNick Kralevich2013-02-151-9/+18
* FORTIFY_SOURCE: remove memcpy overlap checksNick Kralevich2013-02-151-7/+0
* FORTIFY_SOURCE: fortify strrchrNick Kralevich2012-12-041-0/+16
* FORTIFY_SOURCE: fortify strchrNick Kralevich2012-12-041-0/+17
* Revert "sha1: Use bswap* to optimize byte order"Ricardo Cerqueira2012-11-291-6/+5
* Merge branch 'jb-mr1-release' of https://android.googlesource.com/platform/bi...Steve Kondik2012-11-1834-294/+1308
|\
| * Merge "Fix <sys/klog.h> to correspond to the kernel operations."Elliott Hughes2012-09-141-10/+18
| |\
| | * Fix <sys/klog.h> to correspond to the kernel operations.Elliott Hughes2012-09-141-10/+18
| * | Merge "Add tty defaults to bionic"Elliott Hughes2012-09-141-0/+115
| |\ \
| | * | Add tty defaults to bionicIrina Tirdea2012-09-111-0/+115
| | |/
| * | libc: add ftw / nftw functionsNick Kralevich2012-09-131-0/+62
| * | Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginf...Irina Tirdea2012-09-131-0/+2
| * | Update the kernel headers to match external/kernel-headers.Elliott Hughes2012-09-126-9/+201
| * | Backwards and forwards compatibility for an upcoming <sys/socket.h> change.Elliott Hughes2012-09-121-0/+3
| |/
| * Add mlockall and munlockall for Google TV.Elliott Hughes2012-09-061-0/+6
| * Merge "termios: add tcdrain"Elliott Hughes2012-09-041-0/+5
| |\
| | * termios: add tcdrainVitaly Wool2012-09-041-0/+5
| * | Add getsid system call to bionicIrina Tirdea2012-09-032-1/+2
| |/
| * disable _FORTIFY_SOURCE under clangNick Kralevich2012-08-294-22/+1
| * Upgrade to dlmalloc 2.8.5.Ian Rogers2012-08-201-83/+40
| * Always define the 64-bit int types.Elliott Hughes2012-08-171-37/+1
| * Add link.h for all platforms with dl_phdr_infoPavel Chupin2012-08-171-0/+55
| * Update MS_ mount flags, define unshare() syscall.Jeff Sharkey2012-08-142-1/+5
| * Merge "MIPS support to sigsuspend and sigwait routines"Elliott Hughes2012-08-101-1/+3
| |\
| | * MIPS support to sigsuspend and sigwait routinesRaghu Gandham2012-08-091-1/+3
| * | Merge "Add unshare() syscall."Elliott Hughes2012-08-101-0/+3
| |\ \
| | * | Add unshare() syscall.Jeff Sharkey2012-08-101-0/+3
| | |/
| * | Fix typo in SIGTTOU description.Elliott Hughes2012-08-101-1/+1
| |/
| * Merge "MIPS support to sys/ headers"Elliott Hughes2012-08-085-0/+98
| |\
| | * MIPS support to sys/ headersRaghu Gandham2012-08-025-0/+98
| * | Merge "When compiling with clang, don't "fortify_source" the strlcpy and strl...Shih-wei Liao2012-08-061-1/+1
| |\ \
| | * | When compiling with clang, don't "fortify_source" the strlcpy andShih-wei Liao2012-08-061-1/+1
| * | | Merge "Revert "Fix the clang build: this compiler doesn't support the gnu_inl...Shih-wei Liao2012-08-061-7/+0
| |\ \ \ | | |/ / | |/| |
| | * | Revert "Fix the clang build: this compiler doesn't support the gnu_inline fun...Shih-wei Liao2012-08-031-7/+0
| * | | When compiling with clang, don't "fortify_source" the strlen.Shih-wei Liao2012-08-061-0/+2
| |/ /
| * | Fix the clang build: this compiler doesn't support the gnu_inline function at...Shih-wei Liao2012-08-031-0/+7
| |/
| * MIPS support for libc.Raghu Gandham2012-08-021-0/+36
| * Fix a ENOTUP/ENOTSUP typo.Elliott Hughes2012-08-021-1/+1
| * Error numbers are target specific.Chris Dearman2012-08-011-3/+0
| * 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