<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/etc, branch github/master</title>
<subtitle>[no description]</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2Fmaster</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2Fmaster'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/'/>
<updated>2023-04-18T04:53:18Z</updated>
<entry>
<title>rc.conf: note SSD_* vars need exporting</title>
<updated>2023-04-18T04:53:18Z</updated>
<author>
<name>Doug Freed</name>
<email>dwfreed@mtu.edu</email>
</author>
<published>2023-04-13T20:06:06Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=002bcf0b67b14494fc94a176752610efad132a28'/>
<id>urn:sha1:002bcf0b67b14494fc94a176752610efad132a28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>init.d/rc.conf: make unicode default to yes</title>
<updated>2023-03-07T06:48:43Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2023-03-07T06:48:26Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=b9241988a7c32f00ffd6d87f1666d7babfd705e5'/>
<id>urn:sha1:b9241988a7c32f00ffd6d87f1666d7babfd705e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rc.conf: default to unicode console</title>
<updated>2023-03-07T03:41:36Z</updated>
<author>
<name>psykose</name>
<email>alice@ayaya.dev</email>
</author>
<published>2023-03-06T23:15:24Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=5ae4d4edb55aa9d928e70557a70d024302495804'/>
<id>urn:sha1:5ae4d4edb55aa9d928e70557a70d024302495804</id>
<content type='text'>
it's the high year of 2023, after all.

closes #607
</content>
</entry>
<entry>
<title>netmount: add fuse.glusterfs</title>
<updated>2023-01-15T20:24:51Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2023-01-15T20:24:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=52dcb4aaa3ab1b9090e31545b38f495e551aaedc'/>
<id>urn:sha1:52dcb4aaa3ab1b9090e31545b38f495e551aaedc</id>
<content type='text'>
Fixes #495.
</content>
</entry>
<entry>
<title>multiple spelling and typo fixes</title>
<updated>2022-05-01T02:32:32Z</updated>
<author>
<name>Josh Soref</name>
<email>jsoref@users.noreply.github.com</email>
</author>
<published>2022-04-15T15:53:24Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=3054046e18332ca1bf9b901f69b02f21bb91c098'/>
<id>urn:sha1:3054046e18332ca1bf9b901f69b02f21bb91c098</id>
<content type='text'>
This fixes #516.
</content>
</entry>
<entry>
<title>migrate fully to meson build system</title>
<updated>2022-04-06T15:51:55Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2022-04-06T15:51:55Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=391d12db48754861b5cecac92ee3321597ee02c1'/>
<id>urn:sha1:391d12db48754861b5cecac92ee3321597ee02c1</id>
<content type='text'>
- drop old build system
- move shared include and source files to common directory
- drop "rc-" prefix from shared include and source files
- move executable-specific code to individual directories under src
- adjust top-level .gitignore file for new build system

This closes #489.
</content>
</entry>
<entry>
<title>add option for OOM score adjustment</title>
<updated>2021-12-22T16:01:14Z</updated>
<author>
<name>Matt Whitlock</name>
<email>gentoo@mattwhitlock.name</email>
</author>
<published>2021-07-31T21:41:57Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=fd1e4a384af44a8687b3a5369283f80f1cf29d84'/>
<id>urn:sha1:fd1e4a384af44a8687b3a5369283f80f1cf29d84</id>
<content type='text'>
This commit adds a new --oom-score-adj option to start-stop-daemon and
supervise-daemon, as well as an equivalent SSD_OOM_SCORE_ADJ environment
variable. If either of these are specified (with the command-line
option taking precedence), then the specified adjustment value is
written to /proc/self/oom_score_adj after forking but prior to exec'ing
the daemon (at the time when nice and ionice are applied).

Additionally, per a suggestion by Mike Frysinger, the suggested values
for the SSD_NICELEVEL, SSD_IONICELEVEL, and SSD_OOM_SCORE_ADJ variables
in the example config file are now given as zeros, which are the
kernel's default values of these process knobs for the init process at
boot. Note that uncommenting any of these zero-valued suggestions will
cause SSD/SD to set the corresponding process knob affirmatively to
zero, whereas leaving the variable unset (and the equivalent command-
line option unspecified) means SSD/SD will not change the corresponding
process knob from its inherited value.

See: https://github.com/OpenRC/openrc/pull/435#discussion_r688310672
This fixes #435.
</content>
</entry>
<entry>
<title>use HEAD in git URIs to point to the default branch</title>
<updated>2021-12-21T01:07:00Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2021-12-21T01:07:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=301161a7a4bda27c7ebd54c537dfec0cbc926365'/>
<id>urn:sha1:301161a7a4bda27c7ebd54c537dfec0cbc926365</id>
<content type='text'>
This makes the URIs shorter and dynamic: whatever the default branch
the repo uses will be used.
</content>
</entry>
<entry>
<title> Use cgroup.kill in cgroup_cleanup when possible</title>
<updated>2021-10-16T03:10:37Z</updated>
<author>
<name>Aidan Harris</name>
<email>me@aidanharr.is</email>
</author>
<published>2021-09-15T07:11:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=eaa42da9a62b55a26c7b866d4082c554a764b95f'/>
<id>urn:sha1:eaa42da9a62b55a26c7b866d4082c554a764b95f</id>
<content type='text'>
 The old code is moved to a cgroup_fallback_cleanup function and only
 called if cgroup2_kill fails.

 This fixes #454.
</content>
</entry>
<entry>
<title>add meson build files</title>
<updated>2021-09-04T21:01:29Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2021-08-22T18:09:30Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=d6622a1156929294b909d08273fd227c7d817bb9'/>
<id>urn:sha1:d6622a1156929294b909d08273fd227c7d817bb9</id>
<content type='text'>
Closes #116.
Closes #171.
Closes #172.
Closes #175.
</content>
</entry>
</feed>
