summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-08-10typo in debug messageAlexandre Ratchov
2014-08-10initialize mmcpos, found by guentherAlexandre Ratchov
2014-08-10Don't need to know how to format bluetooth socket info herePhilip Guenther
2014-08-10Add Xr to skey and sttyPhilip Guenther
2014-08-09mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags;Ingo Schwarze
2014-08-09Remove support for the continuous reporting "any" mouse mode which neverNicholas Marriott
2014-08-08update currency exchange rates;Jason McIntyre
2014-08-08Absurdly, the return value of sqlite3_column_text()Ingo Schwarze
2014-08-08mansearch.h uses uint64_t, so it needs stdint.h; found on LinuxIngo Schwarze
2014-08-08Remove redundant verbiage in the style of "a file is a file,Ingo Schwarze
2014-08-08Bring the handling of defective prologues even closer to groff,Ingo Schwarze
2014-08-08Simplify by allowing only one post-handler.Ingo Schwarze
2014-08-08Simplify by allowing only one pre-handler.Ingo Schwarze
2014-08-08Simplify man(7) validation:Ingo Schwarze
2014-08-08Fix floating point handling: When converting double to size_t,Ingo Schwarze
2014-08-08Clarity with respect to floating point handling:Ingo Schwarze
2014-08-08demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg()Ingo Schwarze
2014-08-08mention requests and macros in more messagesIngo Schwarze
2014-08-08Dynamically allocate the stack of roff(7) .ie condition valuesIngo Schwarze
2014-08-08Split MANDOCERR_IGNARGV into one message for .An and one for .BlIngo Schwarze
2014-08-08In .Bl -column, if some of the column width declarations are givenIngo Schwarze
2014-08-08Remove the useless FATAL error "argument count wrong, violates syntax".Ingo Schwarze
2014-08-08Improve handling of next-line scope broken by end of file.Ingo Schwarze
2014-08-08Simplify: replace one global flag by one local variableIngo Schwarze
2014-08-08Get rid of the useless FATAL error "child violates parent syntax".Ingo Schwarze
2014-08-08Remove two useless FATAL errors.Ingo Schwarze
2014-08-08better name and wording for the last two non-generic errorsIngo Schwarze
2014-08-08Various improvements related to .Ex and .Rv:Ingo Schwarze
2014-08-08Partial implementation of .Bd -centered.Ingo Schwarze
2014-08-07Bump example pubkey filenames to /etc/signify/openbsd-56-base.pub forLawrence Teo
2014-07-30switch to tradcppJonathan Gray
2014-07-28some systems no longer need /dev/log;Ingo Schwarze
2014-07-27code readability; no functional changeIngo Schwarze
2014-07-27Even for UTF-8 output, a non-breaking space character has the same widthIngo Schwarze
2014-07-25Clear buffer used for handling messages. This prevents keys beingDarren Tucker
2014-07-25Choosing the right encoding is a tricky business...Ingo Schwarze
2014-07-25Sort the URI keys for .Xr links in the same order used by the search form,Ingo Schwarze
2014-07-25oops, we must not try to validate a manpath we don't have;Ingo Schwarze
2014-07-25We cannot easily control the order of the QUERY_STRING keys generatedIngo Schwarze
2014-07-25In generated .Xr links, avoid double encoding of ampersandsIngo Schwarze
2014-07-25Even though this is not XHTML yet, remove some gratuitious violationsIngo Schwarze
2014-07-25The names of all other struct query memebers match the correspondingIngo Schwarze
2014-07-25clean up pg_show() to not modify a string returned from getenv(3)Ingo Schwarze
2014-07-25Rewrite http_parse() completely:Ingo Schwarze
2014-07-24Mention UNIX-domain socket forwarding too. OK jmc@ deraadt@Todd C. Miller
2014-07-24Sort result pages first by section number, then by name.Ingo Schwarze
2014-07-24Provide a dropdown entry "All Architectures" and make it the default.Ingo Schwarze
2014-07-23Security fix:Ingo Schwarze
2014-07-22Security fix:Ingo Schwarze
2014-07-22Security fix to prevent XSS attacks:Ingo Schwarze