diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-11 23:19:28 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-11 23:19:28 +0200 |
commit | 444a79d34034aa8bfe60b92b0bb9e970803cbfb7 (patch) | |
tree | 067bde9dc6c4904f763cbb74765c3ffad4b8180c /fixme | |
parent | 1e59887dc92e163163051e627817e1675374cd22 (diff) |
dbus: properly pass capabilities
Diffstat (limited to 'fixme')
-rw-r--r-- | fixme | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -53,24 +53,18 @@ * follow property change dbus spec -* selinux policy loading/socket stuff +* selinux policy loading * systemctl status $PID, systemctl stop $PID! * place /etc/inittab with explaining blurb. -* vielleicht implizit immer auf syslog dependen? - -* debian deadlock when partition set to noauto - * fingerprint.target, wireless.target, gps.target * set_put(), hashmap_put() return values checken. i.e. == 0 macht kein free()! * fix merging in .swap units -* pahole - * chkconfig/systemd-install glue * io priority during initialization @@ -129,3 +123,7 @@ Regularly: * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel * %m in printf() instead of strerror(); + +* pahole + +* CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections" |