CVSROOT: /cvs Module name: src Changes by: abie...@cvs.openbsd.org 2021/03/25 15:27:45
Modified files: sys/kern : kern_pledge.c Log message: Permit kern.somaxconn when the unix pledge is used. Previously this was only allowed when inet was used. This lets Go programs use 'unix' without also including 'inet'. from Josh Rickmar ok / tree review from deraadt@, commit message cluestick from tb@