public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/openrc:master commit in: /
Date: Mon, 17 Apr 2017 17:49:20 +0000 (UTC)	[thread overview]
Message-ID: <1492450512.84c81ca02d7077a619dc704ff654385846fcd2b4.williamh@OpenRC> (raw)

commit:     84c81ca02d7077a619dc704ff654385846fcd2b4
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Mon Apr 17 17:35:12 2017 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 17:35:12 2017 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=84c81ca0

update ChangeLog

 ChangeLog | 183 +++++++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 158 insertions(+), 25 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 10ee9c16..993641a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,161 @@
+commit 0e3f8720984d7d5752a78a4135cd268e4f83b3d7
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    init: send term/kill signals as final step of shutdown
+
+commit 5fd3747b190887d094225547f23007d25e2d9592
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    reword the bugs section of the openrc-init man page
+
+commit 4694900190a9078397bb9083328b68b489af92f4
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    init: fix signal handling
+    
+    The only signals we handle are SIGINT and SIGCHLD, so block all others
+    and unblock them in the child process before we start a rurnlevel.
+
+commit 05738bfce120114037d4f02c67ec740813f94b89
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    init: add re-exec capability
+    
+    This will allow the re-execution of the init process after upgrading
+    OpenRC.
+
+commit 6f88ee4ec6f59e545346a7422facc3e5b6adac04
+Author: i.Dark_Templar <darktemplar@dark-templar-archives.net>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    bootmisc: do not remove ld-elf32.so.hints
+    
+    File /var/run/ld-elf32.so.hints is used on FreeBSD 64bit multilib
+    This fixes #125.
+
+commit cc51bdca3bac963878141da047e92f125772e14f
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    Add attribution to openrc-init.c and openrc-shutdown.c
+
+commit 13ca79856e5836117e469c3edbcfd4bf47b6bab0
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    add init process
+    
+    openrc-init.c and openrc-shutdown.c are based on code which was written by
+    James Hammons <jlhamm@acm.org>, so I would like to publically
+    thank him for his work.
+
+commit 79a9edc73068244ad843f2edbe4206ce696c91c8
+Author: i.Dark_Templar <darktemplar@dark-templar-archives.net>
+Commit: i.Dark_Templar <darktemplar@dark-templar-archives.net>
+
+    Fix make install on FreeBSD: don't try to install /etc/init.d/modules twice
+
+commit 9eb669591e16c5ee0ca07babe058d0b7b2396077
+Author: Austin English <austinenglish@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    start-stop-daemon: warn if calling --start with --retry or --stop with --wait
+    
+    This fixes #122
+
+commit 55a87a30ec845eb725e8a923c8f8eb7aa75baa72
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    init.d/agetty.in: add -prefix keyword
+
+commit a912029462ae988ab4e2a96a0958e54a3c2e822f
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    init.d/mount-ro: change dependency on killprocs and savecache to after
+    
+    killprocs always succeeds and savecache is not required by mount-ro, so
+    we can just start after both of these have run.
+
+commit 1e9078279709df2a3617bf1460890ceb1ddfcf59
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    agetty-guide: typo fix
+
+commit 51a292e09b9362f13d5747d4eedaa521ddf9ce72
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    init.d: add agetty to ignore patterns
+
+commit 50fccf47d4bd2ed6e7ea6ff7f72577c8e7b95d0d
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    sh/gendepends.sh.in: fix detection of service scripts
+    
+    We do not need to care about the path on the shebang line of a service
+    script as long as the shebang line ends with "openrc-run".
+    This fixes #119 and #120.
+
+commit 9bd63b5d4a16601712a65eb8962214cdd4d26ce5
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    update dependencies for clock service
+    
+    The clock services had a very long list of "before" dependencies that
+    referred to other services within OpenRC. For ease of maintenance,
+    convert these to "after clock" dependencies in the individual services.
+
+commit 48db17a93f5e60c0d241f8fb06bfbdd01206fb9c
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    update news file
+
+commit c333707cba356f4cacfd58a6fcc78f7c073dddcd
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    Remove all occurances of 'before *' from dependencies
+    
+    Using wildcards in dependencies causes issues when rc_parallel is set to
+    yes because it can lead to deadlocks.
+    All dependencies need to be explicit rather than implicit.
+    
+    This is the first stage of moving this direction.
+
+commit 5f5b1f7cbefd0bc14352e86a9c33260266f98d9b
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    init.d/sysfs.in: efivarfs tweaks
+    
+    Since we check for /sys/firmware/efi/efivars, we do not need to check
+    for /sys/firmware/efi
+    
+    Since Failing to mount efivarfs is not critical, we silence the error
+    message from mount.
+
+commit cfdf56475e600f79a433cd721cadf39114c6c58d
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    version 0.25
+
+commit fde3902d069dfdce9c59555186a5541d6d99c8aa
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    update ChangeLog
+
 commit d7bbb0f5830e1ec4df1ec52714d70ac6b0a81878
 Author: William Hubbs <w.d.hubbs@gmail.com>
 Commit: William Hubbs <w.d.hubbs@gmail.com>
