summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-12-02convert select() to poll(). This is one of the most complicatedTheo de Raadt
2014-12-02Conversion of braindead select() path to braindead poll() path.Theo de Raadt
2014-12-02Remove dead stores found by llvm checker and mark functions thatTodd C. Miller
2014-12-02Fix lowzero running out of bounds in pack_vector(). Problem seen byOtto Moerbeek
2014-12-02Switch the default output mode from -Tascii to -Tlocale.Ingo Schwarze
2014-12-02Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze
2014-12-01Another fix for insertion from Balazs Kezes. On insertion, size the lineNicholas Marriott
2014-12-01An internal function called xrealloc() is actually a fail-hardTheo de Raadt
2014-12-01Check ZOOMED flag on window.Nicholas Marriott
2014-12-01more opportunity to use reallocarray(); ok ottoTheo de Raadt
2014-12-01header cleanup:Ingo Schwarze
2014-12-01update currency exchange rates;Jason McIntyre
2014-12-01three trivial reallocarray() usesTheo de Raadt
2014-12-01sed has a xreallocarray(), but two n*s cases were not replacedTheo de Raadt
2014-12-01trivial reallocarray() useTheo de Raadt
2014-12-01use reallocarray()Theo de Raadt
2014-12-01The header libmandoc.h is part of the internal parser interface,Ingo Schwarze
2014-12-01Fix %c for floating values that become 0 when coerced to int.Todd C. Miller
2014-12-01Use warnc() to use the correct errno value for FTS_DNR, FTS_NS andTodd C. Miller
2014-11-30delete three standard abbreviations that areIngo Schwarze
2014-11-30Remove dead code, from Thomas Adam.Nicholas Marriott
2014-11-30Multiple fixes with respect to .Pf:Ingo Schwarze
2014-11-30warn about attempts to call non-callable macros;Ingo Schwarze
2014-11-29Reduce code duplication by reusing the same argument parserIngo Schwarze
2014-11-29Provide a helper function macro_or_word() and use it to prune theIngo Schwarze
2014-11-28Fold the loop around mdoc_argv() into the function itself,Ingo Schwarze
2014-11-28Add some missing OpenBSD RCS markersIngo Schwarze
2014-11-28AT&T is unlikely to release an new version of Research UNIX any time soon.Ingo Schwarze
2014-11-28Retire support for CSRG supplementary document titles. These areIngo Schwarze
2014-11-28Drop useless architecture table. Validating architecture namesIngo Schwarze
2014-11-28Remove bulky, irrelevant library description string tablesIngo Schwarze
2014-11-28mop up and #ifdef turd deraadt@ stepped intoIngo Schwarze
2014-11-28Be more careful about meta->name. For weird input, it can be NULL.Ingo Schwarze
2014-11-28consistency in calling usage, from Fritjof BornebuschOtto Moerbeek
2014-11-28Simplify by making the eqn and tbl steering functions void;Ingo Schwarze
2014-11-28Simplify by making many functions in the man(7) parser void,Ingo Schwarze
2014-11-28Simplify by making the mdoc parser callbacks void, and some cleanup;Ingo Schwarze
2014-11-28Simplify the code by making various mdoc parser helper functions void.Ingo Schwarze
2014-11-28Simplify code by making mdoc validation handlers void.Ingo Schwarze
2014-11-27Downgrade .Bd -file from FATAL to ERROR.Ingo Schwarze
2014-11-27Multiple fixes with respect to .Eo:Ingo Schwarze
2014-11-27Fix the obsolete .Db (toggle debug mode) macro to ignore its argumentsIngo Schwarze
2014-11-27remove unneccessary inclusion protection; ok schwarzeTheo de Raadt
2014-11-27All cpus -> N CpusMarc Espie
2014-11-27Make makewhatis(8) understand .so links to .gz pages.Ingo Schwarze
2014-11-26Let mparse_readfd() use mparse_open() and mparse_wait()Ingo Schwarze
2014-11-26Simplify the mparse_open()/mparse_wait() interface.Ingo Schwarze
2014-11-26remove an unreachable warning about .Sm argumentsIngo Schwarze
2014-11-26The .Sm macro accepts at most one argument;Ingo Schwarze
2014-11-26Prefer setvbuf() to setlinebuf() for portability; ok deraadt@Todd C. Miller