summaryrefslogtreecommitdiffstats
path: root/libc/include
Commit message (Expand)AuthorAgeFilesLines
* Fix GNU/POSIX basename headers.Josh Gao2016-03-092-10/+11
* Add prlimit to LP32.Elliott Hughes2016-03-091-3/+0
* Fix regoff_t for LP32 and _FILE_OFFSET_BITS=64.Elliott Hughes2015-11-071-2/+3
* bionic: Let popen fall back to /sbin/shTom Marshall2015-11-031-0/+1
* Improve personality initializationDmitriy Ivanov2015-06-301-1/+1
* Fix bad merge of 64e9e71cdb7d88397e510e1986d494b797ed3b45.Elliott Hughes2015-06-231-3/+0
* Merge "Add flag that makes linker honor min(p_vaddr)" into mnc-devDavid Srbecky2015-06-191-1/+9
|\
| * Add flag that makes linker honor min(p_vaddr)Dmitriy Ivanov2015-06-181-1/+9
* | Fixes for building gdbserver (and gdb) out of the box.Elliott Hughes2015-06-163-2/+28
|/
* Avoid name collision with user_fpsimd_state in <asm/ptrace.h>.Elliott Hughes2015-06-151-2/+2
* Add a sys/procfs.h.Dan Albert2015-06-152-0/+55
* am 00cef820: am 64e9e71c: Define nonportable pthread mutex macros with the _N...Sharvil Nanavati2015-06-151-0/+3
|\
| * am 64e9e71c: Define nonportable pthread mutex macros with the _NP suffix.Sharvil Nanavati2015-06-121-0/+3
| |\
| | * Define nonportable pthread mutex macros with the _NP suffix.Sharvil Nanavati2015-06-121-0/+3
| | * Restore symbols from <arpa/nameser.h>.Elliott Hughes2014-12-041-74/+45
| | * sysconf(3) returns long.Elliott Hughes2014-11-142-2/+2
| | * bionic: libc: Added path to vendor build properties file.Daniel Rosenberg2014-11-131-0/+1
| | * Revert "Add RTLD_NODELETE flag support"Dmitriy Ivanov2014-11-031-1/+0
| | * Add RTLD_NODELETE flag supportDmitriy Ivanov2014-10-311-0/+1
| | * Fix unused DT entry warnings.Dmitriy Ivanov2014-10-311-0/+29
| | * Only use <atomic> for C++11 and newer.Dan Albert2014-10-301-1/+1
| | * Fix the type of u_ar0 in <sys/user.h>.Elliott Hughes2014-10-291-3/+3
| | * Add greg_t for arm64.Elliott Hughes2014-10-291-0/+4
| | * POSIX says <signal.h> gets you ucontext_t.Elliott Hughes2014-10-292-8/+7
| | * Add in_port_t and move it and in_addr_t to the correct header file.Elliott Hughes2014-10-292-2/+5
| | * Use mxcr_mask instead of mxcsr_mask to match glibc.Elliott Hughes2014-10-241-1/+1
| | * Rename library_offset to library_fd_offsetDmitriy Ivanov2014-10-221-4/+4
| | * Add file_offset parameter to android_extinfoDmitriy Ivanov2014-10-211-1/+9
| | * Make memory_order_acquire visible in global namespaceHans Boehm2014-10-201-0/+1
| | * Inline helpers need to be exported unmangled.Dan Albert2014-10-077-39/+27
| | * cdefs.h: add artificial attribute to FORTIFY_SOURCE functionsNick Kralevich2014-10-071-0/+7
| | * Work around a bug in Immersion's libImmEmulatorJ.so.Elliott Hughes2014-10-071-2/+2
| | * Improve <sys/cdefs.h>.Elliott Hughes2014-10-078-173/+39
| | * further cleanup memcpy fortify implementationNick Kralevich2014-10-061-5/+1
| | * string.h: remove unused variableNick Kralevich2014-10-061-1/+0
| | * Run constructors before resolving ifunc functionsDmitriy Ivanov2014-10-011-2/+0
| | * Added test for ifunc support in dynamic linker.Brigid Smith2014-10-011-8/+11
| | * Fix incorrect parameter types for locale funcs.Dan Albert2014-09-242-4/+4
| | * Add pthread_gettid_np and re-expose __get_thread for LP32.Elliott Hughes2014-09-111-0/+2
| | * Add posix_fadvise(3).Elliott Hughes2014-09-101-0/+2
| | * Don't expose non-standard basename_r and dirname_r in LP64.Elliott Hughes2014-09-051-17/+8
| | * Make stdatomic.h work with gcc4.6 host compilerHans Boehm2014-09-021-11/+58
| | * Undefine _Atomic before redefiningHans Boehm2014-09-021-0/+7
| | * Fix, generalize stdatomic.h; improve test.Hans Boehm2014-09-021-4/+10
| | * Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc.Elliott Hughes2014-08-292-20/+20
| | * Fix some 32-bit-isms in <stdio.h>.Elliott Hughes2014-08-201-0/+12
| | * Expose android_set_abort_message().Dan Albert2014-08-191-0/+40
| | * Have stdatomic.h punt to C++ atomic when possibleHans Boehm2014-08-151-0/+93
| | * Change name of MB_CUR_MAX implementation function.Dan Albert2014-08-141-2/+2
| | * Proper MB_CUR_MAX.Dan Albert2014-08-061-1/+2