From nobody Sun Mar 26 11:46:20 2023 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PkvKn1rPjz41jHc for ; Sun, 26 Mar 2023 11:46:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4PkvKm5xDxz4SFp for ; Sun, 26 Mar 2023 11:46:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1679831180; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+INcrgy760KESpsCxnCRk4lePDU1kCuCQ7M7GdOVEjs=; b=uyA1ahNXuMK/7XqbE3jNPx+XFVJwUZJoyLc1FC/480Q7MgWLsqZRTv4ulaba/F1VBC/cuY xVj6Hp9tMyB3eNbpC2mIxNGb1L5O+6LpWbPY8xwo8vfcynSLnvfQlLBUPNEhctpIi2QfG8 gaNxIatCvg0kHM1x0ifZDm34CHdQLzkyvnmlqM6UNtmIbG3sR1StskZGtOuxgVnpbYpg66 CG2QnuEGUAW1F4pfDKqWcA51KgcTv818eQASuoPyDfX3SYrCMsI0b4wesG+IPqJflQAAmD wjgAMIyKcr97Tcdqs/X7yvwdGh9hnvJQFTayTJabjNOsbWnX4Xin9CyJs/EimA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1679831180; a=rsa-sha256; cv=none; b=TBAlgXfkgOQBlBDwRCYiw4RSdgWq0Tt7EaUliXnjeYXOq6p/B2mypQEn6Mb9KwqeLeCy1x pUZgIvDSZheJRv6BwY5qFImF0hX01I/RRet57UB8jOxV1duOzp22ctN8WaecRRD+j8gqsm j5dcjlF16Z6yosUrO5gG6pCTIGsW5zDssXSpVUxm9vIvYmy7m0jodf5e2HfJNi0PzoemZ5 vWAJ7dAcikYQwZW0iv2sp7yQcpudnMtrfFz2fRCu0z+Rpvd3I3DqJasCo7DHZKSvVbFg2o uqNsCsdfPjuLkiyq5X3DS7a2AtjDXwXpk4G3OriQ/zv/93+N+Hx+zya3kcqNQg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4PkvKm50JDzf50 for ; Sun, 26 Mar 2023 11:46:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 32QBkKrM030586 for ; Sun, 26 Mar 2023 11:46:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 32QBkKrR030585 for bugs@FreeBSD.org; Sun, 26 Mar 2023 11:46:20 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 254511] daemon(8): Allow to set daemonized process realtime or idletime scheduling priority Date: Sun, 26 Mar 2023 11:46:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: feature X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: grahamperrin@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords bug_status cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254511 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |feature Status|New |Open CC| |grahamperrin@freebsd.org --=20 You are receiving this mail because: You are the assignee for the bug.=