summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-03-11Stub out on platforms without ifunc support in the linker.joerg
2018-03-09Add ifunc support for statically linked applications on x86, ppc, sparcjoerg
2018-03-09Avoid casting fun by switching ifunc helper functions to returnjoerg
2018-03-07ATF: Reenable attach2 in t_ptrace_wait*kamil
2018-03-07ATF: Correct a race bug in attach2 (t_ptrace_wait*)kamil
2018-03-07Tweak tests; increase the size of NS packets for the addition of a nonceozaki-r
2018-03-07Provide more informative reports on failuresozaki-r
2018-03-06Correct all ATF failures in t_ptrace_x86_wait.h (debug registers)kamil
2018-03-05Remove PT_GET_SIGMASK / PT_SET_SIGMASKkamil
2018-02-28Simplify - it's enough to set nctx.uc_link to &octx to restore olduwe
2018-02-28Add missing $ in the RCSID.uwe
2018-02-27threadfunc - we do return from swapcontext() (since revision 1.2),uwe
2018-02-27swapfunc() is not passed to pthread_create, there's no need for it touwe
2018-02-27Drop unnecessary cast to makecontext() argument.uwe
2018-02-27Cleanup trailing whitespace.uwe
2018-02-27Include <inttypes.h> in t_ucontext.ckamil
2018-02-27Make the t_ucontext.c test more portablekamil
2018-02-25fix spellochristos
2018-02-25Add new tests in lib/libc/sys/t_ucontextkamil
2018-02-22PR lib/53044: remove tests not provided by OpenSSL 1.1.xmartin
2018-02-17make it compile again for those who don't have LOCAL_PEERCREDchristos
2018-02-17Add a test demonstrating thst LOCAL_PEEREID is busted.christos
2018-02-17remove clause 3, 4.christos
2018-02-16Use the same variable name for the accepted socket as with the AF_LOCAL test.christos
2018-02-16make sure we call getpeername on the accepted socket!christos
2018-02-16ensure that getpeereid does not succeed on tcp sockets.christos
2018-02-16explain what's going on before we fix it.christos
2018-02-16add getpeereid tests for non-unix sockets, returns garbage...christos
2018-02-16add a getpeeeid test.christos
2018-02-09Fix ping_opts_gateway and ping_opts_recordrouteozaki-r
2018-02-09put .PATH after the variable is defined.christos
2018-02-08fix 1.0 build; thanks ODE make.christos
2018-02-08include the right test directory for the right openssl versionchristos
2018-02-08adjust tests for 1.1christos
2018-02-08Now that we don't allow source-routed packets by default, set allowsrcrt=1maxv
2018-02-08Typos.dholland
2018-02-07md2 has been deprecated in OpenSSL-1.1christos
2018-02-03* Use 'struct testmsg' rather than 'struct mymsg' (avoids a conflictpgoyette
2018-02-01Commonalize and add tests of creating/destroying interfacesozaki-r
2018-01-18implement 32-bit compat support for raidframe.mrg
2018-01-17Use sysctl -n rather than parse the output.maya
2018-01-17- Add inttypes.h #include for PR* macros.maya
2018-01-17Improve portability of headers and sort them.maya
2018-01-14Sync sparc with sparc64martin
2018-01-11Change the prefix of test names to ipsecif_ to distinguish from tests for ips...ozaki-r
2018-01-10add ipsec(4) interface ATF.knakahara
2018-01-09Add EVFILT_FSmartin
2018-01-09Skip the test on non-modular kernelsmartin
2018-01-08PR 52864: add a test for this bug, from sevan@martin
2018-01-01Build less of the test code if there's no linker ifunc support.maya