summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-06-16typo: the correct spelling is maintenance not maintainanceLennart Poettering
2010-06-16notify: add minimal readiness/status protocol for spawned daemonsLennart Poettering
2010-06-16kmod: autoload unix.ko if it isn't aroundLennart Poettering
2010-06-16cgroup: drop inherit flag, this mus be fixed in the kernelLennart Poettering
2010-06-16main: fix help regarding --unit/systemd.unit=Lennart Poettering
2010-06-16strv: introduce strv_find_prefix()Lennart Poettering
2010-06-16util: introduce random_ull()Lennart Poettering
2010-06-16install: add systemd-install tool for managing alias/wants symlinksLennart Poettering
2010-06-16util: introduce readlink_and_make_absolute()Lennart Poettering
2010-06-15systemctl: make sure getopt doesn't segfaultLennart Poettering
2010-06-15service: never supervise ourselvesLennart Poettering
2010-06-15manager: split off path lookup logic into own .c fileLennart Poettering
2010-06-15manager: recheck unit paths on daemon reloadLennart Poettering
2010-06-15systemctl: fix race in --blockLennart Poettering
2010-06-15dbus: fix matchLennart Poettering
2010-06-15systemctl: reimplement systemctl in pure C without Vala/GObjectLennart Poettering
2010-06-15initctl: make sure we don't exit due to dbus disconnectLennart Poettering
2010-06-15dbus: tighten match rules a bitLennart Poettering
2010-06-15set: introduce set_free_free()Lennart Poettering
2010-06-11log: don't open log targets too earlyLennart Poettering
2010-06-11reword a few log messagesLennart Poettering
2010-06-09main: rename systemd.default= to systemd.unit=Lennart Poettering
2010-06-09log: add null log targetLennart Poettering
2010-06-07dbus: add missing bus activation fileLennart Poettering
2010-06-07dbus: allow systemd to receive activation requestsLennart Poettering
2010-06-07service: honour suse style Kxx links in boot.d/ directoryLennart Poettering
2010-06-05unit: bump up default timeout to 60sLennart Poettering
2010-06-05unit: when destructing units make sure we don't readd the unit to the gc queu...Lennart Poettering
2010-06-05socket: verify socket type properly when desrializingLennart Poettering
2010-06-04dbus: be a bit more verbose for bus activationLennart Poettering
2010-06-04unit: avoid assert on daemon reloadLennart Poettering
2010-06-04dbus: there might be names already registered before we can connect, make sur...Lennart Poettering
2010-06-04service: handle properly if a dbus process terminates before acquiring the db...Lennart Poettering
2010-06-04unit: if a unit external changes state, consider that good enough for a job t...Lennart Poettering
2010-06-04manager: dump to usual debug channel on SIGUSR2, don't rely on stdinLennart Poettering
2010-06-04units: introduce and explain sysinit.targetLennart Poettering
2010-06-03unit: make sure deserialized_job's type is knownLennart Poettering
2010-06-03unit: serialize jobs in addition to unitsLennart Poettering
2010-06-03execute: fix parsing of StandardError= settingLennart Poettering
2010-06-03test: update test-engine.c to work againLennart Poettering
2010-06-03manager: when we sweep the tree when looking for ordering cycles, remember an...Lennart Poettering
2010-06-02mount: parse both parts of the mount options from /proc/self/mountinfoLennart Poettering
2010-06-02dbus: hide some debug outputLennart Poettering
2010-06-02macro: avoid name clash with _unused on ppcLennart Poettering
2010-06-02mounts: reindent tableLennart Poettering
2010-06-02mounts: make /cgroup a tmpfs file systemLennart Poettering
2010-06-02service: change default service type to 'simple' since that is the futureLennart Poettering
2010-06-02swap: Fix uninitialized variableChristian Ruppert
2010-06-02hostname: keep dots in hostnameLennart Poettering
2010-06-02sd-daemon: rework documentation a littleLennart Poettering