summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-11-26tree-wide usage of %m specifier instead of strerror(errno)Daniel Buch
2013-11-26systemctl: fix enable/disable reply handlingKay Sievers
2013-11-26pam_systemd: do not set XDG_RUNTIME_DIR if the session's original user is not...Lennart Poettering
2013-11-26nspawn: improve error message when we cannot resolve the root directory argumentLennart Poettering
2013-11-26systemctl: replace the three job mode options by a single --job-mode= optionLennart Poettering
2013-11-26core: add new "flush" job mode to cancel all other jobs when queuing a new jobLennart Poettering
2013-11-26core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= s...Lennart Poettering
2013-11-26networkd: add bridge supportTom Gundersen
2013-11-26networkd: minor fixesTom Gundersen
2013-11-26rtnl: add support for IFLA_MASTERTom Gundersen
2013-11-26rtnl: add preliminary support for containersTom Gundersen
2013-11-25networkd: use correct printf formatterDave Reisner
2013-11-25conf-parser: fix memory realloc errorYin Kangkai
2013-11-25core: fix order of parameters in broadcast_signal()Lennart Poettering
2013-11-25bus: properly return errors to client if invalid parameters are passed to bui...Lennart Poettering
2013-11-25service: fix handling of PID file inotify eventsLennart Poettering
2013-11-25core: include following set data in dumpLennart Poettering
2013-11-25swap: always track the current real device node of all swap devices, even whe...Lennart Poettering
2013-11-25shutdown: during final killing spree also send SIGHUP in addition to SIGTERM ...Lennart Poettering
2013-11-25delete unused variablesThomas Hindoe Paaboel Andersen
2013-11-25networkd: add support for [Address] sectionsTom Gundersen
2013-11-25conf-parser: distinguish between multiple sections with the same nameTom Gundersen
2013-11-25device: fix typoLennart Poettering
2013-11-25udev-builtin-keyboard: More useful error messageMartin Pitt
2013-11-25systemctl: remove debug log messageLennart Poettering
2013-11-25systemctl: when status is called without arguments show pagerLennart Poettering
2013-11-25core: fix bus serialization of conditionsLennart Poettering
2013-11-25core: fix serialization of exec command structsLennart Poettering
2013-11-25core: set some event source priorities to enforce dispatching orderLennart Poettering
2013-11-25swap: split state machine state ACTIVATING into twoLennart Poettering
2013-11-25device: modernizationsLennart Poettering
2013-11-25core: dispatch run queue only if there's nothing else to doLennart Poettering
2013-11-25cgroups-agent: down-grade log levelLennart Poettering
2013-11-25udev: net_setup_link - don't use Description as AliasTom Gundersen
2013-11-25socket-proxyd: Add --listener option for listener/destination pairs.David Strauss
2013-11-24core: set finish_timestamp only after all jobs have finishedKay Sievers
2013-11-23networkd: fix buildTom Gundersen
2013-11-23networkd: use Type=notifyTom Gundersen
2013-11-22bus: protected dual timestamp property macro for misusageLennart Poettering
2013-11-22core: don't warn loudly if we cannot send a bus signal to a disconnected clientLennart Poettering
2013-11-22systemctl: indicate in list-dependencies whether a unit is already runningLennart Poettering
2013-11-22service: honour that for services RestartSec=0 means immediate restarts but T...Lennart Poettering
2013-11-22job: fix serializationLennart Poettering
2013-11-22bus: when closing a bus, drop all refs to queued messages, so that the bus ca...Lennart Poettering
2013-11-22build-sys: move more files from core/ to share/ that are generic enoughLennart Poettering
2013-11-22test: test-sched-prio - skip if XDG_RUNTIME_DIR is not setKay Sievers
2013-11-22macro: fix problem with __LINE__ macro expansionLukasz Skalski
2013-11-22core: fix timestamp assignmentKay Sievers
2013-11-22macro: fix assert_cc() fallbackDavid Herrmann
2013-11-22bus: rework sd_bus_error APIsLennart Poettering