summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2022-07-26Remove "select collisions" output from vmstat(8).Visa Hankala
2022-07-25If a command or interface first appeared in PWB/UNIX, UNIX System III orJonathan Gray
2022-07-25nl(1) was first in System III not SVR2Jonathan Gray
2022-07-22Clear marks when the search string changes. From Anindya Mukherjee,Nicholas Marriott
2022-07-20move to 7.2-beta. this gets done very early, to avoid finding outTheo de Raadt
2022-07-20This no longer needs the inet pledge. sysconf(3) was modified to reportClaudio Jeker
2022-07-20the _pad_ system calls from 2021/12/23 can go awayTheo de Raadt
2022-07-20ssh-keygen: fix touch prompt, pin retries;Damien Miller
2022-07-20sk-usbhid: preserve error code returned by key_lookup()Damien Miller
2022-07-20when enrolling a resident key on a security token, check if aDamien Miller
2022-07-20pull passphrase reading and confirmation into a separate functionDamien Miller
2022-07-19fix indentTheo Buehler
2022-07-19Document -tls1_{1,2,3} in openssl ciphersTheo Buehler
2022-07-19Allow displaying ciphers according to protocol versionTheo Buehler
2022-07-19Do not ignore the "off" flag when checking if a pane should be stopped,Nicholas Marriott
2022-07-19Process modifiers as bits rather than using a switch, from Koichi Murase.Nicholas Marriott
2022-07-19Fix memory leak, from Gabriel Souza Franco.Nicholas Marriott
2022-07-17order sysctl(2) Xr by sectionJonathan Gray
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