summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2011-01-04some more tests regarding empty macrosIngo Schwarze
2011-01-04Fix stupid commit error pointed out by guenther@ (thanks!):Ingo Schwarze
2011-01-04Multiple man(7) .IP and .TP fixes started during p2k10:Ingo Schwarze
2011-01-04Multiple man(7) .IP and .TP fixes started during p2k10:Ingo Schwarze
2011-01-03Unify roff macro argument parsing (in roff.c, roff_userdef()) and man macroIngo Schwarze
2011-01-02more tests of white space handlingIngo Schwarze
2011-01-02permit 2011; from Thomas KlausnerJason McIntyre
2011-01-01test whether the .Fl macro is parsedIngo Schwarze
2011-01-01test handling of zero-length user-defined stringsIngo Schwarze
2011-01-01also test .Pp in literal contextIngo Schwarze
2011-01-01also test .Mt without argumentsIngo Schwarze
2010-12-26Use sizeof(double) instead of hardcoding 8.Miod Vallat
2010-12-24now that pkg_create checks more stuff, we have to ask for it to createMarc Espie
2010-12-19Handle .Bk the same way as groff 1.20.1:Ingo Schwarze
2010-12-09Abort endless loops during roff macro and string expansion.Ingo Schwarze
2010-12-09Roff only interpolates \* strings when the leading backslash is not escaped.Ingo Schwarze
2010-12-04add a few simple tests found in my treeIngo Schwarze
2010-12-04Now that we don't have groff in base any longer, check in the desired output,Ingo Schwarze
2010-12-04adjust for hard-link supportDamien Miller
2010-12-03really turn -H off;Jason McIntyre
2010-12-03turn off -H by default (<> warning), since mandoc does not have the sameJason McIntyre
2010-11-06make sio_onvol(3) return a integer exposing whether a volume knobAlexandre Ratchov
2010-10-15libdes -> libcryptoJonathan Gray
2010-10-06Retire SkipjackMike Belopuhov
2010-10-03don't use non-standard CFLAGS; ok miod@, deraadt@Christian Weisgerber
2010-09-26allow "mips64";Jason McIntyre
2010-09-24add a GLOB_KEEPSTAT option that retains a copy of the struct statDamien Miller
2010-09-22regress test for each of the key exchange algorithms that we supportDamien Miller
2010-09-22Test vectors for GMAC as published in the original GCM proposalMike Belopuhov
2010-09-18Add cvs tag, author name and yearTodd C. Miller
2010-09-18Test default precision when ndigit is negative.Todd C. Miller
2010-09-18Add more test vectors.Todd C. Miller
2010-09-17Add gcvt() regress with test vectors derived from perl regress.Todd C. Miller
2010-09-02test different key types (dsa, rsa, ecdsa) and sizes for loginMarkus Friedl
2010-09-01some very minor tweaks to bring us in line with mdoclint -r1.12 andJason McIntyre
2010-08-31put .Os in the right place;Jason McIntyre
2010-08-31- catching up with upstream mdoclint, recognise IMPLEMENTATION NOTES andJason McIntyre
2010-08-31tests for ECDSA keysDamien Miller
2010-08-31tests for ECDSA certificatesDamien Miller
2010-08-23Add setenv/putenv regressTodd C. Miller
2010-08-08remove rmd160 and add cksum, sha256, and sum while hereDavid Krause
2010-08-07Link against libkern's timingsafe_bcmp.c, so key_wrap regress testsMatthew Dempsky
2010-08-07new test for merging because of wrong deps that must lead to failure.Marc Espie
2010-08-04Revert previous since it makes the tests fail.Mark Kettenis
2010-08-04Add the new kqueue+rfork test, but disable the tests that use RFMEMPhilip Guenthe
2010-08-04Regression test for the recent rfork+kqueue fixPhilip Guenthe
2010-08-04tun* interfaces are now automatically destroyed on last close whenPhilip Guenthe
2010-08-04Confirm that a NOTE_EXIT knote is delivered when the child exitsPhilip Guenthe
2010-07-25basic regress tests (based on test-19.c) for _Bool and _Complex supportPhilip Guenthe
2010-07-22Replace strncat() with strlcat().Marcus Glocker