index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lib
/
libc
/
sys
/
t_ptrace_wait.c
Age
Commit message (
Expand
)
Author
2020-05-05
Move misc tests out of t_ptrace_wait.c to t_ptrace_misc_wait.h
kamil
2020-05-05
Move core tests out of t_ptrace_wait.c to t_ptrace_core_wait.h
kamil
2020-05-05
Move siginfo tests out of t_ptrace_wait.c to t_ptrace_siginfo_wait.h
kamil
2020-05-05
Move threads tests out of t_ptrace_wait.c to t_ptrace_threads_wait.h
kamil
2020-05-05
Move topology tests out of t_ptrace_wait.c to t_ptrace_topology_wait.h
kamil
2020-05-05
Move exec() tests out of t_ptrace_wait.c to t_ptrace_exec_wait.h
kamil
2020-05-05
Move LWP tests out of t_ptrace_wait.c to t_ptrace_lwp_wait.h
kamil
2020-05-05
Remove the duplicate ATF_TP_ADD_TC() entries
kamil
2020-05-05
Move eventmask tests out of t_ptrace_wait.c to t_ptrace_eventmask_wait.h
kamil
2020-05-04
Remove the duplicate ATF_TP_ADD_TC() entries
kamil
2020-05-04
Move signal tests out of t_ptrace_wait.c to t_ptrace_signal_wait.h
kamil
2020-05-04
Move fork/vfork/posix_spawn tests out of t_ptrace_wait.c to t_ptrace_fork_wait.h
kamil
2020-05-04
Move clone() tests out of t_ptrace_wait.c to t_ptrace_clone_wait.h
kamil
2020-05-04
Move byte transfer tests out of t_ptrace_wait.c to t_ptrace_bytetransfer_wait.h
kamil
2020-05-04
Move kill()-like tests out of t_ptrace_wait.c to t_ptrace_kill_wait.h
kamil
2020-05-04
Move PT_STEP tests out of t_ptrace_wait.c to t_ptrace_step_wait.h
kamil
2020-05-04
Move syscall tests out of t_ptrace_wait.c to t_ptrace_syscall_wait.h
kamil
2020-05-04
Move register tests out of t_ptrace_wait.c to t_ptrace_register_wait.h
kamil
2020-04-24
Reduce assumptions about LWP numbers
kamil
2020-04-24
Update for new LWP behavior -- as of 9.99.59, the LWP ID of a single-LWP
thorpej
2020-04-17
Switch from C11 specific static_assert() to __CTASSERT()
kamil
2020-04-14
Add timeout to syscall_signal_on_sce that hangs from time to time
kamil
2020-03-07
Try to fix the build. This is why all those inlines should really be in a
christos
2020-03-06
Move macros wrapping functions from msg.h into msg.h
kamil
2020-03-01
Add new signal trap entry tests in t_ptrace_wait*
kamil
2020-02-24
Add new test in t_ptrace_wait*
kamil
2020-02-22
Disable t_ptrace_wait* tests for MKSANITIZER/MKLIBCSANITIZER
kamil
2020-02-20
Minor changes to t_ptrace_wait*
kamil
2020-02-19
Fix clang(1) build
kamil
2020-02-13
Enable combined breakpoint, watchpoint and signal tests
mgorny
2020-02-13
Extend concurrent events test to watchpoints
mgorny
2020-02-13
Extend concurrent events test to breakpoints
mgorny
2020-02-13
Include LWP events in concurrent event test
mgorny
2020-02-13
Test whether signal handler is called in concurrent bombarding
mgorny
2020-02-13
Extend concurrent signal tests to pass signal back to the thread
mgorny
2020-02-13
Generalize thread_concurrent_signals to a generic factory
mgorny
2020-02-11
Rewrite the t_ptrace_wait resume1 test
kamil
2020-02-10
Rename suspend2 to suspend_no_deadlock
kamil
2020-02-05
Refactor signal9 and signal10 tests in t_ptrace_wait*
kamil
2020-02-04
Disable debug code
kamil
2020-02-04
Add new ATF ptrace(2) test in t_ptrace_wait*
kamil
2020-02-04
Add new ATF tests for unrelated tracer in t_ptrace_wait*
kamil
2020-01-29
Add new fork/vfork/posix_spawn ATF tests in t_ptrace_wait*
kamil
2020-01-23
Fix the build: access_regs_set_unaligned_pc_* tests depend on availability
martin
2020-01-21
Add new ATF tests in t_ptrace_wait*
kamil
2020-01-08
Fix alignment when reading core notes
mgorny
2019-12-25
Read TLS base pointer with _lwp_getprivate()
kamil
2019-12-24
Define _RTLD_SOURCE in t_ptrace_wait.c
kamil
2019-12-24
Introduce PT_LWPSTATUS + PT_LWPNEXT, obsolete PT_LWPINFO
kamil
2019-12-06
Log PID.LWP in t_ptrace_wait* tests for enabled debug
kamil
[next]