| Commit message (Expand) | Author | Age | Files | Lines |
* | hurd: drop SA_SIGINFO availability xfail | Samuel Thibault | 2022-01-15 | 1 | -2/+1 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2022-01-01 | 6 | -6/+6 |
* | Use $(pie-default) with conformtest | Joseph Myers | 2021-09-17 | 1 | -1/+2 |
* | Run conform/ tests using newly built libc | Joseph Myers | 2021-09-17 | 2 | -3/+20 |
* | Allow #pragma GCC in headers in conformtest | Joseph Myers | 2021-08-27 | 1 | -0/+8 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2021-01-02 | 6 | -6/+6 |
* | hurd: Add WSTOPPED/WCONTINUED/WEXITED/WNOWAIT support [BZ #23091] | Samuel Thibault | 2020-12-28 | 1 | -7/+5 |
* | hurd: Remove some remnants of cthreads | Samuel Thibault | 2020-11-15 | 1 | -2/+3 |
* | Convert Python scripts to Python 3 | Alistair Francis | 2020-03-03 | 3 | -3/+3 |
* | conform/conformtest.py: Extend tokenizer to cover character constants | Florian Weimer | 2020-02-17 | 1 | -6/+5 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 6 | -6/+6 |
* | sysvipc: Set ipc_perm mode as mode_t (BZ#18231) | Adhemerval Zanella | 2019-10-10 | 1 | -2/+1 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 6 | -6/+6 |
* | Remove obsolete, never-implemented XSI STREAMS declarations | Florian Weimer | 2019-03-14 | 2 | -148/+8 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 6 | -6/+6 |
* | Combine more conformtest tests into single execution of the compiler. | Joseph Myers | 2018-11-22 | 1 | -1/+23 |
* | Separate conformtest subtest generation and execution. | Joseph Myers | 2018-11-22 | 1 | -65/+105 |
* | Use unique identifiers in conformtest. | Joseph Myers | 2018-11-20 | 1 | -76/+84 |
* | Update conform/Makefile mkdir commands. | Joseph Myers | 2018-11-09 | 1 | -2/+2 |
* | Replace conformtest.pl with conformtest.py. | Joseph Myers | 2018-11-09 | 10 | -995/+709 |
* | Convert linknamespace tests from Perl to Python. | Joseph Myers | 2018-10-30 | 3 | -240/+223 |
* | Use tempfile.TemporaryDirectory in conform/glibcconform.py. | Joseph Myers | 2018-10-29 | 1 | -8/+3 |
* | Patch to require Python 3.4 or later to build glibc. | Joseph Myers | 2018-10-29 | 1 | -6/+0 |
* | conform: XFAIL siginfo_t si_band test on sparc64 | Florian Weimer | 2018-10-25 | 2 | -2/+4 |
* | Replace conform/list-header-symbols.pl with a Python script. | Joseph Myers | 2018-08-31 | 4 | -88/+163 |
* | Fix C11 conformance issues | Adhemerval Zanella | 2018-07-25 | 1 | -3/+2 |
* | nptl: Add C11 threads tss_* functions | Adhemerval Zanella | 2018-07-24 | 1 | -0/+9 |
* | nptl: Add C11 threads cnd_* functions | Adhemerval Zanella | 2018-07-24 | 1 | -0/+8 |
* | nptl: Add C11 threads call_once functions | Adhemerval Zanella | 2018-07-24 | 1 | -0/+5 |
* | nptl: Add C11 threads mtx_* functions | Adhemerval Zanella | 2018-07-24 | 1 | -0/+12 |
* | nptl: Add C11 threads thrd_* functions | Adhemerval Zanella | 2018-07-24 | 2 | -4/+29 |
* | conform/conformtest.pl: Escape literal braces in regular expressions | Florian Weimer | 2018-07-06 | 1 | -13/+13 |
* | New configure option --disable-crypt. | Zack Weinberg | 2018-06-29 | 1 | -4/+7 |
* | Disallow use of DES encryption functions in new programs. | Zack Weinberg | 2018-06-29 | 2 | -9/+0 |
* | hurd xfails: Add missing bug references | Samuel Thibault | 2018-04-20 | 2 | -0/+4 |
* | hurd: XFAIL tests for signal features not implemented yet | Samuel Thibault | 2018-04-20 | 2 | -7/+7 |
* | hurd: Fix symbols exposition | Samuel Thibault | 2018-04-19 | 1 | -0/+2 |
* | hurd: xfail some structure fields ABI incompatibility with standards | Samuel Thibault | 2018-04-19 | 6 | -12/+18 |
* | conform sys/un.h: Allow sun_ prefix, not only sun_len | Samuel Thibault | 2018-04-18 | 1 | -1/+2 |
* | hurd: fix conformity test for sys/un.h | Samuel Thibault | 2018-04-18 | 1 | -0/+1 |
* | Don't install libio.h or _G_config.h. | Zack Weinberg | 2018-02-07 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 5 | -5/+5 |
* | Fix mcontext_t sigcontext namespace (bug 21457). | Joseph Myers | 2017-08-30 | 1 | -15/+0 |
* | Obsolete matherr, _LIB_VERSION, libieee.a. | Joseph Myers | 2017-08-21 | 1 | -6/+2 |
* | conformtest: Disable si_value expectation for XPG42. | Joseph Myers | 2017-08-14 | 1 | -0/+2 |
* | conformtest: XFAIL uc_mcontext test for powerpc32 (bug 21635). | Joseph Myers | 2017-06-20 | 2 | -3/+6 |
* | conformtest: XFAIL uc_sigmask test for ia64 (bug 21634). | Joseph Myers | 2017-06-20 | 2 | -3/+6 |
* | Fix XPG4 bsd_signal namespace (bug 21552). | Joseph Myers | 2017-06-12 | 1 | -1/+0 |
* | Fix waitid namespace (bug 21561). | Joseph Myers | 2017-06-09 | 1 | -3/+0 |
* | conformtest: Correct sys/wait.h expectations for XPG4. | Joseph Myers | 2017-06-08 | 2 | -6/+7 |