summaryrefslogtreecommitdiff
path: root/regress/sys
AgeCommit message (Expand)Author
2017-09-07Get IPv4 and IPv6 fragment tests into common shape. Some chunksAlexander Bluhm
2017-09-07Link regress/sys/netinet/frag to build. Get IPv4 and IPv6 fragmentAlexander Bluhm
2017-09-07Copy IPv6 fragment test cases to IPv4 and adapt to the different Alexander Bluhm
2017-09-06Fix declarationsPhilip Guenther
2017-09-04Run divert-packet tests also for IPv6.Alexander Bluhm
2017-09-04Before mounting NFS, wait until mountd(8) has exported the directory.Alexander Bluhm
2017-09-01Increase timeout, otherwise test may fail on slow machines.Alexander Bluhm
2017-08-16ENTRY() requires END()Theo de Raadt
2017-08-15Add test cases for msdosfs bugStefan Fritsch
2017-08-15Add tests for pf divert-packet. Currently UDP packets are testedAlexander Bluhm
2017-07-27Compile and test MPATH code.Martin Pieuchot
2017-07-27fcntl(F_DUPFD) needs an argument. Otherwise it fails with EINVALAlexander Bluhm
2017-07-25Do not remove files from CVS tree during make clean.Alexander Bluhm
2017-07-22Tolerate imprecise fault address on sparc64 where the hardware doesn't provideMark Kettenis
2017-07-20Accessing a mmap(2)ed file behind its end should result in a SIGBUSAlexander Bluhm
2017-07-18The function getaddr() compares the stack address of the callerAlexander Bluhm
2017-07-13Round VM_MAXUSER_ADDRESS down to next page to make mmap_hint regressAlexander Bluhm
2017-07-13Improve error messages of siginfo-fault regress to make clear whichAlexander Bluhm
2017-07-12We cannot mmap(2) memory at VM_MAXUSER_ADDRESS as the full allocatedAlexander Bluhm
2017-07-11Rewrite regress sendsrcaddr so that is uses UDP sockets on localhost,Alexander Bluhm
2017-07-10ld.so and nfs regress were using PROGS variable before it was addedAlexander Bluhm
2017-07-07Remove useless make depend targets.Alexander Bluhm
2017-07-07Make mmap_hint.c compile on i386 by adding includes. UnfortunatelyAlexander Bluhm
2017-07-06Initialize the return value and do not use garbage as exit status.Alexander Bluhm
2017-07-03Add more checks and debug info to identify the sporadic test failures.Alexander Bluhm
2017-06-22Do not skip any crypto tests. Remove useless make code, use defaultsAlexander Bluhm
2017-06-22Pick rijndael.c lost after backout; requested by bluhm@Mike Belopuhov
2017-06-07To test IPv6 fragements with extension header, the pf pass rulesAlexander Bluhm
2017-06-06Update stubs to work with radix tree.Martin Pieuchot
2017-05-31As pf blocks packets with IPv6 options header, the tests needs anAlexander Bluhm
2017-05-30fileops test: Also run on ext2fsStefan Fritsch
2017-05-29Minor regress test cleanup.Alexander Bluhm
2017-05-29Re-add line continuation \ that went missing in the previous commitStefan Fritsch
2017-05-29Regress test for sparse files & mmap with different FSsStefan Fritsch
2017-05-29Regress test for sparse files & mmap with different FSsStefan Fritsch
2017-05-28Now that pf looks behind IPv4 authentication headers, disable theAlexander Bluhm
2017-05-27Do not use reject routes as they prevent path MTU discovery.Alexander Bluhm
2017-05-17Revert MI AES-XTS code back to T-tables amid poor performanceMike Belopuhov
2017-05-15Try to work around a race in the daily test run. Before killingAlexander Bluhm
2017-05-15Use netcat options -n, -W, -w to simplify test. Wrap long lines.Alexander Bluhm
2017-05-13Pick aes.c instead of rijndael.cMike Belopuhov
2017-05-12Run all IPsec tests with a pf rule that logs everything on the enc0Alexander Bluhm
2017-05-11Enable IPv6 IPsec transport mode tests for ping and TCP over ESPAlexander Bluhm
2017-05-11Use the new netcat -W recvlimit feature to speed up the test.Alexander Bluhm
2017-05-10Run tcpdump(8) on the enc0 device while the test is sending IPsecAlexander Bluhm
2017-05-04Add IPsec test for manually configured SA bundles. That does ipcomp,Alexander Bluhm
2017-05-02Convert CMAC and Key Wrap regress tests over to the new AESMike Belopuhov
2017-05-02Sync GMAC and AES-CTR/-XTS regress tests with the new AES codeMike Belopuhov
2017-05-02Pick the right AES source fileMike Belopuhov
2017-04-30Switch AES testcase to the new implementationMike Belopuhov