summaryrefslogtreecommitdiff
path: root/tests/lib/libc/sys
AgeCommit message (Expand)Author
2018-08-22Den't set SA_RESTART in the signal handler allowing the process to getchristos
2018-08-21mark failedchristos
2018-08-21should terminate and does with ktrace, but it does not normally.christos
2018-08-21Now add the file I really meant to add.christos
2018-08-21revert copyright change.christos
2018-08-21more testschristos
2018-08-13Add a new ATF ptrace(2) test: tracer_attach_to_unrelated_stopped_processkamil
2018-08-13Add a new ATF test parent_attach_to_its_stopped_childkamil
2018-08-13Add await_stopped() in t_ptrace_wait.hkamil
2018-08-13Add a new ATF ptrace(2) test: child_attach_to_its_stopped_parentkamil
2018-07-17Comment out two tests that regularily hang on SMP machines (with unkillablemartin
2018-06-19No semicolon after macro do ... while (0) wrapper.gson
2018-06-06Fix previouskamil
2018-06-06Mark sigbus ATF tests in t_ptrace_wait as expected failurekamil
2018-06-0180 column police. Some KNF and whitespace corrections (until I got bored...)kre
2018-05-30Add a comment for the workaround in trigger_bus()kamil
2018-05-30Make the trigger_bus() test compatible with more CPUs (at least ALPHA)kamil
2018-05-30The bytes_transfer_piod_read_auxv test uses 4096 for the size paramkre
2018-05-29Add new ATF ptrace(2) tests verifying crash signal handlingkamil
2018-05-28Correct the t_ptrace_wait*:signal5 ATF test casekamil
2018-05-28Drop trailing white spacekamil
2018-05-28PR port-amd64/53316: two int don't make a long (when passed tomartin
2018-05-27Try to fool $CC harder in ATF ptrace(2) tests in trigger_fpe()kamil
2018-05-27Fix ATF ptrace(2) bytes_transfer_piod_read_auxv testkamil
2018-05-27alloca, bad; stack protector, good.christos
2018-05-26Port the CVE 2018-8897 mitigation to i386 ATF ptrace(2) testskamil
2018-05-26Refactor the PT_WRITE*/PT_READ* and PIOD_* ATF ptrace(2) testskamil
2018-05-26Introduce can_we_write_to_text() to ATF ptrace(2) testskamil
2018-05-25Fix typo in local macro name, pointed out by uwemartin
2018-05-25Add a test to verify syscall() and/or __syscall() are working.martin
2018-05-24Try to fix 32-bit buildkamil
2018-05-23Merge the eventmask[1-6] ATF ptrace(2) tests into a shared function bodykamil
2018-05-23Extend traceme_vfork_breakpoint in ATF ptrace(2) tests for more scenarioskamil
2018-05-23Add new auxiliary functions in ATF ptrace(2) testskamil
2018-05-23Refactor the attach[1-8] and race1 ATF t_ptrace_wait* testskamil
2018-05-22Add new ATF ptrace(2) tests: traceme_sendsignal_{masked,ignored}[1-3]kamil
2018-05-20Refactor and enable the signal3 ATF ptrace(2) testkamil
2018-05-20Fix and enable traceme_signal_nohandler2 in ATF ptrace(2) testskamil
2018-05-19Cover SIGTSTP, SIGTTIN and SIGTTOU in traceme_vfork_raise ATF testskamil
2018-05-19Reflect reality in the commentkamil
2018-05-19Enable traceme_vfork_raise2 in ATF ptrace(2) testskamil
2018-05-19Add new auxiliary functions in t_ptrace_wait.hkamil
2018-05-19Stop masking SIGSTOP in a vfork(2)ed childkamil
2018-05-18Add new ATF tests: t_fork and t_vforkkamil
2018-05-16Add extra asserts in three ATF ptrace(2) testskamil
2018-05-16Improve the description of traceme_vfork_breakpoint (ATF ptrace(2) test)kamil
2018-05-16Add a new ATF ptrace(2) test: traceme_vfork_execkamil
2018-05-16Improve the description of traceme_vfork_raise in ATF ptrace(2) testskamil
2018-05-16Add a new ATF ptrace(2) test: traceme_vfork_breakpointkamil
2018-05-16Correct handling of: vfork(2) + PT_TRACE_ME + raise(2)kamil