summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2021-11-09Print actually requested URLsKlemens Nanni
2021-11-08improve error message when trying to expand a ~user path for aDamien Miller
2021-11-08missing full stop;Jason McIntyre
2021-11-07nm: add some .text.* support for symbolsSebastien Marie
2021-11-06Stop URL encoding the tilde characterKlemens Nanni
2021-11-06Plug a couple of minor mem leaks. From beldmit at gmail.com via githubDarren Tucker
2021-11-05Make sure that the configuration file is always read, even whenIngo Schwarze
2021-11-05move cert_filter_principals() to earlier in the file for reuse;Damien Miller
2021-11-04Fix mandoc HTML rendering for command aliasesKlemens Nanni
2021-11-03Many downstreams expect ssh to compile as non-C99...Theo de Raadt
2021-11-03whitespace observed during a read-throughTheo de Raadt
2021-11-03Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960.Nicholas Marriott
2021-11-03Add missing copyright statement. Reminded by deraadt@Claudio Jeker
2021-11-02Better handle FIDO keys on tokens that provide user verification (UV)Damien Miller
2021-11-02tr(1): main(): eliminate isstring2 variableScott Soule Cheloha
2021-11-02Update awk to October 12, 2021 version.Todd C. Miller
2021-11-02Add HISTORY section. OK schwarze@.Todd C. Miller
2021-11-02fatalx on unknown enum members in a couple of places, from Ben Boeckel.Nicholas Marriott
2021-11-02tr(1): plug leak in genclass()Scott Soule Cheloha
2021-11-01uniq(1): support arbitrarily long input linesScott Soule Cheloha
2021-11-01awkgetline: do not access unitialized data on EOFTodd C. Miller
2021-11-01Remove unused struct nameAlexandre Ratchov
2021-11-01Stop binding audio devices exposed by sndiod to physical devicesAlexandre Ratchov
2021-11-01Add a cursor-colour option, from Alexis Hildebrandt in GitHub issueNicholas Marriott
2021-11-01Fix a comparison, from Ben Boeckel, and a crash when opening completionNicholas Marriott
2021-10-31tr(1): backslash(): fix octal escape parsingScott Soule Cheloha
2021-10-31Various minor adjustments to make openssl(1) compile with opaqueTheo Buehler
2021-10-29Properly implement --max-size and --min-size.Claudio Jeker
2021-10-29ssh-keygen: make verify-time argument parsing optionalDamien Miller
2021-10-28Do not force the cursor to move if it is in the automargin space at EOLNicholas Marriott
2021-10-28Allow detach even if suspend flag set, GitHub issue 2932.Nicholas Marriott
2021-10-28Expand command as a format, GitHub issue 2920.Nicholas Marriott
2021-10-28Provide --max-size and --min-size arguments. Currently ignored butClaudio Jeker
2021-10-28When downloading resident keys from a FIDO token, pass back theDamien Miller
2021-10-26Accept some emacs control keys in vi normal mode, from AlexisNicholas Marriott
2021-10-26Do not allow inline styles to replace mode-style for the selected item,Nicholas Marriott
2021-10-25Add a way to force a colour to RGB and a format to display it.Nicholas Marriott
2021-10-25Missing Pp, from Alexis Hildebrandt.Nicholas Marriott
2021-10-25Zap unused variables/functions under /usr/src/*bin/Klemens Nanni
2021-10-25vi(1): fix use after free with unsaved bufferDave Voutila
2021-10-25Garbage collect another unused variable.Jeremie Courreges-Anglas
2021-10-25do not need a temporary one time use variable which befuddlesTheo de Raadt
2021-10-25Add -s and -S to display-popup to set popup and border style, fromNicholas Marriott
2021-10-25Instead of setting the popup default colours in the draw callback, setNicholas Marriott
2021-10-24What kind of Sun idiot called open() with flags of "2".Theo de Raadt
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-10-23Preapre x509.c for upcoming libcrypto bumpTheo Buehler
2021-10-23Fix some whitespace issues, some pointed out by jsing, some found inTheo Buehler
2021-10-23Prepare s_server for opaque structs in libcryptoTheo Buehler
2021-10-23Prepare crl.c for opaque structs in libcrypto.Theo Buehler