summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* log: add null log targetLennart Poettering2010-06-09
* dbus: add missing bus activation fileLennart Poettering2010-06-07
* dbus: allow systemd to receive activation requestsLennart Poettering2010-06-07
* service: honour suse style Kxx links in boot.d/ directoryLennart Poettering2010-06-07
* unit: bump up default timeout to 60sLennart Poettering2010-06-05
* unit: when destructing units make sure we don't readd the unit to the gc queu...Lennart Poettering2010-06-05
* socket: verify socket type properly when desrializingLennart Poettering2010-06-05
* dbus: be a bit more verbose for bus activationLennart Poettering2010-06-04
* unit: avoid assert on daemon reloadLennart Poettering2010-06-04
* dbus: there might be names already registered before we can connect, make sur...Lennart Poettering2010-06-04
* service: handle properly if a dbus process terminates before acquiring the db...Lennart Poettering2010-06-04
* unit: if a unit external changes state, consider that good enough for a job t...Lennart Poettering2010-06-04
* manager: dump to usual debug channel on SIGUSR2, don't rely on stdinLennart Poettering2010-06-04
* units: introduce and explain sysinit.targetLennart Poettering2010-06-04
* unit: make sure deserialized_job's type is knownLennart Poettering2010-06-03
* unit: serialize jobs in addition to unitsLennart Poettering2010-06-03
* execute: fix parsing of StandardError= settingLennart Poettering2010-06-03
* test: update test-engine.c to work againLennart Poettering2010-06-03
* manager: when we sweep the tree when looking for ordering cycles, remember an...Lennart Poettering2010-06-03
* mount: parse both parts of the mount options from /proc/self/mountinfoLennart Poettering2010-06-02
* dbus: hide some debug outputLennart Poettering2010-06-02
* macro: avoid name clash with _unused on ppcLennart Poettering2010-06-02
* mounts: reindent tableLennart Poettering2010-06-02
* mounts: make /cgroup a tmpfs file systemLennart Poettering2010-06-02
* service: change default service type to 'simple' since that is the futureLennart Poettering2010-06-02
* swap: Fix uninitialized variableChristian Ruppert2010-06-02
* hostname: keep dots in hostnameLennart Poettering2010-06-02
* sd-daemon: rework documentation a littleLennart Poettering2010-06-02
* dbus: implement systemd side of dbus activation glueLennart Poettering2010-06-02
* dbus: add simplified way to start an arbitrary unit in a single method callLennart Poettering2010-06-01
* service: interpret Debian-style X-Interactive LSB header fieldLennart Poettering2010-05-24
* unit: introduce exit.service for exiting from session instancesLennart Poettering2010-05-24
* unit: turn display-manager.target into a serviceLennart Poettering2010-05-24
* service: add extended debian facilitiesLennart Poettering2010-05-24
* service: be case insensitive when parsing LSB headers, because some Debian se...Lennart Poettering2010-05-24
* service: interpret suse/debian style X-Start-Before/X-Start-AfterLennart Poettering2010-05-24
* sd-daemon: set FD_CLOEXEC by defaultLennart Poettering2010-05-24
* main: don't try to mount api dirs if we are not rootLennart Poettering2010-05-24
* path: add .path unit type for monitoring filesLennart Poettering2010-05-24
* timer: fully implement timer unitsLennart Poettering2010-05-24
* dbus: automatically generate and install introspection filesLennart Poettering2010-05-23
* systemctl: subscribe to changes of existing units/jobsLennart Poettering2010-05-22
* execute: fix typoLennart Poettering2010-05-22
* systemctl: add --block switch for synchronous starting of unitsLennart Poettering2010-05-22
* manager: link ~/.local/share/systemd/session to ~/.config/systemd/session if ...Lennart Poettering2010-05-22
* manager: canonicalize search paths and filter out non-existing paths and thos...Lennart Poettering2010-05-22
* execute: only reset those signals to the default we really need to reset to t...Lennart Poettering2010-05-22
* device: make use of new libudev tags logicLennart Poettering2010-05-22
* kmod: automatically load a few kernel modules we need for normal operation be...Lennart Poettering2010-05-22
* unit: add simple only-by-dependency flag for unitsLennart Poettering2010-05-21