Age | Commit message (Collapse) | Author |
|
Fix a type mismatch in ftp's "page" command and could make transfers restart
at the wrong position.
ok and a ull->ll tweak from natano@, ok tedu@
|
|
|
|
|
|
|
|
|
|
proper printf() format is %ll[ud], not the antediluvian %q[ud].
Reminded by guenther@'s proposed retirement of quad types.
ok tedu@
|
|
does this at the time the tls_config_set_*_file() function is called.
ok bluhm@
|
|
for more readable code and reduces line wrapping. Also improve error
messages by adding tls_config_error() to errx() where appropriate.
ok jca@
|
|
continue scanning upwards, because the enclosing block might already
be pending as well, e.g. .Bl .Bl .It Bo .El .It.
Tree corruption leading to a later NULL deref found by tb@ with afl(1).
|
|
Part of NetBSD's jot r1.20 by dsl.
ok jca
|
|
handled to make them easier to read and understand.
with help from jmc
|
|
|
|
specified or omitted, yielding 16 possible combinations, plus
a few special cases.
Instead of hardcoded values, use names to make the bit patterns
that indicate which values were specified human readable. Decide
once and for all what to do in a single switch statement. Don't
enter said switch when random output is requested since that
simply makes no sense at all.
While there, make the error messages a bit more meaningful and
fix a bogus value assigned to begin for jot -r x - y z that has
been there since -r1.1. All regression tests now pass.
Inspired by David Laight (dsl)'s r1.21 of NetBSD's jot.
"move fast and break stuff" tedu
agreement from deraadt
|
|
This makes the IPv6 example consistent with IPv4, and removes a dubious
mention of a 6bone subnet.
ok sthen@ millert@
|
|
|
|
ok jsing beck
|
|
|
|
it has no type, but is on the other hand breaking another block,
delete its end marker as well, or the end marker may remain behind
as an orphan, triggering an assertion in the terminal formatter.
Problem found by tb@ with afl(1).
|
|
|
|
in-line macro, and don't printf("%s", NULL) if the first child
of the first .Sh is a macro; again found by tb@ with afl(1).
(No, you should never use macros in any .Sh at all, please.)
|
|
|
|
|
|
in a list of a type where items don't takes arguments.
Issue found by tb@ with afl(1).
|
|
don't let a subsequent -width access mdoc_argnames[] out of bounds.
Found by tb@ with afl(1).
|
|
sequences that jsg@ found with afl(1):
* Avoid writing \t\b in term.c.
* Handle trailing \b in term_ps.c.
|
|
|
|
found while investigating an unrelated bug report from jsg@
|
|
and you need to do the same poll(2) dance as if the socket was
non-blocking. Fixes a crash when the window is resized while
connecting. OK deraadt@
|
|
|
|
|
|
build/recover and documentation.
ok millert@, tb@, martijn@ and schwarze@
|
|
ok espie
|
|
|
|
names from .Sh NAME; no dire consequences on OpenBSD since we no
longer have MLINKS for mdoc(7) pages
|
|
While there, remove a superfluous 's'.
discussed with jmc
|
|
use a default step size of +1 or -1. Fixes the last two failing
regression tests dhhd and dhhd2. Adapted from FreeBSD.
'good direction' deraadt
|
|
Part of pjanzen's fixes in r1.8, but was lost in r1.17.
Fixes regression tests wp3, wp4, wp5.
'good direction' deraadt
|
|
Makes jot - - - - behave the same way as jot -, jot - - and jot - - -
instead of spurting out zeroes indefinitely.
Fixes the dddd regression test and matches FreeBSD and NetBSD.
From attila () stalphonsos ! com, thanks!
'good direction' deraadt
|
|
No need to check for POLLHUP since those are UDP sockets.
|
|
|
|
with makewhatis -d to a completely empty database.
Reported by Mark Patruck <mark at wrapped dot cx>, thanks!
|
|
strnames[i][0] == 'k' && strnames[i][1] == 'f'.
Spotted by the Echelon team with AppChecker static analyzer.
millert@ naddy@ and ncurses 6.0 all agree.
|
|
|
|
|
|
guenther helped rewrite the -dsaparam parts.
|
|
feedback and ok markus@
|
|
incomplete message" errors when built with WITH_SSH1 and run such that no
Protocol 1 ephemeral host key is generated (eg "Protocol 2", no SSH1 host
key supplied). Reported by rainer.laatsch at t-online.de, ok deraadt@
|
|
Lack of -bindir handling is not a problem right now because -bindir is
passed to cc(1) which ignores it, and because read(2) on /usr/local/bin
returns 0 right now, so ld(1) copes with it. But there are plans to
make read(2) fail with EISDIR.
Input from and bulk builds thanks to ajacoutot@, ok ajacoutot@ espie@
|
|
Committing this quickly because it hurts package builders.
Regression reported by naddy@.
|
|
vis(3). This brings the allowed characters on par with write(1).
Noticed by consus <at> gmx <dot> com
OK millert@
|