@@ -1256,28 +1414,3 @@ Commit: William Hubbs <w.d.hubbs@gmail.com>
     Now both localmount and netmount support a critical_mounts setting. If
     mount points listed in this setting fail to mount, localmount and
     netmount will fail.
-
-commit 1c3c2cf6d8cb060d03919297f5fe706f6027a4c6
-Author: William Hubbs <w.d.hubbs@gmail.com>
-Commit: William Hubbs <w.d.hubbs@gmail.com>
-
-    netmount: fix mounting on Linux
-    
-    Before this commit, on Linux, we were always trying to mount file
-    systems marked with _netdev, even when the previous mount command
-    failed. Now, we do not run the second mount if the first fails.
-    
-    X-Gentoo-Bug: 579876
-    X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=579876
-
-commit 171e856ec8a0a64504b4b4a47ab6181d37fc3dbe
-Author: Mike Gilbert <floppym@gentoo.org>
-Commit: William Hubbs <w.d.hubbs@gmail.com>
-
-    start-stop-daemon: Allow group read/write when creating output files
-    
-    This allows for better interaction with inherited ACL entries.
-    This fixes #84.
-    
-    X-Gentoo-Bug: 577362
-    X-Gentoo-Bug-URL: https://bugs.gentoo.org/577362


             reply	other threads:[~2017-04-17 17:49 UTC|newest]

