| Age | Commit message (Expand) | Author |
| 2021-03-21 | PR/56066: Jessica Clarke: Add tests for calling {_,}longjmp with a zero value. | christos |
| 2021-03-19 | Sprinkle a few more \n's and the end of some debug printfs. | simonb |
| 2021-02-25 | Adjust for conditional NLS | christos |
| 2021-02-24 | remove casts | christos |
| 2021-02-24 | minimal fix to match the library code (really make the constants unsigned | christos |
| 2021-02-23 | Add REG_GNU | christos |
| 2021-02-23 | Add support for ENOSYS (was never set) | christos |
| 2021-02-23 | Add REG_POSIX, and make compile on linux where we don't have a lot of the | christos |
| 2021-02-23 | Delete category stuff that has changed with the new regex; make compile | christos |
| 2021-02-23 | Comment out tests that the new stricter regex does not like | christos |
| 2021-02-08 | Don't define a label twice. | joerg |
| 2021-01-21 | Use .set noreorder and use reg names. | simonb |
| 2021-01-18 | Check for MAP_FAILED instead of NULL when looking for an error from mmap(2). | simonb |
| 2021-01-13 | skip sigbus_adraln on MIPS | skrll |
| 2021-01-11 | Only try to create up-to NAME_MAX filenames. | christos |
| 2021-01-11 | PR/55715: pmax testbed panics with "assertion "asid == curcpu()->ci_pmap_asid... | skrll |
| 2021-01-10 | PR/55715: pmax testbed panics with "assertion "asid == curcpu()->ci_pmap_asid... | skrll |
| 2020-11-27 | map enough space for both the page we write and the guard so that we make | christos |
| 2020-11-27 | delete trailing whitespace | gson |
| 2020-11-01 | Make the mkstemps_basic and mkostemps_basic test cases not randomly | gson |
| 2020-10-31 | PR/55663: Ruslan Nikolaev: Add support for EVFILT_USER in kqueue(2) | christos |
| 2020-10-27 | Add tests for AVX-512 registers (zmm0..zmm31, k0..7) | mgorny |
| 2020-10-24 | Issue 64-bit versions of *XSAVE* for 64-bit amd64 programs | mgorny |
| 2020-10-16 | Remove leftover commented out #if 0 | mgorny |
| 2020-10-15 | Apply fix in rev 1.2 for core_dump_procinfo to aarch64 and arm: | rin |
| 2020-10-15 | Fix s87_tw reconstruction to correctly indicate register states | mgorny |
| 2020-10-13 | Bump soft/hard limits for stack to 6MB for aarch64{,eb}, where old value | rin |
| 2020-10-13 | For aarch64eb, no SIGBUS signal for unaligned accesses. | rin |
| 2020-10-09 | Add tests for x87 FPU registers | mgorny |
| 2020-10-09 | Rename MM_REG macro to ST_MAN, and cover fpr/xstate with it | mgorny |
| 2020-09-07 | avoid new GCC 9 warnings. | mrg |
| 2020-09-07 | don't pass NULL to printf(), but use "<memory>" to signify this | mrg |
| 2020-09-06 | add support for new GCC 9 warnings that may be too much to fix | mrg |
| 2020-08-25 | Fix getrandom() tests. | riastradh |
| 2020-08-24 | Expect a failure to trap unaligned acesses only when running under | gson |
| 2020-08-23 | Split getrandom tests into several cases to find out which ones hang. | riastradh |
| 2020-08-23 | Expect failure only when running under qemu's TCG CPU emulation, not | gson |
| 2020-08-23 | Provide separate functions to check for running under qemu in general | gson |
| 2020-08-14 | New system call getrandom() compatible with Linux and others. | riastradh |
| 2020-07-17 | Add ppoll() a compatibility wrapper around pollts(2) | kamil |
| 2020-07-03 | Verify that PR lib/55041 is no longer an issue. | jruoho |
| 2020-07-01 | Add basic checks for a64l(3), l64a(3), and l64a_r(3). | jruoho |
| 2020-07-01 | Add basic tests for the rest of the mktemp(3) family of functions, including | jruoho |
| 2020-06-30 | After a comedy of errors, move t_mbtowc to its final resting place. | jruoho |
| 2020-06-29 | Avoid copyright issues and name the listed author as the copyright holder. | maya |
| 2020-06-29 | Use -Wl,--no-fatal-warnings for the mktemp(3) test. | jruoho |
| 2020-06-27 | Add the default TNF copyright (2005), cf. PR misc/55419. | jruoho |
| 2020-06-27 | Start moving the remaining tests from src/regress to src/tests. | jruoho |
| 2020-06-27 | Move the test for mktemp(3) to the right place. | jruoho |
| 2020-06-26 | Reference PRs consistently. | jruoho |