summaryrefslogtreecommitdiffstats
path: root/libc/include
Commit message (Expand)AuthorAgeFilesLines
* add fortified readlink/readlinkat implementationsDaniel Micay2015-04-171-0/+60
* Merge "Support symbol versioning"Dmitriy Ivanov2015-04-171-0/+6
|\
| * Support symbol versioningDmitriy Ivanov2015-04-161-0/+6
* | Merge "add fortified implementations of pread/pread64"Elliott Hughes2015-04-171-0/+67
|\ \
| * | add fortified implementations of pread/pread64Daniel Micay2015-04-161-0/+67
| |/
* | Remove PROP_PATH_SYSTEM_DEFAULT.Elliott Hughes2015-04-151-1/+0
|/
* Merge "Add Elfxx_Ver* types"Dmitriy Ivanov2015-04-091-0/+65
|\
| * Add Elfxx_Ver* typesDmitriy Ivanov2015-04-091-0/+65
* | Provide writer preference option in rwlock.Yabin Cui2015-04-081-1/+8
|/
* Add ANDROID_DLEXT_FORCE_LOAD flagDmitriy Ivanov2015-04-031-2/+14
* Remove PTHREAD_RECURSIVE_MUTEX_INITIALIZER and PTHREAD_ERRORCHECK_MUTEX_INITI...Yabin Cui2015-03-251-4/+0
* Hide internal of pthread_mutex_t.Yabin Cui2015-03-251-29/+21
* Add test for pthread types alignment check.Yabin Cui2015-03-201-2/+2
* Fix _PATH_DEFPATH to correspond to the actual default path.Elliott Hughes2015-03-171-7/+2
* Fix build: align pthread_cond_t to sizeof(long)Dmitriy Ivanov2015-03-161-1/+1
* Add alignment to opaque types.Christopher Ferris2015-03-161-2/+2
* Hide content of pthread_cond_t in pthread_cond_internal_t.Yabin Cui2015-03-161-4/+5
* Hide content of pthread_rwlock_t in pthread_rwlock_internal_t.Yabin Cui2015-03-131-18/+4
* Add some GNU specific elf constants.Christopher Ferris2015-03-131-0/+4
* syslog.h: missing LOG_MAKEPRI definitionMark Salyzyn2015-03-121-0/+1
* Add the UMOUNT_NOFOLLOW flag to <sys/mount.h>.Elliott Hughes2015-03-111-3/+5
* Add support for packed relocations.Dmitriy Ivanov2015-03-061-0/+7
* Merge "Switch pthread_rwlock_t to stdatomic."Yabin Cui2015-03-051-4/+4
|\
| * Switch pthread_rwlock_t to stdatomic.Yabin Cui2015-03-041-4/+4
* | bionic: deprecate _PATH_MEMMark Salyzyn2015-03-021-1/+0
* | Make getgrent deprecated.Yabin Cui2015-02-251-3/+3
* | Merge "Move endpwent to ndk_cruft.cpp."Yabin Cui2015-02-261-4/+0
|\ \
| * | Move endpwent to ndk_cruft.cpp.Yabin Cui2015-02-251-4/+0
* | | Merge "Make tempnam/mktemp deprecated."Yabin Cui2015-02-262-4/+4
|\ \ \ | |/ / |/| |
| * | Make tempnam/mktemp deprecated.Yabin Cui2015-02-252-4/+4
* | | Merge "Move getusershell/endusershell/setusershell to ndk_cruft.cpp."Yabin Cui2015-02-251-4/+0
|\ \ \
| * | | Move getusershell/endusershell/setusershell to ndk_cruft.cpp.Yabin Cui2015-02-241-4/+0
* | | | Add RLIM_SAVED_CUR and RLIM_SAVED_MAX.Elliott Hughes2015-02-231-0/+4
* | | | valgrind can't find syscall because we didn't put it in <unistd.h>.Elliott Hughes2015-02-192-11/+6
* | | | Add GNU extensions mempcpy and wmemcpy.Elliott Hughes2015-02-182-0/+6
|/ / /
* | | Merge "Make gets() deprecated."Yabin Cui2015-02-181-1/+1
|\ \ \ | |/ /
| * | Make gets() deprecated.Yabin Cui2015-02-181-1/+1
* | | Merge "Implement _FILE_OFFSET_BITS (mostly)."Elliott Hughes2015-02-187-24/+65
|\ \ \ | |/ / |/| |
| * | Implement _FILE_OFFSET_BITS (mostly).Elliott Hughes2015-02-177-24/+65
* | | Merge "Revert "Move use of __warnattr to __deprecated.""Yabin Cui2015-02-173-12/+8
|\ \ \
| * | | Revert "Move use of __warnattr to __deprecated."Yabin Cui2015-02-173-12/+8
* | | | Merge "Move use of __warnattr to __deprecated."Yabin Cui2015-02-173-8/+12
|\ \ \ \ | |/ / /
| * | | Move use of __warnattr to __deprecated.Yabin Cui2015-02-173-8/+12
* | | | Change getgrent error declaration message to proper style.Yabin Cui2015-02-171-3/+3
|/ / /
* | | POSIX says flock is in <sys/file.h>, not <unistd.h>.Elliott Hughes2015-02-172-3/+7
* | | Merge "Declare getgrent/setgrent/endgrent as missing."Yabin Cui2015-02-142-5/+7
|\ \ \
| * | | Declare getgrent/setgrent/endgrent as missing.Yabin Cui2015-02-132-5/+7
| | |/ | |/|
* | | Add missing SHT_LOOS/SHT_HIOS valuesDmitriy Ivanov2015-02-131-0/+3
|/ /
* | Merge "Define MAXHOSTNAMELEN explicitly in source files."Yabin Cui2015-02-102-4/+1
|\ \
| * | Define MAXHOSTNAMELEN explicitly in source files.Yabin Cui2015-02-092-4/+1