summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Add new optimized strlen for arm.Christopher Ferris2013-07-167-1/+157
* Clean up our alternate signal stacks.Elliott Hughes2013-07-163-0/+16
* Improve stack overflow diagnostics.Elliott Hughes2013-07-162-5/+24
* Clean up __builtin_expect usage.Elliott Hughes2013-07-164-48/+26
* EABI syscall cleanup.Elliott Hughes2013-07-162-18/+15
* Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacks...Elliott Hughes2013-07-152-16/+20
* Upgrade to tzcode2013d.Elliott Hughes2013-07-127-898/+836
* Add TCP_INFO state enum values.Elliott Hughes2013-07-111-0/+18
* syslog.h: add __printflike to syslog functionsNick Kralevich2013-07-101-4/+4
* Fix MIPS build.Elliott Hughes2013-07-091-0/+4
* Add <sys/statvfs.h>.Elliott Hughes2013-07-097-8/+126
* Remove <netinet/icmp6.h> ni_* macros.Elliott Hughes2013-07-081-0/+4
* Upgrade to tzdata2013d.Elliott Hughes2013-07-081-0/+0
* Make bionic's <netinet/icmp6.h> standalone, like glibc's.Elliott Hughes2013-07-081-0/+2
* Fix IPv6 filtering definitions in netinet/icmp6.h.Lorenzo Colitti2013-07-081-6/+16
* Merge "Clean up <sys/mount.h>/<linux/fs.h> duplication."Elliott Hughes2013-07-082-106/+54
|\
| * Clean up <sys/mount.h>/<linux/fs.h> duplication.Elliott Hughes2013-07-032-106/+54
* | bionic_atomic_arm.h: Remove < ARMv6 supportNick Kralevich2013-07-031-77/+6
|/
* Include linux/termios.h from sys/ioctl.h.Lorenzo Colitti2013-07-031-0/+5
* Update linux/types.h to linux 2.6.20.Lorenzo Colitti2013-07-031-2/+4
* libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings.Will Newton2013-07-032-0/+35
* Expose dn_comp and dn_expand to system C code.Lorenzo Colitti2013-07-022-9/+10
* Fix inttypes.h PRI?PTR and SCN?PTR macros.Elliott Hughes2013-07-021-11/+11
* Update icmp6.h to current NetBSD.Lorenzo Colitti2013-07-021-11/+59
* Merge "libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings."Christopher Ferris2013-07-011-0/+611
|\
| * libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings.Will Newton2013-07-011-0/+611
* | More FORTIFY_SOURCE functions under clangNick Kralevich2013-06-293-6/+8
|/
* resolv_private.h: remove #define b64_ntop and b64_ptonNick Kralevich2013-06-281-5/+0
* stdio.h: enable vs?printf clang FORTIFY_SOURCENick Kralevich2013-06-271-2/+0
* bionic: add compatibility mode for propertiesColin Cross2013-06-254-1/+160
* bionic: use the size of the file to determine property area sizeColin Cross2013-06-251-8/+14
* Merge "Switch to current upstream getopt_long."Elliott Hughes2013-06-255-89/+152
|\
| * Switch to current upstream getopt_long.Elliott Hughes2013-06-255-89/+152
* | Merge "libc: add swapon and swapoff syscalls"Rom Lemarchand2013-06-2511-0/+168
|\ \ | |/ |/|
| * libc: add swapon and swapoff syscallsRom Lemarchand2013-06-2511-0/+168
* | Update x86 machine/endian.h from upstreamPavel Chupin2013-06-251-19/+9
|/
* Kernel dso support for 'dl_iterate_phdr' functionSergey Melnikov2013-06-251-24/+41
* libc: enable FORTIFY_SOURCE snprintf under clangNick Kralevich2013-06-251-4/+8
* bionic: store property names as variable-length stringsGreg Hackmann2013-06-241-4/+5
* bionic: prevent root processes from calling __system_property_addColin Cross2013-06-241-3/+17
* bionic: revert to a single (larger) property areaGreg Hackmann2013-06-242-71/+26
* bionic: reimplement property area as hybrid trie/binary treeGreg Hackmann2013-06-242-93/+272
* bionic: add missing memory barriers to system propertiesGreg Hackmann2013-06-241-0/+5
* bionic: make property area expandableGreg Hackmann2013-06-242-47/+159
* libc: enable sprintf FORTIFY_SOURCE under clangNick Kralevich2013-06-241-2/+11
* libc_logging: don't keep file descriptors open foreverNick Kralevich2013-06-211-12/+10
* libc: enable FORTIFY_SOURCE clang strlcpyNick Kralevich2013-06-201-2/+2
* Merge "stdint.h header is not fully compatible with C99(ISO9899:1999)"Elliott Hughes2013-06-191-4/+4
|\
| * stdint.h header is not fully compatible with C99(ISO9899:1999)Sergey Melnikov2013-06-191-4/+4
* | bionic: add __system_property_foreachGreg Hackmann2013-06-182-3/+32