summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2013-11-28bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering
2013-11-28automount: log info about triggering processKay Sievers
2013-11-28core: initialize variableKay Sievers
2013-11-27namespace: comment typo fixLennart Poettering
2013-11-27service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering
2013-11-26tree-wide usage of %m specifier instead of strerror(errno)Daniel Buch
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-25core: fix order of parameters in broadcast_signal()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-25conf-parser: distinguish between multiple sections with the same nameTom Gundersen
2013-11-25device: fix typoLennart 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-24core: set finish_timestamp only after all jobs have finishedKay Sievers
2013-11-22core: don't warn loudly if we cannot send a bus signal to a disconnected clientLennart 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-22build-sys: move more files from core/ to share/ that are generic enoughLennart Poettering
2013-11-22core: fix timestamp assignmentKay Sievers
2013-11-22bus: rework sd_bus_error APIsLennart Poettering
2013-11-22cgroups: Cache controller masks and optimize queues.David Strauss
2013-11-22bus: also add error parameter to object find and enumerator callbacksLennart Poettering
2013-11-21bus: restore selinux access control to PID 1 for propertiesLennart Poettering
2013-11-21timer: make timer accuracy configurableLennart Poettering
2013-11-21core: actually make SwitchRoot() bus call do the deedLennart Poettering
2013-11-21core: fix serilization of ListJobs() responseLennart Poettering
2013-11-21core: fix serialization of client trackerLennart Poettering
2013-11-21core: fix deserialization of StartTransientUnit() parametersLennart Poettering
2013-11-21bus: properly serialize unit file change listLennart Poettering
2013-11-21bus: rework message handlers to always take an error argumentLennart Poettering
2013-11-21manager: always sort environment block, it's prettierLennart Poettering
2013-11-21src/core/selinux-access: #include <sys/socket.h>Daniel Mack
2013-11-21bus: fix seriliazation of activation errorsLennart Poettering
2013-11-21bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering
2013-11-21socket: fix segfaultLennart Poettering
2013-11-20valgrind: make running PID 1 in valgrind usefulLennart Poettering
2013-11-20manager: don't do plymouth in a containerLennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-11-20install: use const where we canLennart Poettering
2013-11-18Remove duplicate includesKarel Zak
2013-11-18use #pragma once instead of foo*foo define guardsShawn Landden
2013-11-17core/socket: fix SO_REUSEPORTShawn Landden