index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
Age
Commit message (
Expand
)
Author
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
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
[next]