summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-06-02hostname: keep dots in hostnameLennart Poettering
2010-06-02sd-daemon: rework documentation a littleLennart Poettering
2010-06-02dbus: implement systemd side of dbus activation glueLennart Poettering
2010-06-01dbus: add simplified way to start an arbitrary unit in a single method callLennart Poettering
2010-05-24service: interpret Debian-style X-Interactive LSB header fieldLennart Poettering
2010-05-24unit: introduce exit.service for exiting from session instancesLennart 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-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-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-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
2010-05-21mount: refuse mount units that have not been loaded from any sourceLennart Poettering
2010-05-21log: handle multi-line log messages properlyLennart Poettering
2010-05-20socket: fix error handlingLennart Poettering
2010-05-20socket: format IPv4-in-IPv6 addresses as IPv4 addresses for instance nameLennart Poettering
2010-05-20service: when start is repeated too often, consider that failureLennart Poettering
2010-05-20cgroup: consider not-realized cgroups empty when killing all processes in themLennart Poettering
2010-05-20loopback: negate netlink error code before we pass it to strerror()Lennart Poettering
2010-05-20sd-daemon: extend documentation a littleLennart Poettering
2010-05-20loopback-setup: be more verbose when something is failingLennart Poettering
2010-05-20units: SUSE supportKay Sievers
2010-05-20systemadm: fix link when fragment path is unknownLennart Poettering
2010-05-20systemadm: make fragment path a clickable linkLennart Poettering
2010-05-20execute: check ppid, not pid for 1Lennart Poettering
2010-05-20logger: add an after dependency on the syslog dependencyLennart Poettering
2010-05-20service: when we cannot start due to rate limít consider that a real failureLennart Poettering
2010-05-20job: don't show (null) prefix in dumpLennart Poettering
2010-05-20sd-daemon: add API to verify socket typesLennart Poettering
2010-05-20execute: reopen console in the spawned processes, if necessaryLennart Poettering
2010-05-19automount: try to modprobe autofs4 if its lackingLennart Poettering
2010-05-19shorten copyright header of configuration filesLennart Poettering
2010-05-19service: refuse to parse sysv scripts that are requested with a boot. prefix ...Lennart Poettering
2010-05-19load-fragment: add support for overriding argv[0] in parsed command linesLennart Poettering