Thread overview: 150+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-17 17:49 William Hubbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-11-02 23:24 [gentoo-commits] proj/openrc:master commit in: / William Hubbs
2018-10-23 22:14 William Hubbs
2018-10-23 22:00 William Hubbs
2018-10-23 22:00 William Hubbs
2018-10-22 23:09 William Hubbs
2018-06-28 18:33 William Hubbs
2018-06-28 18:03 William Hubbs
2018-06-17 17:46 William Hubbs
2018-06-15 23:07 William Hubbs
2018-06-15 18:01 William Hubbs
2018-06-05 22:38 William Hubbs
2018-06-05 22:38 William Hubbs
2018-06-05 21:28 William Hubbs
2018-05-31 21:54 William Hubbs
2018-03-12  2:43 William Hubbs
2018-02-28 22:32 William Hubbs
2018-01-24 23:44 William Hubbs
2018-01-11 16:59 William Hubbs
2018-01-10 19:29 William Hubbs
2018-01-08 21:34 William Hubbs
2018-01-08 20:07 William Hubbs
2017-12-07 18:53 William Hubbs
2017-10-25 20:10 William Hubbs
2017-10-24 15:43 William Hubbs
2017-10-13 21:11 William Hubbs
2017-10-13 16:38 William Hubbs
2017-10-12 23:55 William Hubbs
2017-10-02 21:59 William Hubbs
2017-10-02 16:22 William Hubbs
2017-09-16 18:27 William Hubbs
2017-09-16 18:27 William Hubbs
2017-09-15 20:32 William Hubbs
2017-09-14 15:57 William Hubbs
2017-09-07 17:25 William Hubbs
2017-09-06 22:33 William Hubbs
2017-08-24 16:45 William Hubbs
2017-08-16 17:16 William Hubbs
2017-07-24 22:29 William Hubbs
2017-07-13 22:51 William Hubbs
2017-07-13 22:51 William Hubbs
2017-07-11 20:13 William Hubbs
2017-07-11 19:57 William Hubbs
2017-06-12 15:41 William Hubbs
2017-06-07 17:15 William Hubbs
2017-05-16  0:00 William Hubbs
2017-05-12  3:01 William Hubbs
2017-04-19 22:38 William Hubbs
2017-03-31 15:37 William Hubbs
2017-03-15 22:31 William Hubbs
2017-03-12 18:56 William Hubbs
2017-03-10 19:33 William Hubbs
2017-01-26 23:07 William Hubbs
2016-12-21 17:51 William Hubbs
2016-12-20 18:34 William Hubbs
2016-09-28  0:40 William Hubbs
2016-09-27 17:26 William Hubbs
2016-09-09  0:28 William Hubbs
2016-08-30 14:16 William Hubbs
2016-08-30 14:16 William Hubbs
2016-08-25 22:35 William Hubbs
2016-07-25 18:54 William Hubbs
2016-06-10 21:12 William Hubbs
2016-05-24 19:10 William Hubbs
2016-05-24 18:14 William Hubbs
2016-05-24 18:05 William Hubbs
2016-05-19 18:37 William Hubbs
2016-02-09 21:42 William Hubbs
2016-01-19 22:33 William Hubbs
2016-01-14 17:37 William Hubbs
2016-01-13 17:04 William Hubbs
2015-12-11 22:49 William Hubbs
2015-12-09 23:58 William Hubbs
2015-12-08 19:12 William Hubbs
2015-12-08 19:12 William Hubbs
2015-12-06  0:14 William Hubbs
2015-12-04 19:52 William Hubbs
2015-10-08 21:15 William Hubbs
2015-10-08 18:34 William Hubbs
2015-07-10 18:26 William Hubbs
2015-06-19 14:56 William Hubbs
2015-05-29  6:11 Mike Frysinger
2015-05-13 21:07 William Hubbs
2015-05-11 23:46 William Hubbs
2015-05-02  0:03 William Hubbs
2015-05-01 21:19 William Hubbs
2015-04-26 15:31 William Hubbs
2015-04-25 23:36 William Hubbs
2015-04-25  1:01 William Hubbs
2015-04-25  0:41 William Hubbs
2015-04-22 22:43 William Hubbs
2015-04-22 22:14 William Hubbs
2015-04-22 22:05 William Hubbs
2015-04-22 21:17 William Hubbs
2015-04-22 20:55 William Hubbs
2015-04-22 20:40 William Hubbs
2015-04-22 20:09 William Hubbs
2015-04-22 20:09 William Hubbs
2015-01-23 18:57 William Hubbs
2014-10-20 20:59 William Hubbs
2014-10-20 20:59 William Hubbs
2014-08-22 19:10 William Hubbs
2014-08-17  5:14 ` William Hubbs
2014-08-17 21:07 William Hubbs
2014-08-22 19:10 ` William Hubbs
2014-08-16 22:18 William Hubbs
2014-08-22 19:10 ` William Hubbs
2014-08-11 18:18 William Hubbs
2014-08-22 19:10 ` William Hubbs
2014-07-10 14:05 William Hubbs
2014-07-01 12:33 William Hubbs
2014-06-24  1:54 William Hubbs
2014-04-10  0:58 William Hubbs
2014-01-23 18:04 William Hubbs
2013-08-24 23:00 William Hubbs
2013-08-14  6:08 William Hubbs
2013-08-14  5:17 William Hubbs
2013-07-16 18:56 William Hubbs
2013-07-16 18:56 William Hubbs
2013-06-24 21:31 Robin H. Johnson
2013-05-07 22:08 William Hubbs
2013-05-07 19:40 William Hubbs
2012-11-02 21:41 William Hubbs
2012-10-18 15:14 William Hubbs
2012-09-23 16:12 William Hubbs
2012-07-09  2:05 William Hubbs
2012-05-22 15:14 William Hubbs
2012-03-02 19:55 Robin H. Johnson
2012-02-12 19:38 Christian Ruppert
2012-01-25 19:04 Robin H. Johnson
2012-01-14 20:11 William Hubbs
2012-01-07  0:02 William Hubbs
2011-12-09 23:49 William Hubbs
2011-11-25 21:40 William Hubbs
2011-11-23 14:38 William Hubbs
2011-10-16 15:36 Christian Ruppert
2011-09-08 20:13 William Hubbs
2011-09-08 18:31 William Hubbs
2011-09-02 20:26 William Hubbs
2011-09-01 22:21 William Hubbs
2011-09-01 15:35 William Hubbs
2011-07-13 22:54 William Hubbs
2011-06-24 17:47 William Hubbs
2011-06-20  2:39 William Hubbs
2011-05-16 22:05 Mike Frysinger
2011-04-19 17:19 Robin H. Johnson
2011-04-16  1:02 William Hubbs
2011-04-12 13:49 William Hubbs
2011-03-22  5:49 William Hubbs
2011-02-22  2:59 Robin H. Johnson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1492450512.84c81ca02d7077a619dc704ff654385846fcd2b4.williamh@OpenRC \
    --to=williamh@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox