summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2017-06-08make the internal a2roffsu() interface more powerful by returningIngo Schwarze
2017-06-08Add size to client descriptions in list, suggested by Greg Hurrell.Nicholas Marriott
2017-06-08Portable mandoc just got a warning about unknown .Lb namesIngo Schwarze
2017-06-07In cron(8), require that crontab and at files in the spool be ownedTodd C. Miller
2017-06-07style checks related to .Er; inspired by mdoclint(1)Ingo Schwarze
2017-06-07Also catch "new sentence, new line" if there are three blanksIngo Schwarze
2017-06-07Add an acct(5) flag for pledge violations. Then lastcomm(1) showsAlexander Bluhm
2017-06-07Make "new sentence, new line" detection stricter:Ingo Schwarze
2017-06-07Prepare the terminal driver for filling multiple columns in parallel,Ingo Schwarze
2017-06-07Prepare the terminal driver for filling multiple columns in parallel,Ingo Schwarze
2017-06-07Return 1 if name matches not 0, also fix some spaces.Nicholas Marriott
2017-06-07Add simple searching (C-s and n) to the various choose modes: by nameNicholas Marriott
2017-06-07htpasswd: use crypt_newhash instead of the bcrypt APIAdam Wolk
2017-06-07The \h escape sequence provides another method for moving backwards,Ingo Schwarze
2017-06-07Implement the roff(7) .rn (rename macro or string) request.Ingo Schwarze
2017-06-06Continue and pass keys through if they are repeated keys, so that theNicholas Marriott
2017-06-06Do not pass a state into commands when fired on individual items in treeNicholas Marriott
2017-06-06Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze
2017-06-06Delete input event when evbuffer_read() fails to avoid just spinningNicholas Marriott
2017-06-06Fix compression output stats broken in rev 1.201. Patch originally byDarren Tucker
2017-06-05explicitly pass -w since clang -M doesn't imply it.Marc Espie
2017-06-04Implement the roff(7) .mc (right margin character) request.Ingo Schwarze
2017-06-04Make term_flushln() simpler and more robust:Ingo Schwarze
2017-06-04Do not leak command, from David CARLIER.Nicholas Marriott
2017-06-04Add a timeout to prevent the sequences which wait for a specificNicholas Marriott
2017-06-04Remove unused variable.Nicholas Marriott
2017-06-04Be more strict about escape sequences that rename windows or set titles:Nicholas Marriott
2017-06-04Support SIGUSR2 to stop and start logging for an existing server. AlsoNicholas Marriott
2017-06-04Typo/style; plus man page escaping from jmc.Nicholas Marriott
2017-06-04Pure preprocessor implementation of the roff(7) .ec and .eo requestsIngo Schwarze
2017-06-03Make set-clipboard a three-state option so tmux itself can ignore theNicholas Marriott
2017-06-03ignore blank lines in man(7) next line scope;Ingo Schwarze
2017-06-03enable -Wstyle by default in -Tlint; OK jmc@Ingo Schwarze
2017-06-03Foreground colours with the bright attribute set need to use the brightNicholas Marriott