summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAge
* bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering2013-11-28
* automount: log info about triggering processKay Sievers2013-11-28
* core: initialize variableKay Sievers2013-11-28
* namespace: comment typo fixLennart Poettering2013-11-27
* service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering2013-11-27
* tree-wide usage of %m specifier instead of strerror(errno)Daniel Buch2013-11-26
* core: add new "flush" job mode to cancel all other jobs when queuing a new jobLennart Poettering2013-11-26
* core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= s...Lennart Poettering2013-11-26
* core: fix order of parameters in broadcast_signal()Lennart Poettering2013-11-25
* service: fix handling of PID file inotify eventsLennart Poettering2013-11-25
* core: include following set data in dumpLennart Poettering2013-11-25
* swap: always track the current real device node of all swap devices, even whe...Lennart Poettering2013-11-25
* shutdown: during final killing spree also send SIGHUP in addition to SIGTERM ...Lennart Poettering2013-11-25
* conf-parser: distinguish between multiple sections with the same nameTom Gundersen2013-11-25
* device: fix typoLennart Poettering2013-11-25
* core: fix bus serialization of conditionsLennart Poettering2013-11-25
* core: fix serialization of exec command structsLennart Poettering2013-11-25
* core: set some event source priorities to enforce dispatching orderLennart Poettering2013-11-25
* swap: split state machine state ACTIVATING into twoLennart Poettering2013-11-25
* device: modernizationsLennart Poettering2013-11-25
* core: dispatch run queue only if there's nothing else to doLennart Poettering2013-11-25
* core: set finish_timestamp only after all jobs have finishedKay Sievers2013-11-24
* core: don't warn loudly if we cannot send a bus signal to a disconnected clientLennart Poettering2013-11-22
* service: honour that for services RestartSec=0 means immediate restarts but T...Lennart Poettering2013-11-22
* job: fix serializationLennart Poettering2013-11-22
* build-sys: move more files from core/ to share/ that are generic enoughLennart Poettering2013-11-22
* core: fix timestamp assignmentKay Sievers2013-11-22
* bus: rework sd_bus_error APIsLennart Poettering2013-11-22
* cgroups: Cache controller masks and optimize queues.David Strauss2013-11-22
* bus: also add error parameter to object find and enumerator callbacksLennart Poettering2013-11-22
* bus: restore selinux access control to PID 1 for propertiesLennart Poettering2013-11-21
* timer: make timer accuracy configurableLennart Poettering2013-11-21
* core: actually make SwitchRoot() bus call do the deedLennart Poettering2013-11-21
* core: fix serilization of ListJobs() responseLennart Poettering2013-11-21
* core: fix serialization of client trackerLennart Poettering2013-11-21
* core: fix deserialization of StartTransientUnit() parametersLennart Poettering2013-11-21
* bus: properly serialize unit file change listLennart Poettering2013-11-21
* bus: rework message handlers to always take an error argumentLennart Poettering2013-11-21
* manager: always sort environment block, it's prettierLennart Poettering2013-11-21
* src/core/selinux-access: #include <sys/socket.h>Daniel Mack2013-11-21
* bus: fix seriliazation of activation errorsLennart Poettering2013-11-21
* bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering2013-11-21
* socket: fix segfaultLennart Poettering2013-11-21
* valgrind: make running PID 1 in valgrind usefulLennart Poettering2013-11-20
* manager: don't do plymouth in a containerLennart Poettering2013-11-20
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-20
* install: use const where we canLennart Poettering2013-11-20
* Remove duplicate includesKarel Zak2013-11-18
* use #pragma once instead of foo*foo define guardsShawn Landden2013-11-18
* core/socket: fix SO_REUSEPORTShawn Landden2013-11-17