Age | Commit message (Expand) | Author |
2014-12-02 | convert select() to poll(). This is one of the most complicated | Theo de Raadt |
2014-12-02 | Conversion of braindead select() path to braindead poll() path. | Theo de Raadt |
2014-12-02 | Remove dead stores found by llvm checker and mark functions that | Todd C. Miller |
2014-12-02 | Fix lowzero running out of bounds in pack_vector(). Problem seen by | Otto Moerbeek |
2014-12-02 | Switch the default output mode from -Tascii to -Tlocale. | Ingo Schwarze |
2014-12-02 | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze |
2014-12-01 | Another fix for insertion from Balazs Kezes. On insertion, size the line | Nicholas Marriott |
2014-12-01 | An internal function called xrealloc() is actually a fail-hard | Theo de Raadt |
2014-12-01 | Check ZOOMED flag on window. | Nicholas Marriott |
2014-12-01 | more opportunity to use reallocarray(); ok otto | Theo de Raadt |
2014-12-01 | header cleanup: | Ingo Schwarze |
2014-12-01 | update currency exchange rates; | Jason McIntyre |
2014-12-01 | three trivial reallocarray() uses | Theo de Raadt |
2014-12-01 | sed has a xreallocarray(), but two n*s cases were not replaced | Theo de Raadt |
2014-12-01 | trivial reallocarray() use | Theo de Raadt |
2014-12-01 | use reallocarray() | Theo de Raadt |
2014-12-01 | The header libmandoc.h is part of the internal parser interface, | Ingo Schwarze |
2014-12-01 | Fix %c for floating values that become 0 when coerced to int. | Todd C. Miller |
2014-12-01 | Use warnc() to use the correct errno value for FTS_DNR, FTS_NS and | Todd C. Miller |
2014-11-30 | delete three standard abbreviations that are | Ingo Schwarze |
2014-11-30 | Remove dead code, from Thomas Adam. | Nicholas Marriott |
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 |