summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2022-06-28Adapt netstat kvm code to ref count change in struct rtentry.Alexander Bluhm
2022-06-28reflect the update to -D arg name in usage();Jason McIntyre
2022-06-28spellingJonathan Gray
2022-06-28transistion -> transitionJonathan Gray
2022-06-27allow arguments to sftp -D option, e.g.Damien Miller
2022-06-27Tweak previous - find end of style correctly.Nicholas Marriott
2022-06-27Do not expand single character format aliases inside #[] since theyNicholas Marriott
2022-06-26In groff commit 78e66624 on May 7 20:15:33 2021 +1000,Ingo Schwarze
2022-06-26add --null to usage() forgot in previous commit. reminded by jmc@, thanks!op
2022-06-26grep: add --null flagop
2022-06-26gc trust, it's never set.Florian Obser
2022-06-25remove unused struct membersFlorian Obser
2022-06-25If an .Xr macro contains a section argument, write an aria-label attributeIngo Schwarze
2022-06-25remove some unused code and uneeded includesJonathan Gray
2022-06-25Remove a bunch of unused DNS_RDATASETATTR_ #defines and mop up.Florian Obser
2022-06-25We do not order RRsets and we are not interested in partial RRsets.Florian Obser
2022-06-24Improve accessibility of -T html -O toc output by using the <nav> elementIngo Schwarze
2022-06-24Roll back previous KEX changes as they aren't safe untilDarren Tucker
2022-06-24Don't leak the strings allocated by order_hostkeyalgs() andDarren Tucker
2022-06-24make it clear that RekeyLimit applies to both transmitted andDamien Miller
2022-06-22Delete the statement that the default stylesheet only used CSS1Ingo Schwarze
2022-06-21Make sure not to fclose() the same fd twice in case of an error.Tobias Heider
2022-06-21Store time lines are scrolled into history and display in copy mode.Nicholas Marriott
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