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 1A0FE138332 for ; Mon, 12 Mar 2018 04:54:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 282D7E089E; Mon, 12 Mar 2018 04:54:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 EC0FEE089E for ; Mon, 12 Mar 2018 04:54: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 6880E335C43 for ; Mon, 12 Mar 2018 04:54:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4D09251 for ; Mon, 12 Mar 2018 04:54: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: <1520830238.5df7ee056458f849626b7a2c30ad0e27e62d8d33.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:0.35.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: 5df7ee056458f849626b7a2c30ad0e27e62d8d33 X-VCS-Branch: 0.35.x Date: Mon, 12 Mar 2018 04:54: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: 0100480a-f8b2-490c-907a-b491a26a3268 X-Archives-Hash: cc91a51f30c055bd51d5fcdf3280a0fb commit: 5df7ee056458f849626b7a2c30ad0e27e62d8d33 Author: William Hubbs gmail com> AuthorDate: Mon Mar 12 04:50:38 2018 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Mar 12 04:50:38 2018 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=5df7ee05 Update ChangeLog ChangeLog | 64 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 30 insertions(+), 34 deletions(-) diff --git a/ChangeLog b/ChangeLog index d01c0ed6..81a45de4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +commit b731c02a389303dfba30a4b6c44efd0c2540bf66 +Author: William Hubbs +Commit: William Hubbs + + Clean up cgroups v2 code + + Remove the IFS manipulation and simplify the loop that processes the + settings. + +commit c42916ea199c0eab35c6c0a72d9a9f2a326144b0 +Author: Scall +Commit: William Hubbs + + init.d: swap should always be started after root + + Otherwise if a swap file is being used, and swap is started before + root, swapon may fail because of a read-only filesystem. + +commit f973354ccdcf4d94b19f08c68a14b2a004668c72 +Author: William Hubbs +Commit: William Hubbs + + version 0.35.3 + +commit 69349f7b57116572b95874c754b2ef87c552cf0d +Author: William Hubbs +Commit: William Hubbs + + Update ChangeLog + commit 1b1a70ecca43034cb0770e18e287ccbca9f1eb52 Author: William Hubbs Commit: William Hubbs @@ -1842,37 +1872,3 @@ Author: William Hubbs Commit: William Hubbs version 0.25 - -commit fde3902d069dfdce9c59555186a5541d6d99c8aa -Author: William Hubbs -Commit: William Hubbs - - update ChangeLog - -commit d7bbb0f5830e1ec4df1ec52714d70ac6b0a81878 -Author: William Hubbs -Commit: William Hubbs - - add agetty service - - The agetty service is an alternate way to manage gettys with agetty - under Linux which is separate from an external init system. - -commit 21ca2b746cce67e2b3578fb7015c9d4c243e3a0c -Author: William Hubbs -Commit: William Hubbs - - init.d/sysfs: drop modules completely from the dependencies - - This is for #112. - -commit 6a79aef0159d7035778fd852b26ecfac903cd029 -Author: William Hubbs -Commit: William Hubbs - - init.d/sysfs: Do not load efivarfs module - - My understanding is that the kernel can autoload this module. If it - doesn't, the module should be built in or loaded from an initramfs. - - This fixes https://github.com/openrc/openrc/pulls/112.