Age | Commit message (Collapse) | Author |
|
append instead.
|
|
|
|
|
|
OK millert@
|
|
|
|
Minor tweak and OK schwarze@
OK tb@
|
|
|
|
as parsers, page generators, and result generators more obvious.
No functional change.
|
|
|
|
architecture subdirectory are specified. Issue reported by tb@.
|
|
html.c does.
|
|
down to the currently unsupported entries.
|
|
file, for example "/OpenBSD-5.9/man2/pledge.2", no database query
is needed and the file is delivered directly.
But even in this case, let's parse the PATH_INFO and fill the query
structure such that the search form at the top of the result page
gets pre-filled with useful values.
|
|
|
|
|
|
|
|
It could occasionally happen that the child process spawned less(1)
before the parent process passed the control of the terminal to the
child, and in that case, less(1) sometimes complained "Stopped (tty
output)". Issue reported by naddy@.
|
|
|
|
If you prefer "lighter" punctuation and one space between sentences,
for example:
Mr and Mrs Jones are from the UK. They arrived today.
over more liberal use of full stops and double spaces between
sentences:
Mr. and Mrs. Jones are from the U.K. They arrived today.
then toggling 'sentence-end-double-space' will make mg's
fill-paragraph function format text using one space instead of two
(the default) between sentences. However, be careful, should you have
a double spaced document and accidentally "format" it to have single
spaces, then you may have a problem. mg won't be able to revert the
formatting for you (unless you have a previous version of the text in
the "undo" history, or are using mg's backup facility and haven't
opened and saved multiple times!).
Comments from schwarze@
|
|
the same name in sections with an alphabetical suffix; same logic
as in main.c rev. 1.171.
|
|
the same name in sections with an alphabetical suffix (on OpenBSD,
mostly 3p), restoring behaviour of the traditional BSD man(1) that
got lost in the switch to the mandoc-based implementation.
Issue reported by jsg@, using an idea by mikeb@ for the solution,
and at least afresh1@ and jasper@ also seem in favour of the direction.
|
|
in systat
ok canacar@
|
|
malloc does not return zero-filled data. OK tb@
|
|
fill-paragraph. Reported by Harald Dunkel.
|
|
|
|
Some minor cleanups while here.
OK schwarze@
|
|
key pointer arguments; ok markus@
|
|
|
|
direct-streamlocal@openssh.com channel open, in contravention of
our own spec.
Fixing this is too hard wrt existing versions that expect these
fields to be present and fatal() if they aren't, so document them
as "reserved" fields in the PROTOCOL spec as though we always
intended this and let us never speak of it again.
bz#2529, reported by Ron Frederick
|
|
ok beck
|
|
instead of fcntl() dance would significantly change designed semantics.
ok djm@
|
|
fixes failure with ExitOnForwardFailure+hostname canonicalisation
where the same forwards are added on the second pass through
the configuration file. bz#2562; ok dtucker@
|
|
from the webserver so is more likely to be the correct name to expose, and is
easier to adjust if needed. OK claudio@ florian@
|
|
removal from mbuf.h. ok mpi@
|
|
|
|
we are looking for all matches in a line; ok natano@ miilert@ tedu@
|
|
is when sanitising standard fd's before calling daemon().
Use a tweaked version of the ssh(1) function in all three places
found using fcntl() this way.
ok jca@ beck@
|
|
|
|
|
|
and fix log messages referring to primes file. Based on patch from
xnox at ubuntu.com via bz#2559. "kill it" deraadt@
|
|
Allow a NULL format in message() and switch the two calls to
error() and message() with an empty format string to using NULL.
OK deraadt@
|
|
|
|
rdistd for directories that do not exist on the destination. Calling
mkstemp(3) twice with the same format (filled in by the first
mkstemp(3) call) is bogus so call chkparent() *before* mkstemp(3)
instead of only on error. This costs an extra lstat(2) in the case
where the directory already exists but simplifies the code and
doesn't rely on undefined behavior (namely, the state of the template
when mkstemp fails). OK tim@
|
|
of clients quickly.
|
|
parse args of SYS_getlogin_r
|
|
|
|
correctly - logically complete that now by removing MLINKS from base;
authors need only to ensure there is an entry in NAME for any function/
util being added. MLINKS will still work, and remain for perl to ease
upgrades;
ok nicm (curses) bcook (ssl)
ok schwarze, who provided a lot of feedback and assistance
ok tb natano jung
|
|
ok millert@
|
|
ok millert@
|
|
ok espie@
|