Re: gzip: fix pledge violation

2023-10-07 Thread George Koehler
On Fri, 8 Jul 2022 16:04:47 + Guilherme Janczak wrote: > gzip violates wpath if you tell it to extract stdin and restore the > original filename. More than a year ago, Guilherme Janczak reported that OpenBSD's "gzip -dN https://marc.info/?l=openbsd-tech=165729624913806=2 I made a new diff

Please test: make drm*_filtops mpsafe

2023-10-07 Thread Vitaliy Makkoveev
`drmread_filtops' conversion is easy, because `event_lock' mutex(9) is already to protect events list, so use to protect `drmread_filtops' too. `drm_filtops' is little bit difficult. It only requires to protect knote(9) data, but it's not clean to me which existing lock to use. I introduces new