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