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: Wed, 13 Jan 2016 17:04:31 +0000 (UTC)	[thread overview]
Message-ID: <1452704501.04f05c30d13ec83b85164a536eb570f29a66b275.williamh@OpenRC> (raw)

commit:     04f05c30d13ec83b85164a536eb570f29a66b275
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Wed Jan 13 17:01:41 2016 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 17:01:41 2016 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=04f05c30

update ChangeLog

 ChangeLog | 227 +++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 172 insertions(+), 55 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 88e6be7..29ce6fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,175 @@
+commit 9473ac514cb72663d5c3bac8b5473cced4a20bf7
+Author: joe9 <joe9mail@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    allow the user to decide whether fsck aborts for errors
+    
+    X-Gentoo-Bug: 564008
+    X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=564008
+
+commit bf2f40828ee26d3ba9185f29db596ee5d7b9cf61
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    Remove multicall binary structure from OpenRC
+    
+    This eliminates the need for the selinux-specific wrapper scrript we
+    were installing in /lib*/rc/{bin,sbin}.
+
+commit fe485f44339963fdbee143687dcbef2069924bc6
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    rc: fix compiler warnings cleanup
+    
+    This reverts commit 981d2b3308edb0d0a68f7bdce4f2c99110de6940 and fixes
+    the warnings that generated.
+
+commit 53bc986ce5f9725d7117356e28224ac898f9c9bf
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    Clean default env_whitelist
+    
+    The whitelist of environment variables we pass to service scripts
+    included several unnecessary variables.
+    
+    The default whitelist now includes EERROR_QUIET, EINFO_QUIET,
+    IN_BACKGROUND and IN_HOTPLUG.
+    
+    X-Gentoo-Bug: 569542
+    X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=569542
+
+commit 981d2b3308edb0d0a68f7bdce4f2c99110de6940
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    rc: clean up compiler warnings
+    
+    The get_systype(), detect_container(), detect_prefix() and detect_vm()
+    functions need to return "char *" instead of "const char *".
+
+commit 5d3e85bc310e12411135e98a397b35fb920a72a3
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    add ignore patterns for init.d directory
+
+commit 000503fad72e4eb2ef956a24df358be84b2a9493
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    Convert OpenRC to a centralized copyright/license structure
+    
+    In the past, OpenRC was a hybrid of a centralized and file-scope
+    license/copyright structure.
+    
+    I followed the instructions from the Software Freedom Law Center [1] to
+    convert to a Centralized structure where possible, for easier future
+    maintenance.
+    
+    [1] https://softwarefreedom.org/resources/2012/ManagingCopyrightInformation.html
+
+commit 065f034059d7ca26bbb985158c5d361ff75df186
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    format fix
+
+commit fe32ef8e09a2edf2690a3b281cea0be84a5541ca
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    FEATURE-REMOVAL-SCHEDULE: create section for librc API functions
+
+commit c45313dfa9880c4aedb72da1b2ac3159eee05a93
+Author: Rick Farina (Zero_Chaos) <zerochaos@gentoo.org>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    netmount: use want dependency to start nfsclient
+    
+    add in parsing of fstab to determine if nfsclient should be automatically
+    started so that netmount can mount nfs without adding nfsclient
+    to the default runlevel
+    
+    This fixes #71.
+
+commit 3ef2bbfb19fe3ca0c169f9dcf48b70a59321a5d1
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    Add note about deprecating rc_getline()
+
+commit cc9c23c8484ea7d07b1f8e54bcab46cc31ec727d
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    Complete support for rc.conf.d
+    
+    - gendepends.sh needs to read this directory to allow dependencies to be
+      overridden
+      - init.sh for Linux and Bsd need to read it to allow config settings
+        they use to be overridden.
+
+commit 935252b1152b4086ccbe76ace21e677d7ac8a357
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    Add note about removing rc_sys() from librc
+
+commit 0d202b5711228bb047140430ea8fe4f749503fb4
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    Update feature-removal-schedule wrt mtab service
+
+commit f9bdb072e8d88079a20834fe921d43e326a9a18a
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    rc.map: remove references to rc_sys_v{1,2}
+
+commit 9f6e05671d6d48faa7b83aec05a637bcdfcb3f82
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    Convert rc_sys() calls to detect_container() and detect_vm()
+
+commit 8addd7913a743b75ef3854ab4a96fea81cc5245d
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    Create detect_container() and detect_vm() functions
+    
+    These functions replace rc_sys so that we can detect containers and vms
+    separately.
+    
+    Also, we copy file_regex() to rc-misc.c and open it to all operating
+    systems.
+
+commit 83cd7145e3e7c3ac453b6a87214cf5704e3875ce
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    Rename bootlevel variable in _usage.c
+    
+    In src/rc/_usage.c, we were using bootlevel as the variable to hold the
+    return value of rc_sys.
+    This changes the variable name to systype because this function returns
+    a system type, not a runlevel.
+
+commit a67e3495d0b54ac83a00fc04aef50951646814ad
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    Increment version number
+
+commit a1acdeb92ead07f2dc60cb9796aaf5b4ea377713
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    update ChangeLog
+
 commit b810473e4f7218afbb7047890860c15a8c45472b
 Author: William Hubbs <w.d.hubbs@gmail.com>
 Commit: William Hubbs <w.d.hubbs@gmail.com>
