summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix <math.h> to quieten most of our warnings."Elliott Hughes2014-05-061-2/+0
|\
| * Fix <math.h> to quieten most of our warnings.Elliott Hughes2014-05-051-2/+0
* | Merge "Handle empty relro segment or incorrectly sized file."Torne (Richard Coles)2014-05-062-41/+93
|\ \ | |/ |/|
| * Handle empty relro segment or incorrectly sized file.Torne (Richard Coles)2014-05-022-41/+93
* | bionic: make epoll_event structure packedPhilip Hatcher2014-05-051-0/+29
* | Merge "Disable %n in printf and vfwprintf."Elliott Hughes2014-05-051-4/+9
|\ \
| * | Disable %n in printf and vfwprintf.Elliott Hughes2014-05-051-4/+9
* | | Merge "Switch to current upstream OpenBSD wsetup.c."Elliott Hughes2014-05-051-0/+42
|\ \ \
| * | | Switch to current upstream OpenBSD wsetup.c.Elliott Hughes2014-05-051-0/+42
| |/ /
* | | Merge "Fixes for __cxa_finalize"Dmitriy Ivanov2014-05-053-1/+136
|\ \ \ | |/ / |/| |
| * | Fixes for __cxa_finalizeDmitriy Ivanov2014-05-053-1/+136
* | | Use the OpenBSD wcsftime.Elliott Hughes2014-05-021-0/+15
* | | Fix wchar.cpp MIPS narrowing conversion build failure.Elliott Hughes2014-05-011-1/+1
* | | Switch to a working UTF-8 mb/wc implementation.Elliott Hughes2014-05-011-3/+56
|/ /
* | Merge "Make SIGRTMIN hide the real-time signals we use internally."Elliott Hughes2014-04-302-5/+21
|\ \
| * | Make SIGRTMIN hide the real-time signals we use internally.Elliott Hughes2014-04-302-5/+21
* | | Fix the CPU_*_S tests.Elliott Hughes2014-04-301-5/+5
|/ /
* | Merge "Fix cpu_set_t"Calin Juravle2014-04-301-0/+204
|\ \
| * | Fix cpu_set_tCalin Juravle2014-04-301-0/+204
* | | Adds quick_exit(3) and at_quick_exit(3) from freebsdDan Albert2014-04-292-0/+52
* | | Switch to the OpenBSD implementations of the wide scanf functions.Elliott Hughes2014-04-291-0/+8
* | | Merge "Switch to the OpenBSD wcsto* functions."Elliott Hughes2014-04-293-2/+56
|\ \ \
| * | | Switch to the OpenBSD wcsto* functions.Elliott Hughes2014-04-293-2/+56
| | |/ | |/|
* | | Merge "Fix potential makefile bug."Christopher Ferris2014-04-292-4/+4
|\ \ \ | |/ / |/| |
| * | Fix potential makefile bug.Christopher Ferris2014-04-282-4/+4
* | | Add mbtowc and fix mbrtowc.Elliott Hughes2014-04-281-0/+38
|/ /
* | Replace our broken wcswcs with the working upstream one.Elliott Hughes2014-04-281-0/+15
|/
* Don't use so much stack in tzcode.Elliott Hughes2014-04-251-0/+32
* Fix brk/sbrk error checking.Elliott Hughes2014-04-251-5/+42
* Merge "Clean-up _fpmath and fake_long_doubles"Calin Juravle2014-04-241-3/+20
|\
| * Clean-up _fpmath and fake_long_doublesCalin Juravle2014-04-231-3/+20
* | Fix fallout from host GCC upgrade.Elliott Hughes2014-04-231-1/+6
* | Fix the glibc tests again.Elliott Hughes2014-04-221-9/+11
* | Tests for environment variables utility functionsGrigoriy Kraynov2014-04-221-0/+108
* | Get ANDROID_DATA dir from enviromentDmitriy Ivanov2014-04-221-3/+6
* | Follow up on building tests for both platformsDmitriy Ivanov2014-04-221-9/+14
* | Build 32/64 bit versions of tests/benchmarks.Christopher Ferris2014-04-222-0/+7
* | Merge "Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN."Elliott Hughes2014-04-221-0/+4
|\ \ | |/ |/|
| * Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN.Elliott Hughes2014-04-211-0/+4
* | Merge "Allow sharing the RELRO section via a file."Torne (Richard Coles)2014-04-221-0/+56
|\ \
| * | Allow sharing the RELRO section via a file.Torne (Richard Coles)2014-04-171-0/+56
* | | Merge "Support loading libraries to a reserved address."Torne (Richard Coles)2014-04-223-0/+192
|\ \ \ | |/ / | | / | |/ |/|
| * Support loading libraries to a reserved address.Torne (Richard Coles)2014-04-173-0/+192
* | Fix a wchar.wcstombs_wcrtombs test failure.Elliott Hughes2014-04-181-2/+2
* | Merge "Upgrade to current vfprintf."Elliott Hughes2014-04-182-10/+131
|\ \
| * | Upgrade to current vfprintf.Elliott Hughes2014-04-172-10/+131
* | | Upgrade our <ctype.h> implementation to OpenBSD head.Elliott Hughes2014-04-182-0/+139
|/ /
* | Switch to gdtoa.Elliott Hughes2014-04-161-4/+14
|/
* Merge "Fix signed vs unsigned comparison."Ben Cheng2014-04-151-2/+5
|\
| * Fix signed vs unsigned comparison.Ben Cheng2014-04-151-2/+5