summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2018-12-20Move the full responsibility for reporting open(2) errors fromIngo Schwarze
2018-12-20Explain what the fields in mandoc messages mean,Ingo Schwarze
2018-12-20Bugfix:Ingo Schwarze
2018-12-18use Sq for single chars, and escape ";" properly;Jason McIntyre
2018-12-18As a first step towards making roff_res() callable from mandoc_getarg(),Ingo Schwarze
2018-12-18Make mg kill a region if the 'delete' or 'backspace' keys are pressedMark Lumsden
2018-12-18Pass window into mode functions.Nicholas Marriott
2018-12-18With option -l, show only UDP sockets that can receive packets fromSebastian Benoit
2018-12-17Fix parsing of empty colon-separated fields, reported by Siarhei Siniak.Nicholas Marriott
2018-12-15Yet another round of improvements to manual font selection.Ingo Schwarze
2018-12-15Several improvements to escape sequence handling.Ingo Schwarze
2018-12-14Delete unused phdr functions; move declarations for functions internal toPhilip Guenther
2018-12-14Cleanup, no functional change:Ingo Schwarze
2018-12-14Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze
2018-12-14Fold mparse_parse_buffer() into mparse_readfd(), making the codeIngo Schwarze
2018-12-14Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze
2018-12-13Allow all non-ephemeral buffers to be toggled writable or read-onlyMark Lumsden
2018-12-13Cleanup, no functional change:Ingo Schwarze
2018-12-13libmdoc.h no longer needs mdoc.hIngo Schwarze
2018-12-13Cleanup, no functional change:Ingo Schwarze
2018-12-13Cleanup, no functional change:Ingo Schwarze
2018-12-13Cleanup, no functional change:Ingo Schwarze
2018-12-13Cleanup, no functional change:Ingo Schwarze
2018-12-13Cleanup, no functional change:Ingo Schwarze
2018-12-12Cleanup, no functional change:Ingo Schwarze
2018-12-12allow reading from stdin with -f -.Ted Unangst
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