Re: iwm: initial 40Mhz channel support

2021-10-09 Thread Matthias Schmidt
Hi Stefan, * Stefan Sperling wrote: > This patch adds initial support for 40Mhz channels to the iwm driver. > > There are a few changes in net80211 to support this feature in RA and > when parsing beacons. The work for net80211 is not yet complete but > more can be done incrementally later. What

[Possible patch] httpd and HEAD requests to CGI scripts

2021-10-09 Thread Ross L Richardson
This relates to the earlier messages I sent to bugs@ in: https://marc.info/?t=16330937691=1=2 RFC 7231 [HTTP/1.1] section 4.3.2. "HEAD" states: The HEAD method is identical to GET except that the server MUST NOT send a message body in the response (i.e., the response

[Patch] Fix a few typos (etc.) in 70.html

2021-10-09 Thread Ross L Richardson
Hope these are right! Ross Index: 70.html === RCS file: /cvs/www/70.html,v retrieving revision 1.83 diff -u -p -r1.83 70.html --- 70.html 8 Oct 2021 16:31:36 - 1.83 +++ 70.html 9 Oct 2021 11:04:41 - @@

More pchgpio(4)

2021-10-09 Thread Mark Kettenis
This time adding support for Sunrisepoint-H and Sunrisepoint-LP. Because of all the failed attempts by Intel to get their 10nm process under control, this may cover Intel Mobile CPUs marketed as 6th, 7th, 8th, 9th and 10th generation. So if you have a Laptop that isn't at least 5 years old, give

less: merge upstream bugfixes

2021-10-09 Thread Tobias Stoeckmann
Hi, this merges latest bugfixes from upstream to our version of less. No new features introduced. Upstream commits and issues are linked as references. brac.c: Signed integer overflow with huge files. https://github.com/gwsw/less/pull/210

etc/syslog.conf: adjust comment for log host sample config

2021-10-09 Thread Stuart Henderson
The comments in etc/syslog.conf describe partially log-client setup and partially log-host setup and use UDP. I think it would be better to focus on "loghost-client" setup in the default config, the server options needed seem better described in syslogd(8) than in comments in syslog.conf. Since we

Re: less: merge upstream bugfixes

2021-10-09 Thread Todd C . Miller
On Sat, 09 Oct 2021 13:15:39 +0200, Tobias Stoeckmann wrote: > this merges latest bugfixes from upstream to our version of less. > No new features introduced. Upstream commits and issues are linked as > references. OK millert@ - todd

[Patch] Capitalise "DHCP" and "DNS" in 70.html

2021-10-09 Thread Ross L Richardson
Think I got them all. Ross Index: 70.html === RCS file: /cvs/www/70.html,v retrieving revision 1.85 diff -u -p -r1.85 70.html --- 70.html 9 Oct 2021 18:27:18 - 1.85 +++ 70.html 10 Oct 2021 05:02:35 - @@

syslogd: allow setting TLS protocols

2021-10-09 Thread Stuart Henderson
This allows setting which TLS versions are usable by syslogd. Some environments require that TLSv1.0 is disabled. Manual wording stolen from ftp(1). any comments? ok? Index: syslogd.8 === RCS file:

Re: More pchgpio(4)

2021-10-09 Thread Mark Kettenis
> Date: Sat, 9 Oct 2021 20:55:10 +0200 (CEST) > From: Mark Kettenis > > This time adding support for Sunrisepoint-H and Sunrisepoint-LP. > Because of all the failed attempts by Intel to get their 10nm process > under control, this may cover Intel Mobile CPUs marketed as 6th, 7th, > 8th, 9th and

Fix vi(1) recovery - new method

2021-10-09 Thread trondd
This is a new attempt at fixing vi(1) recovery by actually writing to the recovery file. Previously I restored the SIGALRM method that was deleted in the 90's but wondered if that was still the best way to handle this. Checking and syncing to the recovery every 2 minutes seems arbitrary and

head(1): validate all line count arguments

2021-10-09 Thread Scott Cheloha
Hi, head(1) currently only validates the last count argument given. I think we ought to be stricter. You can specify the -n option an arbitrary number of times. While here, let's use the default strtonum(3) error message format. The option-argument name is "count", not "line count". Before:

Re: hostctl does not work on Xen

2021-10-09 Thread Masato Asou
From: Brian Brombacher Date: Fri, 8 Oct 2021 11:22:23 -0400 > I can see from the Ubuntu dmesg that it’s Xen 4.11.4. What mode are you > running the OpenBSD vm in (PVH or HVM)? Provide your config file for the vm > to help answer that. I was used following command when install OpenBDS. $