Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Fix <math.h> to quieten most of our warnings." | Elliott Hughes | 2014-05-06 | 1 | -2/+0 |
|\ | |||||
| * | Fix <math.h> to quieten most of our warnings. | Elliott Hughes | 2014-05-05 | 1 | -2/+0 |
* | | Merge "Handle empty relro segment or incorrectly sized file." | Torne (Richard Coles) | 2014-05-06 | 2 | -41/+93 |
|\ \ | |/ |/| | |||||
| * | Handle empty relro segment or incorrectly sized file. | Torne (Richard Coles) | 2014-05-02 | 2 | -41/+93 |
* | | bionic: make epoll_event structure packed | Philip Hatcher | 2014-05-05 | 1 | -0/+29 |
* | | Merge "Disable %n in printf and vfwprintf." | Elliott Hughes | 2014-05-05 | 1 | -4/+9 |
|\ \ | |||||
| * | | Disable %n in printf and vfwprintf. | Elliott Hughes | 2014-05-05 | 1 | -4/+9 |
* | | | Merge "Switch to current upstream OpenBSD wsetup.c." | Elliott Hughes | 2014-05-05 | 1 | -0/+42 |
|\ \ \ | |||||
| * | | | Switch to current upstream OpenBSD wsetup.c. | Elliott Hughes | 2014-05-05 | 1 | -0/+42 |
| |/ / | |||||
* | | | Merge "Fixes for __cxa_finalize" | Dmitriy Ivanov | 2014-05-05 | 3 | -1/+136 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fixes for __cxa_finalize | Dmitriy Ivanov | 2014-05-05 | 3 | -1/+136 |
* | | | Use the OpenBSD wcsftime. | Elliott Hughes | 2014-05-02 | 1 | -0/+15 |
* | | | Fix wchar.cpp MIPS narrowing conversion build failure. | Elliott Hughes | 2014-05-01 | 1 | -1/+1 |
* | | | Switch to a working UTF-8 mb/wc implementation. | Elliott Hughes | 2014-05-01 | 1 | -3/+56 |
|/ / | |||||
* | | Merge "Make SIGRTMIN hide the real-time signals we use internally." | Elliott Hughes | 2014-04-30 | 2 | -5/+21 |
|\ \ | |||||
| * | | Make SIGRTMIN hide the real-time signals we use internally. | Elliott Hughes | 2014-04-30 | 2 | -5/+21 |
* | | | Fix the CPU_*_S tests. | Elliott Hughes | 2014-04-30 | 1 | -5/+5 |
|/ / | |||||
* | | Merge "Fix cpu_set_t" | Calin Juravle | 2014-04-30 | 1 | -0/+204 |
|\ \ | |||||
| * | | Fix cpu_set_t | Calin Juravle | 2014-04-30 | 1 | -0/+204 |
* | | | Adds quick_exit(3) and at_quick_exit(3) from freebsd | Dan Albert | 2014-04-29 | 2 | -0/+52 |
* | | | Switch to the OpenBSD implementations of the wide scanf functions. | Elliott Hughes | 2014-04-29 | 1 | -0/+8 |
* | | | Merge "Switch to the OpenBSD wcsto* functions." | Elliott Hughes | 2014-04-29 | 3 | -2/+56 |
|\ \ \ | |||||
| * | | | Switch to the OpenBSD wcsto* functions. | Elliott Hughes | 2014-04-29 | 3 | -2/+56 |
| | |/ | |/| | |||||
* | | | Merge "Fix potential makefile bug." | Christopher Ferris | 2014-04-29 | 2 | -4/+4 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix potential makefile bug. | Christopher Ferris | 2014-04-28 | 2 | -4/+4 |
* | | | Add mbtowc and fix mbrtowc. | Elliott Hughes | 2014-04-28 | 1 | -0/+38 |
|/ / | |||||
* | | Replace our broken wcswcs with the working upstream one. | Elliott Hughes | 2014-04-28 | 1 | -0/+15 |
|/ | |||||
* | Don't use so much stack in tzcode. | Elliott Hughes | 2014-04-25 | 1 | -0/+32 |
* | Fix brk/sbrk error checking. | Elliott Hughes | 2014-04-25 | 1 | -5/+42 |
* | Merge "Clean-up _fpmath and fake_long_doubles" | Calin Juravle | 2014-04-24 | 1 | -3/+20 |
|\ | |||||
| * | Clean-up _fpmath and fake_long_doubles | Calin Juravle | 2014-04-23 | 1 | -3/+20 |
* | | Fix fallout from host GCC upgrade. | Elliott Hughes | 2014-04-23 | 1 | -1/+6 |
* | | Fix the glibc tests again. | Elliott Hughes | 2014-04-22 | 1 | -9/+11 |
* | | Tests for environment variables utility functions | Grigoriy Kraynov | 2014-04-22 | 1 | -0/+108 |
* | | Get ANDROID_DATA dir from enviroment | Dmitriy Ivanov | 2014-04-22 | 1 | -3/+6 |
* | | Follow up on building tests for both platforms | Dmitriy Ivanov | 2014-04-22 | 1 | -9/+14 |
* | | Build 32/64 bit versions of tests/benchmarks. | Christopher Ferris | 2014-04-22 | 2 | -0/+7 |
* | | Merge "Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN." | Elliott Hughes | 2014-04-22 | 1 | -0/+4 |
|\ \ | |/ |/| | |||||
| * | Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN. | Elliott Hughes | 2014-04-21 | 1 | -0/+4 |
* | | Merge "Allow sharing the RELRO section via a file." | Torne (Richard Coles) | 2014-04-22 | 1 | -0/+56 |
|\ \ | |||||
| * | | Allow sharing the RELRO section via a file. | Torne (Richard Coles) | 2014-04-17 | 1 | -0/+56 |
* | | | Merge "Support loading libraries to a reserved address." | Torne (Richard Coles) | 2014-04-22 | 3 | -0/+192 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | Support loading libraries to a reserved address. | Torne (Richard Coles) | 2014-04-17 | 3 | -0/+192 |
* | | Fix a wchar.wcstombs_wcrtombs test failure. | Elliott Hughes | 2014-04-18 | 1 | -2/+2 |
* | | Merge "Upgrade to current vfprintf." | Elliott Hughes | 2014-04-18 | 2 | -10/+131 |
|\ \ | |||||
| * | | Upgrade to current vfprintf. | Elliott Hughes | 2014-04-17 | 2 | -10/+131 |
* | | | Upgrade our <ctype.h> implementation to OpenBSD head. | Elliott Hughes | 2014-04-18 | 2 | -0/+139 |
|/ / | |||||
* | | Switch to gdtoa. | Elliott Hughes | 2014-04-16 | 1 | -4/+14 |
|/ | |||||
* | Merge "Fix signed vs unsigned comparison." | Ben Cheng | 2014-04-15 | 1 | -2/+5 |
|\ | |||||
| * | Fix signed vs unsigned comparison. | Ben Cheng | 2014-04-15 | 1 | -2/+5 |