summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 se...Lennart Poettering1-12/+12
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
2010-05-22manager: canonicalize search paths and filter out non-existing paths and thos...Lennart Poettering3-7/+78
2010-05-22execute: only reset those signals to the default we really need to reset to t...Lennart Poettering5-12/+62
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 be...Lennart Poettering4-12/+138
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 /p...Lennart Poettering1-1/+1
2010-05-21mount: refuse mount units that have not been loaded from any sourceLennart Poettering1-1/+4
2010-05-21log: handle multi-line log messages properlyLennart Poettering1-19/+37
2010-05-20socket: fix error handlingLennart Poettering1-3/+5
2010-05-20socket: format IPv4-in-IPv6 addresses as IPv4 addresses for instance nameLennart Poettering1-10/+30
2010-05-20service: when start is repeated too often, consider that failureLennart Poettering1-0/+1
2010-05-20cgroup: consider not-realized cgroups empty when killing all processes in themLennart Poettering1-1/+4
2010-05-20loopback: negate netlink error code before we pass it to strerror()Lennart Poettering1-1/+1
2010-05-20sd-daemon: extend documentation a littleLennart Poettering2-10/+17
2010-05-20loopback-setup: be more verbose when something is failingLennart Poettering1-1/+3
2010-05-20units: SUSE supportKay Sievers1-2/+2
2010-05-20systemadm: fix link when fragment path is unknownLennart Poettering1-3/+5
2010-05-20systemadm: make fragment path a clickable linkLennart Poettering1-1/+6
2010-05-20execute: check ppid, not pid for 1Lennart Poettering1-3/+3
2010-05-20logger: add an after dependency on the syslog dependencyLennart Poettering1-1/+4
2010-05-20service: when we cannot start due to rate limít consider that a real failureLennart Poettering2-4/+5
2010-05-20job: don't show (null) prefix in dumpLennart Poettering1-2/+3
2010-05-20sd-daemon: add API to verify socket typesLennart Poettering4-5/+246
2010-05-20execute: reopen console in the spawned processes, if necessaryLennart Poettering2-13/+9
2010-05-19automount: try to modprobe autofs4 if its lackingLennart Poettering1-2/+12
2010-05-19shorten copyright header of configuration filesLennart Poettering2-20/+0
2010-05-19service: refuse to parse sysv scripts that are requested with a boot. prefix ...Lennart Poettering1-2/+8
2010-05-19load-fragment: add support for overriding argv[0] in parsed command linesLennart Poettering1-13/+37
2010-05-19execute: send output of services by default to same place as systemd internal...Lennart Poettering1-2/+3
2010-05-19execute: simplify stdin/stderr/stdout fixup a littleLennart Poettering1-23/+12
2010-05-19execute: s/EXEC_OUTPUT_KERNEL/EXEC_OUTPUT_KMSG/ to follow LOG_TARGET_xxx nome...Lennart Poettering3-8/+8