summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2010-06-05unit: bump up default timeout to 60sHEADmasterLennart Poettering1-1/+1
2010-06-05unit: when destructing units make sure we don't readd the unit to the gc ↵Lennart Poettering2-10/+19
queue after we already removed it there
2010-06-05socket: verify socket type properly when desrializingLennart Poettering3-6/+8
2010-06-04dbus: be a bit more verbose for bus activationLennart Poettering1-0/+2
2010-06-04unit: avoid assert on daemon reloadLennart Poettering2-5/+6
2010-06-04dbus: there might be names already registered before we can connect, make ↵Lennart Poettering1-0/+94
sure to enumerate them when checking whether a service is already started
2010-06-04service: handle properly if a dbus process terminates before acquiring the ↵Lennart Poettering1-7/+11
dbus name
2010-06-04unit: if a unit external changes state, consider that good enough for a job ↵Lennart Poettering1-32/+30
to succeed, don't enforce waiting for the dependencies
2010-06-04manager: dump to usual debug channel on SIGUSR2, don't rely on stdinLennart Poettering3-3/+57
2010-06-04units: introduce and explain sysinit.targetLennart Poettering2-2/+3
2010-06-03unit: make sure deserialized_job's type is knownLennart Poettering1-1/+1
2010-06-03unit: serialize jobs in addition to unitsLennart Poettering3-3/+42
2010-06-03execute: fix parsing of StandardError= settingLennart Poettering1-1/+1
2010-06-03test: update test-engine.c to work againLennart Poettering1-7/+7
2010-06-03manager: when we sweep the tree when looking for ordering cycles, remember ↵Lennart Poettering1-12/+22
and reuse if we already decided a tree was loop free, to improve speed drastically
2010-06-02mount: parse both parts of the mount options from /proc/self/mountinfoLennart Poettering1-4/+15
2010-06-02dbus: hide some debug outputLennart Poettering1-4/+4
2010-06-02macro: avoid name clash with _unused on ppcLennart Poettering6-29/+29
2010-06-02mounts: reindent tableLennart Poettering1-7/+7
2010-06-02mounts: make /cgroup a tmpfs file systemLennart Poettering1-1/+2
2010-06-02service: change default service type to 'simple' since that is the futureLennart Poettering2-4/+3
2010-06-02swap: Fix uninitialized variableChristian Ruppert1-1/+1
2010-06-02hostname: keep dots in hostnameLennart Poettering1-1/+2
2010-06-02sd-daemon: rework documentation a littleLennart Poettering2-12/+16
2010-06-02dbus: implement systemd side of dbus activation glueLennart Poettering1-4/+78
2010-06-01dbus: add simplified way to start an arbitrary unit in a single method callLennart Poettering5-54/+92
2010-05-24service: interpret Debian-style X-Interactive LSB header fieldLennart Poettering1-0/+13
2010-05-24unit: introduce exit.service for exiting from session instancesLennart Poettering2-7/+15
2010-05-24unit: turn display-manager.target into a serviceLennart Poettering2-2/+2
2010-05-24service: add extended debian facilitiesLennart Poettering2-2/+9
2010-05-24service: be case insensitive when parsing LSB headers, because some Debian ↵Lennart Poettering1-12/+12
services use lower case fields
2010-05-24service: interpret suse/debian style X-Start-Before/X-Start-AfterLennart Poettering1-2/+4
2010-05-24sd-daemon: set FD_CLOEXEC by defaultLennart Poettering1-1/+20
2010-05-24main: don't try to mount api dirs if we are not rootLennart Poettering1-2/+3
2010-05-24path: add .path unit type for monitoring filesLennart Poettering18-24/+915
2010-05-24timer: fully implement timer unitsLennart Poettering17-52/+735
2010-05-23dbus: automatically generate and install introspection filesLennart Poettering26-282/+414
2010-05-22systemctl: subscribe to changes of existing units/jobsLennart Poettering1-5/+15
2010-05-22execute: fix typoLennart Poettering3-6/+8
2010-05-22systemctl: add --block switch for synchronous starting of unitsLennart Poettering9-30/+82
2010-05-22manager: link ~/.local/share/systemd/session to ~/.config/systemd/session if ↵Lennart Poettering1-0/+10
possible
2010-05-22manager: canonicalize search paths and filter out non-existing paths and ↵Lennart Poettering3-7/+78
those pointing to the same fs directory
2010-05-22execute: only reset those signals to the default we really need to reset to ↵Lennart Poettering5-12/+62
the default
2010-05-22device: make use of new libudev tags logicLennart Poettering2-17/+14
2010-05-22kmod: automatically load a few kernel modules we need for normal operation ↵Lennart Poettering4-12/+138
before udev is active
2010-05-21unit: add simple only-by-dependency flag for unitsLennart Poettering4-2/+11
2010-05-21socket: fix parsing of bind_ipv6_onlyLennart Poettering6-11/+32
2010-05-21sd-daemon: verify socket family, tooLennart Poettering3-36/+69
2010-05-21sd-daemon: fix listening socket verificationLennart Poettering1-1/+1
2010-05-21mount: consider a mount successful if /bin/mount returned successfully but ↵Lennart Poettering1-1/+1
/proc/self/mountinfo didn't notify us yet