summaryrefslogtreecommitdiffstats
path: root/usr.bin
AgeCommit message (Expand)AuthorFilesLines
2020-06-22some clarifying commentsdjm1-2/+9
2020-06-22change "East Tupelo" reference to just "Tupelo";jmc1-2/+2
2020-06-22Document "s" commandkn1-1/+3
2020-06-22Remove ^Z mentionkn1-5/+2
2020-06-22updated argument name for -P in first synopsis was missed in previous;jmc1-2/+2
2020-06-22supply word missing in previous;jmc1-2/+2
2020-06-22Add support for FIDO webauthn (verification only). webauthn is adjm3-6/+130
2020-06-22refactor ECDSA-SK verification a little ahead of adding supportdjm1-21/+23
2020-06-22support for RFC4648 base64url encoding; ok markusdjm2-2/+47
2020-06-22better terminology for permissions; feedback & ok markus@djm1-11/+11
2020-06-22better terminology for permissions; feedback & ok markus@djm3-37/+37
2020-06-22plug the wireguard ioctls in.dlg2-2/+4
2020-06-21add neil peart; from matthew j. c. clarkejmc1-1/+3
2020-06-20Avoid one uninitialized warning in file_get()jca1-2/+2
2020-06-19Correct synopsis and usage for the options accepted when passing a commanddtucker2-5/+12
2020-06-18check public host key matches private; ok markus@ (as part ofdjm1-2/+11
2020-06-18avoid spurious "Unable to load host key" message when sshd can load adjm1-2/+8
2020-06-18The redraw callback could be fired with a NULL pane if it updates whilenicm1-2/+3
2020-06-18Add a flag to make a client wait for an empty line before exiting innicm6-13/+51
2020-06-18Check control types and skip unknown ones.ratchov1-2/+9
2020-06-18Allow names to start with digits or underscoresratchov1-12/+8
2020-06-18Don't try to open device that's already openratchov5-38/+76
2020-06-17Manually tag the section option.schwarze1-2/+3
2020-06-17Document that rand() returns non-deterministic random numbers unless atim1-3/+12
2020-06-16Fix strlcpy() size parameter in refldbld(), it was a byte too small.millert2-17/+21
2020-06-16rework SYNOPSIS/usage() to show better the various use formats,jmc2-58/+61
2020-06-16d and D keys to reset to default in customize mode.nicm8-63/+231
2020-06-16Correctly move to previous line when looking for previous word, fromnicm1-5/+5
2020-06-15document -T html -O tag as implemented in main.c rev. 1.253schwarze1-2/+19
2020-06-15Support -T html -O tag by passing a file:// URI to the pager.schwarze1-17/+24
2020-06-15print the name of the rings in systat mbuf output too.dlg1-14/+17
2020-06-13Add -b flags to insert a window before (like the existing -a for after)nicm6-47/+63
2020-06-13Integrate the bsd-features branch from awk github.millert8-14/+339
2020-06-13POSIX doesn't permit an unescaped '/' in an extended regular expression.millert5-21/+35
2020-06-12On error, drop clients and close the device only if it's still openratchov6-17/+20
2020-06-12Remove superflous space I added with my last commit.remi1-2/+2
2020-06-12Do not wait on shutdown for commands started with run -b.nicm1-3/+6
2020-06-12update usage() with -R.remi1-3/+4
2020-06-12Check if a pane needs to be paused when output is written rather thannicm1-1/+8
2020-06-12move-pane also defaults to marked pane now, reported by Ben Challenor.nicm1-2/+3
2020-06-12Fix quoting with newlines and single quotes.nicm1-12/+15
2020-06-12Add -R to show a summary of rdomains with associated interfaces and tables.remi4-6/+93
2020-06-12correct RFC number; from HARUYAMA Seigo via GH PR191djm1-1/+1
2020-06-11Add some formats for search in copy mode (search_present, search_match).nicm4-23/+56
2020-06-11Fix a regression in rev. 1.238 (2019/07/26):otto1-2/+2
2020-06-11Use setlocale(LC_CTYPE, "") instead of setlocale(LC_ALL, "")millert1-2/+2
2020-06-11Fix length parameter to strlcpy, inputFS is a pointer.millert1-2/+2
2020-06-11Fix a crash when completing sessions, from Anindya Mukherjee.nicm1-7/+18
2020-06-11Add a -A option to pause a pane manually.nicm4-8/+30
2020-06-10Update awk to June 5, 2020 version.millert5-11/+35