Age | Commit message (Expand) | Author |
2017-01-25 | cetificate -> certificate; | Jason McIntyre |
2017-01-25 | +arm64 | Theo de Raadt |
2017-01-25 | Add the style sheet used on man.openbsd.org to the source tree. | Ingo Schwarze |
2017-01-25 | Improve HTML formatting of .Bl -tag. | Ingo Schwarze |
2017-01-24 | Add -S noverifytime to ftp to permit an unvalidated TLS connection when | Bob Beck |
2017-01-24 | Fixed keys for choose mode, and remove the last mode keys bits. | Nicholas Marriott |
2017-01-24 | Fix set -u on array options. | Nicholas Marriott |
2017-01-24 | Make update-environment an array as well. | Nicholas Marriott |
2017-01-24 | Convert terminal-overrides to an array option. | Nicholas Marriott |
2017-01-24 | Remove some lies about terminal-overrides from tmux.1. | Nicholas Marriott |
2017-01-24 | server-info can become an alias rather than a command. | Nicholas Marriott |
2017-01-24 | Add support for custom command aliases, this is an array option which | Nicholas Marriott |
2017-01-24 | If given an array option without an index either show or set all items, | Nicholas Marriott |
2017-01-24 | Shorten a long line, and don't leak buffer in paste_add if size is zero. | Nicholas Marriott |
2017-01-24 | Add a -groups option to openssl s_client, which allows supported EC curves | Joel Sing |
2017-01-23 | Open /dev/ptm before pledge() and save it to be used for PTMGET later | Nicholas Marriott |
2017-01-23 | Relink opencvs to the build. | Joris Vink |
2017-01-22 | Accept the OSC 52 escape sequence inside tmux to add a new buffer, from | Nicholas Marriott |
2017-01-21 | Dedup prototype for really_kill(). | Martin Natano |
2017-01-21 | Use errno to make the debug message more descriptive. | Martin Natano |
2017-01-21 | Expose the close-on-exec flag near the R/W flags. | Theo de Raadt |
2017-01-21 | The POSIX APIs that that sockaddrs all ignore the s*_len field in the | Philip Guenther |
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 |