summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-09-01Ignore unreasonably large spacing modifiers in tbl layouts.Ingo Schwarze
2020-09-01Missed WRITE_BIG -> WRITE_10Kenneth R Westerback
2020-09-01Fix build with -fno-common (default in clang 11)Jeremie Courreges-Anglas
2020-09-01update currency exchange rates;Jason McIntyre
2020-09-01Add -F to set-environment and source-file; GitHub issue 2359.Nicholas Marriott
2020-09-01Only print below number when there is enough space.Nicholas Marriott
2020-09-01Allow a-z keys for display-panes to jump to higher numbered panes.Nicholas Marriott
2020-08-31crank to 6.8-betaTheo de Raadt
2020-08-31refuse to add verify-required (PINful) FIDO keys to ssh-agent untilDamien Miller
2020-08-31Add RCS IDs to the few files that are missing them;Damien Miller
2020-08-30Fix :S with anchors and replacementTheo Buehler
2020-08-28Implement mktime() function for compatibility with mawk and gawk.Todd C. Miller
2020-08-28Check that the addresses supplied to Match Address and MatchDarren Tucker
2020-08-27Remove a lie reported by Jamie Landeg-Jones <jamie at catflap dot org>:Ingo Schwarze
2020-08-27unveil(_PATH_DEV, "r") when -T or -u is used: who(1) is using stat(2) for det...Sebastien Marie
2020-08-27Fix a regression caused by the insertion of two new tokens,Ingo Schwarze
2020-08-27Make it more explicit that the statement "-O tag does not work with less(1)"Ingo Schwarze
2020-08-27Avoid artifacts in the most common case of closing conditional blocksIngo Schwarze
2020-08-27sentence fix; from pedro martellettoJason McIntyre
2020-08-27debug()-print a little info about FIDO-specific key fields viaDamien Miller
2020-08-27skip a bit more FIDO token selection logic when only a single tokenDamien Miller
2020-08-27Add pane_last format, GitHub issue 2353.Nicholas Marriott
2020-08-27tweak previous;Jason McIntyre
2020-08-27remove unreachable code I forgot to delete in r1.334Damien Miller
2020-08-27Request PIN ahead of time for certain FIDO actionsDamien Miller
2020-08-27preserve verify-required for resident FIDO keysDamien Miller
2020-08-27major rework of FIDO token selection logicDamien Miller
2020-08-27support for requiring user verified FIDO keys in sshdDamien Miller
2020-08-27support for user-verified FIDO keysDamien Miller
2020-08-26Add "t" to toggle the display of routing tableskn
2020-08-25Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issueNicholas Marriott
2020-08-25Rename rtable filter variables and simplify buffer handlingkn
2020-08-24Old Terminal.app versions do not respond correctly to secondary DA,Nicholas Marriott
2020-08-24Do not run off end of string when stripping delays, reported by DaveNicholas Marriott
2020-08-23Filter by routing tablekn
2020-08-22Support looking up unix domain sockets by file name.Todd C. Miller
2020-08-21Print unp_path for unix domain sockets. OK kn@ mvs@Todd C. Miller
2020-08-20Add n: modifier to get length of a format, also automatically expandNicholas Marriott
2020-08-19Handle EADDRNOAVAIL from connect(2) gracefullykn
2020-08-19Set alert flag for the current window if the session is unattached.Nicholas Marriott
2020-08-19Respond to colour requests if a colour is available, from Michal Goral.Nicholas Marriott
2020-08-17-F requires at least 5 columns for folding, while a tab at start of line isMartijn van Duren
2020-08-17honor /etc/nologin by unveiled itSebastien Marie
2020-08-14'!' does not need to be escaped;Jason McIntyre
2020-08-13new kstat(1) manual page, using info from dlg@, from his commit messages,Ingo Schwarze
2020-08-12ssh-keyscan(1): simplify conloop() with timercmp(3), timersub(3); ok djm@cheloha
2020-08-11Update awk to August 7, 2020 version.Todd C. Miller
2020-08-11let ssh_config(5)'s AddKeysToAgent keyword accept a time limit forDamien Miller
2020-08-11let the "Confirm user presence for key ..." ssh-askpass notificationDamien Miller
2020-08-11add -w so kstat can update and print stats at a specified wait interval.David Gwynne