summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2017-06-11churn caused by the new Mdocdate messages, no easy way to avoid this :(Ingo Schwarze
2017-06-11Fix a test race, wait after kill in case writing the core dump takesAlexander Bluhm
2017-06-08Start with a clean /var/account/acct accounting file and turn onAlexander Bluhm
2017-06-11Do not issue the message "no blank before trailing delimiter" for .No.Ingo Schwarze
2017-06-10style message about missing blank before trailing delimiter;Ingo Schwarze
2017-06-08delete -e and -l, now covered by mandoc; OK jmc@ wiz@Ingo Schwarze
2017-06-08Implement w layout specifier (minimum column width).Ingo Schwarze
2017-06-08Link lastcomm regress to build.Alexander Bluhm
2017-06-08Start with a clean /var/account/acct accounting file and turn onAlexander Bluhm
2017-06-07Remove "new sentence, new line" detection, covered by mandoc.Ingo Schwarze
2017-06-07unbreak after sshv1 purgeDamien Miller
2017-06-03ignore blank lines in man(7) next line scope;Ingo Schwarze
2017-06-03delete -n option, now covered by mandoc; OK jmc@Ingo Schwarze
2017-06-02add about 15 missing character escape sequences found in groff_char(7);Ingo Schwarze
2017-06-01Minimal implementation of the \h (horizontal motion) escape sequence.Ingo Schwarze
2017-06-01Delete -f. What matters is covered by mandoc.Ingo Schwarze
2017-05-31remove -X, it was just migrated to mandoc -Wstyle; OK wiz@Ingo Schwarze
2017-05-30Make doas regression tests that involve doas running use a non-nosuidVadim Zhukov
2017-05-30First pass to make bluhm@ happy regarding doas regress conf.Vadim Zhukov
2017-05-30STYLE message about useless macros we don't want (Bt Tn Ud);Ingo Schwarze
2017-05-30fix formatting of intermediate punctuation in .LkIngo Schwarze
2017-05-30Macro argument quoting does not prevent recognition of punctuationIngo Schwarze
2017-05-26add a test for the git diffs, suggested by tomTed Unangst
2017-05-17*Add* a test checking that no empty databases get created,Ingo Schwarze
2017-05-17Stop testing the creation and the properties of empty databases.Ingo Schwarze
2017-05-15Delete the -H option.Ingo Schwarze
2017-05-15Delete the obsolete 9-argument-check for .Sh.Ingo Schwarze
2017-05-14delete the -a option, it's now fully covered by mandoc -Tlint;Ingo Schwarze
2017-05-14remove the -s option, it is fully covered by mandoc -Tlint;Ingo Schwarze
2017-05-08Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze
2017-05-08fix for new SSH_ERR_KEY_LENGTH error valueDamien Miller
2017-05-08remove arcfour, blowfish and CAST here tooDamien Miller
2017-05-07Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze
2017-05-05Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze
2017-05-05Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze
2017-05-04Parser reorg:Ingo Schwarze
2017-05-02Remove -P (warnings about paragraph problems).Ingo Schwarze
2017-05-02bugfix: treat .Bd -unfilled like .Bd -literal;Ingo Schwarze
2017-05-01When trying to expand some columns in a table where the sum of theIngo Schwarze
2017-04-30eliminate explicit specification of protocol in tests and loops overDamien Miller
2017-04-30remove SSHv1 support from unit testsDamien Miller
2017-04-28Delete .Pp right before the first .Sh and right before any .Ss,Ingo Schwarze
2017-04-28Start deleting redundant features that are already coveredIngo Schwarze
2017-04-28Merge missing bits from Colin Watson's patch in bz#2658 which make integrityDarren Tucker
2017-04-28Pull back some shell portability fixes from -portable to make future syncsDarren Tucker
2017-04-27Merge trivial patches from pkgsrc to get rid of gratuitious differences;Ingo Schwarze
2017-04-27Detect links to self by parsing .Nm in SYNOPSIS.Ingo Schwarze
2017-04-17test display of long URIsIngo Schwarze
2017-04-17Change COMPILER_VERSION tests which limited additional warnings to gcc4Jonathan Gray
2017-04-16Use %zu to print a size_t.Mark Kettenis