summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-04-09Pass correct flags to fnmatch.Nicholas Marriott
2020-04-09Wait until the initial command sequence is done before sending a deviceNicholas Marriott
2020-04-09find -exec +: use sysconf to find the kernel's idea of ARG_MAXJeremie Courreges-Anglas
2020-04-09Mention paste at same place as copy, suggested by John Boyle.Nicholas Marriott
2020-04-08Use a separate node->tag attribute rather than abusing the node->stringIngo Schwarze
2020-04-08Restore pane_current_path format from portable tmux, it is no longerNicholas Marriott
2020-04-08Pass the cmd item to format expansion so that mouse formats work.Nicholas Marriott
2020-04-08let sshkey_try_load_public() load public keys from the unencryptedDamien Miller
2020-04-08simplify sshkey_try_load_public()Damien Miller
2020-04-08add sshkey_parse_pubkey_from_private_fileblob_type()Damien Miller
2020-04-08simplify sshkey_parse_private_fileblob_type()Damien Miller
2020-04-08check private key type against requested key type in new-style privateDamien Miller
2020-04-08check that pubkey in private key envelope matches actual private keyDamien Miller
2020-04-08refactor private key parsing a littleDamien Miller
2020-04-07Separate the place to put the <a href> permalink (now markedIngo Schwarze
2020-04-07Do not restore history flag if it was never set.Nicholas Marriott
2020-04-07Do not send mouse events if the program has not requested them.Nicholas Marriott
2020-04-07Limit size to 1x1 (total size 3x3).Nicholas Marriott
2020-04-07install -d should error out if no directory is givenMarc Espie
2020-04-06Change copy mode to make copy of the pane history so it does not need toNicholas Marriott
2020-04-06Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.Ingo Schwarze
2020-04-05Add an argument to list-commands to show only a single command.Nicholas Marriott
2020-04-05Do not assume futex(2) is always returning an errno value.Martin Pieuchot
2020-04-05Declare pledgenames[] as const.Visa Hankala
2020-04-05crank to 6.7-betaTheo de Raadt
2020-04-04automatically tag .SH and .SS in man(7) terminal outputIngo Schwarze
2020-04-04Use /dev/audioctlN instead of /dev/mixerN.Alexandre Ratchov
2020-04-03Use new window and new pane as well for -P to new-session or new-window.Nicholas Marriott
2020-04-03Stop logging the entire command queue every time we add something,Nicholas Marriott
2020-04-03Remove some stray argument names from function prototypes,Ingo Schwarze
2020-04-03#include <stdint.h> because that is needed before #include <ohash.h>;Ingo Schwarze
2020-04-03r1.522 deleted one too many lines; repairDamien Miller
2020-04-03sort -N and add it to usage();Jason McIntyre
2020-04-03avoid another compiler warning spotted in -portableDamien Miller
2020-04-03Check previous line rather than an extra line, from Anindya Mukherjee.Nicholas Marriott
2020-04-03fix format string (use %llu for uint64, not %lld). spotted by Darren andDamien Miller
2020-04-03Add a flag to re-enable verbose output when in batch mode;Damien Miller
2020-04-03chacha20-poly1305 AEAD using libcrypto EVP_chacha20Damien Miller
2020-04-03make Chacha20-POLY1305 context struct opaque; ok tb@ as part of a largerDamien Miller
2020-04-03fix debug statementDamien Miller
2020-04-03the tunnel-forwarding vs ExitOnForwardFailure fix that I committedDamien Miller
2020-04-03%C expansion just added to Match Exec should include remote user not localDarren Tucker
2020-04-03make failures when establishing "Tunnel" forwarding terminate theDamien Miller
2020-04-03Make with config keywords support which percent_expansions more consistent.Darren Tucker
2020-04-03give ssh-keygen the ability to dump the contents of a binary keyDamien Miller
2020-04-03add allocating variant of the safe utf8 printer; ok dtucker as part ofDamien Miller
2020-04-02When the last file formatted yielded no tags, the tags file gotIngo Schwarze
2020-04-02Only search the visible part of the history when marking (highlighting)Nicholas Marriott
2020-04-02Replace a bunch of hand rolled date / time math with gmtime(3).Florian Obser
2020-04-02Copy tagged strings before marking hyphens as breakable.Ingo Schwarze