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