summaryrefslogtreecommitdiff
path: root/tests/lib/libc
AgeCommit message (Expand)Author
2023-07-08clock_gettime(2): Fix CLOCK_PROCESS/THREAD_CPUTIME_ID.riastradh
2023-07-08t_timerfd: Sprinkle slightly more diagnostics.riastradh
2023-07-08t_clock_gettime: Add test for PR kern/57512.riastradh
2023-07-05t_posix_memalign: Simplify.riastradh
2023-07-05t_posix_memalign: Fix this to reflect restriction lifted in C17.riastradh
2023-07-04t_posix_memalign: Expand test cases and properties.riastradh
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2023-05-24no more md5 for you.christos
2023-05-17t_ptm.c: add a test case that passes extra flagsgutteridge
2023-05-10t_getopt.sh: fix naming of head() of getopt_optval test casegutteridge
2023-05-07RISC-V support that works on QEMU with a single hart.skrll
2023-04-04Fix the test for "inf" output, also include newline in printf format...he
2023-04-04Add a test for PR/57250 from Havard Eidneschristos
2023-03-20Adjust pc/npc before syscall allowing EJUSTRETURN to returnhannken
2023-02-20New optval test from des @ FreeBSDchristos
2023-01-30PR/57205: Dag-Erling Smørgrav: Add tests strchrnul(3), fix strchr pastochristos
2022-12-28swab(3): Rewrite this to be understandable.riastradh
2022-12-21adapt mbstowcs_basic test for unicode table updatewiz
2022-12-04allow testing of files other than those in /etcjschauma
2022-12-04whitespacejschauma
2022-11-28whoops, we don't want an extra space herejschauma
2022-11-28whitespacejschauma
2022-10-06add tests for PR/57046.ryo
2022-08-12membar(3): Fix t_spinlock for machines with hash-locked atomics.riastradh
2022-08-01Provide _GNU_SOURCE for t_clone now that is required to make clone()kre
2022-07-18Make kqueue event status for vnodes shareable, and for stacked file systemsthorpej
2022-06-09There are two hard problems in computer science cache invalidation, namingskrll
2022-06-07PR/56865: hppa: t_ptrace_core_wait test doesn't know it must advance PC after...skrll
2022-06-04tests/lib/libc: Test mmap(2) with bad hints.riastradh
2022-06-04Fix syntax errorpgoyette
2022-05-31libc: Reintroduce getentropy.riastradh
2022-05-31s/disbale/disable/ and s/enbale/enable/ in comments. also one more typo fix.andvar
2022-05-31Avoid plabels on hppa to make some tests not crashskrll
2022-05-31whitespace including space before delay slot instruction.skrll
2022-05-30More factoring of common code. NFCIpgoyette
2022-05-30Update test so all four combinations of update_{upper, lower} xpgoyette
2022-05-29fix various typos in comments and log messages.andvar
2022-05-24fix various typos in comment, documentation and log messages.andvar
2022-05-24s/estabilishing/establishing/ in copy pasted comment.andvar
2022-05-23s/controll/control/ in comments.andvar
2022-05-07Skip sigfpe_int also for sh3; integer division by zero is not trapped.rin
2022-05-01Rename variables to be more descriptive of their local meaning ratherpgoyette
2022-04-30Don't put temporary files and directories into the atf_srcdir (thatpgoyette
2022-04-29Add a new test for PR kern/56713 and set to expected_failure for now.pgoyette
2022-04-12s/sould/should/ and s/shoud/should/andvar
2022-04-10membar_ops(3): Simplify alarm handling in membar tests.riastradh
2022-04-09Introduce membar_acquire/release. Deprecate membar_enter/exit.riastradh
2022-04-08membar_ops(3): Add some automatic tests.riastradh
2022-04-06Add a regression test for PR kern/52239, "Changing protections ofgson