summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2020-07-15Handle padding cells correctly when searching, GitHub issue 2301.Nicholas Marriott
2020-07-15- Add [-a rounds] in ssh-keygen man page and usage()solene
2020-07-15POWE9 CPUs provide an energy sensor that accumulates the emount of energyMark Kettenis
2020-07-15start sentence with capital letter;Jason McIntyre
2020-07-15Add default for number of rounds (-a). ok djm@Darren Tucker
2020-07-14allow some additional control over the use of ssh-askpassDamien Miller
2020-07-14Convert option handling for openssl(1) verify.Joel Sing
2020-07-14Remove hyphenKinichiro Inoguchi
2020-07-14Add single space between pem and ...Kinichiro Inoguchi
2020-07-14Add manual for openssl(1) certhashKinichiro Inoguchi
2020-07-13Cast to uschar when storing a char in an int that will be used as an index.Todd C. Miller
2020-07-13Do not dereference NULL environment variable value, GitHub issue 2304.Nicholas Marriott
2020-07-13Clarify /tmp permissions and use, GitHub issue 2300.Nicholas Marriott
2020-07-10Clean up s_client.cKinichiro Inoguchi
2020-07-10Change variable bio_c_out from global to localKinichiro Inoguchi