summaryrefslogtreecommitdiffstats
path: root/libc/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * Workaround b/16818336 which fails build under aggressive inlining.Dehao Chen2014-08-051-33/+0
| | * Implement <sys/fsuid.h>.Elliott Hughes2014-07-301-2/+1
| | * Remove declarations for things that don't exist.Elliott Hughes2014-07-294-33/+1
| | * There is no _MIN for unsigned types.Dan Albert2014-07-291-1/+1
| | * Fix linkage of grantpt(3).Elliott Hughes2014-07-292-13/+7
| | * Revert "Add a hack to <stdlib.h> until we can fix libvpx."Elliott Hughes2014-07-281-6/+0
| | * syscall(3)'s return type should be long.Elliott Hughes2014-07-281-1/+1
| | * Start hiding "private/bionic_time.h".Elliott Hughes2014-07-251-1/+1
| | * Implement twalk(3), add unit tests.Elliott Hughes2014-07-241-0/+3
| | * Fix belated review comments on syslog change.Elliott Hughes2014-07-231-37/+40
| | * Rewrite syslog(3) to use Android logging.Elliott Hughes2014-07-211-13/+11
| | * Define atomic_charN_t only if charN_t is supported.Hans Boehm2014-07-181-2/+4
| | * Clean up some misinformation around prctl.Elliott Hughes2014-07-182-10/+3
| | * Remove SIOCKILLADDR from <sys/socket.h>.Elliott Hughes2014-07-181-7/+0
| | * Remove PR_SET_TIMERSLACK_PID from <sys/prctl.h>.Elliott Hughes2014-07-181-7/+0
| | * Remove non-standard prctl constants from <sys/prctl.h>.Elliott Hughes2014-07-171-13/+0
| | * ptrace(3) should be varargs.Elliott Hughes2014-07-161-4/+4
| | * Merge "Remove isascii_l(3)." into lmp-devDan Albert2014-07-161-1/+0
| | |\
| | | * Remove isascii_l(3).Dan Albert2014-07-151-1/+0
| | * | Regenerate the syscalls list after the uapi update.Elliott Hughes2014-07-151-0/+10
| | |/
| | * Define SIOCKILLADDR which isn't in the common kernel uapi headers.Elliott Hughes2014-07-111-0/+7
* | | Add process_vm_readv and process_vm_writev.Elliott Hughes2015-06-101-2/+7
* | | Allow NULL in pthread_mutex_lock/unlock.Christopher Ferris2015-06-091-0/+8
* | | Merge "remove rootdir build.prop" into mnc-devAndres Morales2015-05-081-1/+0
|\ \ \
| * | | remove rootdir build.propAndres Morales2015-05-071-1/+0
* | | | Add definitions of Elf32_Sxword and ELFXX_R_INFODmitriy Ivanov2015-05-071-0/+5
* | | | Fix protected symbol lookups for mipsDmitriy Ivanov2015-05-051-0/+5
|/ / /
* | | bionic: fortify comments in _system_properties.hMark Salyzyn2015-04-301-4/+10
* | | bionic: add __system_property_area_serial()Mark Salyzyn2015-04-281-0/+18
|/ /
* | Merge "add a fortified implementation of realpath"Nick Kralevich2015-04-261-0/+21
|\ \
| * | add a fortified implementation of realpathDaniel Micay2015-04-201-0/+21
* | | Merge "add fortified memchr/memrchr implementations"Nick Kralevich2015-04-251-0/+49
|\ \ \ | |/ / |/| |
| * | add fortified memchr/memrchr implementationsDaniel Micay2015-04-171-0/+49
* | | 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