summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* libc: add limited FORTIFY_SOURCE support for clangNick Kralevich2013-06-186-17/+26
* libc: Introduce __errordecl()Nick Kralevich2013-06-185-21/+16
* bionic: move system property writing from init to bionicColin Cross2013-06-173-20/+153
* don't hardcode register r0/v1 when reading the TLSMathias Agopian2013-06-171-12/+9
* Slight script cleanup; make gensyscalls work from any directory.Elliott Hughes2013-06-173-264/+16
* Ensure that <stdint.h> defines SIZE_MAX and friends.Elliott Hughes2013-06-132-1/+22
* Fix the qsort copyright notice (fixed upstream this afternoon).Elliott Hughes2013-06-122-30/+1
* Handles spurious wake-ups in pthread_join()msg5552013-06-126-39/+27
* Take some fixed upstream copyright headers and regenerate NOTICE.Elliott Hughes2013-06-126-38/+96
* Switch to current upstream stdio makebuf.c and setvbuf.c.Elliott Hughes2013-06-124-14/+34
* Merge "Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work.""Elliott Hughes2013-06-121-1/+1
|\
| * Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work."Elliott Hughes2013-06-121-1/+1
* | Merge "Add SIZE_MAX to <stdint.h> in a way that might actually work."Elliott Hughes2013-06-121-1/+1
|\ \ | |/
| * Add SIZE_MAX to <stdint.h> in a way that might actually work.Elliott Hughes2013-06-121-1/+1
* | Clean up abort.Elliott Hughes2013-06-1210-108/+67
|/
* <stdint.h> should expose SIZE_MAX.Elliott Hughes2013-06-121-0/+1
* Fix abort(3) to raise SIGABRT rather than causing SIGSEGV.Ben Cheng2013-06-102-15/+4
* Merge "bionic/x86: Optimization for string routines"Elliott Hughes2013-06-0839-632/+13748
|\
| * bionic/x86: Optimization for string routinesLiubov Dmitrieva2013-05-3139-632/+13748
* | Merge "Revert "libc x86: Remove strcat.S""Elliott Hughes2013-06-081-0/+74
|\ \
| * | Revert "libc x86: Remove strcat.S"Elliott Hughes2013-06-081-0/+74
* | | Implement malloc_usable_size for debug impls.Christopher Ferris2013-06-076-145/+270
* | | update signal.h to be C90 compatableErik Gilling2013-06-051-3/+3
* | | Ensure header files using __BEGIN_DECLS include sys/cdefs.h.Elliott Hughes2013-06-0511-2/+15
* | | Merge "sys/personality.h: include <sys/cdefs.h>"Elliott Hughes2013-06-061-0/+1
|\ \ \
| * | | sys/personality.h: include <sys/cdefs.h>Kito Cheng2013-06-051-0/+1
* | | | Clean up useless declaration in thread_private.hKito Cheng2013-06-051-111/+0
|/ / /
* | | Merge "Fix declaration of malloc_usable_size()"Elliott Hughes2013-06-052-2/+2
|\ \ \
| * | | Fix declaration of malloc_usable_size()David 'Digit' Turner2013-05-232-2/+2
* | | | Use bl instead of blx to support interworking properly.Ben Cheng2013-05-311-1/+1
* | | | FORTIFY_SOURCE: strcat / strncat optimizeNick Kralevich2013-05-314-38/+40
| |/ / |/| |
* | | libc x86: Remove strcat.SNick Kralevich2013-05-301-74/+0
| |/ |/|
* | libc x86: Remove index.S, strcpy.S, strchr.SNick Kralevich2013-05-243-93/+0
* | libc: delete x86 memchr.SNick Kralevich2013-05-241-27/+0
|/
* libc/arm: add cortex-a8 cpu variantRom Lemarchand2013-05-152-1/+2
* Fix sysconf(3) for _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX.Elliott Hughes2013-05-141-2/+2
* Add more __restricts, clean up __format__ attributes.Elliott Hughes2013-05-145-101/+93
* Pull upstream FreeBSD revision 249810.Elliott Hughes2013-05-1431-84/+80
* epoll: add EPOLLRDHUP, EPOLLWAKEUP, and EPOLLONESHOT eventsTodd Poynor2013-05-141-0/+3
* libc: add timerfd callsTodd Poynor2013-05-1415-0/+277
* libc: remove obsolete CLOCK_REALTIME_HR and CLOCK_MONOTONIC_HRTodd Poynor2013-05-141-2/+3
* libc: add clock ids CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARMTodd Poynor2013-05-141-0/+2
* Fix all printf warnings in res_send.c.Kito Cheng2013-05-141-4/+4
* Remove a spurious FIXME and unnecessary type cast.Ben Cheng2013-05-071-4/+1
* Adjust PC value in ARM stack trace.Ben Cheng2013-05-071-0/+21
* Use restrict pointers for various libc functions.Nick Kralevich2013-05-071-22/+22
* Use __predict_false on some fortify methods.Nick Kralevich2013-05-0211-11/+11
* libc: cleanup strchrNick Kralevich2013-05-022-17/+16
* libc: upgrade strrchr to FORTIFY_SOURCE=2Nick Kralevich2013-04-301-1/+1
* libc: upgrade some libc functions to _FORTIFY_SOURCE=2Nick Kralevich2013-04-302-13/+11