Re: services(5): more cleanup

2021-05-15 Thread Aisha Tammy
On 5/11/21 9:04 PM, Kurt Mosiejczuk wrote: On Wed, May 12, 2021 at 01:13:55AM +0200, Jeremie Courreges-Anglas wrote: I'd like to drop SWAT, unofficial and dropped by the samba project around the switch to samba4. - moved smtps/465 to the standards section (rfc8314) The new service was

Re: httpd(8): don't try to chunk-encode an empty body

2021-05-15 Thread Steve Williams
Hi, I can confirm this patch (from the 6.9 source) makes httpd work with Android Nextcloud client 3.16, where the unpatched httpd does not work. Thanks very much! Cheers, Steve Williams On 15/05/2021 9:14 a.m., Florian Obser wrote: Turns out it's not that difficult to do this correctly

[PATCH] make pthread_mutex_t non-opaque

2021-05-15 Thread Lauri Tirkkonen
I don't recommend to commit this, but I wanted to resurrect the discussion, perhaps get some early feedback, and to find out if anyone else had been working on this :) This experimental diff merges the two different (futex and non-futex) versions of struct pthread_mutex into one, and makes its

Re: mandoc: -Tlint: search /usr/local/man as well

2021-05-15 Thread Ingo Schwarze
Hi Klemens, Klemens Nanni wrote on Mon, Apr 05, 2021 at 09:33:13PM +0200: > On Mon, Apr 05, 2021 at 06:47:58PM +0200, Ingo Schwarze wrote: >> Klemens Nanni wrote on Sun, Apr 04, 2021 at 03:54:43PM +0200: >>> On Sun, Apr 04, 2021 at 03:42:03PM +0200, Tim van der Molen wrote: Doesn't mandoc

Diff for www:OpenBSD/plus69

2021-05-15 Thread bsd
Hi, Here a diff for www page: OpenBSD/plus69 Isn't it a typo? (I'm not sure) Right? Index: plus69.html === RCS file: /cvs/www/plus69.html,v retrieving revision 1.3 diff -u -r1.3 plus69.html --- plus69.html 5 May 2021 23:58:34

Re: mention apmd(8) on afterboot(8)

2021-05-15 Thread Paco Esteban
On Sat, 15 May 2021, Jason McIntyre wrote: > hi. > > so i'm ok with this. two more points: > > - i'd use a colon after "15%", not a full stop > - i'd remove the " check the man page" line and .Pp because it'd save space > and we already Xr the page. up to you though. Those make sense (diff at

Re: mention apmd(8) on afterboot(8)

2021-05-15 Thread Jason McIntyre
hi. so i'm ok with this. two more points: - i'd use a colon after "15%", not a full stop - i'd remove the " check the man page" line and .Pp because it'd save space and we already Xr the page. up to you though. jmc On 15 May 2021 17:14:55 BST, Paco Esteban wrote: >Hi Jason, > >On Sat, 15 May

Re: mention apmd(8) on afterboot(8)

2021-05-15 Thread Paco Esteban
Hi Jason, On Sat, 15 May 2021, Jason McIntyre wrote: > On Sat, May 15, 2021 at 12:27:53PM +0200, Paco Esteban wrote: > > Hi, > > > > This adds a mention to apmd(8) on afterboot(8). Original idea is from > > kmos@, crappy wording is mine (corrections/suggestions welcome). > > > > ok to commit

Re: httpd(8): don't try to chunk-encode an empty body

2021-05-15 Thread Florian Obser
Turns out it's not that difficult to do this correctly since we already wait until we read all http headers from the fcgi upstream. We just need to delay writing of the http header until we know if the body is empty or not. OK? diff --git httpd.h httpd.h index b3a40b3af68..c4adfba232d 100644

Re: mention apmd(8) on afterboot(8)

2021-05-15 Thread Jason McIntyre
On Sat, May 15, 2021 at 12:27:53PM +0200, Paco Esteban wrote: > Hi, > > This adds a mention to apmd(8) on afterboot(8). Original idea is from > kmos@, crappy wording is mine (corrections/suggestions welcome). > > ok to commit ? > hi. i guess i don;t object, but i'm not convinced this page

Re: panic(9): set panicstr atomically

2021-05-15 Thread Mark Kettenis
> Date: Sat, 15 May 2021 11:06:39 + > From: Visa Hankala > > On Wed, May 12, 2021 at 07:08:39PM -0500, Scott Cheloha wrote: > > In a separate mail thread, bluhm@ mentioned that panic(9) does not > > cleanly handle multiple CPUs entering it simultaneously: > > > >

Re: panic(9): set panicstr atomically

2021-05-15 Thread Visa Hankala
On Wed, May 12, 2021 at 07:08:39PM -0500, Scott Cheloha wrote: > In a separate mail thread, bluhm@ mentioned that panic(9) does not > cleanly handle multiple CPUs entering it simultaneously: > > https://marc.info/?l=openbsd-tech=161908805925325=2 > > I'm unsure which part of panic(9) is causing

mention apmd(8) on afterboot(8)

2021-05-15 Thread Paco Esteban
Hi, This adds a mention to apmd(8) on afterboot(8). Original idea is from kmos@, crappy wording is mine (corrections/suggestions welcome). ok to commit ? diff b8464fd1ac0e783621fb415f793b0d73c4fb /usr/src blob - 8b4079f857da2aa79783848d450addba1e5831e6 file + share/man/man8/afterboot.8 ---

umsm(4)/umb(4) supports for Quectel EC25

2021-05-15 Thread Kevin Lo
Hi, Attached is a diff for umsm(4)/umb(4) which enables support for Quectel EC25. umsm0 at uhub0 port 2 configuration 1 interface 0 "Android Android" rev 2.00/3.18 addr 2 ucom0 at umsm0 umsm1 at uhub0 port 2 configuration 1 interface 1 "Android Android" rev 2.00/3.18 addr 2 ucom1 at umsm1