Age | Commit message (Expand) | Author |
2017-07-24 | GC old cruft. | Marc Espie |
2017-07-24 | g/c unused variable; make a little more portable | Damien Miller |
2017-07-23 | Allow IPQoS=none in ssh/sshd to not set an explicit ToS/DSCP value | Damien Miller |
2017-07-23 | Recognize '-weak' in our libtool, helps at least xine-lib to build. | Vadim Zhukov |
2017-07-23 | Fix SPLICE in LT::UList, allowing more ports to build. | Vadim Zhukov |
2017-07-22 | Delete extra whitespaces | Jeremie Courreges-Anglas |
2017-07-22 | err(1, "whatever") -> err(1, NULL) for malloc(3) failures | Jeremie Courreges-Anglas |
2017-07-22 | use automatic variables rather than globals; no functional change; | Ingo Schwarze |
2017-07-22 | no need to cast signal(3) and fprintf(3) return values to (void) | Ingo Schwarze |
2017-07-21 | Use the actual width written rather than the possible width to clear. | Nicholas Marriott |
2017-07-21 | Trim trailing spaces from full line when it is clearly OK to do so. | Nicholas Marriott |
2017-07-21 | Allow ispunct() as well as isalnum() when parsing initial window names. | Nicholas Marriott |
2017-07-21 | fix two nasty out-of-bound accesses that killed (sporadically mk38 and mk38bis. | Marc Espie |
2017-07-21 | Add -c for respawn-pane and respawn-window, from J Raynor. | Nicholas Marriott |
2017-07-21 | I'm equally upset as Kurt Mosiejczuk, who found irrelevant 22-year | Theo de Raadt |
2017-07-20 | Don't exit on invalid config lines, yet return a proper exit status. | Jeremie Courreges-Anglas |
2017-07-20 | For -Tlint, put parser messages on stdout instead of stderr. | Ingo Schwarze |
2017-07-20 | Do not call err(3) from the parser. Call mandoc_vmsg() and | Ingo Schwarze |
2017-07-20 | Add missing <time.h> header. | Okan Demirmen |
2017-07-20 | correctly handle letters in .Nx arguments; improves for example | Ingo Schwarze |
2017-07-20 | Add comments to explain correct code that might look wrong. | Alexandre Ratchov |
2017-07-20 | Fix debug printf used to report kernel bugs: print par.bps instead | Alexandre Ratchov |
2017-07-20 | Fix integer overflow that would causes >12 hours files | Alexandre Ratchov |
2017-07-20 | Replace usage of strtol() with strtonum(). | anton |
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 |