Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename_device: also support dracut-style kernel cmdline configuration | Lukas Nykryn | 2021-06-16 | 1 | -1/+43 |
| | | | | | | | | 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. | ||||
* | Revert "remove rename_device_lock when process does not exist" | Jan Macku | 2021-01-21 | 1 | -13/+1 |
| | | | This reverts commit dbff71b664c7536d09dc3172259d8984005b60fa. | ||||
* | remove rename_device_lock when process does not exist | wangxp006 | 2021-01-13 | 1 | -1/+13 |
| | | | | 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. | ||||
* | src/rename_device.c: GCC warnings about unused return value suppressed | David Kaspar [Dee'Kej] | 2018-06-14 | 1 | -2/+3 |
| | |||||
* | rename_device.c: rewrite of isCfg() function | David Kaspar [Dee'Kej] | 2017-05-25 | 1 | -12/+32 |
| | | | | | * .orig & .old now recognized as config files * code cleanup | ||||
* | rename_device: allow non-channel nics for s390x machines | Lukas Nykryn | 2015-05-04 | 1 | -0/+9 |
| | |||||
* | rename_devices: comments need to have a blank before them | Lukas Nykryn | 2014-09-16 | 1 | -6/+13 |
| | |||||
* | rename_device: remove comments and trailing whitespaces | Lukas Nykryn | 2013-11-12 | 1 | -0/+8 |
| | |||||
* | rename_device: don't wait for lock with lower permissions | Lukas Nykryn | 2013-07-11 | 1 | -1/+3 |
| | | | | | When running udevadm test as a normal user, rename_device hang for 20 seconds. | ||||
* | Fix amazingly long-standing thinko in writing the pid file to the lock. | Bill Nottingham | 2012-12-04 | 1 | -1/+4 |
| | |||||
* | rename_device: skip VLAN=yes configuration files | Harald Hoyer | 2011-11-02 | 1 | -1/+6 |
| | |||||
* | rename_device: dequote DEVICE="eth0" | Harald Hoyer | 2010-07-26 | 1 | -1/+1 |
| | |||||
* | rename_device: fix s390 subchannel reading | Harald Hoyer | 2010-07-15 | 1 | -3/+4 |
| | |||||
* | License cleanup. | Bill Nottingham | 2010-01-05 | 1 | -1/+1 |
| | |||||
* | Make rename_device much faster in the presence of many devices (#480687, ↵ | Bill Nottingham | 2009-01-19 | 1 | -73/+19 |
| | | | | <danms@us.ibm.com>) | ||||
* | add patch from rhel5 (#351291) | Bill Nottingham | 2008-01-09 | 1 | -2/+15 |
| | |||||
* | just suggest an interface name, don't do actual renaming | Bill Nottingham | 2007-10-05 | 1 | -86/+3 |
| | |||||
* | fix open() call | Bill Nottingham | 2007-08-30 | 1 | -1/+1 |
| | |||||
* | add a step to rename any temporarily renamed devices (#208740, | Bill Nottingham | 2006-11-28 | 1 | -2/+29 |
| | | | | #204803, #214817) | ||||
* | I can't count | Bill Nottingham | 2006-11-01 | 1 | -1/+1 |
| | |||||
* | more subchannels fixing (#204803) | Bill Nottingham | 2006-10-30 | 1 | -13/+48 |
| | |||||
* | use SUBCHANNELS as the primary key for s390 network devices (#204803) | Bill Nottingham | 2006-10-26 | 1 | -0/+21 |
| | |||||
* | reset DEVPATH when renaming (#206884, <phil@fifi.org>) | Bill Nottingham | 2006-09-18 | 1 | -0/+1 |
| | |||||
* | name it something more obvious as a temporary device | Bill Nottingham | 2006-09-15 | 1 | -1/+1 |
| | |||||
* | don't loop if there are multiple devices with the same hwaddr (#199242, ↵ | Bill Nottingham | 2006-07-19 | 1 | -6/+13 |
| | | | | <markmc@redhat.com>) | ||||
* | ignore alias devices (#186355) | Bill Nottingham | 2006-07-01 | 1 | -2/+9 |
| | | | | | refresh the device name on collision, as it may have initialized since we initially scanned for devices | ||||
* | addr8-32 | Bill Nottingham | 2006-04-10 | 1 | -0/+325 |