summaryrefslogtreecommitdiffstats
path: root/libc/include
Commit message (Expand)AuthorAgeFilesLines
* Fix signalfd for MIPS.Elliott Hughes2013-01-161-4/+3
* libc: add getauxval()Nick Kralevich2013-01-112-0/+54
* Add signalfd call to bionicRom Lemarchand2013-01-102-0/+45
* Fix an off-by-one error in the sigset_t function error handling.Elliott Hughes2013-01-071-9/+9
* Add AF_CAN and PF_CAN (and other missing families).Elliott Hughes2013-01-031-1/+17
* Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK).Elliott Hughes2013-01-022-2/+4
* Fix <endian.h> and <sys/endian.h>.Elliott Hughes2012-12-111-0/+1
* FORTIFY_SOURCE: remove memcpy overlap checksNick Kralevich2012-12-071-7/+0
* FORTIFY_SOURCE: fortify strrchrNick Kralevich2012-12-031-0/+16
* Merge "Add argument checking to sigemptyset(3) and friends."Elliott Hughes2012-12-031-31/+44
|\
| * Add argument checking to sigemptyset(3) and friends.Elliott Hughes2012-11-301-31/+44
* | FORTIFY_SOURCE: fortify strchrNick Kralevich2012-11-301-0/+17
|/
* Reduce the exposure of the __set_errno implementation detail.Elliott Hughes2012-11-301-4/+0
* Remove (near-)duplicate definitions of size_t and ssize_t.Elliott Hughes2012-11-294-38/+1
* Merge "Bug: __WINT_TYPE__ and wint_t reference to different types"Elliott Hughes2012-11-291-1/+1
|\
| * Bug: __WINT_TYPE__ and wint_t reference to different typesSergey Melnikov2012-11-261-1/+1
* | Merge "[MIPS] Fix the MIPS getsid system call"Elliott Hughes2012-11-291-1/+3
|\ \
| * | [MIPS] Fix the MIPS getsid system callChris Dearman2012-11-291-1/+3
| |/
* | Define DEFFILEMODE and friendsHakan Kvist2012-11-291-0/+7
|/
* libc: Fix alphasort() signature (and implementation).David 'Digit' Turner2012-10-291-1/+1
* Clean up the implementation of the <dirent.h> functions.Elliott Hughes2012-10-261-22/+18
* Upgrade more functions to the current upstream NetBSD copy.Elliott Hughes2012-10-233-27/+50
* Add missing BEGIN_DECLS/END_DECLS for FORTIFY_SOURCE stdio prototypes.Elliott Hughes2012-10-221-0/+4
* Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>"David 'Digit' Turner2012-10-174-99/+19
* libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>David 'Digit' Turner2012-10-174-19/+99
* LONG_LONG_MIN/MAX: Move declarations to <limits.h>David 'Digit' Turner2012-10-152-5/+16
* Fix perf_event_open syscall for x86 and mipsShuo Gao2012-10-111-1/+3
* Always take GCC's definition of NULL.Elliott Hughes2012-10-011-7/+2
* Remove useless #defines and incorrect claims from header files.Elliott Hughes2012-10-014-28/+7
* Define ssize_t if necessary.Elliott Hughes2012-09-281-0/+5
* Add getdelim(3) and getline(3) to bionicIrina Tirdea2012-09-272-0/+5
* FORTIFY_SOURCE: add umask checkNick Kralevich2012-09-261-0/+21
* Merge "Fix <sys/klog.h> to correspond to the kernel operations."Elliott Hughes2012-09-141-10/+18
|\
| * Fix <sys/klog.h> to correspond to the kernel operations.Elliott Hughes2012-09-141-10/+18
* | Merge "Add tty defaults to bionic"Elliott Hughes2012-09-141-0/+115
|\ \
| * | Add tty defaults to bionicIrina Tirdea2012-09-111-0/+115
| |/
* | libc: add ftw / nftw functionsNick Kralevich2012-09-131-0/+62
* | Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginf...Irina Tirdea2012-09-131-0/+2
* | Update the kernel headers to match external/kernel-headers.Elliott Hughes2012-09-126-9/+201
* | Backwards and forwards compatibility for an upcoming <sys/socket.h> change.Elliott Hughes2012-09-121-0/+3
|/
* Add mlockall and munlockall for Google TV.Elliott Hughes2012-09-061-0/+6
* Merge "termios: add tcdrain"Elliott Hughes2012-09-041-0/+5
|\
| * termios: add tcdrainVitaly Wool2012-09-041-0/+5
* | Add getsid system call to bionicIrina Tirdea2012-09-032-1/+2
|/
* disable _FORTIFY_SOURCE under clangNick Kralevich2012-08-294-22/+1
* Upgrade to dlmalloc 2.8.5.Ian Rogers2012-08-201-83/+40
* Always define the 64-bit int types.Elliott Hughes2012-08-171-37/+1
* Add link.h for all platforms with dl_phdr_infoPavel Chupin2012-08-171-0/+55
* Update MS_ mount flags, define unshare() syscall.Jeff Sharkey2012-08-142-1/+5
* Merge "MIPS support to sigsuspend and sigwait routines"Elliott Hughes2012-08-101-1/+3
|\