Re: [PATCH]: Fix unclear man page of acpidump(8)

2020-11-22 Thread Jason McIntyre
On Sun, Nov 22, 2020 at 05:24:56PM +0100, Emil Engler wrote: > The man page of acpidump(8) says that "kern.allowkmem" must be set to > some value in order for the program to work properly. However it does > not define to what value it must be set. I am not certainly sure if > there are other opt

[PATCH]: Return 505 when receiving a HTTP/0.9 request

2020-11-22 Thread Emil Engler
The HTTP/1.1 specification says that we MUST implement HTTP/0.9 which we don't do. We also fail to provide the correct error message if we receive such a request. Here is a patch which will return a 505 error instead of a 400 error if we receive no HTTP version which is the indicator that this

[PATCH]: Fix unclear man page of acpidump(8)

2020-11-22 Thread Emil Engler
The man page of acpidump(8) says that "kern.allowkmem" must be set to some value in order for the program to work properly. However it does not define to what value it must be set. I am not certainly sure if there are other options between 0 and 1 but if so the man page should be fixed anyway w

Re: nm(1): fix error message typo

2020-11-22 Thread Jonathan Gray
On Fri, Nov 20, 2020 at 12:08:55PM -0500, Kris Katterjohn wrote: > I spotted a little typo in an nm(1) error message. > > Kris Katterjohn > thanks, committed > > Index: elf.c > === > RCS file: /cvs/src/usr.bin/nm/elf.c,v > retriev