summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-11-25udev: net_setup_link - don't use Description as AliasTom Gundersen8-18/+71
2013-11-25socket-proxyd: Add --listener option for listener/destination pairs.David Strauss1-21/+42
2013-11-24core: set finish_timestamp only after all jobs have finishedKay Sievers1-2/+3
2013-11-23networkd: fix buildTom Gundersen1-0/+1
2013-11-23networkd: use Type=notifyTom Gundersen1-7/+16
2013-11-22bus: protected dual timestamp property macro for misusageLennart Poettering1-2/+2
2013-11-22core: don't warn loudly if we cannot send a bus signal to a disconnected clientLennart Poettering4-24/+40
2013-11-22systemctl: indicate in list-dependencies whether a unit is already runningLennart Poettering2-0/+14
2013-11-22service: honour that for services RestartSec=0 means immediate restarts but T...Lennart Poettering1-16/+24
2013-11-22job: fix serializationLennart Poettering1-1/+6
2013-11-22bus: when closing a bus, drop all refs to queued messages, so that the bus ca...Lennart Poettering2-10/+23
2013-11-22build-sys: move more files from core/ to share/ that are generic enoughLennart Poettering7-22/+22
2013-11-22test: test-sched-prio - skip if XDG_RUNTIME_DIR is not setKay Sievers1-2/+2
2013-11-22macro: fix problem with __LINE__ macro expansionLukasz Skalski1-3/+6
2013-11-22core: fix timestamp assignmentKay Sievers1-1/+1
2013-11-22macro: fix assert_cc() fallbackDavid Herrmann1-1/+3
2013-11-22bus: rework sd_bus_error APIsLennart Poettering8-248/+507
2013-11-22cgroups: Cache controller masks and optimize queues.David Strauss5-30/+158
2013-11-22bus: deal with duplicate values from enumeratorsLennart Poettering1-0/+2
2013-11-22event: rename sd_event_get() to sd_event_source_get_event()Lennart Poettering5-12/+10
2013-11-22bus: add calls to query attached objectsLennart Poettering4-0/+17
2013-11-22bus: also add error parameter to object find and enumerator callbacksLennart Poettering13-140/+136
2013-11-21bus: restore selinux access control to PID 1 for propertiesLennart Poettering2-1/+70
2013-11-21timer: make timer accuracy configurableLennart Poettering4-4/+12
2013-11-21core: actually make SwitchRoot() bus call do the deedLennart Poettering1-1/+3
2013-11-21core: fix serilization of ListJobs() responseLennart Poettering1-1/+2
2013-11-21core: fix serialization of client trackerLennart Poettering1-2/+2
2013-11-21core: fix deserialization of StartTransientUnit() parametersLennart Poettering3-3/+16
2013-11-21bus: properly serialize unit file change listLennart Poettering2-3/+2
2013-11-21logind,machined,run: properly invoke StartTransientUnit() bus callLennart Poettering4-8/+17
2013-11-21bus: rework message handlers to always take an error argumentLennart Poettering41-1131/+1200
2013-11-21hostnamed: modernizationsLennart Poettering1-9/+5
2013-11-21manager: always sort environment block, it's prettierLennart Poettering1-1/+3
2013-11-21bus: the :no-sender hack is now unnecessary, since the new library doesn't re...Lennart Poettering3-14/+2
2013-11-21networkd: make sure Network and Link can always be freedTom Gundersen2-13/+10
2013-11-21networkd: avoid segfaultTom Gundersen1-1/+7
2013-11-21src/core/selinux-access: #include <sys/socket.h>Daniel Mack1-0/+1
2013-11-21bus: update kdbus.hKay Sievers1-0/+5
2013-11-21networkd: don't filter on udev tagsTom Gundersen1-10/+4
2013-11-21efi-boot-generator: don't mount /boot eagerlyTom Gundersen1-1/+1
2013-11-21bus: fix seriliazation of activation errorsLennart Poettering1-1/+1
2013-11-21bus: rename SD_BUS_ERROR_MAKE to SD_BUS_ERROR_MAKE_CONST to indicate it only ...Lennart Poettering5-22/+22
2013-11-21bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering28-569/+560
2013-11-21bus: add API calls to escape string components of objects pathsLennart Poettering11-107/+113
2013-11-21sd-event: try to move timer wakeups to the same spot within each minuteLennart Poettering1-10/+22
2013-11-21socket: fix segfaultLennart Poettering1-0/+1
2013-11-20valgrind: make running PID 1 in valgrind usefulLennart Poettering1-0/+13
2013-11-20nspawn: add new --drop-capability= switchLennart Poettering1-2/+10
2013-11-20event: make sure to possibly disarm the timerfds before we reenter epoll_waitLennart Poettering1-10/+8
2013-11-20event: don't disarm invalid timerfdLennart Poettering1-0/+3