summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-01-21Stop calling out to sudo/doas to kill processes. Reliance on systemTheo de Raadt
2017-01-21Nuke more whitespace caught in the headlights of "warning:"Kenneth R Westerback
2017-01-21Nuke more whitespace caught in the headlights of "warning:"Kenneth R Westerback
2017-01-21whitespaceTheo de Raadt
2017-01-21Accommodate gcc's suggestion that assignments used as truth valuesKenneth R Westerback
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
2017-01-21bug was fixed, delete the BUGS sectionIngo Schwarze
2017-01-21slightly simplify header and footer stylesIngo Schwarze
2017-01-21Avoid writing constant style attributes over and over again.Ingo Schwarze
2017-01-21clean up the remaining class attributesIngo Schwarze
2017-01-20Standardize class attributes for semantic macros.Ingo Schwarze
2017-01-20standardize .Rs class attributesIngo Schwarze
2017-01-20standardize .Bl and .It class attributesIngo Schwarze
2017-01-20Print error rather than fatal() if tcgetattr() fails, which is much moreNicholas Marriott
2017-01-20Split error() into error() and warning() so error() can be marked __dead toKenneth R Westerback
2017-01-20rearrange pledge promises into the canonical order; easier to eyeballTheo de Raadt
2017-01-20fix pledge for openssl ocsp - we will need tty to ask for a cert pwBob Beck
2017-01-20Move a couple of variables that are unused in SMALL under #ifndef SMALL.Kenneth R Westerback
2017-01-20Straggling __dead. Mark usage() as __dead and make gcc happier.Kenneth R Westerback
2017-01-20In "%.*s" the * takes (int). gcc whines if you try to use the resultKenneth R Westerback
2017-01-20#ifndef SMALL around a couple of non-SMALL labels.Kenneth R Westerback
2017-01-20Nuke some excess whitespace.Kenneth R Westerback
2017-01-19Fix -L/-I processing in -0 mode so that NUL-delimited entries areTodd C. Miller
2017-01-19clean up markup of .Bd, .D1, .Dl, .Li, and .Ql;Ingo Schwarze
2017-01-19clean up .Sx and .Xr HTML markupIngo Schwarze
2017-01-19Clean up CSS rules for sections and paragraphs.Ingo Schwarze
2017-01-19Adjust indentation of the HTML output to the conventions establishedIngo Schwarze
2017-01-19Start cleanup: trim useless HTML comments and <div> elementsIngo Schwarze
2017-01-19fix openssl ocsp to not report sucess when the ocsp responder rejects usBob Beck
2017-01-19Implement line breaking of the generated HTML code at space charactersIngo Schwarze
2017-01-18Make HTML output more human readable by overhauling line break logicIngo Schwarze
2017-01-18Plain stravis() because it will mangle UTF-8 characters, so addNicholas Marriott
2017-01-18Run arguments through vis() as well when printing them.Nicholas Marriott
2017-01-18Do not reset idx, it has just been set.Nicholas Marriott
2017-01-18options_match needs to explicitly check for user options.Nicholas Marriott
2017-01-17Completely delete the buf field of struct html and all the buf*()Ingo Schwarze
2017-01-17Simplify the usage of print_otag() by making it accept a variableIngo Schwarze
2017-01-16Correctly handle -style options without all of a corresponding -fg/-bg/-attr.Nicholas Marriott
2017-01-16Revert WIP parts of previous I didn't mean to commit yet.Nicholas Marriott
2017-01-16getopt() has a struct option so just return to using options_entry.Nicholas Marriott
2017-01-15It is silly for cmd_list_parse to return an integer error when it couldNicholas Marriott
2017-01-15-q flag now needs to be checked in a couple more places.Nicholas Marriott
2017-01-15Major tidy up and rework of options tree and set-option/show-optionsNicholas Marriott
2017-01-15Remove unused quiet option.Nicholas Marriott
2017-01-15Append needs to go old,new not new,old...Nicholas Marriott
2017-01-15When looking up macro values while the macro tables are being builtIngo Schwarze
2017-01-14killp -a should not kill the window if only one pane.Nicholas Marriott
2017-01-14add a geteuid check to make sure we're root before plowing into setauth.Ted Unangst
2017-01-14HTTPS proxy support for ftp-ssl.Jeremie Courreges-Anglas
2017-01-13options_get_style return const too.Nicholas Marriott