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