summaryrefslogtreecommitdiff
path: root/src/fdset.c
AgeCommit message (Collapse)Author
2011-07-06manager: merge serialization and desrialization counter into one, and ↵Lennart Poettering
increase it when reexecuting Instead of having individual counters n_serializing and n_deserializing have a single one n_reloading, which should be sufficient. Set n_reloading when we are about to go down for reexecution to avoid cgroup trimming when we free the units for reexecution.
2011-04-28dbus: make daemon reexecution synchronousLennart Poettering
We simply keep open copies of the dbus connections across the reexecution and close them as last step of it. A client can thus simply wait until its connection is dropped to know when the reexecution is finished. https://bugzilla.redhat.com/show_bug.cgi?id=698198
2010-08-21syslog: add minimal syslog/kmsg bridge syslogdLennart Poettering
2010-08-14emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering
2010-08-14systemctl: skip writing of utmp if we booted using systemd, under the ↵Lennart Poettering
assumption that systemd-update-utmp is used
2010-05-16build-sys: move source files to subdirectoryLennart Poettering