aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include
Commit message (Expand)AuthorAgeFilesLines
* Add in_port_t and move it and in_addr_t to the correct header file.Elliott Hughes2014-08-192-2/+5
* Merge "Move the meat of <features.h> into <sys/cdefs.h>."Elliott Hughes2014-08-195-12/+19
|\
| * Move the meat of <features.h> into <sys/cdefs.h>.Elliott Hughes2014-08-195-12/+19
* | Missing #include <sys/cdefs.h>.Dan Albert2014-08-191-0/+2
|/
* Merge "Remove unused defines from <features.h>."Elliott Hughes2014-08-191-17/+0
|\
| * Remove unused defines from <features.h>.Elliott Hughes2014-08-191-17/+0
* | Merge "Expose android_set_abort_message()."Dan Albert2014-08-161-0/+38
|\ \ | |/ |/|
| * Expose android_set_abort_message().Dan Albert2014-08-181-0/+38
* | Fix _BSD_SOURCE/__USE_BSD.Elliott Hughes2014-08-191-0/+2
* | Fix <features.h> (_BSD_SOURCE and _GNU_SOURCE).Elliott Hughes2014-08-183-12/+13
* | Improve <sys/cdefs.h>.Elliott Hughes2014-08-188-173/+39
|/
* Merge "Have stdatomic.h punt to C++ atomic when possible"Hans Boehm2014-08-151-0/+93
|\
| * Have stdatomic.h punt to C++ atomic when possibleHans Boehm2014-08-151-0/+93
* | Merge "Change name of MB_CUR_MAX implementation function."Dan Albert2014-08-141-2/+2
|\ \ | |/ |/|
| * Change name of MB_CUR_MAX implementation function.Dan Albert2014-08-141-2/+2
* | Added test for ifunc support in dynamic linker.Brigid Smith2014-08-081-8/+11
|/
* Revert "Add a hack to <stdlib.h> until we can fix libvpx."Elliott Hughes2014-08-061-6/+0
* Workaround b/16818336 which fails build under aggressive inlining.Dehao Chen2014-08-061-33/+0
* Add an obvious comment to <stdio.h> for fixincludes.Elliott Hughes2014-08-061-0/+8
* Proper MB_CUR_MAX.Dan Albert2014-07-301-1/+2
* Implement <sys/fsuid.h>.Elliott Hughes2014-07-301-2/+1
* Remove declarations for things that don't exist.Elliott Hughes2014-07-294-33/+1
* Merge "Fix linkage of grantpt(3)."Elliott Hughes2014-07-282-13/+7
|\
| * Fix linkage of grantpt(3).Elliott Hughes2014-07-252-13/+7
* | 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
* Merge "Implement twalk(3), add unit tests."Elliott Hughes2014-07-241-0/+3
|\
| * 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
|/
* Merge "Rewrite syslog(3) to use Android logging."Elliott Hughes2014-07-191-13/+11
|\
| * Rewrite syslog(3) to use Android logging.Elliott Hughes2014-07-211-13/+11
* | There is no _MIN for unsigned types.Dan Albert2014-07-211-1/+1
|/
* Clean up some misinformation around prctl.Elliott Hughes2014-07-182-10/+3
* Merge "Remove SIOCKILLADDR from <sys/socket.h>."Elliott Hughes2014-07-171-7/+0
|\
| * Remove SIOCKILLADDR from <sys/socket.h>.Elliott Hughes2014-07-171-7/+0
* | Remove PR_SET_TIMERSLACK_PID from <sys/prctl.h>.Elliott Hughes2014-07-171-7/+0
|/
* Remove non-standard prctl constants from <sys/prctl.h>.Elliott Hughes2014-07-171-13/+0
* Merge "Define atomic_charN_t only if charN_t is supported."Hans Boehm2014-07-161-2/+4
|\
| * Define atomic_charN_t only if charN_t is supported.Hans Boehm2014-07-161-2/+4
* | ptrace(3) should be varargs.Elliott Hughes2014-07-161-4/+4
* | Regenerate the syscalls list after the uapi update.Elliott Hughes2014-07-151-0/+10
* | Remove isascii_l(3).Dan Albert2014-07-141-1/+0
* | Define SIOCKILLADDR which isn't in the common kernel uapi headers.Elliott Hughes2014-07-111-0/+7
* | Define three prctl constants that went missing from uapi.Elliott Hughes2014-07-111-0/+19
* | EM_ARM and EM_AARCH64 are now in the uapi header.Elliott Hughes2014-07-111-3/+0
|/
* Revert "Revert "Add locale aware APIs.""Dan Albert2014-07-116-0/+89
* The err family allow null format strings.Elliott Hughes2014-07-111-38/+13
* Revert "Add locale aware APIs."Dan Albert2014-07-096-89/+0
* Add locale aware APIs.Dan Albert2014-07-096-0/+89
* Change android_dlextinfo flags to uint64_tDmitriy Ivanov2014-07-081-1/+1