Re: use SMBIOS for inteldrm panel orientation quirks

2019-07-12 Thread Mike Larkin
On Fri, Jul 12, 2019 at 02:27:15PM +1000, Jonathan Gray wrote: > Use SMBIOS data for panel orientation. Uses BIOS dates when other > strings are generic. > > There are orientation quirks in drm_panel_orientation_quirks.c for: > Acer One 10 (S1003) > Asus T100HA > GPD MicroPC (ge

Re: ed(1) man page doesn't mention use of single / and ?

2019-07-12 Thread Jason McIntyre
On Sat, Jul 13, 2019 at 12:37:29AM +0200, Ingo Schwarze wrote: > Hi Jason, > > Jason McIntyre wrote on Sun, Jul 07, 2019 at 08:56:43PM +0100: > > > this is getting silly - we're mixing talking about how /re/ and ?re? > > work as addresses and as regular expressions in other places. dropping > > t

Re: ed(1) man page doesn't mention use of single / and ?

2019-07-12 Thread Ingo Schwarze
Hi Jason, Jason McIntyre wrote on Sun, Jul 07, 2019 at 08:56:43PM +0100: > this is getting silly - we're mixing talking about how /re/ and ?re? > work as addresses and as regular expressions in other places. dropping > the trailing [/?] does not apply to regular expressions everywhere. Actually,

mbuf maxclusters overflow

2019-07-12 Thread Alexander Bluhm
Hi, I am running machines with a very large number of mbuf. netstat -m output looks strange, I suspect integer overflow in kernel and userland. So I would like to convert kernel variables and calculations for mbuf memory to long. The problem does not affect 32 bit machines, they do not support

make msgsnd(2) more posix

2019-07-12 Thread Moritz Buhl
Hi, while running some ported tests I noticed that msgsnd(2) did not error when passing a message with mtype < 1, even tho the manual page states: > mtype is an integer greater than 0 that can be used POSIX says: https://pubs.opengroup.org/onlinepubs/9699919799/ [EINVAL] The value of msqid is

Do not call resched_proc() in sepriority(2)

2019-07-12 Thread Martin Pieuchot
Previous refactoring exposed that resched_proc() is call for every thread of a process when its nice(3) value change. Is it needed? First resched_proc() looks at `p_cpu' of a given thread without considering if it is currently on a runqueue. If the thread is sleeping it might not even correspond

unwind(8): update bundled libunbound to 1.9.2

2019-07-12 Thread Florian Obser
All the heavy lifting was done by sthen while updating unbound, thanks! I'll put this in sometimes during the weekend, but tests would still be welcome. diff --git libunbound/config.h libunbound/config.h index 7b0ba84679b..8c7028b6ab9 100644 --- libunbound/config.h +++ libunbound/config.h @@ -8

Re: sysupgrade: select sets to install

2019-07-12 Thread Philipp Buehler
Am 10.07.2019 20:18 schrieb Theo de Raadt: Ofcourse there are also custom sets, like site${VERSION}-*.tgz . Which is something to keep in mind. Yeah, we could delete support for that entirely Those of you so used to pushing buttons and requiring special features used by a limited subset of th

Comment fix: No mcontext

2019-07-12 Thread Benjamin Baier
Hi, there is no mcontext, and since V1.2 of process_machdep.c struct reg and struct trapframe don't have to be closely synced. process_machdep.c no longer memcpy's one to the other. Greetings Ben Thu Jul 11 23:45:14 CEST 2019 /home/cvsgit/hellfish/src/sys/arch/amd64/include Index: reg.h