summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2022-02-22Pledge stdio.Rob Pierce
2022-02-22Remove -v option from usage.Rob Pierce
2022-02-22Add a seq(1) command, similar to what is present in GNU and Plan9.Todd C. Miller
2022-02-22Do not attempt to update focus (and crash) when there is no previous window.Nicholas Marriott
2022-02-22Add next_session_id format with the next session ID, GitHub issue 3078.Nicholas Marriott
2022-02-22Initialize copy_width before adjusting it, GitHub issue 3079.Nicholas Marriott
2022-02-22Use correct size for screen when popup is created without borders.Nicholas Marriott
2022-02-22Add window-resized hook to man page, from Thomas Adam.Nicholas Marriott
2022-02-22repair sys/param.h namespace listTheo de Raadt
2022-02-22need a local nitems() definitionTheo de Raadt
2022-02-22need a local nitems() definitionTheo de Raadt
2022-02-20Fix vi recovery mode.Theo Buehler
2022-02-20move to 7.1-betaTheo de Raadt
2022-02-20sys/proc.h requires sys/signal.h (will become visible when sys/param.hTheo de Raadt
2022-02-19mininumu -> minimumJonathan Gray
2022-02-18Avoid gendered language in man pages when not referring to a specificJonathan Gray
2022-02-18prefer https links in man pagesJonathan Gray
2022-02-17new sentence, new lineJonathan Gray
2022-02-17check for EINTR/EAGAIN failures in the rfd fast-path;Damien Miller
2022-02-17Add a window-resized hook which is fired when the window is actuallyNicholas Marriott
2022-02-16Support more mouse buttons when the terminal sends them, GitHub issueNicholas Marriott
2022-02-15Add an option (default off) to control the passthrough escape sequence.Nicholas Marriott
2022-02-15Do not create a buffer from an OSC 52 response if we have not sent aNicholas Marriott
2022-02-15unifdef CDIOCCLOSE __OpenBSD__Jonathan Gray
2022-02-15document the unbound/host-bound options to PubkeyAuthentication;Damien Miller
2022-02-14Do not return error with -q, GitHub issue 3065.Nicholas Marriott
2022-02-11tr(1): rename lookup tablesScott Soule Cheloha
2022-02-11Always initialize delim before passing to hpdelim2 which might not set it.Darren Tucker
2022-02-10Casting a char pointer to struct ctf_header causes bus error onAlexander Bluhm
2022-02-10look(1): use a stricter pledge(2) in lieu of unveil(2)Scott Soule Cheloha
2022-02-10unveil _PATH_LOGIN_CONF_DRobert Nagy
2022-02-10revert for imminent OpenSSH release, which wil ship with scp in RCP mode.Damien Miller
2022-02-09Fix the -f option when passed multiple files.Todd C. Miller
2022-02-08In the first example, use "mandoc -a" directly rather "mandoc -l".Ingo Schwarze
2022-02-08rev(1): drop "rpath" promise in no-file branch.Scott Soule Cheloha
2022-02-08Switch hpdelim interface to accept only ":" as delimiter.Darren Tucker
2022-02-07head(1): check for stdio errorsScott Soule Cheloha
2022-02-07use libfido2 1.8.0+ fido_assert_set_clientdata() instead of manuallyDamien Miller
2022-02-06remove please from manual pagesJonathan Gray
2022-02-04Use ACS for pane border indicators so they work with different lineNicholas Marriott
2022-02-04Since they are deprecated, move DSA to the end of the default list ofDarren Tucker
2022-02-03Unindent and unwrap lines. Pull up a NULL check. No functional change.Theo Buehler
2022-02-03Remove commented variable declarationsTheo Buehler
2022-02-03Use X509_*get0_pubkey() wherever possible to simplify and clean upTheo Buehler
2022-02-03Remove some stale comments.Theo Buehler
2022-02-03Adjust size given to resize-pane for pane status line, GitHub issueNicholas Marriott
2022-02-03Use format_draw for command prompt prefix to allow styles, GitHub issueNicholas Marriott
2022-02-03Update focus when active pane changes after pane destroyed.Nicholas Marriott
2022-02-03Add a key in copy mode to toggle position indicator.Nicholas Marriott
2022-02-01allow 'ssh-keygen -Y find-principals' to match wildcard principalsDamien Miller