NetworkManager/src/settings
Jiří Klimeš 78dda3b093 core: unblock signals for child processes we spawn out of NM (rh #739836)
Commit 217c5bf6ac fixed processing of unix
signals: signals are blocked in all threads and a dedicated thread handles the
signals using sigwait().
However, the commit forgot that child processes inherit signal mask as well.
That is why we have to unblock signals for child processes we spawn from NM, so
that they can receive signals.
2012-05-21 15:00:51 +02:00
..
plugins core: unblock signals for child processes we spawn out of NM (rh #739836) 2012-05-21 15:00:51 +02:00
tests build: fix srcdir != builddir 2012-01-09 14:20:36 -06:00
Makefile.am core: move connection provider interface to src/ 2012-05-17 13:21:47 -05:00
nm-agent-manager.c Use glib-mkenums to generate enum types 2012-02-15 11:42:15 -05:00
nm-agent-manager.h Fix names of error enum values 2012-03-12 15:29:52 -04:00
nm-default-wired-connection.c settings: fix refcount mismatch (bgo #647066) 2011-04-19 00:23:43 -05:00
nm-default-wired-connection.h settings: name the default wired connection "Wired connection x" 2011-03-27 16:57:14 -05:00
nm-inotify-helper.c logging: LOGD_SYS_SET -> LOGD_SETTINGS 2010-12-10 12:32:22 -06:00
nm-inotify-helper.h settings: system-settings -> settings 2010-10-27 20:22:14 -05:00
nm-secret-agent.c agents: store agent permissions for later 2011-07-01 15:38:38 -05:00
nm-secret-agent.h agents: store agent permissions for later 2011-07-01 15:38:38 -05:00
nm-settings-connection.c core: flush timestamp cache to disk only on activate/deactivate 2012-02-17 09:49:35 -06:00
nm-settings-connection.h core: flush timestamp cache to disk only on activate/deactivate 2012-02-17 09:49:35 -06:00
nm-settings-error.c Use glib-mkenums to generate enum types 2012-02-15 11:42:15 -05:00
nm-settings-error.h Fix names of error enum values 2012-03-12 15:29:52 -04:00
nm-settings-utils.c settings: fix getting default wired connection name with no connections 2011-03-30 12:02:50 -05:00
nm-settings-utils.h settings: fix getting default wired connection name with no connections 2011-03-30 12:02:50 -05:00
nm-settings.c adsl: carrier handling and PPPoA support 2012-05-18 15:42:55 -05:00
nm-settings.h settings: add nm_settings_get_connection_by_uuid() 2012-02-09 17:10:44 -06:00
nm-system-config-interface.c build: fix return types (bgo #644665) 2011-03-14 01:05:51 -05:00
nm-system-config-interface.h settings: pass config file name to settings plugins 2011-11-16 08:56:29 +01:00