summaryrefslogtreecommitdiff
path: root/tests/kernel
AgeCommit message (Expand)Author
2017-04-16Stress rump hyperentropy a little harder.riastradh
2017-04-03Remove tests/kernel/t_ptrace* from the treekamil
2017-04-02Remove kernel/arch/{amd64,i386,x86} testskamil
2017-04-02Merge kernel/t_ptrace_wait with kernel/arch/amd64/t_ptrace_waitkamil
2017-04-02Merge kernel/t_ptrace_wait with kernel/arch/i386/t_ptrace_waitkamil
2017-04-02Merge kernel/t_ptrace_wait with kernel/arch/x86/t_ptrace_waitkamil
2017-04-02Correct another string about securelevel in t_ptracekamil
2017-04-02Deduplicate code in step* tests in t_ptrace_wait*kamil
2017-04-01Correct securelevel in attach_pid1_securelevelkamil
2017-04-01Try to fix Clang/LLVM buildkamil
2017-04-01Refactor dbregs_dr*_dont_inherit_execve ATF tests for x86/kamil
2017-03-30Remove deuplicated code in dbregs_dr[01234]_dont_inherit_lwpkamil
2017-03-30Eliminate code duplication in the x86 dbregs_dr[0123]_trap_variable* testskamil
2017-03-29Deduplicate shared code in dbregs_preserve_dr[0123]{,_yield,_continued}kamil
2017-03-28Explain expected behavior for PTRACE_FORK events in t_ptrace_wait*kamil
2017-03-28Mark PT_STEP tests in t_ptrace_wait* as broken on ARMkamil
2017-03-28Set timeout expected in resume1 (t_ptrace_wait*)kamil
2017-03-28Mark fork1 and siginfo5 as broken on sparc, sparc64, evbarm and alphakamil
2017-03-28Optimize signal6 in t_ptrace_waitkamil
2017-03-28Mark signal6 as failing due to timeout not regular failurekamil
2017-03-25kern/52012 kern/52018 kern/52019 were all fixed by christosskrll
2017-03-03Since it is unlikely that any of this really wants to test whetherkre
2017-03-01Mark syscall1 broken in t_ptrace_wait*kamil
2017-02-28Mark resume1 and syscallemu1 tests broken in t_ptrace_wait*kamil
2017-02-28Add new test syscallemu1 in t_ptrace_wait*kamil
2017-02-25kill stray qchristos
2017-02-25make bitfields unsignedchristos
2017-02-24Add new test syscall1 in t_ptrace_wait*kamil
2017-02-23Improve PT_SET_SIGMASK and PT_GET_SIGMASK API in ptrace(2)kamil
2017-02-22Introduce new ptrace(2) API to allow/prevent exection of LWPkamil
2017-02-22Add kernel/arch/x86 ATF tests for CPU Debug Registers for amd64 and i386kamil
2017-02-21Add new tests dbregs_dr*_dont_inherit_execve in arch/amd64kamil
2017-02-20Protect dbregs_dr*_dont_inherit_lwp in arch/amd64 with HAVE_DBREGSkamil
2017-02-20Add new tests dbregs_dr[67]_dont_inherit_lwp in arch/amd64kamil
2017-02-20Fix more issues with compat to i386 in arch/amd64 tests for Debug Registerskamil
2017-02-20Add new tests dbregs_dr*_dont_inherit_lwp and improve i386 compatkamil
2017-02-20Add new tests dbregs_dr[0123]_trap_code in arch/amd64kamil
2017-02-20Add new tests dbregs_dr*_trap_variable_readwrite_read_*byte* in arch/amd64kamil
2017-02-20Add new tests dbregs_dr*_trap_variable_readwrite_write_*byte* in arch/amd64kamil
2017-02-19Extend dbregs_dr*_trap_variable tests to 1-2-4 byte traps in arch/amd64kamil
2017-02-19Add checks for si_code in dbregs_dr[0123]_trap_variable in ATF arch/amd64kamil
2017-02-18Synchronize struct dbreg with FreeBSD - rename field member .dbregs to .drkamil
2017-02-18Fix dbregs_dr[0123]_trap_variable in arch/amd64/t_ptrace_wait*kamil
2017-02-16Switch back arch/amd64/t_ptrace_wait.c to r1.6 and restore original DBREGSkamil
2017-02-15Reintroduce ATF_TP_ADD_TC_HAVE_DBREGS for t_ptrace_wait* ATF testskamil
2017-02-12Introduce new interface in ptrace(2) - PT_GET_SIGMASK and PT_SET_SIGMASKkamil
2017-01-27Remove debug printf(3)kamil
2017-01-27Add new tests signal{9,10} in t_ptrace_wait{,3,4,6,id,pid}kamil
2017-01-27Add new test signal8 in t_ptrace_wait{,3,4,6,id,pid}kamil
2017-01-27Add new tests signal[67] in t_ptrace_wait{4,6,id,pid}kamil