sximmc(4) SDIO support

2018-05-27 Thread Mark Kettenis
Diff below makes sximmc(4) play nice with our SDIO code. The Cubieboard4 (Allwinner A80) isn't entirely happy with this in combination with bwfm(4). But as long as you don't bring the interface that doesn't cause any problems. There is a power sequencing glitch that prevents bwfm(4) from

Re: [PATCH] Define IMSG_DATA_SIZE() in imsg.h

2018-05-27 Thread Klemens Nanni
On Sun, May 27, 2018 at 01:12:21AM +0300, Consus wrote: > +++ b/usr.sbin/httpd/httpd.h > @@ -195,7 +195,6 @@ struct imsgev { > if (IMSG_DATA_SIZE(imsg) < sizeof(*p)) \ > fatalx("bad length imsg received"); \ > } while (0) > -#define

Re: [Patch] mg(1) tutorial: no columns :(

2018-05-27 Thread Florian Obser
On Fri, May 25, 2018 at 02:42:07PM -0400, Brian Callahan wrote: > > > On 05/25/18 10:25, Leonid Bobrov wrote: > > Mentioning would be nice. > > > > display.c's 1.39 revision log says "off by default > > to not kill slow serial lines" -_- > > > > Then why not write that diff? > Something like

Re: add clock_nanosleep(2)

2018-05-27 Thread Martin Pieuchot
On 26/05/18(Sat) 17:49, Scott Cheloha wrote: > Index: sys/kern/kern_synch.c > === > RCS file: /cvs/src/sys/kern/kern_synch.c,v > retrieving revision 1.144 > diff -u -p -r1.144 kern_synch.c > --- sys/kern/kern_synch.c 24 Apr 2018

Re: [patch] www faq/current.html - validation

2018-05-27 Thread Theo Buehler
> Two minor changes for fixing markup, caught by validating browser Dillo. fixed, thanks > $ diff -u current.html-1.{899,900} > --- current.html-1.899 Sun May 27 04:23:45 2018 > +++ current.html-1.900 Sun May 27 04:26:50 2018 please use cvs diff -u as explained on

local-mac-address

2018-05-27 Thread Mark Kettenis
Looks like u-boot was finally fixed and now assigns a local-mac-address property to device nodes even if u-boot itself isn't configured with a network driver. This is helpful since this means we can have a static MAC address even if y-boot doesn't touch the hardware. Diff below adds the

Re: errors in usage.c - libusbhid

2018-05-27 Thread Jason McIntyre
On Mon, May 21, 2018 at 11:12:37PM +0200, David Bern wrote: > First diff "solves" point 1 & 2. Second diff is on the parts of the manual > that does not match the usbhid.h > i've committed the man part - i have to leave the rest for someone else to hopefully pick up. jmc > Index: usage.c >

vfs_cache.9: sync with

2018-05-27 Thread Klemens Nanni
Spotted and reported on IRC by Georg Bege , vfs_cache(9) lacks way behind beck's "Namecache revamp" from 2009. This diff syncs the manual with sys/sys/namei.h and sys/kern/vfs_cache.c: I went through it and checked the APIs, this seems fine to me for now but since I'm not all