summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add futimens.Elliott Hughes2013-08-082-0/+54
* Add ssse3 implementation of __memcmp16.Alexander Ivchenko2013-08-021-23/+77
* Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacks...Elliott Hughes2013-07-151-0/+93
* Add a trivial gmtime(3) test.Elliott Hughes2013-07-121-0/+12
* Add <sys/statvfs.h>.Elliott Hughes2013-07-092-0/+72
* Fix inttypes.h PRI?PTR and SCN?PTR macros.Elliott Hughes2013-07-022-0/+45
* More FORTIFY_SOURCE functions under clangNick Kralevich2013-06-291-0/+48
* Reorganize FORTIFY_SOURCE tests.Nick Kralevich2013-06-285-1049/+306
* stdio.h: enable vs?printf clang FORTIFY_SOURCENick Kralevich2013-06-274-0/+219
* Kernel dso support for 'dl_iterate_phdr' functionSergey Melnikov2013-06-253-1/+121
* libc: enable FORTIFY_SOURCE snprintf under clangNick Kralevich2013-06-254-0/+44
* bionic: revert to a single (larger) property areaGreg Hackmann2013-06-242-18/+10
* bionic: make property area expandableGreg Hackmann2013-06-242-27/+105
* libc: enable sprintf FORTIFY_SOURCE under clangNick Kralevich2013-06-244-0/+47
* libc: enable FORTIFY_SOURCE clang strlcpyNick Kralevich2013-06-203-0/+40
* Merge "Fix FORTIFY_SOURCE unittests."Nick Kralevich2013-06-192-4/+12
|\
| * Fix FORTIFY_SOURCE unittests.Nick Kralevich2013-06-192-4/+12
* | bionic: add __system_property_foreachGreg Hackmann2013-06-181-0/+19
|/
* Merge "libc: add limited FORTIFY_SOURCE support for clang"Nick Kralevich2013-06-185-0/+545
|\
| * libc: add limited FORTIFY_SOURCE support for clangNick Kralevich2013-06-185-0/+545
* | bionic: fix deleting property arrays in property benchmarkColin Cross2013-06-181-4/+4
* | bionic: change properties benchmarks to read a single propertyColin Cross2013-06-181-6/+6
|/
* bionic: add tests for propertiesColin Cross2013-06-173-0/+347
* Handles spurious wake-ups in pthread_join()msg5552013-06-121-0/+22
* fix unittests.Nick Kralevich2013-06-113-35/+35
* Implement malloc_usable_size for debug impls.Christopher Ferris2013-06-072-0/+236
* Add tests for __strcpy_chk()Nick Kralevich2013-06-043-0/+136
* FORTIFY_SOURCE: strcat / strncat optimizeNick Kralevich2013-05-313-0/+312
* Add strncpy FORTIFY_SOURCE tests.Nick Kralevich2013-05-302-0/+48
* libc: cleanup strchrNick Kralevich2013-05-022-0/+16
* keep test names consistent with other tests.Nick Kralevich2013-05-011-1/+1
* add strrchr -D_FORTIFY_SOURCE=2 test.Nick Kralevich2013-05-011-0/+11
* libc: upgrade sprintf to _FORTIFY_SOURCE=2Nick Kralevich2013-04-292-1/+30
* strncpy: implement _FORTIFY_SOURCE=2Nick Kralevich2013-04-294-33/+123
* Switch to current FreeBSD qsort.Elliott Hughes2013-04-111-0/+23
* Start moving to current FreeBSD stdio.Elliott Hughes2013-04-111-0/+18
* Prevent name conflict for eventfd.cpp and eventfd.s when building libc.aKito Cheng2013-04-032-0/+48
* Fix pthread_setname_np's behavior on invalid pthread_ts.Elliott Hughes2013-03-211-1/+1
* Clean up internal libc logging.Elliott Hughes2013-03-152-9/+9
* Don't search off the end of the index for bad Olson ids.Elliott Hughes2013-03-142-0/+45
* Merge "Cache the most-recently used timezone for mktime_tz and localtime_tz."Elliott Hughes2013-03-122-0/+39
|\
| * Cache the most-recently used timezone for mktime_tz and localtime_tz.Elliott Hughes2013-03-112-0/+39
* | Let bionic use the correct definition of ssize_t.Elliott Hughes2013-03-081-6/+2
|/
* Upgrade to current NetBSD popen/pclose.Elliott Hughes2013-03-061-0/+12
* Move realpath.c to upstream-freebsd.Elliott Hughes2013-03-011-0/+39
* Avoid changing the C++ ABI with ssize_t.Elliott Hughes2013-02-281-1/+8
* Fix raise(3) so it works in signal handlers.Elliott Hughes2013-02-212-5/+51
* use architecture-specific ssize_t definitionThorsten Glaser2013-02-191-0/+9
* Fix pthreads functions that should return ESRCH.Elliott Hughes2013-02-191-5/+66
* Fix the pthread_setname_np test.Elliott Hughes2013-02-151-4/+15