Re: extend BPF filter drop to allow not capturing packets

2019-03-10 Thread David Gwynne
On Tue, Mar 05, 2019 at 12:03:05PM +1000, David Gwynne wrote: > this extends the fildrop mechanism so you can drop the packets with bpf > using the existing fildrop method, but with an extra tweak so you can > avoid the cost of copying packets to userland. > > i wanted to quickly drop some

Re: Pine64-LTS doesn't detect mmc

2019-03-10 Thread Mark Kettenis
> Date: Sun, 10 Mar 2019 06:38:15 -0700 (MST) > From: tester77047 > Content-Type: text/plain; charset="utf-8" > > I followed the instructions here: > https://openbsdmailbox.blogspot.com/2018/04/re-pine64-lts-cant-detect-disk_41.html > > Here's all I did: > > dd if=miniroot65.fs of=/dev/rsd0c

Pine64-LTS doesn't detect mmc

2019-03-10 Thread tester77047
I followed the instructions here: https://openbsdmailbox.blogspot.com/2018/04/re-pine64-lts-cant-detect-disk_41.html Here's all I did: dd if=miniroot65.fs of=/dev/rsd0c bs=1m mount /dev/sd0i /mnt cd /mnt cp /usr/local/share/dtb/arm64/allwinner/sun50i-a64-sopine-baseboard.dtb . mkdir allwinner cp

Re: mount(8): remove unnecessary white space in man page

2019-03-10 Thread Ingo Schwarze
Hi Alessandro, Alessandro Gallo wrote on Sun, Mar 10, 2019 at 02:12:21PM +0100: > There seems to be an unneeded extra space in the mount(8) man page. > The following diff fixes that: Committed, thanks. Ingo > Index: mount.8 >

[patch] Re: Possible sasyncd memory leak ?

2019-03-10 Thread Michał Koc
W dniu 10.03.2019 o 08:10, Otto Moerbeek pisze: On Sat, Mar 09, 2019 at 11:19:11PM +0100, Michał Koc wrote: W dniu 09.03.2019 o 12:43, Otto Moerbeek pisze: On Sat, Mar 09, 2019 at 12:10:34PM +0100, Michał Koc wrote: W dniu 09.03.2019 o 08:15, Otto Moerbeek pisze: On Fri, Mar 08, 2019 at

mount(8): remove unnecessary white space in man page

2019-03-10 Thread Alessandro Gallo
Hello, There seems to be an unneeded extra space in the mount(8) man page. The following diff fixes that: Index: mount.8 === RCS file: /cvs/src/sbin/mount/mount.8,v retrieving revision 1.89 diff -u -p -u -p -r1.89 mount.8 ---

Re: [patch] improve strptime(3) %z timezone parsing

2019-03-10 Thread Hiltjo Posthuma
On Sun, Mar 03, 2019 at 09:01:58PM +0100, Hiltjo Posthuma wrote: > On Sun, Feb 24, 2019 at 01:11:39PM +0100, Hiltjo Posthuma wrote: > > Hi, > > > > I noticed some things in the strptime(3) implementing when parsing timezone > > strings using the %z format string. > > > > 1. I noticed the