dbus/bus
David Zeuthen 5e948ff7cd 2005-11-14 David Zeuthen <davidz@redhat.com>
Patch from Timo Hoenig <thoenig@suse.de>.

        * bus/bus.c: I've recently investigated why the automatic reload
        of configuration files does not work as expected.

        Currently, reloading configuration files does only work when
        running dbus-daemon with --nodaemon.  If we are running as daemon
        we're hitting a dnotify bug once we fork the process.

        We're initializing the dnotify fds before calling fork().  Once
        the child process forked it does still have the fds (and they
        still show up in /proc/`pidof dbus-daemon`/fd/) but we're not
        getting SIGIO as changes are made to the configuration files.

        The attached patch moves the initialization of the dnotify fds to
        process_config_postinit().  This is safe for all current code
        paths and solves the dnotify disfunction.  If we're running
        dbus-daemon as daemon the fds for dnotify are now being
        initialized after fork() for the child process.

        * configure.in: The current configure.in check for dnotify probes
        'x$target_os' for being 'xlinux-gnu'.  I've changed the check to
        match for 'xlinux', too. Additionally I have adapted the configure
        option's style to match with the others.
2005-11-14 20:51:25 +00:00
..
.cvsignore 2005-03-17 Colin Walters <walters@verbum.org> 2005-03-17 17:48:29 +00:00
activation.c * Released 0.50 2005-09-06 22:38:54 +00:00
activation.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
bus.c 2005-11-14 David Zeuthen <davidz@redhat.com> 2005-11-14 20:51:25 +00:00
bus.h 2004-09-12 David Zeuthen <david@fubar.dk> 2004-09-12 10:23:42 +00:00
config-loader-expat.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
config-loader-libxml.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
config-parser.c 2005-06-14 David Zeuthen <davidz@redhat.com> 2005-06-15 02:31:38 +00:00
config-parser.h 2005-06-14 David Zeuthen <davidz@redhat.com> 2005-06-15 02:31:38 +00:00
connection.c 2005-08-03 Havoc Pennington <hp@redhat.com> 2005-08-03 17:42:56 +00:00
connection.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
dbus-daemon.1.in 2005-01-18 Havoc Pennington <hp@redhat.com> 2005-01-18 22:20:38 +00:00
desktop-file.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
desktop-file.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
dir-watch.c 2005-06-14 David Zeuthen <davidz@redhat.com> 2005-06-15 02:31:38 +00:00
dir-watch.h 2005-06-14 David Zeuthen <davidz@redhat.com> 2005-06-15 02:31:38 +00:00
dispatch.c * bus/driver.c (bus_driver_handle_introspect): Add signals 2005-10-03 19:55:56 +00:00
dispatch.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
driver.c * bus/driver.c (bus_driver_handle_reload_config): Make sure we send an 2005-11-07 21:57:13 +00:00
driver.h * doc/dbus-specification.xml: document ServiceOwnerChanged signal. 2004-09-24 10:43:36 +00:00
expirelist.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
expirelist.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
main.c 2005-06-14 David Zeuthen <davidz@redhat.com> 2005-06-15 02:31:38 +00:00
Makefile.am 2005-06-14 David Zeuthen <davidz@redhat.com> 2005-06-15 02:31:38 +00:00
messagebus.in 2005-01-18 Havoc Pennington <hp@redhat.com> 2005-01-18 22:20:38 +00:00
policy.c * Release 0.36.2 2005-08-29 20:19:19 +00:00
policy.h Console user security policy 2004-08-25 22:11:49 +00:00
rc.messagebus.in 2005-01-18 Havoc Pennington <hp@redhat.com> 2005-01-18 22:20:38 +00:00
selinux.c 2005-07-16 Colin Walters <walters@verbum.org> 2005-07-16 17:34:08 +00:00
selinux.h 2005-07-16 Colin Walters <walters@verbum.org> 2005-07-16 17:34:08 +00:00
services.c 2005-04-13 David Zeuthen <davidz@redhat.com> 2005-04-13 14:27:11 +00:00
services.h 2004-11-07 Colin Walters <walters@verbum.org> 2004-11-07 17:05:19 +00:00
session.conf.in * Release 0.36.2 2005-08-29 20:19:19 +00:00
signals.c 2005-07-29 Havoc Pennington <hp@redhat.com> 2005-07-29 17:43:30 +00:00
signals.h 2005-07-29 Havoc Pennington <hp@redhat.com> 2005-07-29 17:43:30 +00:00
system.conf.in * ChangeLog: fix date in last entry 2005-07-15 17:28:35 +00:00
test-main.c 2004-11-03 Colin Walters <walters@verbum.org> 2004-11-03 16:38:35 +00:00
test.c 2005-02-17 Colin Walters <walters@verbum.org> 2005-02-17 21:19:49 +00:00
test.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
utils.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
utils.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00