summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/test-bus-memfd.c
AgeCommit message (Collapse)Author
2013-10-13Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek
Since the invention of read-only memory, write-only memory has been considered deprecated. Where appropriate, either make use of the value, or avoid writing it, to make it clear that it is not used.
2013-05-13bus: test-bus-memfd - use pread()/pwrite()Kay Sievers
2013-05-13bus: update test-bus-memfdKay Sievers
2013-05-11bus: update test-bus-memfdKay Sievers
2013-05-10bus: fix test-bus-memfdKay Sievers
2013-05-10bus: extend memfd testLennart Poettering
2013-05-10bus: add new API for kdbus memfd functionalityLennart Poettering