While playing with sftp-server I noticed that sshd_config.5 claims there
are no Subsystems enabled by default. I could be wrong, but my
sshd_config had sftp-server enabled by default.
--- sshd_config.5.orig Thu Nov 30 20:50:17 2017
+++ sshd_config.5 Thu Nov 30 20:53:25 2017
@@ -1416,8 +1416
Hi,
This adds a missing parameter name and makes whitespace more consistent
in the synopsis of wprintf(3). As a bonus, also link to this manual
from plain printf(3).
Index: printf.3
===
RCS file: /cvs/src/lib/libc/stdio/printf.3,v
r
On Tue, 28 Nov 2017 09:52:26 +, Otto Moerbeek wrote:
> On Sun, Nov 26, 2017 at 07:51:13PM +, kshe wrote:
> > Hi,
> >
> > The following behaviour seems unacceptable to me.
> >
> > $ dc -e '16dio .C .C0 f'
> > .C0
> > .B
> >
> > $ dc -e '8dio .3 .30 .300 f'
> > .3000
> >
Hi tech@,
According rev 1.45, linkX in gre(4) is a deprecated style and isn't documented
in ifconfig(8) (couldn't find it ever was, but I'm not to used to cvs so I
couldn't search properly). This removes linkX from the example in the manpage.
Cheers.
Index: share/man/man4/gre.4
===
Sorry, in my exuberance to get the first diff out, I created it from the
wrong directory. Here is a new diff for your consideration.
Hope I did this right this time around.
Regards,
Tracey
On Wed, Nov 29, 2017 at 12:36 PM, Base Pr1me wrote:
> The attached diff fixes an error when building xeno
Hi,
the RFC specifies that in an SA payload the proposals must be numbered
starting with number 1. Subsequent proposals must be one more than the
previous proposal.
Since IKE SA proposals and Child SA proposals are a different list,
we must make sure that both proposals start with proposal #1.
Hi,
I would like to simplify the reverse pcb lookup logic. The
PF_TAG_TRANSLATE_LOCALHOST security check predates the divert
feature. It prevents that you accidentally use redirect where a
divert-to would be appropriate.
Instead of spreading the logic into tcp and udp input, we could
just check
This diff changes the i2c bus walking code such that we try to
configure all children of the i2c controller as devices. This is
necessary to attach bgw(4) for example.
The diff deliberately marks the node as attached even if we don't have
a matching driver to prevent the unconfigured entryq from
On Tue, 28 Nov 2017 05:52:25 +, Theo de Raadt wrote:
> You could compare make build times. I suspect this will slightly
> exceed the noise floor.
Without the patch, my fastest laptop (amd64, 8-core i7 @ 3.4 GHz)
managed to
$ make obj && make -j8 build
in exactly 2359 seconds; with t
On Thu, Nov 30, 2017 at 01:05:58AM +0100, Rafael Neves wrote:
> Hi,
>
> The patch below replace one "$loadaddr" to "${loadaddr}" in U-Boot
> instructions of INSTALL.octeon.
>
> Regards,
> Rafael Neves
Committed, thanks.
> Index: install
> ===
On Thu, 30 Nov 2017 07:22:42 +, Otto Moerbeek wrote:
> On Sun, Nov 26, 2017 at 07:40:03PM +, kshe wrote:
> > Hi,
> >
> > The `Z' command can be a handy shortcut for computing logarithms; as
> > such, for example, it is the basis of the implementation of bc(1)'s `l'
> > function. However, t
arp filters for bridge.
matches arp|rarp request|reply.
can match on source and target hardware and protocol addresses.
hardware addresses = MAC addrs
protocol addresses = IPv4
sha = src hw addr
spa = src proto addr
tha = target hw addr
tha = target proto addr
The keywords from the spec are being u
bridge doesn't call the filters on outbound.
That only affects locally generated packets. It is debatable whether
that is a bug or a (questionable) design decision. The impact on
existing setups needs to be evaluated; I'm very unsure. But then I'm
not the biggest bridge fan on earth and have never
13 matches
Mail list logo