summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* add some notes about using col and ul to process the ascii markuptedu2018-12-271-2/+9
* Request RSA-SHA2 signatures for rsa-sha2-{256|512}-cert-v01@openssh.comdjm2018-12-271-4/+6
* too many words in previous;jmc2018-12-271-2/+2
* port ranges can be ambiguous with hypenated port-names.tedu2018-12-272-6/+7
* move client/server SSH-* banners to buffers under ssh->kex and factordjm2018-12-2726-492/+546
* revert "kill a region if 'delete' or 'backspace' is pressed"phessler2018-12-262-16/+4
* bugfix: make the static class buffer long enoughschwarze2018-12-251-2/+2
* mandoc.css lives in /usr/share/misc now; use full paths to indicate this.tedu2018-12-241-9/+9
* install /usr/share/misc/mandoc.cssschwarze2018-12-241-1/+5
* In the TOC, close <a> before opening <ul>.schwarze2018-12-221-2/+3
* Rename mandoc_getarg() to roff_getarg() and pass it the roff parserschwarze2018-12-216-67/+156
* Move the full responsibility for reporting open(2) errors fromschwarze2018-12-202-8/+10
* Explain what the fields in mandoc messages mean,schwarze2018-12-201-5/+21
* Bugfix:schwarze2018-12-201-2/+2
* use Sq for single chars, and escape ";" properly;jmc2018-12-181-3/+3
* As a first step towards making roff_res() callable from mandoc_getarg(),schwarze2018-12-182-98/+99
* Make mg kill a region if the 'delete' or 'backspace' keys are pressedlum2018-12-182-4/+16
* Pass window into mode functions.nicm2018-12-189-34/+46
* With option -l, show only UDP sockets that can receive packets frombenno2018-12-181-2/+7
* Fix parsing of empty colon-separated fields, reported by Siarhei Siniak.nicm2018-12-171-2/+3
* Yet another round of improvements to manual font selection.schwarze2018-12-1510-93/+98
* Several improvements to escape sequence handling.schwarze2018-12-1510-68/+167
* Delete unused phdr functions; move declarations for functions internal toguenther2018-12-142-73/+13
* Cleanup, no functional change:schwarze2018-12-1412-42/+29
* Almost mechanical diff to remove the "struct mparse *" argumentschwarze2018-12-1419-584/+442
* Fold mparse_parse_buffer() into mparse_readfd(), making the codeschwarze2018-12-141-41/+42
* Major cleanup; may imply minor changes in edge cases of error reporting.schwarze2018-12-1419-410/+428
* Allow all non-ephemeral buffers to be toggled writable or read-onlylum2018-12-135-9/+39
* Cleanup, no functional change:schwarze2018-12-1318-59/+83
* libmdoc.h no longer needs mdoc.hschwarze2018-12-131-2/+1
* Cleanup, no functional change:schwarze2018-12-132-82/+48
* Cleanup, no functional change:schwarze2018-12-133-7/+13
* Cleanup, no functional change:schwarze2018-12-138-82/+98
* Cleanup, no functional change:schwarze2018-12-134-57/+67
* Cleanup, no functional change:schwarze2018-12-139-93/+140
* Cleanup, no functional change:schwarze2018-12-1212-122/+148
* allow reading from stdin with -f -.tedu2018-12-122-7/+12
* teach libtool to build shared libraries with a sonamesemarie2018-12-111-1/+2
* correct inaccurate and misplaced information in CAVEATSschwarze2018-12-101-10/+24
* Add a velocity sensor type (displayed as m/s)landry2018-12-101-2/+5
* Keep usage in sync with logic if OPENSSL_NO_DES is set.tobias2018-12-091-1/+3
* revert previous, it breaks regress and the llvm, gtk+2, and gtk+3 portsschwarze2018-12-081-9/+21
* As an extension to POSIX, for consistency with our behaviour forschwarze2018-12-071-2/+2
* Fix calculation of initial bandwidth limits.dtucker2018-12-072-7/+8
* only consider the ext-info-c extension during the initial KEX. It shouldn'tdjm2018-12-072-3/+6
* fix option letter pasto in previousdjm2018-12-071-2/+2
* mention that the ssh-keygen -F (find host in authorized_keys) and -Rdjm2018-12-071-5/+7
* no need to allocate channels_pre/channels_post in channel_init_channels()djm2018-12-071-6/+2
* Add support for "-" as an input file for stdin as per POSIX.martijn2018-12-061-21/+9
* add -not as a sh friendly alias for !.tedu2018-12-062-5/+8