Age | Commit message (Expand) | Author |
2014-11-30 | Multiple fixes with respect to .Pf: | Ingo Schwarze |
2014-11-30 | warn about attempts to call non-callable macros; | Ingo Schwarze |
2014-11-29 | Reduce code duplication by reusing the same argument parser | Ingo Schwarze |
2014-11-29 | Provide a helper function macro_or_word() and use it to prune the | Ingo Schwarze |
2014-11-28 | Fold the loop around mdoc_argv() into the function itself, | Ingo Schwarze |
2014-11-28 | Add some missing OpenBSD RCS markers | Ingo Schwarze |
2014-11-28 | AT&T is unlikely to release an new version of Research UNIX any time soon. | Ingo Schwarze |
2014-11-28 | Retire support for CSRG supplementary document titles. These are | Ingo Schwarze |
2014-11-28 | Drop useless architecture table. Validating architecture names | Ingo Schwarze |
2014-11-28 | Remove bulky, irrelevant library description string tables | Ingo Schwarze |
2014-11-28 | mop up and #ifdef turd deraadt@ stepped into | Ingo Schwarze |
2014-11-28 | Be more careful about meta->name. For weird input, it can be NULL. | Ingo Schwarze |
2014-11-28 | consistency in calling usage, from Fritjof Bornebusch | Otto Moerbeek |
2014-11-28 | Simplify by making the eqn and tbl steering functions void; | Ingo Schwarze |
2014-11-28 | Simplify by making many functions in the man(7) parser void, | Ingo Schwarze |
2014-11-28 | Simplify by making the mdoc parser callbacks void, and some cleanup; | Ingo Schwarze |
2014-11-28 | Simplify the code by making various mdoc parser helper functions void. | Ingo Schwarze |
2014-11-28 | Simplify code by making mdoc validation handlers void. | Ingo Schwarze |
2014-11-27 | Downgrade .Bd -file from FATAL to ERROR. | Ingo Schwarze |
2014-11-27 | Multiple fixes with respect to .Eo: | Ingo Schwarze |
2014-11-27 | Fix the obsolete .Db (toggle debug mode) macro to ignore its arguments | Ingo Schwarze |
2014-11-27 | remove unneccessary inclusion protection; ok schwarze | Theo de Raadt |
2014-11-27 | All cpus -> N Cpus | Marc Espie |
2014-11-27 | Make makewhatis(8) understand .so links to .gz pages. | Ingo Schwarze |
2014-11-26 | Let mparse_readfd() use mparse_open() and mparse_wait() | Ingo Schwarze |
2014-11-26 | Simplify the mparse_open()/mparse_wait() interface. | Ingo Schwarze |
2014-11-26 | remove an unreachable warning about .Sm arguments | Ingo Schwarze |
2014-11-26 | The .Sm macro accepts at most one argument; | Ingo Schwarze |
2014-11-26 | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | Todd C. Miller |
2014-11-26 | Make option string/struct const (since it is...). I've had this | Todd C. Miller |
2014-11-26 | init array field in the proper place, see regress test t27; | Otto Moerbeek |
2014-11-26 | Properly validate line ranges supplied in diff file to prevent overflows. | Tobias Stoeckmann |
2014-11-26 | Make the code sipler and more robust by always assigning a value | Ingo Schwarze |
2014-11-25 | fix (disabled) build of man.cgi | Ingo Schwarze |
2014-11-25 | Introduce strtolinenum to properly check line numbers while parsing: | Tobias Stoeckmann |
2014-11-25 | Prevent null pointer dereference on empty input files when diff requires | Tobias Stoeckmann |
2014-11-25 | Release file descriptors as soon as they are not needed anymore. | Tobias Stoeckmann |
2014-11-25 | set ttyout to line buffered, because the signal handler writes are | Theo de Raadt |
2014-11-25 | Allow comma-separated options in tbl(7) tables. | Anthony J. Bentley |
2014-11-25 | Completely rewrite the top level of the layout parser. | Ingo Schwarze |
2014-11-25 | "Aq foo" is not the same as "<foo>". Don't use it to mark up HTML. | Anthony J. Bentley |
2014-11-25 | Do not access a NULL pointer when a section has no body, | Ingo Schwarze |
2014-11-24 | Change "will write" back to "writes" in -f description. From jmc@ | Todd C. Miller |
2014-11-24 | The handling of the -f option is a hack. Instead of fooling around | Todd C. Miller |
2014-11-24 | Remove undocumented and obsolete -T option. It was intended for | Todd C. Miller |
2014-11-24 | Fix crashes in the handling of the sshd config file found with the afl | Jonathan Gray |
2014-11-23 | minor fixes; | Jason McIntyre |
2014-11-23 | Improve manpage markup. | Anthony J. Bentley |
2014-11-23 | Mention the -no_tls1_[12] options | Philip Guenther |
2014-11-23 | <sys/buf.h> isn't actually needed here | Philip Guenther |