summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-08-06Wow, the indentation is totally messed up, to the point where compilersTheo de Raadt
2020-08-05Change searching to behave more like emacs and so that regex searchingNicholas Marriott
2020-08-04Also ignore SIGQUIT so it can't be used to kill the client when locked.Nicholas Marriott
2020-08-03Add support for UTF-8 DISPLAY-HINTs with octet length. For now onlyMartijn van Duren
2020-08-03Put the code handling \} into a new function roff_cond_checkend()Ingo Schwarze
2020-08-03ensure that certificate extensions are lexically sorted. PreviouslyDamien Miller
2020-08-03allow -A to explicitly enable agent forwarding in scp and sftp. TheDamien Miller
2020-08-03clang -Wimplicit-fallthrough does not recognise /* FALLTHROUGH */Theo de Raadt
2020-08-03Split some code that gives clang10 heartburnTheo de Raadt
2020-08-02missing {} identified by clang10Theo de Raadt
2020-08-01update currency exchange rates;Jason McIntyre
2020-07-31Also compare username when checking for JumpHost loops. bz#3057, ok djm@Darren Tucker
2020-07-30Don't print extra newlines on error before awk starts parsing.Todd C. Miller
2020-07-30Update awk to July 30, 2020 version.Todd C. Miller
2020-07-30Improved handling of an unescaped '/' in a bracket expression.Todd C. Miller
2020-07-30Trim newline from ctime, from Thomas Adam.Nicholas Marriott
2020-07-27Wrap long lines s_server.cKinichiro Inoguchi
2020-07-27Add function prototype and move sub functions to bottomKinichiro Inoguchi
2020-07-27Remove space between '*' and pointer variable in s_server.cKinichiro Inoguchi
2020-07-27Remove 's_' prefix from member of s_server_config structKinichiro Inoguchi
2020-07-27Convert openssl(1) s_server option handlingKinichiro Inoguchi
2020-07-27Add a -d option to display-message to set delay, from theonekeyg atNicholas Marriott
2020-07-26Add / as alias for g (grep)kn
2020-07-24Add a hook when the pane title changed.Nicholas Marriott
2020-07-24Regular expression support in RS is an extension.Todd C. Miller
2020-07-23Change line counter from int to unsigned long long to reduce overflow.Martijn van Duren
2020-07-23getline(3) does it's own memory allocation. No need to use an intermediateMartijn van Duren
2020-07-23Check all lists if option not found already.Nicholas Marriott
2020-07-22Avoid running out of memory with query-replace-regex ^Theo Buehler
2020-07-22Prevent mg segfault with query-replace-regex replacing ^Theo Buehler
2020-07-22Correct checks for window borders.Nicholas Marriott
2020-07-21undocumented options -O outfilename and -O tagfilenameIngo Schwarze
2020-07-21Fix show-buffer when run from inside tmux, GitHub issue 2314.Nicholas Marriott
2020-07-20If closefile() is called on std{in,out,err}, freopen() /dev/null instead.Todd C. Miller
2020-07-20In closeall(), skip stdin and flush std{err,out} instead of closing.Todd C. Miller
2020-07-20as jmc@ points out, i missed a few instances of .Xr more 1Ingo Schwarze
2020-07-20Switch the default pager from "more -s" to "less".Ingo Schwarze
2020-07-19Delete support for LC_MESSAGES which we shall never implement.Ingo Schwarze
2020-07-19Don't add server.device knob if there's only one audio deviceAlexandre Ratchov
2020-07-19Fix initial alternate device numberAlexandre Ratchov
2020-07-18oops - the description of -i had a similarly incorrect text as -I concerningJason McIntyre
2020-07-18the text describing the effect of -f on -I is apparently wrong - no such codeJason McIntyre
2020-07-18Properly escape a backslash.Daniel Dickman
2020-07-17Add %k to the TOKENs for Match Exec for consistency with the other keywordsDarren Tucker
2020-07-17fix macro slip in previous;Jason McIntyre
2020-07-17log error message for process_write() write failuresDamien Miller
2020-07-17Add a '%k' TOKEN that expands to the effective HostKey of theDarren Tucker
2020-07-17Add %-TOKEN, environment variable and tilde expansion to UserKnownHostsFile,Darren Tucker
2020-07-16add -T option to make time related system calls more prominent.Ted Unangst
2020-07-15Renumber after killing windows for choose-tree.Nicholas Marriott