summaryrefslogtreecommitdiff
path: root/src/timedate
Commit message (Collapse)AuthorAge
* timedate: don't fail if NTP is not installedLennart Poettering2012-02-15
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=790260
* logind: introduce CanReboot/CanPowerOff bus callsLennart Poettering2012-02-11
|
* login: move seat udev rules to login subdirKay Sievers2012-01-22
|
* dbus: more efficient implementation of propertiesMichal Schmidt2012-01-16
| | | | | | | | | | | | | | | | | The way the various properties[] arrays are initialized is inefficient: - only the .data members change at runtime, yet the whole arrays of properties with all the fields are constructed on the stack one by one by the code. - there's duplication, eg. the properties of "org.freedesktop.systemd1.Unit" are repeated in several unit types. Fix it by moving the information about properties into static const sections. Instead of storing the .data directly in the property, store a constant offset from a run-time base. The small arrays of struct BusBoundProperties bind together the constant information with the right runtime information (the base pointer). On my system the code shrinks by 60 KB, data increases by 10 KB.
* build-sys: add stub makefiles to subdirsLennart Poettering2012-01-05
|
* timedated: move sources to subdirectoryKay Sievers2011-12-31