summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add powerpc64 bits. From drahn@kettenis2020-06-282-0/+55
* Allow switching between alternate devices (-F option) with sndioctl(1)ratchov2020-06-286-12/+72
* Add a new SIOCTL_SEL control type to select one of a predefined set ofratchov2020-06-283-15/+47
* Improve description of field splitting and document FS special cases.millert2020-06-271-17/+20
* Replace TAILQ concatenation loops with TAILQ_CONCATbket2020-06-271-9/+3
* Check for no pane border status line separately from top/bottom.nicm2020-06-271-2/+8
* Fix 0x Unicode character parsing, GitHub issue 2286.nicm2020-06-271-9/+23
* Add missing scroll keys to help page, name default signale for kill commandkn2020-06-271-2/+4
* Document that FS is applied at the time the input line is read.millert2020-06-261-2/+12
* Remove duplicate initialisationkn2020-06-261-6/+1
* Switch cdio's default CDDB database to gnudb.gnudb.org:8880.naddy2020-06-263-7/+7
* Update awk to June 25, 2020 version.millert2020-06-268-63/+72
* Update awk to June 12, 2020 version.millert2020-06-263-5/+18
* backout 1.293 fix kex mem-leak in ssh_packet_close at markus requestsemarie2020-06-261-3/+1
* Fix merging of files that lack newlines for diff(3), OpenRCS, and OpenCVS.stsp2020-06-263-7/+28
* avoid spurious error message when ssh-keygen creates filesdjm2020-06-261-9/+14
* handle EINTR in waitfd() and timeout_connect() helpers;djm2020-06-261-8/+13
* allow "ssh-add -d -" to read keys to be deleted from stdindjm2020-06-262-19/+61
* constify a few things; ok dtucker (as part of another diff)djm2020-06-262-6/+6
* Defer creation of ~/.ssh by ssh(1) until we attempt to write to it so wedtucker2020-06-264-31/+40
* Expand path to ~/.ssh/rc rather than relying on it being relative to thedtucker2020-06-261-8/+12
* Remove unused "remaining" member in struct handlekn2020-06-253-13/+7
* Silently ignore -a or -b if the window index doesn't exist and createnicm2020-06-251-6/+4
* Remove obsolete comment about "extra nulls"kn2020-06-241-6/+1
* replace mixerctl with sndioctl; from benjamin baierjmc2020-06-241-7/+7
* fix kex mem-leak in ssh_packet_close; ok djmmarkus2020-06-241-1/+3
* fix ssh -O proxy w/mux which got broken by no longermarkus2020-06-241-2/+5
* support loading big sshd_config files w/o realloc; ok djmmarkus2020-06-241-1/+7
* allow sshd_config longer than 256k; ok djmmarkus2020-06-241-2/+2
* only call sshkey_xmss_init() once for KEY_XMSS_CERT; ok djmmarkus2020-06-241-2/+4
* Fix COMMAND descriptionkn2020-06-231-5/+5
* Remove redundant NULL checkkn2020-06-231-5/+2
* When parsing a character class don't increment openclass for a literal '['.millert2020-06-231-3/+5
* Correctly redraw pane border bottom line when the status line is on andnicm2020-06-231-11/+35
* Use xvasprintf not vasprintf.nicm2020-06-231-2/+2
* some clarifying commentsdjm2020-06-221-2/+9
* 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