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