summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2022-07-14Suppress output of the deprecated -tls1 option in usage() and helpTheo Buehler
2022-07-14Switch to using TLS_client_method()Theo Buehler
2022-07-14Document openssl ciphers -sTheo Buehler
2022-07-14Add -s option to openssl ciphersTheo Buehler
2022-07-12grep: simplify printline, no functional changesOmar Polo
2022-07-11remove the "tbl" suffix for a few man pagesDaniel Dickman
2022-07-10s/0/instance/ in usage to match manual synopsisKlemens Nanni
2022-07-07Handle strange format strings better.Claudio Jeker
2022-07-06For accessibility, label the last two widgets in the search form.Ingo Schwarze
2022-07-06https://www.w3.org/WAI/ARIA/apg/practices/names-and-descriptions/ says:Ingo Schwarze
2022-07-06improve the description of header.html and footer.htmlIngo Schwarze
2022-07-06assign the ARIA role "doc-subtitle" to the .Nd element;Ingo Schwarze
2022-07-06While the HTML standard allows multiple <h1> elements in the sameIngo Schwarze
2022-07-06Show config errors on attach if they were not shown when the sessionNicholas Marriott
2022-07-06Remove debugging code.Nicholas Marriott
2022-07-06Defer reading from control client until the command line command hasNicholas Marriott
2022-07-06More ts(1) cleanup. Change main loop so that in interval mode only oneClaudio Jeker
2022-07-06Mention whether time is creation/activity for sort orders.Nicholas Marriott
2022-07-06Support hyperlinks with capture-pane -e and add a mouse_hyperlinkNicholas Marriott
2022-07-05Finally get rid of the archaic <table> markup for header and footer linesIngo Schwarze
2022-07-05Somehow, the content of header.html ended upIngo Schwarze
2022-07-04ts(1): the first argument to clock_gettime(2) is a clockid_t, not an intScott Soule Cheloha
2022-07-04Improve accessibility of man.cgi(8) in various respects,Ingo Schwarze
2022-07-04Repair "make man.cgi" which got accidentally broken in the previousIngo Schwarze
2022-07-04Put the HTML comment containing the Copyright header (if any)Ingo Schwarze
2022-07-04somehow, when I created this file, I copied the licence of the other filesMarc Espie
2022-07-04Sort panes by index not by ID, GitHub issue 3249.Nicholas Marriott
2022-07-04Mouse clicks could change current item, so work it out again. GitHubNicholas Marriott
2022-07-03Revert previous changeset: While using .Nm without an argumentJob Snijders
2022-07-03use sys/types.h to get at __dead.Florian Obser
2022-07-03thou shalt not include sys/cdefs.h because it is not standardized, theTheo de Raadt
2022-07-03Instead of the custom <div class="manual-text">, use the standardIngo Schwarze
2022-07-03Nm is already definedJob Snijders
2022-07-03Implement SVCB and HTTPS record types.Florian Obser
2022-07-02Make -s accept HUP like kill(1) and GNU timeout(1) doKlemens Nanni
2022-07-01Remove extra line leftover from merge conflict. ok djm@Darren Tucker
2022-07-01use consistent field names (s/char/byte) in format descriptionDamien Miller
2022-07-01bump up loglevel from debug to info when unable to open authorizedDamien Miller
2022-07-01Don't leak the strings allocated by order_hostkeyalgs() andDarren Tucker
2022-07-01Always return allocated strings from the kex filtering so that weDarren Tucker
2022-07-01ignore SIGPIPE earlier in main(), specifically before muxclient()Damien Miller
2022-06-30- do not talk about non-standard conversions, because we are not talkingJason McIntyre
2022-06-30Zap trailing spaces to be "mandoc -Tlint ts.1" cleanKlemens Nanni
2022-06-30Add support for OSC 8 hyperlinks (a VTE extension now supported by otherNicholas Marriott
2022-06-30Fix err()Job Snijders
2022-06-30Fix interval timers by forcing TZ to UTC, else some strftime formatsClaudio Jeker
2022-06-29Manual page improvements from Leon FischerJob Snijders
2022-06-29Clarify the shorter default format string only applies to -i and -sJob Snijders
2022-06-29Add -m option to ts(1)Job Snijders
2022-06-29Import ts(1) - a timestamp utilityJob Snijders