summaryrefslogtreecommitdiffstats
path: root/libc/include
Commit message (Expand)AuthorAgeFilesLines
* Remove issetugid.Elliott Hughes2014-05-291-1/+0
* Remove unnecessary padding in ucontext_tCalin Juravle2014-05-281-6/+13
* Use __typeof__() instead of typeof()Dan Albert2014-05-271-1/+1
* Add C11 <stdatomic.h>.Elliott Hughes2014-05-232-0/+438
* Remove <sys/atomics.h>.Elliott Hughes2014-05-231-80/+0
* Cleaned up pthread rwlocks implementation.Calin Juravle2014-05-231-5/+16
* Merge "Switch to POSIX dprintf/vdprintf."Calin Juravle2014-05-221-15/+3
|\
| * Switch to POSIX dprintf/vdprintf.Elliott Hughes2014-05-221-15/+3
* | Merge "Add padding to mips ucontext_t."Calin Juravle2014-05-221-0/+1
|\ \
| * | Add padding to mips ucontext_t.Calin Juravle2014-05-211-0/+1
* | | Merge "Clean up ucontext.h TODOs."Calin Juravle2014-05-221-4/+0
|\ \ \ | |/ /
| * | Clean up ucontext.h TODOs.Calin Juravle2014-05-211-4/+0
| |/
* | Merge "Mutex-free implementation of pthread_rwlock"Calin Juravle2014-05-221-8/+9
|\ \
| * | Mutex-free implementation of pthread_rwlockCalin Juravle2014-05-221-8/+9
* | | Hide most of the private futex functions.Elliott Hughes2014-05-211-4/+0
* | | Add RTLD_NOLOAD support and some related changes.Dmitriy Ivanov2014-05-201-0/+14
| |/ |/|
* | Add uc_regspace to arm's ucontext_tCalin Juravle2014-05-191-1/+2
|/
* Fill in missing bits in x86(_64) ucontext_tCalin Juravle2014-05-151-3/+29
* Rename user_i387_struct -> user_fpregs_struct in sys/ucontext.hAndrew Hsieh2014-05-151-1/+1
* Increase minimum thread size for 64 bit.Christopher Ferris2014-05-141-1/+5
* Merge "Fix x86_64 user_fpregs_struct to use the same name for the tag word as...Ross McIlroy2014-05-141-1/+1
|\
| * Fix x86_64 user_fpregs_struct to use the same name for the tag word as glibc.Ross McIlroy2014-05-141-1/+1
* | Merge "Change wctype_t from int to long."Calin Juravle2014-05-141-1/+1
|\ \
| * | Change wctype_t from int to long.Calin Juravle2014-05-131-1/+1
* | | Merge "Change wctype_t from enum to int"Calin Juravle2014-05-141-2/+4
|\ \ \ | |/ / | | / | |/ |/|
| * Change wctype_t from enum to intCalin Juravle2014-05-131-2/+4
* | Fix <sys/endian.h> uint32_t build failures.Elliott Hughes2014-05-131-0/+2
* | Merge "Flesh out <arpa/inet.h>."Elliott Hughes2014-05-142-15/+22
|\ \
| * | Flesh out <arpa/inet.h>.Elliott Hughes2014-05-132-15/+22
* | | We don't need two copies of <nsswitch.h>.Elliott Hughes2014-05-131-236/+0
|/ /
* | Add getmntent_r to our collection of <mntent.h> compatibility stubs.Elliott Hughes2014-05-131-11/+9
* | Merge "Use __LP64__ instead of __LP32__ in sched.h"Calin Juravle2014-05-131-3/+3
|\ \
| * | Use __LP64__ instead of __LP32__ in sched.hCalin Juravle2014-05-131-3/+3
| |/
* | Undef private *_BODY defines after useCalin Juravle2014-05-133-0/+6
|/
* Support mb sequences across calls to mb*to*wcs* functionsCalin Juravle2014-05-131-5/+3
* Merge "Reserve space for the future in statvfs(64)"Calin Juravle2014-05-121-0/+10
|\
| * Reserve space for the future in statvfs(64)Calin Juravle2014-05-121-0/+10
* | Merge "Align struct passwd definition with other variations of libc"Calin Juravle2014-05-121-6/+9
|\ \
| * | Align struct passwd definition with other variations of libcCalin Juravle2014-05-091-6/+9
| |/
* | Give bionic's __ANDROID_API__ a more reasonable value.Elliott Hughes2014-05-071-1/+6
* | Merge "Reserve some space in sem_t for the future."Calin Juravle2014-05-071-2/+5
|\ \
| * | Reserve some space in sem_t for the future.Calin Juravle2014-05-061-2/+5
* | | Merge "Allow for better utmp logging."Calin Juravle2014-05-071-3/+9
|\ \ \
| * | | Allow for better utmp logging.Calin Juravle2014-05-061-3/+9
| |/ /
* | | Merge "Fix ino_t and suseconds_t"Calin Juravle2014-05-071-2/+3
|\ \ \
| * | | Fix ino_t and suseconds_tCalin Juravle2014-05-061-2/+3
| |/ /
* | | Leave more space for extensions in pthread_rwlockattr_tCalin Juravle2014-05-061-1/+1
|/ /
* | bionic: make epoll_event structure packedPhilip Hatcher2014-05-051-1/+5
* | Remove the non-standard time64 stuff for LP64.Elliott Hughes2014-05-051-6/+1
|/
* Make SIGRTMIN hide the real-time signals we use internally.Elliott Hughes2014-04-301-0/+6