summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-08-02add the missing .An -nosplitIngo Schwarze
2019-08-02minor sync of the inline stylesheet with mandoc.css:Ingo Schwarze
2019-08-02document octal escape format in %b arguments;Ingo Schwarze
2019-08-02typo; from Christian HesseDamien Miller
2019-08-01Correctly wrap search in copy mode even if at the very top left, GitHubNicholas Marriott
2019-08-01Select the correct word for select-word when already at the start of aNicholas Marriott
2019-08-01update currency exchange rates;Jason McIntyre
2019-08-01xterm 348 now disables margins when resized, so send DECLRMM again.Nicholas Marriott
2019-08-01Add -N to capture-pane to preserve trailing spaces, from Leon Winter.Nicholas Marriott
2019-08-01Remove check for same size - size has already been changed so thisNicholas Marriott
2019-07-30Reorder some text in the windows & panes section and add some betterNicholas Marriott
2019-07-30let sshbuf_find/cmp take a void* for the search/comparisonDamien Miller
2019-07-29Make proxy auth work with http 1.1 speaking webservers.Sebastian Benoit
2019-07-29Moving variables into struct in openssl(1) dgstKinichiro Inoguchi
2019-07-28Simplification, no functional change:Ingo Schwarze
2019-07-28There is no point in pledge(2)ing literally the same list twice,Ingo Schwarze
2019-07-28In man(1) mode, do the search for each name independently, andIngo Schwarze
2019-07-28Improve structure, no functional change:Ingo Schwarze
2019-07-2816 channels is not enough to handle all common uaudio(4) devices, soAlexandre Ratchov
2019-07-27Move two more output state variables into the new struct outstate.Ingo Schwarze
2019-07-26Cleanup, no functional change:Ingo Schwarze
2019-07-26Structural cleanup, no functional change:Ingo Schwarze
2019-07-26Change "lost server" message to "server exited unexpectedly", from NealNicholas Marriott
2019-07-26Structural cleanup, no functional change:Ingo Schwarze
2019-07-26Code clean up openssl(1) pkcs12Kinichiro Inoguchi
2019-07-26Replace cross-references to sigvec(3) with sigaction(2).Todd C. Miller
2019-07-26Remove unnecessary NULL checks before free in openssl(1) pkcs12Kinichiro Inoguchi
2019-07-25convert flag listing into a .BlTheo de Raadt
2019-07-25According to our manual page and to POSIX, $set defaults to NL_SETD.Ingo Schwarze
2019-07-25Show unveil(2) violators in lastcomm(1) output and daily mail.Alexander Bluhm
2019-07-25remove superfluous commentBrent Cook
2019-07-25zero tmpkeyiv buffer after use when encryptingBrent Cook
2019-07-24Mark pane status line jobs with FORMAT_STATUS also so it redraws whenNicholas Marriott
2019-07-24Make sure that -n overrides -t even when -n precedes -t, like itIngo Schwarze
2019-07-24Capitalize cipher name and mode in help message as sync with pkcs12Kinichiro Inoguchi
2019-07-24Convert openssl(1) pkcs12 to the newer style of option handlingKinichiro Inoguchi
2019-07-24When using a combination of a Yubikey+GnuPG+remote forwarding the gpg-agentRicardo Mestre
2019-07-23Fix typo in CASignatureAlgorithms wherein what should be a comma is a dot.Darren Tucker
2019-07-23tagging support for .TP and .TQ; try e.g. man -O tag=commit cvsIngo Schwarze
2019-07-23Moving variables into struct in openssl(1) pkcs12Kinichiro Inoguchi
2019-07-22In secure mode (-S), skip sending mail when executing the :pre[serve]Ingo Schwarze
2019-07-22Slowly start implementing tagging support for man(7) pages, evenIngo Schwarze
2019-07-21While -n is now the default, it's been useful since 1996. Keep it for compat.Jeremie Courreges-Anglas
2019-07-21Amend comment: entering the root password won't unlock the terminalJeremie Courreges-Anglas
2019-07-20Correct misleading description of -S;Ingo Schwarze
2019-07-20Missed a free.Mark Lumsden
2019-07-20Move a bit of code to where it is called only if needed.Mark Lumsden
2019-07-19#define a handful of constant strings to reduce the diff to -portable;Ingo Schwarze
2019-07-19If no tags were generated at all, unlink(2) the empty tags file asIngo Schwarze
2019-07-19lock(1): remove default timeoutcheloha