summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2015-09-27lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */Philip Guenther
(others require more care)
2015-09-26whitespaceJasper Lievisse Adriaanse
2015-09-26tweak previous;Jason McIntyre
2015-09-26Add transpose-paragraphs. ok jasper@Mark Lumsden
2015-09-26briefly document -T tree outputIngo Schwarze
2015-09-26Show the flags MDOC_DELIMO, MDOC_DELIMC, MDOC_EOS, and MAN_EOS.Ingo Schwarze
Drop the "block-" prefixes from the node type names.
2015-09-26/* NOTREACHED */ after abort() is silly, delete itIngo Schwarze
2015-09-26resolve code duplication and do style cleanup in mdoc_nm_pre(),Ingo Schwarze
no functional change
2015-09-26Fix multiple aspects of SYNOPSIS .Nm formatting:Ingo Schwarze
* Don't break lines before non-block .Nm elements. * Use proper <b> markup for the heads of .Nm blocks. * Make the width measurements work by doing them on the head children.
2015-09-25Adding colors=256 to *256color* was always pretty stupid and now itNicholas Marriott
won't work (without adding setaf@:setab@ too).
2015-09-25If the terminal has colors=256, only try to use setaf/setab if theyNicholas Marriott
exist, reported by Filipe Brandenburger.
2015-09-25Tweak previous (suggested by and ok jmc@):Ingo Schwarze
While .Cm isn't wrong markup for ftp:// and http://, it simply looks better in this case to not mark them up at all.
2015-09-25some certificatefile tweaks; ok djmJason McIntyre
2015-09-25drop redundant .Ns and reduce quotingIngo Schwarze
2015-09-25drop useless quotingIngo Schwarze
2015-09-25add missing .Ar macro and simplify synopsisIngo Schwarze
2015-09-25tidy up a bit moreTed Unangst
2015-09-25xmalloc/free wrappers don't need to support 20 year old non comformanceTed Unangst
2015-09-25Free the history when it is cleared, based on a diff from Carlo Cannas.Nicholas Marriott
2015-09-25fix the spacing of -m in the SYNOPSISIngo Schwarze
2015-09-25avoid trailing .Ns, reduce .Xo and .Sm, drop redundant .BkIngo Schwarze
2015-09-25drop useless .Xo and .Bk, and shorten by avoiding some .SmIngo Schwarze
2015-09-25Clean up SYNOPSIS formatting:Ingo Schwarze
* Use .Cm for keywords rather than .No. * Simplify by using .Op rather than .Oo where it's easily possible. * Shorten code by using .Ns rather than .Sm where it's easily possible. * Also mark up URIs in the description, not just in the synopsis.
2015-09-24Fix where the cursor is positioned after expunging files. ok jasper@Mark Lumsden
2015-09-24Don't leak fd and path on failure.Nicholas Marriott
2015-09-24Do not leak log file descriptor.Nicholas Marriott
2015-09-24Make comments more accurate.Mark Lumsden
2015-09-24Add mark-paragraph. ok jasper@Mark Lumsden
2015-09-24Assign flag not number for flag types (we got away with it so farNicholas Marriott
because that are a union). From Filipe Brandenburger.
2015-09-24add ssh_config CertificateFile option to explicitly listDamien Miller
a certificate; patch from Meghana Bhat on bz#2436; ok markus@
2015-09-24Fix multiple iterations of kill-paragraph. ok jasper@Mark Lumsden
2015-09-23No need for err.h, avoid excess fputs() calls and return from mainTodd C. Miller
instead of calling exit(). From Michael Reed.
2015-09-23fix line number handling in dired delete functions.Mark Lumsden
2015-09-22Don't update last session when the session is unchanged, from Sina Siadat.Nicholas Marriott
2015-09-22fix two typos.Igor Sobrado
2015-09-21add a missing NULL checkBrent Cook
noted by Bill Parker (dogbert2) on github
2015-09-21add a couple of missing NULL checksBrent Cook
noted by Bill Parker (dogbert2) on github
2015-09-21Trailing whitespace is significant when determining the width of a tagIngo Schwarze
in mdoc(7) .Bl -tag and man(7) .TP, but not in man(7) .IP. Quirk reported by Jan Stary <hans at stare dot cz> on ports@.
2015-09-21remove vestigial bits of sha-0 and md2 from openssl(1)Brent Cook
Noted by kinichiro on github. We probably need a better way to indicate the list of message digests that are allowed, as the current ones are nowhere near exhaustive (sigh - guenther@) OK guenther@ jmc@
2015-09-21remove an unsightly paragraph break;Jason McIntyre
2015-09-21no more _subdir; Jan Stary <hans at stare dot cz>Ingo Schwarze
2015-09-21Reset the alerts timer always on activity, from Thomas Adam.Nicholas Marriott
2015-09-21Mention lex and flex++, from Rob Pierce. ok jmcNicholas Marriott
2015-09-21Fix a couple of libtool issues:Antoine Jacoutot
* when looking for a library, also look for an unversioned solib before falling back to using the static one (which may not even exist) * when a library has no libtool file (.la) with a proper dependency_libs entry, libtool(1) falls back to using objdump to determine the depencencies; however this works only if dependencies are in standard search paths; fix it by looking at the RPATH entry in objdump then add non standard dirs to search_dirs and -rpath inputs from and ok espie@, ok jasper@
2015-09-21If you open the same directory twice in dired mode, mg does not behaveMark Lumsden
correctly. In effect what should happen is the existing dired buffer is brought to the fore, and if the directory contents has changed inform the user. ok sunil@
2015-09-21fix possible hang on closed output; bz#2469 reported by Tomas KuthanDamien Miller
ok markus@
2015-09-20Pack the algorithm numbers, to avoid printing a useless (null) 0 0 0 0Miod Vallat
line in the summary.
2015-09-19doas doesn't need any files to be passed in. closefrom STDERR+1. ok bennoTed Unangst
2015-09-18-l should apply to the new not the old pane with -b, from "MadMaverick9"Nicholas Marriott
on GitHub.
2015-09-17Redraw both src and dst sessions in break-pane.Nicholas Marriott