From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4BA4A1396D0 for ; Sun, 17 Sep 2017 03:56:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E3641FC008; Sun, 17 Sep 2017 03:56:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 697F81FC008 for ; Sun, 17 Sep 2017 03:56:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F3FB33BE3E for ; Sun, 17 Sep 2017 03:56:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD5CD907C for ; Sun, 17 Sep 2017 03:56:10 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1505620542.60eadd5fa2ba2675caab4f977b8627bc07e39e8e.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:0.31.x commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: ChangeLog X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 60eadd5fa2ba2675caab4f977b8627bc07e39e8e X-VCS-Branch: 0.31.x Date: Sun, 17 Sep 2017 03:56:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 377fd1b4-2de8-4ec0-b6d7-5d3bba2e5e37 X-Archives-Hash: 07f5e31698cf7f329603f6683fe98fcc commit: 60eadd5fa2ba2675caab4f977b8627bc07e39e8e Author: William Hubbs gmail com> AuthorDate: Sun Sep 17 03:55:42 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Sep 17 03:55:42 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=60eadd5f Update ChangeLog ChangeLog | 46 +++++++++++++++++++++++++++++++--------------- 1 file changed, 31 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9bfe4ec4..b900d24b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +commit 2a203b9b6e91e4ed140750eb9223012035870864 +Author: William Hubbs +Commit: William Hubbs + + sysfs: fix cgroup hybrid mode + + In hybrid mode, we should not try to mount cgroup2 if it is not + available in the kernel. + + This fixes #164. + +commit a769ea1b92f47254edf11458d2c8b79d3819e0e6 +Author: William Hubbs +Commit: William Hubbs + + cgroup2_find_path: use legacy mode if cgroup2 is not in the kernel + + This is related to #164. + +commit 6f564b59cc15e688b2fa0758fa9797632e0751d7 +Author: William Hubbs +Commit: William Hubbs + + version 0.31.1 + +commit e312e569970c74cf52e255da67034391b68dafac +Author: William Hubbs +Commit: William Hubbs + + Update ChangeLog + commit 2f60a959b442866b0e879d83f2732c4fa3ed3f7d Author: William Hubbs Commit: William Hubbs @@ -1421,18 +1452,3 @@ Commit: William Hubbs now have a request to enable it. This fixes #24. - -commit c146b966913ae80652e3be925d3aba60ed82f14d -Author: William Hubbs -Commit: William Hubbs - - Add command_progress variable - - If this is set to yes, 1, true, or on, start-stop-daemon will display a - progress meter while waiting for a daemon to stop. - -commit 6cabaf274defa11773094a2c85b3d0a9f0bd9b08 -Author: Doug Freed -Commit: Doug Freed - - rc-misc: allow EINFO_VERBOSE through too