Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-10 | rename basic.la to shared.la and put selinux deps in shared-selinx.la | Kay Sievers | |
Only 34 of 74 tools need libselinux linked, and libselinux is a pain with its unconditional library constructor. | |||
2012-02-11 | logind: introduce CanReboot/CanPowerOff bus calls | Lennart Poettering | |
2012-01-22 | login: move seat udev rules to login subdir | Kay Sievers | |
2012-01-16 | dbus: more efficient implementation of properties | Michal Schmidt | |
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. | |||
2012-01-05 | build-sys: add stub makefiles to subdirs | Lennart Poettering | |
2012-01-03 | build-sys: move kbd-model-map to locale/ | Lennart Poettering | |
2011-12-31 | hostnamed, localed: move config files to subdir | Kay Sievers | |
2011-12-31 | localed: move sources to subdirectory | Kay Sievers | |