summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-23coverity: fix a couple of bugs found by coverityLennart Poettering
2011-09-22units: fix rescue.service race with plymouthMichal Schmidt
It was possible for the "ExecStartPre=-/bin/plymouth quit" to race with plymouth-start.service which is pulled in indirectly by basic.target -> sysinit.target. The race left plymouth running on the terminal, making it unusable for rescue purposes. https://bugzilla.redhat.com/show_bug.cgi?id=710487
2011-09-22man: document that PathChanged= does not care for simple writes but only for ↵Lennart Poettering
close()-after-write()
2011-09-22unit: don't recheck conditions when a unit is already starting but ↵Lennart Poettering
unit_start() is invoked
2011-09-22man: document pkg-config line for sd-daemonLennart Poettering
2011-09-22man: document that sd-daemon.[ch] is now available as shared libraryLennart Poettering
2011-09-22service: warn if a service fails to write its PID fileMichal Schmidt
Warn if a service promises to write a PID file (using 'PIDFile=' in the unit file or '# pidfile:' in SysV header), but fails to keep the promise. This warning will likely trigger also for the forking services with a racy daemonization, which exit the original process before the PID file is written.
2011-09-22update TODOLennart Poettering
2011-09-22selinux: reopen log when loading the SELinux policy failsLennart Poettering
2011-09-22service: if StandardInput=socket and StandardOutput=inherit imply socket for ↵Lennart Poettering
output, don't imply default output This is useful for inetd-style per-connection services, so that they again can simply specify StandardOutput=socket to connect all three fds to the socket.
2011-09-22udev: asynchronously mount fuse/confifgs as soon as the kmods are loadedLennart Poettering
2011-09-22units: introduce unit file for FUSE fsLennart Poettering
FUSE and configfs is very very similar, so handle both the same way.
2011-09-21units: In MeeGo there was more than one ExecStart lines present that caused ↵Marko Saukko
systemd to refuse the rescue.service
2011-09-21mount: pull in quota tools from fstab lines with 'quota' option, tooLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=736360
2011-09-21job: after converting a job from restart to start readd it to run queueLennart Poettering
When we converted a restart job it's time to look again whether any of its dependencies are now runnable. https://bugzilla.redhat.com/show_bug.cgi?id=735013
2011-09-21update TODOKay Sievers
2011-09-21units: we don't need to check whether /sys/kernel/security is already ↵Lennart Poettering
mounted since we'll enumerate that fact anyway
2011-09-21update TODOLennart Poettering
2011-09-21units: drop automount unit for /dev/hugepagesLennart Poettering
Since hugetlbfs cannot be compiled as kernel module there's little point in doing on-demand mounting via autofs for it.
2011-09-21units: drop automount unit for /dev/mqueueLennart Poettering
Since the mqueue support cannot be built as a module there's little benefit in having an autofs mount point set up for this.
2011-09-21units: drop automount unit for /sys/kernel/securityLennart Poettering
Since securityfs cannot be build as module there's little value in having an on-demand autofs mount point for it.
2011-09-21units: drop automount unit for /sys/kernel/debugLennart Poettering
Since debugfs cannot be compiled as module there's little benefit in having it as autofs mount point.
2011-09-21units: drop /sys/kernel/config automount unitLennart Poettering
The mount point directory /sys/kernel/config is only created after the module is loaded, hence there's little value in having this an automount unit: the runtime penalty for mounting an autofs here should be the same as for a real mount.
2011-09-21modules-load: filter out double modulesLennart Poettering
2011-09-21service: minor change in service_load_pid_file return valueMichal Schmidt
Return 0 only if the PID was really loaded. If no PIDFile= is defined, return -ENOENT. Only one caller cares about the return value of this function and this change makes the usage nicer.
2011-09-21condition: add ConditionPathIsSymbolicLinkMichal Schmidt
2011-09-21condition: always follow symlinks for condition checks, to mimic testLennart Poettering
2011-09-21service: handle forking services that move to a new PIDMichal Schmidt
When some forking daemons receive a SIGHUP, they re-execute themselves and consequently change to a new main PID. As long as they update the PID file in the right order (before exiting the old PID), we can detect that and avoid killing them.
2011-09-21units: don't initialize automount point for securityfs if the initrd already ↵Lennart Poettering
mounted the directory
2011-09-21unit: introduce ConditionPathIsMountPoint=Lennart Poettering
2011-09-20man: document which condition tests follow symlinksMichal Schmidt
ConditionPathExists and ConditionFileIsExecutable follow symlinks. ConditionPathIsDirectory does not follow symlinks. (XXX: is this actually the desired behavior?)
2011-09-20units: direct stdout/stderr of rescue shells to ttyMichal Schmidt
With output of services going to syslog by default now, the rescue shell units need to direct their output to tty explicitly. Specify stderr too, just in case.
2011-09-20units: Add support for automounting configfs, ala debugfs, etc.Bill Nottingham
2011-09-20update TODOLennart Poettering
2011-09-20stdout-syslog-bridge: properly handle overly long log linesLennart Poettering
2011-09-20service: drop broken support for X-Interactive fields in LSB headersLennart Poettering
The logic never worked since reading from the boot console is useless when a service is started after boot. Hence drop this half-baked code, since we now have a place document incompatibilities like this. http://www.freedesktop.org/wiki/Software/systemd/Incompatibilities
2011-09-20condition: in ConditionPathIsExecutable follow symlinksLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=737047
2011-09-19condition: opt out of /proc/cmdline parsing only when running in a ↵Lennart Poettering
container, not in a VM
2011-09-19hostnamed: Fix "SetStaticHostname" debug outputBastien Nocera
Was using the wrong property (eg. not the one we just set) https://bugs.freedesktop.org/show_bug.cgi?id=40987
2011-09-06man: list specifiers in a tableMathieu Bridon
It was noted on IRC that the current layout is not necessarily the easiest to parse by humans. I personnally struggled understanding it the first time I read it. Hopefully, this change makes it easier to understand. Note: I only reformatted the information that was already present in the documentation, I didn't add anything.
2011-09-06man: fix typo in systemd manual pageAlbert Strasheim
2011-09-04timedate: fix interfaces listLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=40583
2011-09-03dbus: terminate mechanism daemons after a whileLennart Poettering
2011-09-01stdout-bridge: set facility of messages with no facility to configured ↵Lennart Poettering
facility instead of LOG_USER
2011-09-01fsck: show progress while fscking at bootLennart Poettering
2011-09-01build-sys: bump releasesystemd/v35Lennart Poettering
2011-09-01label: fix database checkLennart Poettering
2011-08-31po: Initial Polish translationPiotr Drąg
https://bugs.freedesktop.org/show_bug.cgi?id=39553
2011-08-31locale: support $LANGUAGE tooLennart Poettering
$LANGUAGE is a GNU extension that is probably worth supporting, since it allows specifiying an order of languages. https://bugs.freedesktop.org/show_bug.cgi?id=40510
2011-08-31getty: simplify things a bitLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=39818