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