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