summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-02build-sys: when building from build tree default to / root dirLennart 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-02build-sys: call AC_OUTPUT without any argumentsChristian Ruppert
2010-06-02untis: fix path to helper servicesLennart Poettering
2010-06-02hostname: keep dots in hostnameLennart Poettering
2010-06-02build-sys: default rootdir to prefixLennart Poettering
2010-06-02sd-daemon: rework documentation a littleLennart Poettering
2010-06-02dbus: implement systemd side of dbus activation glueLennart Poettering
2010-06-02units: tear down sys-kernel-security.automount automount point on shutdownLennart Poettering
2010-06-02units: add SUSE service filesKay Sievers
2010-06-02build-sys: add missing backslashLennart Poettering
2010-06-02build-sys: move systemd from /sbin to /bin since it should be used by normal ...Lennart Poettering
2010-06-02build-sys: install stuff intended for / into ${rootdir} which is configurable...Lennart Poettering
2010-06-01units: drop fuse fs from automount, since this is now done by udev internallyLennart Poettering
2010-06-01getty: set TERM=linux for the local gettys we configureLennart Poettering
2010-06-01dbus: add simplified way to start an arbitrary unit in a single method callLennart Poettering
2010-05-24units: fix Gentoo servicesMarc-Antoine Perennou
2010-05-24service: interpret Debian-style X-Interactive LSB header fieldLennart Poettering
2010-05-24man: document syslog and dbus servicesLennart Poettering
2010-05-24unit: introduce exit.service for exiting from session instancesLennart Poettering
2010-05-24unit: ship a mail-transfer-agent.target unit by defaultLennart Poettering
2010-05-24unit: turn display-manager.target into a serviceLennart Poettering
2010-05-24service: add extended debian facilitiesLennart Poettering
2010-05-24service: be case insensitive when parsing LSB headers, because some Debian se...Lennart Poettering
2010-05-24service: interpret suse/debian style X-Start-Before/X-Start-AfterLennart Poettering
2010-05-24sd-daemon: set FD_CLOEXEC by defaultLennart Poettering
2010-05-24main: don't try to mount api dirs if we are not rootLennart Poettering
2010-05-24man: fix minor typoLennart Poettering
2010-05-24path: add .path unit type for monitoring filesLennart Poettering
2010-05-24timer: fully implement timer unitsLennart Poettering
2010-05-23dbus: automatically generate and install introspection filesLennart Poettering
2010-05-23unit: add automount units for a number of API filesystemsLennart Poettering
2010-05-22systemctl: subscribe to changes of existing units/jobsLennart Poettering
2010-05-22execute: fix typoLennart Poettering
2010-05-22systemctl: add --block switch for synchronous starting of unitsLennart Poettering
2010-05-22manager: link ~/.local/share/systemd/session to ~/.config/systemd/session if ...Lennart Poettering
2010-05-22manager: canonicalize search paths and filter out non-existing paths and thos...Lennart Poettering
2010-05-22execute: only reset those signals to the default we really need to reset to t...Lennart Poettering
2010-05-22device: make use of new libudev tags logicLennart Poettering
2010-05-22kmod: automatically load a few kernel modules we need for normal operation be...Lennart Poettering
2010-05-21units: mark a couple of services as OnlyByDependencyLennart Poettering
2010-05-21unit: add simple only-by-dependency flag for unitsLennart Poettering
2010-05-21socket: fix parsing of bind_ipv6_onlyLennart Poettering
2010-05-21sd-daemon: verify socket family, tooLennart Poettering
2010-05-21sd-daemon: fix listening socket verificationLennart Poettering
2010-05-21mount: consider a mount successful if /bin/mount returned successfully but /p...Lennart Poettering