[wicked-commit] [openSUSE/wicked] 583d7f: process: return process' PID and command on exit w...
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 583d7fed82b62a58f6f5dbedcba40f17b6105a88 https://github.com/openSUSE/wicked/commit/583d7fed82b62a58f6f5dbedcba40f17b6... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-01-16 (Fri, 16 Jan 2015) Changed paths: M src/process.c Log Message: ----------- process: return process' PID and command on exit with error Commit: 4d4b085b022ad9a4ffef023a0554162376794304 https://github.com/openSUSE/wicked/commit/4d4b085b022ad9a4ffef023a0554162376... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-01-16 (Fri, 16 Jan 2015) Changed paths: M src/process.c Log Message: ----------- shellcmd: apply default env also even argv is NULL Commit: ebd0091d73d2470cb387d5b08ddc17533de31353 https://github.com/openSUSE/wicked/commit/ebd0091d73d2470cb387d5b08ddc17533d... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-01-16 (Fri, 16 Jan 2015) Changed paths: M src/firmware.c M src/ifconfig.c M src/process.c M src/process.h M src/udev-utils.c Log Message: ----------- process: return exit status or defined negative code Return child exit status as positive integers for direct use or defined negative codes indicating other possible failures in the process run and reap functions. Added helper functions to evaluate child's process status. Commit: 9039c2191f6362673ea15135dbafe309dc9a95ee https://github.com/openSUSE/wicked/commit/9039c2191f6362673ea15135dbafe309dc... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-01-19 (Mon, 19 Jan 2015) Changed paths: M include/wicked/util.h M src/util.c Log Message: ----------- util: added a find executable utility Commit: f2aa858c07f9a32039167580bab0d589f0d1aa0d https://github.com/openSUSE/wicked/commit/f2aa858c07f9a32039167580bab0d589f0... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-01-19 (Mon, 19 Jan 2015) Changed paths: M server/main.c M src/udev-utils.c M src/udev-utils.h Log Message: ----------- udev: verify netdev index and update name at start When discovering udev device-ready state at start, verify that the device index in the udev event data is equal to the index we query and update device names if needed as we don't handle events yet. Commit: 0a5c38a0626f620157edfb42dd76707b690317ca https://github.com/openSUSE/wicked/commit/0a5c38a0626f620157edfb42dd76707b69... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-01-19 (Mon, 19 Jan 2015) Changed paths: M include/wicked/util.h M src/util.c Log Message: ----------- util: utility to test for read-only filesystem Commit: 015e165981f4dcca85d5d73e85734d995f539474 https://github.com/openSUSE/wicked/commit/015e165981f4dcca85d5d73e85734d995f... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-01-19 (Mon, 19 Jan 2015) Changed paths: M src/sysfs.c M src/sysfs.h Log Message: ----------- sysfs: utility to check for a read-only sysfs Commit: 46e549b700ac56bb85c62d045f4374d02f257982 https://github.com/openSUSE/wicked/commit/46e549b700ac56bb85c62d045f4374d02f... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-01-19 (Mon, 19 Jan 2015) Changed paths: M include/wicked/netinfo.h M src/iflist.c M src/netdev.c M src/uevent.c Log Message: ----------- uevent: support to disable device-ready uevents Commit: cd8dda5fe5b8f39c60602aff1309c16afcb7fef0 https://github.com/openSUSE/wicked/commit/cd8dda5fe5b8f39c60602aff1309c16afc... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-01-19 (Mon, 19 Jan 2015) Changed paths: M server/main.c M src/udev-utils.c M src/udev-utils.h Log Message: ----------- udev: don't monitor uevents if /sys is read-only systemd-udevd is a static service with start guarded to writeable /sys fs. Disable uevent monitoring when /sys fs is read-only and consider all devices ready. Commit: 8fa5661d50bec49704e3f0f4e6fcaf9d08a8f77a https://github.com/openSUSE/wicked/commit/8fa5661d50bec49704e3f0f4e6fcaf9d08... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-01-21 (Wed, 21 Jan 2015) Changed paths: M include/wicked/netinfo.h M include/wicked/util.h M server/main.c M src/firmware.c M src/ifconfig.c M src/iflist.c M src/netdev.c M src/process.c M src/process.h M src/sysfs.c M src/sysfs.h M src/udev-utils.c M src/udev-utils.h M src/uevent.c M src/util.c Log Message: ----------- Merge pull request #484 from mtomaschewski/udev-bootstrap udev: verify netdev index and update name at start, disable if unused (bug#904061) Compare: https://github.com/openSUSE/wicked/compare/f65d84582e30...8fa5661d50be
participants (1)
-
Pawel Wieczorkiewicz