summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc warnings triggered by WARNINGS=yes.bluhm2017-05-261-9/+9
* fix references to obsolete v00 cert format; spotted by Jakub Jelendjm2017-05-261-3/+3
* incompatibilities with 4.2 are no longer interestingtedu2017-05-251-10/+2
* fix a variety of warnings. from Brian Callahantedu2017-05-256-103/+103
* Use freezero instead of explicit_bzero+freemestre2017-05-241-3/+2
* Support for displaying flow queues alongside H-FSCmikeb2017-05-221-9/+21
* reorg node struct so it's packed tighter (found by clang actually)espie2017-05-201-6/+6
* there's no reason to artificially limit the key path here, just checkdjm2017-05-201-3/+3
* Now that we no longer support SSHv1, replace the contents of this filedjm2017-05-191-582/+3
* Delete the -T xhtml command line option.schwarze2017-05-172-7/+2
* Fix documentation bug:schwarze2017-05-171-3/+3
* Modernize an example showing antiquated syntax,schwarze2017-05-171-4/+3
* Never create empty databases.schwarze2017-05-172-3/+28
* Do not warn if a database file does not existschwarze2017-05-171-2/+3
* Delete pointless width calculation for SYNOPSIS .Nm block heads.schwarze2017-05-171-18/+1
* Tidy command prompt callbacks and pass in the client.nicm2017-05-174-44/+39
* allow LogLevel in sshd_config Match blocks; ok dtucker bz#2717djm2017-05-176-25/+32
* Improve the precision of displayed bandwidth valuesmikeb2017-05-161-4/+8
* When printing a tcpcb with -P and -v, also show the inp in netstatbluhm2017-05-161-3/+9
* missing space between macro arg and punctuation;jmc2017-05-161-2/+2
* Introduce a new mandoc(1) message level, -W style, below -W warning.schwarze2017-05-164-29/+54
* remove duplicate check; spotted by Jakub Jelendjm2017-05-161-5/+1
* mention that Ed25519 keys are valid as CA keys; spotted bydjm2017-05-161-7/+8
* Line length and spaces to tabs.nicm2017-05-162-11/+11
* typo: ket -> key.tb2017-05-161-3/+3
* Check the terminfo(5) U8 capability and disable using UTF-8 for ACS ifnicm2017-05-154-18/+49
* Notify layout changed when choosing predefined layouts, from Joshua Brot.nicm2017-05-151-1/+6
* The Konsole SU bug means it can't clear the entire scroll region (itnicm2017-05-153-19/+10
* warn about punctuation between .Xr and .Rs in SEE ALSO;schwarze2017-05-141-2/+2
* Tweak previous: tb@ noticed that some browser/font combinationsschwarze2017-05-141-2/+2
* Scroll the right number of lines off the region when clearing.nicm2017-05-131-3/+3
* Some other unused variables.nicm2017-05-132-6/+4
* Compare >= for columns not >.nicm2017-05-121-2/+2
* Can scroll away full lines to clear them too.nicm2017-05-121-1/+14
* Remove an unused variable.nicm2017-05-121-2/+1
* Reset updated flag when restarting job so new output is detected,nicm2017-05-121-1/+2
* Make the tag column in .Bl -tag lists wider:schwarze2017-05-122-10/+16
* Fix the man.cgi target after the recent file additions;schwarze2017-05-121-3/+5
* When expanding a line in order to clear it, we need to use the defaultnicm2017-05-121-2/+2
* Need to store bg for ECH.nicm2017-05-121-2/+2
* Cannot rely on cursor position after DL and IL (some terminals move tonicm2017-05-121-1/+3
* Need to clear tty context before using it.nicm2017-05-121-1/+3
* Only redraw single client, and tweak some logging.nicm2017-05-121-5/+6
* Scrolling needs to use background colour.nicm2017-05-128-42/+65
* Regions can't be smaller than 2 so don't try to clear them by scrolling if so.nicm2017-05-121-2/+5
* Can use INDN to clear regions with default background colour if marginsnicm2017-05-121-3/+16
* ECH needs to use background colour.nicm2017-05-124-8/+10
* Can use DECFRA to clear area when not using default background.nicm2017-05-121-1/+13
* Store copy mode search string in pane so search-again command works evennicm2017-05-124-22/+18
* Fix the index check in the FNKEY macro. This is only used whenmillert2017-05-111-3/+3