Age | Commit message (Expand) | Author |
2017-06-14 | harmless, but weird typo; found with afterstep_faq(1) | Ingo Schwarze |
2017-06-14 | implement the roff(7) d (macro or string defined) conditional | Ingo Schwarze |
2017-06-14 | implement roff(7) .rj (right justify) request | Ingo Schwarze |
2017-06-14 | Don't overwrite error message when it is available in | Nicholas Marriott |
2017-06-14 | Add missing error message when no target, GitHub issue 971. | Nicholas Marriott |
2017-06-14 | implement the roff(7) \p (break output line) escape sequence | Ingo Schwarze |
2017-06-14 | Add user@host prefix to client's "Permisison denied" messages, useful in | Darren Tucker |
2017-06-13 | Partial support for the \n[an-margin] number register. | Ingo Schwarze |
2017-06-13 | If the layout is empty except for requesting a left vertical frame, | Ingo Schwarze |
2017-06-13 | Delete the arbitrary range restriction for -Owidth. | Ingo Schwarze |
2017-06-13 | fix the interaction of the allbox option with spanned cells in the layout | Ingo Schwarze |
2017-06-13 | Explicitly ignore .br, .ce, and .sp inside tbl(7) text blocks. | Ingo Schwarze |
2017-06-13 | Do not require that unknown EXT_INFO extension values not contain | Damien Miller |
2017-06-13 | missing prototype. | Damien Miller |
2017-06-13 | Remove xterm flag from key before checking prefix, reported by Peter | Nicholas Marriott |
2017-06-12 | Two minor fixes for the "allbox" modifier: | Ingo Schwarze |
2017-06-12 | If a tbl(7) layout contains a 'w' (minimum width) modifier for a | Ingo Schwarze |
2017-06-12 | implement the tbl(7) "allbox" option; | Ingo Schwarze |
2017-06-12 | fix column width calculation for text block cells | Ingo Schwarze |
2017-06-12 | Implement automatic line breaking | Ingo Schwarze |
2017-06-12 | Use openat() and unlinkat() instead of chdir()ing to the recovery dir. | Todd C. Miller |
2017-06-12 | rejname[] is also -r option buffer, and should be PATH_MAX | Theo de Raadt |
2017-06-12 | Need to flush out the linefeed after wrapper. GitHub issue 970. | Nicholas Marriott |
2017-06-12 | Add explicit keys for the bracketed paste sequences, both to avoid mix | Nicholas Marriott |
2017-06-11 | ooops, fix a glitch in the previous commit... | Ingo Schwarze |
2017-06-11 | Style message about legacy man(7) date format in mdoc(7) documents | Ingo Schwarze |
2017-06-11 | usr/bin/ktrace: replace snprintf(3)/write(2) with dprintf(3) | Adam Wolk |
2017-06-11 | style message about missing .Fn markup; inspired by mdoclint | Ingo Schwarze |
2017-06-11 | Continue the flattening of the pledge logic started in r1.184 and place | Theo Buehler |
2017-06-11 | Do not issue the message "no blank before trailing delimiter" for .No. | Ingo Schwarze |
2017-06-11 | Simple style(9) fixes from Juuso Lapinlampi, mostly whitespace and | Theo Buehler |
2017-06-10 | If -P and -c were given, a second pledge call tried to add "rpath" to the | Theo Buehler |
2017-06-10 | Reduce false positives for the "no blank before trailing delimiter" message. | Ingo Schwarze |
2017-06-10 | add missing blanks before several delimiters; found with mandoc -Tlint | Ingo Schwarze |
2017-06-10 | print '?' instead of incorrect link count (that the protocol doesn't | Damien Miller |
2017-06-10 | implement sorting for globbed ls; bz#2649 ok dtucker@ | Damien Miller |
2017-06-10 | style message about missing blank before trailing delimiter; | Ingo Schwarze |
2017-06-10 | do not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and its arguments | Ingo Schwarze |
2017-06-09 | Extend filters (f key) to buffer and client mode and add -f flag to | Nicholas Marriott |
2017-06-09 | Add -O option to choose-* to set initial sort order. | Nicholas Marriott |
2017-06-09 | Default sort for buffer mode should be time not name. | Nicholas Marriott |
2017-06-09 | Use brackets around prompts which looks better and matches the other modes. | Nicholas Marriott |
2017-06-09 | Add a hook when the clipboard is set. | Nicholas Marriott |
2017-06-09 | return failure rather than fatal() for more cases during mux | Damien Miller |
2017-06-09 | in description of public key authentication, mention that the server | Damien Miller |
2017-06-09 | better translate libcrypto errors by looking deeper in the accursed | Damien Miller |
2017-06-09 | Add comments referring to the relevant RFC sections for rekeying | Darren Tucker |
2017-06-08 | Properly reinitialize roffce_node between parses, | Ingo Schwarze |
2017-06-08 | Implement w layout specifier (minimum column width). | Ingo Schwarze |
2017-06-08 | ASLR, W^X, and guard pages trigger processor traps that result in | Alexander Bluhm |