summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-05-20reorg node struct so it's packed tighter (found by clang actually)Marc Espie
2017-05-20there's no reason to artificially limit the key path here, just checkDamien Miller
2017-05-19Now that we no longer support SSHv1, replace the contents of this fileDamien Miller
2017-05-17Delete the -T xhtml command line option.Ingo Schwarze
2017-05-17Fix documentation bug:Ingo Schwarze
2017-05-17Modernize an example showing antiquated syntax,Ingo Schwarze
2017-05-17Never create empty databases.Ingo Schwarze
2017-05-17Do not warn if a database file does not existIngo Schwarze
2017-05-17Delete pointless width calculation for SYNOPSIS .Nm block heads.Ingo Schwarze
2017-05-17Tidy command prompt callbacks and pass in the client.Nicholas Marriott
2017-05-17allow LogLevel in sshd_config Match blocks; ok dtucker bz#2717Damien Miller
2017-05-16Improve the precision of displayed bandwidth valuesMike Belopuhov
2017-05-16When printing a tcpcb with -P and -v, also show the inp in netstatAlexander Bluhm
2017-05-16missing space between macro arg and punctuation;Jason McIntyre
2017-05-16Introduce a new mandoc(1) message level, -W style, below -W warning.Ingo Schwarze
2017-05-16remove duplicate check; spotted by Jakub JelenDamien Miller
2017-05-16mention that Ed25519 keys are valid as CA keys; spotted byDamien Miller
2017-05-16Line length and spaces to tabs.Nicholas Marriott
2017-05-16typo: ket -> key.Theo Buehler
2017-05-15Check the terminfo(5) U8 capability and disable using UTF-8 for ACS ifNicholas Marriott
2017-05-15Notify layout changed when choosing predefined layouts, from Joshua Brot.Nicholas Marriott
2017-05-15The Konsole SU bug means it can't clear the entire scroll region (itNicholas Marriott
2017-05-14warn about punctuation between .Xr and .Rs in SEE ALSO;Ingo Schwarze
2017-05-14Tweak previous: tb@ noticed that some browser/font combinationsIngo Schwarze
2017-05-13Scroll the right number of lines off the region when clearing.Nicholas Marriott
2017-05-13Some other unused variables.Nicholas Marriott
2017-05-12Compare >= for columns not >.Nicholas Marriott
2017-05-12Can scroll away full lines to clear them too.Nicholas Marriott
2017-05-12Remove an unused variable.Nicholas Marriott
2017-05-12Reset updated flag when restarting job so new output is detected,Nicholas Marriott
2017-05-12Make the tag column in .Bl -tag lists wider:Ingo Schwarze
2017-05-12Fix the man.cgi target after the recent file additions;Ingo Schwarze
2017-05-12When expanding a line in order to clear it, we need to use the defaultNicholas Marriott
2017-05-12Need to store bg for ECH.Nicholas Marriott
2017-05-12Cannot rely on cursor position after DL and IL (some terminals move toNicholas Marriott
2017-05-12Need to clear tty context before using it.Nicholas Marriott
2017-05-12Only redraw single client, and tweak some logging.Nicholas Marriott
2017-05-12Scrolling needs to use background colour.Nicholas Marriott
2017-05-12Regions can't be smaller than 2 so don't try to clear them by scrolling if so.Nicholas Marriott
2017-05-12Can use INDN to clear regions with default background colour if marginsNicholas Marriott
2017-05-12ECH needs to use background colour.Nicholas Marriott
2017-05-12Can use DECFRA to clear area when not using default background.Nicholas Marriott
2017-05-12Store copy mode search string in pane so search-again command works evenNicholas Marriott
2017-05-11Fix the index check in the FNKEY macro. This is only used whenTodd C. Miller
2017-05-11Clear to start of screen needs to use background colour.Nicholas Marriott
2017-05-11Need to redraw out to cellsize (total cells used in a line) rather thanNicholas Marriott
2017-05-11Make environ_log prefix take a format.Nicholas Marriott
2017-05-11Change how we resolve which pane is dragging when there are multipleNicholas Marriott
2017-05-10Implement nc -W recvlimit to terminate netcat after receiving aAlexander Bluhm
2017-05-10Move to the right cursor position before using spaces to clear.Nicholas Marriott