summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2014-11-26Make option string/struct const (since it is...). I've had thisTodd C. Miller
2014-11-26init array field in the proper place, see regress test t27;Otto Moerbeek
2014-11-26Properly validate line ranges supplied in diff file to prevent overflows.Tobias Stoeckmann
2014-11-26Make the code sipler and more robust by always assigning a valueIngo Schwarze
2014-11-25fix (disabled) build of man.cgiIngo Schwarze
2014-11-25Introduce strtolinenum to properly check line numbers while parsing:Tobias Stoeckmann
2014-11-25Prevent null pointer dereference on empty input files when diff requiresTobias Stoeckmann
2014-11-25Release file descriptors as soon as they are not needed anymore.Tobias Stoeckmann
2014-11-25set ttyout to line buffered, because the signal handler writes areTheo de Raadt
2014-11-25Allow comma-separated options in tbl(7) tables.Anthony J. Bentley
2014-11-25Completely 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-25Do not access a NULL pointer when a section has no body,Ingo Schwarze
2014-11-24Change "will write" back to "writes" in -f description. From jmc@Todd C. Miller
2014-11-24The handling of the -f option is a hack. Instead of fooling aroundTodd C. Miller
2014-11-24Remove undocumented and obsolete -T option. It was intended forTodd C. Miller
2014-11-24Fix crashes in the handling of the sshd config file found with the aflJonathan Gray
2014-11-23minor fixes;Jason McIntyre
2014-11-23Improve manpage markup.Anthony J. Bentley
2014-11-23Mention the -no_tls1_[12] optionsPhilip Guenther
2014-11-23<sys/buf.h> isn't actually needed herePhilip Guenther