summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-10-21Only redraw pane when it has actually changed.Nicholas Marriott
2014-10-21Save next item after firing command in case it has added to the queue.Nicholas Marriott
2014-10-21cope with sending or receiving files beyond 65536 blocks in length.David Gwynne
2014-10-20Better format for printf format attributes.Nicholas Marriott
2014-10-20Move template defines back into .c files.Nicholas Marriott
2014-10-20Tidy up some includes.Nicholas Marriott
2014-10-20Move suspend-client code into detach-client.Nicholas Marriott
2014-10-20Move tiny has-session function into cmd-new-session.c.Nicholas Marriott
2014-10-20superseded by usr.bin/mandoc/mansearch.cIngo Schwarze
2014-10-20Argh, meant to remove this file...Nicholas Marriott
2014-10-20Move list-commands into list-keys.Nicholas Marriott
2014-10-20Missed a couple of cmd_entry struct members from previous.Nicholas Marriott
2014-10-20Instead of setting up the default keys by building the key structNicholas Marriott
2014-10-20fix a regression that i caused in rev. 1.26: *do* report the size ofIngo Schwarze
2014-10-20protect the roff parser from dividing by zero;Ingo Schwarze
2014-10-20As reported by Marcus Merighi, hosts enumeration no longer works.Ingo Schwarze
2014-10-20correct the spacing after in-line equationsIngo Schwarze
2014-10-20correctly parse spacing around in-line equationsIngo Schwarze
2014-10-20document sinclude/-includeMarc Espie
2014-10-20fix if (statement);Jonathan Gray
2014-10-20whitespaceDamien Miller
2014-10-20correct spacing *after* inline equations (much simpler than expected)Ingo Schwarze
2014-10-20correct spacing before inline equationsIngo Schwarze
2014-10-20s_client: don't call shutdown on a non-existent socket descriptor.Brent Cook
2014-10-20show the {MDOC,MAN}_EQN node, it contains interesting information,Ingo Schwarze
2014-10-19Move the description of mg automatic recentering further down theMark Lumsden
2014-10-19rearrange -d, again, after giving ingo some dodgy advice;Jason McIntyre
2014-10-19in usage() and SYNOPSIS, sort options as suggested by jmc@Ingo Schwarze
2014-10-18Fix description of Ss and Se.Nicholas Marriott
2014-10-18plug file descriptor leaks on read or write failure;Ingo Schwarze
2014-10-18enable the sinclude/-include feature support I wrote long ago.Marc Espie
2014-10-17Correctly encode half line feed in the output stream for -f;Ingo Schwarze
2014-10-17Partial revert of rev. 1.7 (Nov. 21, 2000):Ingo Schwarze
2014-10-17Instead of doing strvis() of gecos string on output, do it whenTodd C. Miller
2014-10-17Use strlcpy() instead of strncpy() when making a copy of pw_gecos.Todd C. Miller
2014-10-17Add the -d flag (limit display depth) for compatibility with FreeBSD,Ingo Schwarze
2014-10-17If gotoeop() is called requiring more than one iteration, it behavesMark Lumsden
2014-10-17strvis() requires that the buffer is at least 4 * srclen + 1.Doug Hogan
2014-10-16Use reallocarray() where possible. There are further possible overflowsTheo de Raadt
2014-10-161) Fix a segfault triggered by an input line containing two consecutiveIngo Schwarze
2014-10-16Repair BUF_strdup() breakage.Joel Sing
2014-10-16Use reallocarray() to get integer overflow detection.Lawrence Teo
2014-10-16oops, don't escape the first token of inline equationsIngo Schwarze
2014-10-16Implement in-line equations, much needed by Xenocara manuals.Ingo Schwarze
2014-10-15some choice thoughts on back compatTed Unangst
2014-10-14create a REALLOCARRAY macro, and use it where it gives us overflowTheo de Raadt
2014-10-14even if a table has zero columns, do not segfault in the formatter;Ingo Schwarze
2014-10-14obvious use of reallocarray()Theo de Raadt
2014-10-14plug a memory leak; from Maxime Villard.Daniel Dickman
2014-10-14Rudimentary implementation of the e, x, and z table layout modifiersIngo Schwarze