Re: smtpd: add support for cidr in hostname resolution for spf walk

2019-11-23 Thread Quentin Rameau
> Hello Hi Eric, > > Hello, > > > > Here's a patch for smtpctl spf resolution, adding support for target > > specified as a hostname + cidr. > > > > Yes, SPF lets you specify targets like a:example.com/24. > > > > Due to the async and recursive nature of DNS resolution in spfwalk.c, > > it's k

Re: smtpd: add support for cidr in hostname resolution for spf walk

2019-11-23 Thread Eric Faurot
On Tue, Nov 12, 2019 at 02:16:25PM +0100, Quentin Rameau wrote: Hello > Hello, > > Here's a patch for smtpctl spf resolution, adding support for target > specified as a hostname + cidr. > > Yes, SPF lets you specify targets like a:example.com/24. > > Due to the async and recursive nature of DN

utwitch(4): tsleep -> tsleep_nsec(9)

2019-11-23 Thread Scott Cheloha
Who knew we had a driver for something like this? :) This is a ticks -> milliseconds conversion. ok? Index: utwitch.c === RCS file: /cvs/src/sys/dev/usb/utwitch.c,v retrieving revision 1.17 diff -u -p -r1.17 utwitch.c --- utwitch.c

Re: cardbus(4): tsleep -> tsleep_nsec(9)

2019-11-23 Thread Scott Cheloha
*ahem* jca@ has pointed out a dumb mistake in the prior diff. This is what I meant to send. Index: cardbus.c === RCS file: /cvs/src/sys/dev/cardbus/cardbus.c,v retrieving revision 1.51 diff -u -p -r1.51 cardbus.c --- cardbus.c 28

update: X server to version 1.20.6

2019-11-23 Thread Matthieu Herrb
Hi, The diff below update the X server to version 1.20.6. See ChangeLog for changes. Testing and oks are welcome. Index: ChangeLog === RCS file: /cvs/OpenBSD/xenocara/xserver/ChangeLog,v retrieving revision 1.33 diff -u -p -u -r1.33

Re: envy(4): *sleep(9) -> *sleep_nsec(9)

2019-11-23 Thread Alexandre Ratchov
On Fri, Nov 22, 2019 at 06:41:25PM -0600, Scott Cheloha wrote: > ok? > sure, thanks

uvideo(4) stream buffer malloc

2019-11-23 Thread Marcus Glocker
Some video apps like ffmpeg are quite aggressive in requesting stream buffers from the driver. E.g. when I want to record 1920x1080 with ffmpeg and my Logitech Webcam C930e, ffmpeg will request 256 buffers via VIDIOC_REQBUFS which we will limit to 32 first, but still will end up in a ~132MB (!) ma