summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2021-05-05Check the characters preceeding and following quotes.Mark Lumsden
2021-05-04Don't pass NULL as a string in debugging as it does not work on someDarren Tucker
2021-05-04shell scripts should use getopts instead of getoptChristian Weisgerber
2021-05-03When parsing a variable value within double quotes, allow parenthesisMark Lumsden
2021-05-03When parsing a variable value within double quotes, allow an escapedMark Lumsden
2021-05-03If mode is not allowed in struct opt, then just play/record silenceAlexandre Ratchov
2021-05-03more debugging for UpdateHostKeys signature failuresDamien Miller
2021-05-02dired-shell-command is listed in the man page under 'DIRED KEYMark Lumsden
2021-05-01Retire OpenBSD/sgi.Visa Hankala
2021-05-01update currency exchange rates;Jason McIntyre
2021-04-30a little debugging in the main mux process for status confirmationDamien Miller
2021-04-30Remove now-unused skey function prototypes leftover from skey removal.Darren Tucker
2021-04-29*** empty log message ***Dale Rahn
2021-04-28Use "new" vmctl syntax in the example.Theo Buehler
2021-04-28recognise riscv64 as a valid arch in mandocJonathan Gray
2021-04-28sndiod: Attach client at the same position, regardless the device modeAlexandre Ratchov
2021-04-28sndiod: Allocate (free) conversion buffers in slot_attach (slot_detach)Alexandre Ratchov
2021-04-28Add RISC-V elf executable detection.Dale Rahn
2021-04-22Add a non-interactive version of query-replace-regexp function calledMark Lumsden
2021-04-21Use the plenteous BUFSIZE found in mg in lieu of 128.Mark Lumsden
2021-04-21Fix const in previous. Pointed out by asouTheo Buehler
2021-04-20Add prototypes for EC_GROUP_get_curve_{GF2m,GFp}().Theo Buehler
2021-04-20Indicate if an mg function is unsuitable for a startup file (requiresMark Lumsden
2021-04-20Allow more than one block of code to exist on a single line. Also,Mark Lumsden
2021-04-20Add 'dired-jump' from Philip K. <philip@warpmail.net> sent to tech@Mark Lumsden
2021-04-19RS ^-anchoring needs to know if it's reading the first record of a file.Todd C. Miller
2021-04-16openssh-8.6Damien Miller
2021-04-15do not pass file/func to monitor; noted by Ilja van Sprundel; ok djm@Markus Friedl
2021-04-15%begin now has three arguments, not two. GitHubs issue 2646.Nicholas Marriott
2021-04-14_PASSWORD_LEN is no longer the limit for an unencrypted password.Todd C. Miller
2021-04-13Include modifiers when looking up an individual key.Nicholas Marriott
2021-04-13Require that the argument to the window option be non-zero.Todd C. Miller
2021-04-13Ignore expandtab setting when in command mode.Todd C. Miller
2021-04-13Fix merging of files that lack a final \n at EOF after a block of common lines.Stefan Sperling
2021-04-13Change how extended ctrl keys are processed to fix C-S-Tab and C-;.Nicholas Marriott
2021-04-13Move mode set/reset after sync so cursor doesn't flicker, from AviNicholas Marriott
2021-04-13Handle C-Tab correctly with extended keys, GitHub issue 2642.Nicholas Marriott
2021-04-12Add a flag to disable keys to close a message, GitHub issue 2625.Nicholas Marriott
2021-04-12Permit shortcut keys in buffer, client, tree modes to be configured withNicholas Marriott
2021-04-09Change a type to fix a warning with some compilers.Nicholas Marriott
2021-04-08Log the key written to the terminal as well as tmux's idea of what itNicholas Marriott
2021-04-07Restore previous behaviour so that C-X remains the same as C-x. Instead,Nicholas Marriott
2021-04-07Add a current_file format for the config file being parsed. OriginallyNicholas Marriott
2021-04-07When display-message used in config file, show the message after theNicholas Marriott
2021-04-07Check function return value in openssl(1) x509.cKinichiro Inoguchi
2021-04-07Avoid leak in error pathKinichiro Inoguchi
2021-04-07Fixes for extended keys: 1) allow C-x and C-X to be bound separatelyNicholas Marriott
2021-04-06include "ssherr.h" not <ssherr.h>; from Balu Gajjala via bz#3292Damien Miller
2021-04-05minor KNFTheo de Raadt
2021-04-05Move client-detached into server_client_lost so it is fired even if aNicholas Marriott