summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-01-18The .UR and .MT blocks in man(7) are represented by <a> elementsIngo Schwarze
2019-01-18tweak previous;Jason McIntyre
2019-01-18Add the -iter and -pbkdf2 argumenst to encBob Beck
2019-01-18Change the default digest type to sha256, and add support forBob Beck
2019-01-17rm a few more $Id which cannot be usefulTed Unangst
2019-01-17delete some historic $Id that have been chewed on by cvsTed Unangst
2019-01-17use $OpenBSD markersTed Unangst
2019-01-17change an error message to be less misleading.Ted Unangst
2019-01-17clear the password even after a mismatchTed Unangst
2019-01-17clean up the user's password even after various errors.Ted Unangst
2019-01-17tun_fwd_ifnames variable should be extern; from Hanno BöckDamien Miller
2019-01-17include time.h for time(3)/nanosleep(2); from Ian McKellarDamien Miller
2019-01-17many of the global variables in this file can be made static;Damien Miller
2019-01-16Add "-h" flag to sftp chown/chgrp/chmod commands to request they doDamien Miller
2019-01-16add support for a "lsetstat@openssh.com" extension. This replicates theDamien Miller
2019-01-15In PostScript and PDF output, one AFM unit is not nearly enoughIngo Schwarze
2019-01-15Should save the bg colour when setting it to default, not the fg.Nicholas Marriott
2019-01-15Do not highlight characters which will not be copied, reported byNicholas Marriott
2019-01-15Regex flags should include REG_NEWLINE and REG_ICASE should actually beNicholas Marriott
2019-01-14Various tweaks:Ingo Schwarze
2019-01-14Untimely spring cleaning:Ingo Schwarze
2019-01-11mincore() is a relic from the past, exposing physical machine informationTheo de Raadt
2019-01-11Improve error reporting when a file given on the command lineIngo Schwarze
2019-01-11do not access a NULL pointer when formatting a completely empty documentIngo Schwarze
2019-01-11Remove the HTML title= attributes which harmed accessibility andIngo Schwarze
2019-01-10Revert back previous commit and stop including strings.hRicardo Mestre
2019-01-10After years of gnashing of teeth, i finally found a way to avoidIngo Schwarze
2019-01-10Initializers for file-scope static variables should be compile-timeIngo Schwarze
2019-01-09Delay keyword expansion in co until after the locks have been resolved.Joris Vink
2019-01-09When expanding $Log$ make sure a newline is added if rd_log has none.Joris Vink
2019-01-09Make sure rcs_lock_add() and rcs_lock_remove() properly update theJoris Vink
2019-01-09Include strings.h for bzero in usr.bin/ncKinichiro Inoguchi
2019-01-07Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)Ingo Schwarze
2019-01-06the parent process doesn't do much but open files, but just the sameTed Unangst
2019-01-06set tracefile to null when clearing points.Ted Unangst
2019-01-06Finally, represent the man(7) .PP and .HP macros by the naturalIngo Schwarze
2019-01-05In no-fill mode, avoid bogus blank lines in two situations:Ingo Schwarze
2019-01-05In groff, when the .SY block macro occurs in no-fill mode,Ingo Schwarze
2019-01-05In HTML output, man(7) .RS blocks get formatted as <div class="Bd-indent">,Ingo Schwarze
2019-01-05minor cleanup, no functional change:Ingo Schwarze
2019-01-05Now that the NODE_NOFILL flag in the syntax tree is accurate,Ingo Schwarze
2019-01-05no-fill mode has to be suspended during tbl(7) rendering, tooIngo Schwarze
2019-01-05minor cleanup, no functional change:Ingo Schwarze
2019-01-05Some high-level block macros have an effect similar to temporarilyIngo Schwarze
2019-01-04Don't reopen file if its stdin.Martijn van Duren
2019-01-04Two functional improvements to filling in terminal output.Ingo Schwarze
2019-01-04eliminate function-static attempt counters for passwd/kbdintDamien Miller
2019-01-04Simplify the roff(7) .ce and .rj terminal formatter by using theIngo Schwarze
2019-01-04fix memory leak of ciphercontext when rekeying; bz#2942Damien Miller
2019-01-04Implement centering and adjustment to the right margin directly inIngo Schwarze