sshd_config.5.patch

2017-11-30 Thread Edgar Pettijohn
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

wprintf.3: fix synopsis

2017-11-30 Thread kshe
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

Re: dc(1) mishandles fractional input in bases other than 10

2017-11-30 Thread kshe
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 > >

gre(4): remove linkX from example

2017-11-30 Thread Lucas Gabriel Vuotto
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 ===

Re: glamor_egl build error

2017-11-30 Thread Base Pr1me
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

iked: send correct proposal number

2017-11-30 Thread Patrick Wildt
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.

pcb lookup listen PF_TAG_TRANSLATE_LOCALHOST

2017-11-30 Thread Alexander Bluhm
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

dwiic(4) bus walking diff

2017-11-30 Thread Mark Kettenis
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

Re: freezero(3) for stdio's internal buffers

2017-11-30 Thread kshe
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

Re: Fix a typo in INSTALL.octeon

2017-11-30 Thread Visa Hankala
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 > ===

Re: dc(1): floor(log_10(x)) should not cost more than O(log(log(x)))

2017-11-30 Thread kshe
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

bridge arpfilter

2017-11-30 Thread Henning Brauer
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: apply filters outbound, too

2017-11-30 Thread Henning Brauer
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