aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bus: deal with duplicate values from enumeratorsLennart Poettering2013-11-221-0/+2
* event: rename sd_event_get() to sd_event_source_get_event()Lennart Poettering2013-11-225-12/+10
* bus: add calls to query attached objectsLennart Poettering2013-11-224-0/+17
* bus: also add error parameter to object find and enumerator callbacksLennart Poettering2013-11-2213-140/+136
* bus: restore selinux access control to PID 1 for propertiesLennart Poettering2013-11-212-1/+70
* timer: make timer accuracy configurableLennart Poettering2013-11-214-4/+12
* core: actually make SwitchRoot() bus call do the deedLennart Poettering2013-11-211-1/+3
* core: fix serilization of ListJobs() responseLennart Poettering2013-11-211-1/+2
* core: fix serialization of client trackerLennart Poettering2013-11-211-2/+2
* core: fix deserialization of StartTransientUnit() parametersLennart Poettering2013-11-213-3/+16
* bus: properly serialize unit file change listLennart Poettering2013-11-212-3/+2
* logind,machined,run: properly invoke StartTransientUnit() bus callLennart Poettering2013-11-214-8/+17
* bus: rework message handlers to always take an error argumentLennart Poettering2013-11-2141-1131/+1200
* hostnamed: modernizationsLennart Poettering2013-11-211-9/+5
* manager: always sort environment block, it's prettierLennart Poettering2013-11-211-1/+3
* bus: the :no-sender hack is now unnecessary, since the new library doesn't re...Lennart Poettering2013-11-213-14/+2
* networkd: make sure Network and Link can always be freedTom Gundersen2013-11-212-13/+10
* networkd: avoid segfaultTom Gundersen2013-11-211-1/+7
* src/core/selinux-access: #include <sys/socket.h>Daniel Mack2013-11-211-0/+1
* bus: update kdbus.hKay Sievers2013-11-211-0/+5
* networkd: don't filter on udev tagsTom Gundersen2013-11-211-10/+4
* efi-boot-generator: don't mount /boot eagerlyTom Gundersen2013-11-211-1/+1
* bus: fix seriliazation of activation errorsLennart Poettering2013-11-211-1/+1
* bus: rename SD_BUS_ERROR_MAKE to SD_BUS_ERROR_MAKE_CONST to indicate it only ...Lennart Poettering2013-11-215-22/+22
* bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering2013-11-2128-569/+560
* bus: add API calls to escape string components of objects pathsLennart Poettering2013-11-2111-107/+113
* sd-event: try to move timer wakeups to the same spot within each minuteLennart Poettering2013-11-211-10/+22
* socket: fix segfaultLennart Poettering2013-11-211-0/+1
* valgrind: make running PID 1 in valgrind usefulLennart Poettering2013-11-201-0/+13
* nspawn: add new --drop-capability= switchLennart Poettering2013-11-201-2/+10
* event: make sure to possibly disarm the timerfds before we reenter epoll_waitLennart Poettering2013-11-201-10/+8
* event: don't disarm invalid timerfdLennart Poettering2013-11-201-0/+3
* bus: make sure an additional ref to a busevent source doesn't cause the event...Lennart Poettering2013-11-201-4/+12
* event: whenever a time source changes pending state reshuffle elapsation prioqsLennart Poettering2013-11-201-6/+11
* event: when we change the io events to watch we need to figure out if a an ev...Lennart Poettering2013-11-201-0/+1
* sd-event: fix comparison functionsLennart Poettering2013-11-201-2/+2
* manager: don't do plymouth in a containerLennart Poettering2013-11-201-0/+3
* busctl: when no match is specified, add default matchLennart Poettering2013-11-201-0/+13
* bus: add color and indentation to bus_message_dump()Lennart Poettering2013-11-201-10/+32
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-20104-9182/+6096
* hashmap: be a bit more conservative with pre-allocating hash tables and itemsLennart Poettering2013-11-201-4/+5
* install: when determining where default.target points to, accept a file inste...Lennart Poettering2013-11-201-2/+6
* test: exit early if we would conflict with running user systemdLennart Poettering2013-11-202-2/+2
* bus: add sd_bus_send_to() API callLennart Poettering2013-11-203-3/+24
* bus: bump serial number counter when sending already sealed messagesLennart Poettering2013-11-201-1/+6
* bus: sd_bus_error_setxyz calls should always return the error as errno style ...Lennart Poettering2013-11-201-6/+9
* libudev: always return NULL in _unref() APIsLennart Poettering2013-11-205-10/+10
* libudev: always return valid negative error codes on API functionsLennart Poettering2013-11-202-10/+10
* calendar: support 'yearly' and 'annually' names the same way as cronLennart Poettering2013-11-201-0/+17
* hwclock: modernizationsLennart Poettering2013-11-201-12/+6