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