summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* change "East Tupelo" reference to just "Tupelo";jmc2020-06-221-2/+2
* Document "s" commandkn2020-06-221-1/+3
* Remove ^Z mentionkn2020-06-221-5/+2
* updated argument name for -P in first synopsis was missed in previous;jmc2020-06-221-2/+2
* supply word missing in previous;jmc2020-06-221-2/+2
* Add support for FIDO webauthn (verification only). webauthn is adjm2020-06-223-6/+130
* refactor ECDSA-SK verification a little ahead of adding supportdjm2020-06-221-21/+23
* support for RFC4648 base64url encoding; ok markusdjm2020-06-222-2/+47
* better terminology for permissions; feedback & ok markus@djm2020-06-221-11/+11
* better terminology for permissions; feedback & ok markus@djm2020-06-223-37/+37
* plug the wireguard ioctls in.dlg2020-06-222-2/+4
* add neil peart; from matthew j. c. clarkejmc2020-06-211-1/+3
* Avoid one uninitialized warning in file_get()jca2020-06-201-2/+2
* Correct synopsis and usage for the options accepted when passing a commanddtucker2020-06-192-5/+12
* check public host key matches private; ok markus@ (as part ofdjm2020-06-181-2/+11
* avoid spurious "Unable to load host key" message when sshd can load adjm2020-06-181-2/+8
* The redraw callback could be fired with a NULL pane if it updates whilenicm2020-06-181-2/+3
* Add a flag to make a client wait for an empty line before exiting innicm2020-06-186-13/+51
* Check control types and skip unknown ones.ratchov2020-06-181-2/+9
* Allow names to start with digits or underscoresratchov2020-06-181-12/+8
* Don't try to open device that's already openratchov2020-06-185-38/+76
* Manually tag the section option.schwarze2020-06-171-2/+3
* Document that rand() returns non-deterministic random numbers unless atim2020-06-171-3/+12
* Fix strlcpy() size parameter in refldbld(), it was a byte too small.millert2020-06-162-17/+21
* rework SYNOPSIS/usage() to show better the various use formats,jmc2020-06-162-58/+61
* d and D keys to reset to default in customize mode.nicm2020-06-168-63/+231
* Correctly move to previous line when looking for previous word, fromnicm2020-06-161-5/+5
* document -T html -O tag as implemented in main.c rev. 1.253schwarze2020-06-151-2/+19
* Support -T html -O tag by passing a file:// URI to the pager.schwarze2020-06-151-17/+24
* print the name of the rings in systat mbuf output too.dlg2020-06-151-14/+17
* Add -b flags to insert a window before (like the existing -a for after)nicm2020-06-136-47/+63
* Integrate the bsd-features branch from awk github.millert2020-06-138-14/+339
* POSIX doesn't permit an unescaped '/' in an extended regular expression.millert2020-06-135-21/+35
* On error, drop clients and close the device only if it's still openratchov2020-06-126-17/+20
* Remove superflous space I added with my last commit.remi2020-06-121-2/+2
* Do not wait on shutdown for commands started with run -b.nicm2020-06-121-3/+6
* update usage() with -R.remi2020-06-121-3/+4
* Check if a pane needs to be paused when output is written rather thannicm2020-06-121-1/+8
* move-pane also defaults to marked pane now, reported by Ben Challenor.nicm2020-06-121-2/+3
* Fix quoting with newlines and single quotes.nicm2020-06-121-12/+15
* Add -R to show a summary of rdomains with associated interfaces and tables.remi2020-06-124-6/+93
* correct RFC number; from HARUYAMA Seigo via GH PR191djm2020-06-121-1/+1
* Add some formats for search in copy mode (search_present, search_match).nicm2020-06-114-23/+56
* Fix a regression in rev. 1.238 (2019/07/26):otto2020-06-111-2/+2
* Use setlocale(LC_CTYPE, "") instead of setlocale(LC_ALL, "")millert2020-06-111-2/+2
* Fix length parameter to strlcpy, inputFS is a pointer.millert2020-06-111-2/+2
* Fix a crash when completing sessions, from Anindya Mukherjee.nicm2020-06-111-7/+18
* Add a -A option to pause a pane manually.nicm2020-06-114-8/+30
* Update awk to June 5, 2020 version.millert2020-06-105-11/+35
* Update awk to Feb 28, 2020 version.millert2020-06-109-253/+422