summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-06-13Add -b flags to insert a window before (like the existing -a for after)Nicholas Marriott
2020-06-13Integrate the bsd-features branch from awk github.Todd C. Miller
2020-06-13POSIX doesn't permit an unescaped '/' in an extended regular expression.Todd C. Miller
2020-06-12On error, drop clients and close the device only if it's still openAlexandre Ratchov
2020-06-12Remove superflous space I added with my last commit.remi
2020-06-12Do not wait on shutdown for commands started with run -b.Nicholas Marriott
2020-06-12update usage() with -R.remi
2020-06-12Check if a pane needs to be paused when output is written rather thanNicholas Marriott
2020-06-12move-pane also defaults to marked pane now, reported by Ben Challenor.Nicholas Marriott
2020-06-12Fix quoting with newlines and single quotes.Nicholas Marriott
2020-06-12Add -R to show a summary of rdomains with associated interfaces and tables.remi
2020-06-12correct RFC number; from HARUYAMA Seigo via GH PR191Damien Miller
2020-06-11Add some formats for search in copy mode (search_present, search_match).Nicholas Marriott
2020-06-11Fix a regression in rev. 1.238 (2019/07/26):Otto Moerbeek
2020-06-11Use setlocale(LC_CTYPE, "") instead of setlocale(LC_ALL, "")Todd C. Miller
2020-06-11Fix length parameter to strlcpy, inputFS is a pointer.Todd C. Miller
2020-06-11Fix a crash when completing sessions, from Anindya Mukherjee.Nicholas Marriott
2020-06-11Add a -A option to pause a pane manually.Nicholas Marriott
2020-06-10Update awk to June 5, 2020 version.Todd C. Miller
2020-06-10Update awk to Feb 28, 2020 version.Todd C. Miller
2020-06-10Update awk to Jan 31, 2020 version.Todd C. Miller
2020-06-10Update awk to Jan 5, 2020 version.Todd C. Miller
2020-06-10Update awk to Nov 10, 2019 version.Todd C. Miller
2020-06-10Update awk to Oct 24, 2019 version.Todd C. Miller
2020-06-10Update awk to Oct 17, 2019 version.Todd C. Miller
2020-06-10Update awk to Oct 6, 2019 version.Todd C. Miller
2020-06-10Update awk to Sep 10, 2019 version.Todd C. Miller
2020-06-10Update awk to Jun 17, 2019 version.Todd C. Miller
2020-06-10Update awk to March 5, 2019 version.Todd C. Miller
2020-06-10Update awk to Jan 25, 2019 version.Todd C. Miller
2020-06-10Update awk to Oct 25, 2018 version.Todd C. Miller
2020-06-10Update awk to Aug 27, 2018 version.Todd C. Miller
2020-06-10Update awk to Aug 23, 2018 version.Todd C. Miller
2020-06-10Update awk to Jan 5, 2013 version, no real code changes.Todd C. Miller
2020-06-10Instead of a buffer size limit on each pane, set a limit of 300 secondsNicholas Marriott
2020-06-10When the pause-after flag is set, send an alternative %extended-outputNicholas Marriott
2020-06-09Refuse to remove locked revisions with rcs -orange.Joris Vink
2020-06-09Include width in error message.Nicholas Marriott
2020-06-09It is not sensible to store pointers into an array we are going toNicholas Marriott
2020-06-08The errcheck() function treats an errno of ERANGE or EDOM as somethingPhilip Guenther
2020-06-06Use bitshifts instead of a union for encoding UTF-8 into 32 bits, whichNicholas Marriott
2020-06-05Change how panes are resized so that the code is clearer and if the paneNicholas Marriott
2020-06-05Do not take the address of a potentially unaligned member.Nicholas Marriott
2020-06-05Fix various confusion about am vs xenl.Nicholas Marriott
2020-06-05Now that we mostly only search visible text, the rate limit on repeatingNicholas Marriott
2020-06-05Add support for pausing a pane when the output buffered for a controlNicholas Marriott
2020-06-05unbreak "sshd -ddd" - close of config passing fd happened too early.Damien Miller
2020-06-05make sshbuf_putb(b, NULL) a no-opDamien Miller
2020-06-05make sshbuf_dump() args constDamien Miller
2020-06-05wrap long lineDamien Miller