From: Todd C. Miller Subject: Re: Bump buffer size in pkill's getargv() function To: Mikolaj Kucharski Cc: tech@openbsd.org Date: Fri, 27 Feb 2026 09:48:36 -0700 On Fri, 27 Feb 2026 13:46:52 +0000, Mikolaj Kucharski wrote: > I am bumping the buffer to: > > $ getconf _POSIX_ARG_MAX > 4096 > > which makes rc.d(8) script work: > > # rcctl check signal_daemon > signal_daemon(ok) Yes, that makes sense. If no one has any objections I'll commit this. - todd