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