summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* dbus: add missing bus activation fileLennart Poettering2010-06-071-0/+11
* dbus: allow systemd to receive activation requestsLennart Poettering2010-06-072-0/+7
* service: honour suse style Kxx links in boot.d/ directoryLennart Poettering2010-06-071-6/+13
* unit: bump up default timeout to 60sLennart Poettering2010-06-051-1/+1
* unit: when destructing units make sure we don't readd the unit to the gc queu...Lennart Poettering2010-06-052-10/+19
* socket: verify socket type properly when desrializingLennart Poettering2010-06-053-6/+8
* dbus: be a bit more verbose for bus activationLennart Poettering2010-06-041-0/+2
* unit: avoid assert on daemon reloadLennart Poettering2010-06-042-5/+6
* dbus: there might be names already registered before we can connect, make sur...Lennart Poettering2010-06-041-0/+94
* service: handle properly if a dbus process terminates before acquiring the db...Lennart Poettering2010-06-041-7/+11
* unit: if a unit external changes state, consider that good enough for a job t...Lennart Poettering2010-06-041-32/+30
* manager: dump to usual debug channel on SIGUSR2, don't rely on stdinLennart Poettering2010-06-043-3/+57
* units: introduce and explain sysinit.targetLennart Poettering2010-06-042-2/+3
* unit: make sure deserialized_job's type is knownLennart Poettering2010-06-031-1/+1
* unit: serialize jobs in addition to unitsLennart Poettering2010-06-033-3/+42
* execute: fix parsing of StandardError= settingLennart Poettering2010-06-031-1/+1
* test: update test-engine.c to work againLennart Poettering2010-06-031-7/+7
* manager: when we sweep the tree when looking for ordering cycles, remember an...Lennart Poettering2010-06-031-12/+22
* mount: parse both parts of the mount options from /proc/self/mountinfoLennart Poettering2010-06-021-4/+15
* dbus: hide some debug outputLennart Poettering2010-06-021-4/+4
* macro: avoid name clash with _unused on ppcLennart Poettering2010-06-026-29/+29
* mounts: reindent tableLennart Poettering2010-06-021-7/+7
* mounts: make /cgroup a tmpfs file systemLennart Poettering2010-06-021-1/+2
* service: change default service type to 'simple' since that is the futureLennart Poettering2010-06-022-4/+3
* swap: Fix uninitialized variableChristian Ruppert2010-06-021-1/+1
* hostname: keep dots in hostnameLennart Poettering2010-06-021-1/+2
* sd-daemon: rework documentation a littleLennart Poettering2010-06-022-12/+16
* dbus: implement systemd side of dbus activation glueLennart Poettering2010-06-021-4/+78
* dbus: add simplified way to start an arbitrary unit in a single method callLennart Poettering2010-06-015-54/+92
* service: interpret Debian-style X-Interactive LSB header fieldLennart Poettering2010-05-241-0/+13
* unit: introduce exit.service for exiting from session instancesLennart Poettering2010-05-242-7/+15
* unit: turn display-manager.target into a serviceLennart Poettering2010-05-242-2/+2
* service: add extended debian facilitiesLennart Poettering2010-05-242-2/+9
* service: be case insensitive when parsing LSB headers, because some Debian se...Lennart Poettering2010-05-241-12/+12
* service: interpret suse/debian style X-Start-Before/X-Start-AfterLennart Poettering2010-05-241-2/+4
* sd-daemon: set FD_CLOEXEC by defaultLennart Poettering2010-05-241-1/+20
* main: don't try to mount api dirs if we are not rootLennart Poettering2010-05-241-2/+3
* path: add .path unit type for monitoring filesLennart Poettering2010-05-2418-24/+915
* timer: fully implement timer unitsLennart Poettering2010-05-2417-52/+735
* dbus: automatically generate and install introspection filesLennart Poettering2010-05-2326-282/+414
* systemctl: subscribe to changes of existing units/jobsLennart Poettering2010-05-221-5/+15
* execute: fix typoLennart Poettering2010-05-223-6/+8
* systemctl: add --block switch for synchronous starting of unitsLennart Poettering2010-05-229-30/+82
* manager: link ~/.local/share/systemd/session to ~/.config/systemd/session if ...Lennart Poettering2010-05-221-0/+10
* manager: canonicalize search paths and filter out non-existing paths and thos...Lennart Poettering2010-05-223-7/+78
* execute: only reset those signals to the default we really need to reset to t...Lennart Poettering2010-05-225-12/+62
* device: make use of new libudev tags logicLennart Poettering2010-05-222-17/+14
* kmod: automatically load a few kernel modules we need for normal operation be...Lennart Poettering2010-05-224-12/+138
* unit: add simple only-by-dependency flag for unitsLennart Poettering2010-05-214-2/+11
* socket: fix parsing of bind_ipv6_onlyLennart Poettering2010-05-216-11/+32