Age | Commit message (Collapse) | Author |
|
From: Arto Jonsson <ajonsson at kapsi.fi>
|
|
|
|
mismatches. Also store the result of "yyssp - yyss" in a long, not
an int. We could use ptrdiff_t but don't want to rely on that type
being defined for portability on old systems without it. OK deraadt@
|
|
|
|
longstanding no-pty authorized_keys option;
bz#2070, patch from Teran McKinney; ok markus@
|
|
report by Mateusz Kocielski; ok dtucker@ markus@
|
|
|
|
|
|
pointer or non-const array, as that minimizes the symbols, maximizes the
placement into read-only memory, and avoids warnings from gcc -Wformat=2
when they're used as format strings.
ok deraadt@
|
|
same style as traceroute6 (change to int and use -1 as a flag, so rtable 0
can still be used as an explicit parameter).
|
|
freeaddrinfo(NULL); spotted by sthen@ and Tim Ruehsen, patch by sthen@
|
|
Fixes nm output on archives on mips.
|
|
|
|
They do not indicate a problem with the reduction of namespace export,
but got suckered into the 1999 plan.
ok benno
|
|
resolve hostnames when a ProxyCommand is set unless the user has forced
canonicalisation; spotted by Iain Morgan
|
|
ok djm, man page help jmc@
|
|
when screening moduli for DH groups. ok deraadt djm
|
|
shown at loglevel>=verbose)
|
|
Raynor.
|
|
|
|
should be relative to current time and not the validity start time.
Reported by Petr Lautrbach; ok deraadt@
|
|
|
|
evaluation; spotted by Iain Morgan
|
|
we don't do hyphenation anyway, so there is no point in throwing an ERROR
when encountering .hw.
Real-world usage of the request found by naddy@ in sysutils/dwdiff(1).
|
|
- convert netstat from kvm_getfiles() to kvm_getfile2() using that
- delete kvm_getfiles() and KERN_FILE as no longer used (bump libkvm's major)
- rename kvm_getfile2() to kvm_getfiles(), kinfo_file2 to kinfo_file
and KERN_FILE2 to KERN_FILE.
ok deraadt@, millert@
ports scan sthen@
|
|
Move xdirname call into the right if block, pointed out by Ulrich
Mueller.
|
|
modifying the contents of the passed string. Replace dirname(3) with
mg's xdirname portability helper function (a slightly different fix
than Gentoo's).
Report and initial analysis by Marien Zwart in Gentoo bug #487758 via
Han Boetes (hboetes _AT_ gmail).
Gentoo bugfix by Ulrich Mueller (ulm _AT_ gentoo).
testing on glibc / input Ulrich Mueller; testing on glibc Han Boetes.
Thanks!
OK jasper@
|
|
positional arguments (like Dt Fn Xr) and macros taking text as
arguments (like Nd Sh Em %T An). In the past, even the latter put
each word of their arguments into its own MDOC_TEXT node; instead,
concatenate arguments unless delimiters, keeps or spacing mode
prevent that. Regarding mandoc(1), this is internal refactoring,
no output change intended.
Once we will switch mandocdb(8) from DB to SQLite in the future,
this is going to be required to support search expressions crossing
word boundaries, and it will reduce both database sizes and build
times by a bit more than 5% each.
|
|
OK jasper@
|
|
make sure telnet runs in rdomain 4 as expected. Same for nc.
|
|
|
|
Also, switching to rdomain zero is a legit option so we should allow that.
|
|
|
|
|
|
server until after the configuration file completes. This prevents it
racing against run-shell or if-shell in .tmux.conf that run in the
background.
|
|
|
|
killed and it's left on and we can't turn it on and off like we do for
attributes. It's not hard to enable in .Xresources or .Xdefaults anyway.
|
|
prodding and okay mlarkin@
|
|
ok miod
|
|
"exec"; it's shorter, clearer in intent and we might want to add the
ability to match against the command being executed at the remote end in
the future.
|
|
|
|
found while working on mandoc apropos
|
|
|
|
(As a side effect of this repair, the -e option no longer reports that
all weak objects are functions)
ok miod
|
|
|
|
man-ext macros by Eric S. Raymond, enabled by default in groff_man(7).
Usual disclaimer: You don't write new man(7) code, so you are not going
to use these, either.
Improves e.g. the bzr(1) and etherape(1) manuals.
Thanks to naddy@ for bringing these to my attention.
|
|
|
|
|
|
|
|
client support to allow calling fsync() faster successful transfer
patch mostly by imorgan AT nas.nasa.gov; bz#1798
"fine" markus@ "grumble OK" deraadt@ "doesn't sound bad to me" millert@
|