summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-07-19remove some spacing; ok schwarzeJason McIntyre
2017-07-19Prefer arch-dependent over arch-independent pages if the name priority,Ingo Schwarze
2017-07-19Allow HFSC classes to use flow queuesMike Belopuhov
2017-07-19more depends gc / yacc rules overhaulMarc Espie
2017-07-19A few cleanups. This only needs to operate on systems with SIGWINCH,Theo de Raadt
2017-07-19depend is deadMarc Espie
2017-07-19fix support for unknown key types; ok djm@Markus Friedl
2017-07-19switch from select() to poll() for the ssh-agent mainloop; ok markusDamien Miller
2017-07-16The only elements using floats are dt.It-tag, so the only elementsIngo Schwarze
2017-07-15grammar was ass backwards;Jason McIntyre
2017-07-15In .Bl -tag and -hang, do not print a margin-left style attributeIngo Schwarze
2017-07-15use the same width increase logic for .Bl -hang as for .Bl -tagIngo Schwarze
2017-07-15Add a "-T tlscompat" option to nc(1), which enables the use of all TLSJoel Sing
2017-07-15If -column, -diag, -inset, -item, or -ohang lists have a -width,Ingo Schwarze
2017-07-15correct left margins for different classes of definition listsIngo Schwarze
2017-07-15Print the right character for mathematical overbar.Anthony J. Bentley
2017-07-15Improve rev. 1.199 further:Ingo Schwarze
2017-07-14Don't bother freeing memory just before exiting.Jeremie Courreges-Anglas
2017-07-14TAILQs instead of hand-rolled listsJeremie Courreges-Anglas
2017-07-14Because ignore SIGCHLD early, letting signal_del restore it doesn't workNicholas Marriott
2017-07-14always give commas their own <mo> element,Ingo Schwarze
2017-07-14The .Dd and .TH macros must interrupt .ce, too;Ingo Schwarze
2017-07-14Explicitly initialize a variable where the compiler is (understandably)Ingo Schwarze
2017-07-14Fix an assertion failure triggered by print_otag("sw+-l", NULL).Ingo Schwarze
2017-07-14Handle .Bl -compact via CSS rather than writing individual styleIngo Schwarze
2017-07-14Print HTML character references as 4+ digits hexadecimal, like Unicode.Anthony J. Bentley
2017-07-14do not print <math class="eqn"><mrow></mrow></math> for empty .EQ;Ingo Schwarze
2017-07-14Fix redraw defer code in the presence of multiple clients - the timerNicholas Marriott
2017-07-14Make ""Killed by signal 1" LogLevel verbose so it's not shown at the defaultDarren Tucker
2017-07-13man pages with pseudo synopses which list filenames end up creatingJason McIntyre
2017-07-13eqn(7) .EQ has to break man(7) next-line scope, or tree corruptionIngo Schwarze
2017-07-13use monotonic clock for computing elapsed timeTed Unangst
2017-07-12Line up keys in tree mode, and don't expand windows with one pane. FromNicholas Marriott
2017-07-12Do not need to set up USR2 twice.Nicholas Marriott
2017-07-12Block signals between forking and clearing signal handlers (or callingNicholas Marriott
2017-07-12Move signal code into proc.c.Nicholas Marriott
2017-07-12Make shell_command a global like other stuff rather than making it anNicholas Marriott
2017-07-12proc_send_s now seems unnecessary.Nicholas Marriott
2017-07-11adjust size to be one less than power of 2, so that doubling will neverTed Unangst
2017-07-11fix style compliance, in the keyname compliance function no lessTed Unangst
2017-07-11Replace manual list with SLIST.Alexander Bluhm
2017-07-10remove misc. depend and yacc nits that no longer matter.Marc Espie
2017-07-10zap redundant Makefile variables.Marc Espie
2017-07-10Also check for NUL termination at the first character of tstr inAlexander Bluhm
2017-07-09Some extra logging to show why tmux might exit.Nicholas Marriott
2017-07-09remove redundant variable declarations in Makefiles, since those areMarc Espie
2017-07-09there's no need to fork/exec to execute commentsMarc Espie
2017-07-09have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediateMarc Espie
2017-07-08this program was infected with lint era casts. i think we're past that now.Ted Unangst
2017-07-08remove ARGSUSED, from Scott Cheloha.Ted Unangst