commit: 5df7ee056458f849626b7a2c30ad0e27e62d8d33 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Mon Mar 12 04:50:38 2018 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> 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 <[email protected]> +Commit: William Hubbs <[email protected]> + + Clean up cgroups v2 code + + Remove the IFS manipulation and simplify the loop that processes the + settings. + +commit c42916ea199c0eab35c6c0a72d9a9f2a326144b0 +Author: Scall <[email protected]> +Commit: William Hubbs <[email protected]> + + 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 <[email protected]> +Commit: William Hubbs <[email protected]> + + version 0.35.3 + +commit 69349f7b57116572b95874c754b2ef87c552cf0d +Author: William Hubbs <[email protected]> +Commit: William Hubbs <[email protected]> + + Update ChangeLog + commit 1b1a70ecca43034cb0770e18e287ccbca9f1eb52 Author: William Hubbs <[email protected]> Commit: William Hubbs <[email protected]> @@ -1842,37 +1872,3 @@ Author: William Hubbs <[email protected]> Commit: William Hubbs <[email protected]> version 0.25 - -commit fde3902d069dfdce9c59555186a5541d6d99c8aa -Author: William Hubbs <[email protected]> -Commit: William Hubbs <[email protected]> - - update ChangeLog - -commit d7bbb0f5830e1ec4df1ec52714d70ac6b0a81878 -Author: William Hubbs <[email protected]> -Commit: William Hubbs <[email protected]> - - 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 <[email protected]> -Commit: William Hubbs <[email protected]> - - init.d/sysfs: drop modules completely from the dependencies - - This is for #112. - -commit 6a79aef0159d7035778fd852b26ecfac903cd029 -Author: William Hubbs <[email protected]> -Commit: William Hubbs <[email protected]> - - 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.
