summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2022-06-20Do not display configuration file errors in a pane when in control mode,Nicholas Marriott
2022-06-20Remove unused struct fileops field fo_poll and callbacks.Visa Hankala
2022-06-19There is no reason to print the RTF_DONE bit in the routing table output.Claudio Jeker
2022-06-18Fix gzip byte counts with 32-bit integersGeorge Koehler
2022-06-18Don't attempt to fprintf a null identity comment. From Martin VahlensieckDarren Tucker
2022-06-17Check cursor options when a pane is created, not just when they are changed.Nicholas Marriott
2022-06-17Log an error if pipe() fails while accepting a connection. bz#3447, fromDarren Tucker
2022-06-16Keep cursor on selected item on menu (useful for blind people), GitHubNicholas Marriott
2022-06-15make sure that UseDNS hostname lookup happens in the monitor andDamien Miller
2022-06-14m4: use ASCII quotes `...' in man page exampleChristian Weisgerber
2022-06-14my email should be @openbsd.org everywhere, and nothing elseMarc Espie
2022-06-14kf* terminfo capabilities are poorly defined and rxvt uses them in aNicholas Marriott
2022-06-12Document ext2fs traversal by locate.updatedb(8)Greg Steuck
2022-06-11Fix size of flags output buffer.Nicholas Marriott
2022-06-10Ignore OSC if the first argument is not properly terminated.Nicholas Marriott
2022-06-09point developers to the other place where the remaining flags values areMarc Espie
2022-06-09If an application gives the first parameter to OSC 52, validate and passNicholas Marriott
2022-06-08do not refuse valid IPv6 addresses in -X connect (HTTP CONNECT proxy)Damien Miller
2022-06-08KNF, mostly whitespace - no binary change on amd64Theo Buehler
2022-06-08When looking for the next block to tag, we aren't interested in childrenIngo Schwarze
2022-06-08Surprisingly, every escape sequence can also be used as an argumentIngo Schwarze
2022-06-07Expand arguments to some commands where it makes sense, GitHub issueNicholas Marriott
2022-06-07Split the excessively generic diagnostic message "invalid escape sequence"Ingo Schwarze
2022-06-07Purge duplicate error reporting from the .tr request parser:Ingo Schwarze
2022-06-06To better match groff parsing, reject digits and some mathematicalIngo Schwarze
2022-06-06Allow arbitrary argument delimiters for \C, like groff does.Ingo Schwarze
2022-06-05With the improved escape sequence parser, it becomes easy to also improveIngo Schwarze
2022-06-05Small cleanup of error reporting:Ingo Schwarze
2022-06-04When picking a buffer because one isn't specified by the user, ignoreNicholas Marriott
2022-06-03Memory leak when assigning a string to some of the built-in variables.Todd C. Miller
2022-06-03The fulfillment of an assignment operand had been truncating itsTodd C. Miller
2022-06-03Fix a file management memory leak that appears to have been thereTodd C. Miller
2022-06-03During identifier parsing, handle undefined escape sequencesIngo Schwarze
2022-06-03Do not unintentionally turn off all mouse mode when button is also present.Nicholas Marriott
2022-06-03move auth_openprincipals() and auth_openkeyfile() over toDamien Miller
2022-06-03Make SetEnv directives first-match-wins in both sshd_config andDamien Miller
2022-06-03Add missing *-sk types to ssh-keyscan manpage.Darren Tucker
2022-06-03Add period at end of "not known by any other names" message. github PR#320Darren Tucker
2022-06-03ssh-keygen -A: do not generate DSA keys by default. Based on github PR#303Darren Tucker
2022-06-02Do not attempt to use client in config file (it will be NULL), GitHubNicholas Marriott
2022-06-02When deleting or renaming a buffer and a buffer name is specified,Nicholas Marriott
2022-06-02Since \. is not a character escape sequence, re-classify it from theIngo Schwarze
2022-06-02Avoid the layering violation of re-parsing for \E in roff_expand().Ingo Schwarze
2022-06-01Fix a buffer overrun in the roff(7) escape sequence parser that couldIngo Schwarze
2022-06-01If escape-time is 0, force to 1 instead - not waiting at all is askingNicholas Marriott
2022-05-31Rudimentary implementation of the \A escape sequence, following groffIngo Schwarze
2022-05-31Trivial patch to put the roff(7) \g (interpolate format of register)Ingo Schwarze
2022-05-31Add a missing space.Nicholas Marriott
2022-05-31ssh-keygen: implement "verify-required" certificate optionChristian Weisgerber
2022-05-31Trim menu item text correctly, GitHub issue 3197.Nicholas Marriott