Age | Commit message (Expand) | Author |
2014-10-26 | remove unused variables | Charles Longeau |
2014-10-26 | POLLIN is not guaranteed to be set in revents for EOF so check for | Todd C. Miller |
2014-10-26 | Move the #define _KERNEL wrapping to only cover <sys/file.h> | Philip Guenther |
2014-10-26 | Add parentheses to suppress compiler warning. | Brad Smith |
2014-10-26 | Place additional parantheses around readdir() and check return does not | Brad Smith |
2014-10-25 | With the current architecture, we can't support inline equations | Ingo Schwarze |
2014-10-25 | Fix a NULL pointer dereference reported | Ingo Schwarze |
2014-10-25 | Report arguments to .EQ as an error, and simplify the code: | Ingo Schwarze |
2014-10-25 | Add pane_input_off format, from Anish R Athalye. | Nicholas Marriott |
2014-10-24 | tedu networks(5) support; | Ingo Schwarze |
2014-10-24 | This tool doesn't actually support networks(5). | Ingo Schwarze |
2014-10-24 | Remove unnecessary include: netinet/in_systm.h is not needed by these | Lawrence Teo |
2014-10-23 | Remove networks(5) support. | Ingo Schwarze |
2014-10-22 | make the description of the syntax of function lists agree | Ingo Schwarze |
2014-10-22 | Fix some spacing nits. | Nicholas Marriott |
2014-10-22 | Merge unlink-window into kill-window. | Nicholas Marriott |
2014-10-22 | document the special \c escape sequence that can only be used with %b; | Ingo Schwarze |
2014-10-22 | Use arc4random_buf() instead of RAND(_pseudo)?_bytes(). | Joel Sing |
2014-10-22 | None of these need <openssl/rand.h> | Joel Sing |
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 |