summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2018-12-11teach libtool to build shared libraries with a sonameSebastien Marie
2018-12-10correct inaccurate and misplaced information in CAVEATSIngo Schwarze
2018-12-10Add a velocity sensor type (displayed as m/s)Landry Breuil
2018-12-09Keep usage in sync with logic if OPENSSL_NO_DES is set.Tobias Stoeckmann
2018-12-08revert previous, it breaks regress and the llvm, gtk+2, and gtk+3 portsIngo Schwarze
2018-12-07As an extension to POSIX, for consistency with our behaviour forIngo Schwarze
2018-12-07Fix calculation of initial bandwidth limits.Darren Tucker
2018-12-07only consider the ext-info-c extension during the initial KEX. It shouldn'tDamien Miller
2018-12-07fix option letter pasto in previousDamien Miller
2018-12-07mention that the ssh-keygen -F (find host in authorized_keys) and -RDamien Miller
2018-12-07no need to allocate channels_pre/channels_post in channel_init_channels()Damien Miller
2018-12-06Add support for "-" as an input file for stdin as per POSIX.Martijn van Duren
2018-12-06add -not as a sh friendly alias for !.Ted Unangst
2018-12-05fix incorrect usage of the .Bx macro;Ingo Schwarze
2018-12-04HTML syntax audit: render \p as <br/>, not as <div>.Ingo Schwarze
2018-12-04Restrict "vertical-align: middle;" to <td> descendants of class="tbl"Ingo Schwarze
2018-12-04Make sure all borders in a table are drawn in the same color.Ingo Schwarze
2018-12-04During validation, drop .br before a text line starting with aIngo Schwarze
2018-12-04Clean up the validation of .Pp, .PP, .sp, and .br. Make sure allIngo Schwarze
2018-12-03In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)Ingo Schwarze
2018-12-03Render .br as <br/>, not as an empty <div>.Ingo Schwarze
2018-12-01update currency exchange rates;Jason McIntyre
2018-11-30Clear PANE_EXITED flag when starting new child process in case the paneNicholas Marriott
2018-11-30tweak previous;Jason McIntyre
2018-11-30New midicat utility to send to or receive from MIDI ports.Alexandre Ratchov
2018-11-30Remove midiplay.Alexandre Ratchov
2018-11-30don't attempt to connect to empty SSH_AUTH_SOCK; bz#293Damien Miller
2018-11-29Do not draw horizontal lines through vertical spansIngo Schwarze
2018-11-29Now that it is better understood how borders work,Ingo Schwarze
2018-11-29update for libtls default cert changes.Ted Unangst
2018-11-29Better handle automatic column width assignments in the presence ofIngo Schwarze
2018-11-28Allow reverse sort orderkn
2018-11-28Bugfix: never set termp->enc to the ambiguous value TERMENC_LOCALE,Ingo Schwarze
2018-11-28additional check needed after the previous (box drawing) patchIngo Schwarze
2018-11-28Handle UTF-8 in word-separators option, GitHub issue 1551.Nicholas Marriott
2018-11-28don't truncate user or host name in "user@host's password: " prompts.Damien Miller
2018-11-28In -T utf8 output mode, render tbl(7) borders with the UnicodeIngo Schwarze
2018-11-27LDAP returns values as OCTET STRINGs, which can be LDAPStrings, but isn'tMartijn van Duren
2018-11-27handle -s and -i in a uniform fashion, do not try to change the node typeMarc Espie
2018-06-13Import ldap(1), a simple ldap search client.Reyk Floeter
2018-11-26Implement tbl(7) lines in -T html output,Ingo Schwarze
2018-11-26When a conditional block is closed by putting "\}" on a text lineIngo Schwarze
2018-11-26Place mandoc.css into the public domain.Ingo Schwarze
2018-11-26Simplify writing of tbl(7) cells by using the new feature of passingIngo Schwarze
2018-11-26Support more than one style attribute one the same HTML element.Ingo Schwarze
2018-11-25Let cells containing nothing but \^ extend the cell above.Ingo Schwarze
2018-11-25In tbl(7) -T html output,Ingo Schwarze
2018-11-24Implement horizontal and vertical alignment of tbl(7) cell contentIngo Schwarze
2018-11-23When a font escape appears in the middle of a string,Ingo Schwarze
2018-11-23tweak previous;Jason McIntyre