<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/src/rename_device.c, branch 10.11.1</title>
<subtitle>Mageia fork of Fedora's Init Scripts</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/'/>
<entry>
<title>rename_device: also support dracut-style kernel cmdline configuration</title>
<updated>2021-06-16T07:34:12+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2020-07-02T11:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=55cdbccad3f6492b1e721154a45e5884044db76d'/>
<id>55cdbccad3f6492b1e721154a45e5884044db76d</id>
<content type='text'>
There are 2 cases where this might be useful.
* On machines with initrd build without dracut-network, you can now
  still use ifname option
* On older kernels where double renaming was allowed, normal system
  replaced the name set by initrd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are 2 cases where this might be useful.
* On machines with initrd build without dracut-network, you can now
  still use ifname option
* On older kernels where double renaming was allowed, normal system
  replaced the name set by initrd.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "remove rename_device_lock when process does not exist"</title>
<updated>2021-01-21T07:40:15+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2021-01-21T07:40:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=68363b527cede87bfc189171397dbbd473efba24'/>
<id>68363b527cede87bfc189171397dbbd473efba24</id>
<content type='text'>
This reverts commit dbff71b664c7536d09dc3172259d8984005b60fa.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit dbff71b664c7536d09dc3172259d8984005b60fa.</pre>
</div>
</content>
</entry>
<entry>
<title>remove rename_device_lock when process does not exist</title>
<updated>2021-01-13T10:21:50+00:00</updated>
<author>
<name>wangxp006</name>
<email>wangxiaopeng7@huawei.com</email>
</author>
<published>2021-01-13T10:21:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=dbff71b664c7536d09dc3172259d8984005b60fa'/>
<id>dbff71b664c7536d09dc3172259d8984005b60fa</id>
<content type='text'>
if rename_device is killed during fopen period in take_lock ,LOCKFILE will not be remove in sighandler.
Excute rename_device again, LOCKFILE is exist ,but the process with pid in LOCKFILE is not running, take_lock will never return.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if rename_device is killed during fopen period in take_lock ,LOCKFILE will not be remove in sighandler.
Excute rename_device again, LOCKFILE is exist ,but the process with pid in LOCKFILE is not running, take_lock will never return.</pre>
</div>
</content>
</entry>
<entry>
<title>src/rename_device.c: GCC warnings about unused return value suppressed</title>
<updated>2018-06-14T14:19:10+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2018-06-04T15:32:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=d12c5f3d31391eefaf330c9598e1195d96935025'/>
<id>d12c5f3d31391eefaf330c9598e1195d96935025</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename_device.c: rewrite of isCfg() function</title>
<updated>2017-05-25T15:50:55+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-05-25T12:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=2090d09b90b46c87794e432ea68b7b252403aa9b'/>
<id>2090d09b90b46c87794e432ea68b7b252403aa9b</id>
<content type='text'>
  * .orig &amp; .old now recognized as config files
  * code cleanup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * .orig &amp; .old now recognized as config files
  * code cleanup
</pre>
</div>
</content>
</entry>
<entry>
<title>rename_device: allow non-channel nics for s390x machines</title>
<updated>2015-05-04T10:05:53+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2015-05-04T10:05:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=6f860ee8e85cc154c224ba6351da8317c4ff2943'/>
<id>6f860ee8e85cc154c224ba6351da8317c4ff2943</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename_devices: comments need to have a blank before them</title>
<updated>2014-09-16T15:09:57+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2014-09-16T15:09:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=65901ce5f29f9ec45339c3474a360d9bbcee6bac'/>
<id>65901ce5f29f9ec45339c3474a360d9bbcee6bac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename_device: remove comments and trailing whitespaces</title>
<updated>2013-11-12T11:24:41+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2013-11-08T13:28:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=4632b2f3c067461ba7ab815affcca9ff7e3bf12c'/>
<id>4632b2f3c067461ba7ab815affcca9ff7e3bf12c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename_device: don't wait for lock with lower permissions</title>
<updated>2013-07-11T08:05:07+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2013-07-11T08:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=cd46bb84ea77fbd4c9a97f782efad3af9c3bda08'/>
<id>cd46bb84ea77fbd4c9a97f782efad3af9c3bda08</id>
<content type='text'>
When running udevadm test as a normal user, rename_device hang for 20
seconds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When running udevadm test as a normal user, rename_device hang for 20
seconds.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix amazingly long-standing thinko in writing the pid file to the lock.</title>
<updated>2012-12-04T15:36:54+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2012-12-04T15:36:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=7d6db66be21f22ad45c2ed961adb8eb10a7ea35e'/>
<id>7d6db66be21f22ad45c2ed961adb8eb10a7ea35e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