@@ -1157,58 +1329,3 @@ Author: William Hubbs <w.d.hubbs@gmail.com>
 Commit: William Hubbs <w.d.hubbs@gmail.com>
 
     tmpfiles.dev: pass --boot to tmpfiles.sh so kmod works properly
-
-commit 7e3a33c8f5ccae03e035cf4c9d1c3c01a0f57b1e
-Author: William Hubbs <w.d.hubbs@gmail.com>
-Commit: William Hubbs <w.d.hubbs@gmail.com>
-
-    Add description for cgroup_cleanup
-    
-    X-Gentoo-Bug: 535184
-    X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=535184
-
-commit 74478830a8d035c078e986b57efd40a5c48bc896
-Author: Doug Freed <dwfreed@mtu.edu>
-Commit: William Hubbs <w.d.hubbs@gmail.com>
-
-    fix double free of pidfile
-    
-    This fixes a double free of the pidfile variable. For discussion of this
-    issue, see the bug.
-    
-    X-Gentoo-Bug: 531600
-    X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=531600
-
-commit 6a9679377f4de257f02de1d16a513df14b4c25ba
-Author: William Hubbs <w.d.hubbs@gmail.com>
-Commit: William Hubbs <w.d.hubbs@gmail.com>
-
-    Do not call the shell to evaluate CHANGELOG_LIMIT
-    
-    The git log command understands dates such as "1 year ago", so there is
-    no need to use the date command.
-
-commit 72186ea3bbbf0b09b88a6f3e1fb23bf04ce1ddad
-Author: William Hubbs <w.d.hubbs@gmail.com>
-Commit: William Hubbs <w.d.hubbs@gmail.com>
-
-    etc/rc and etc/rc.shutdown: change references from rc to openrc
-
-commit 3647db7a27f7a5ca14b33b14effeb945fd986210
-Author: William Hubbs <w.d.hubbs@gmail.com>
-Commit: William Hubbs <w.d.hubbs@gmail.com>
-
-    Add target to create ChangeLog
-    
-    This was added by request because some users are requesting a ChangeLog.
-    
-    This fixes #29.
-
-commit 7a92eb888794819a339babd0ee220b6aa3993db1
-Author: William Hubbs <w.d.hubbs@gmail.com>
-Commit: William Hubbs <w.d.hubbs@gmail.com>
-
-    rename git.mk to gitver.mk
-    
-    This is a more descriptive name since this file only sets the gitver
-    variable.


             reply	other threads:[~2016-01-13 17:04 UTC|newest]

Thread overview: 150+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-13 17:04 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-04-17 17:49 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
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=1452704501.04f05c30d13ec83b85164a536eb570f29a66b275.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