Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-21 | units: drop /sys/kernel/config automount unit | Lennart 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-21 | modules-load: filter out double modules | Lennart Poettering | |
2011-09-21 | service: minor change in service_load_pid_file return value | Michal 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-21 | condition: add ConditionPathIsSymbolicLink | Michal Schmidt | |
2011-09-21 | condition: always follow symlinks for condition checks, to mimic test | Lennart Poettering | |
2011-09-21 | service: handle forking services that move to a new PID | Michal 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-21 | units: don't initialize automount point for securityfs if the initrd already ↵ | Lennart Poettering | |
mounted the directory | |||
2011-09-21 | unit: introduce ConditionPathIsMountPoint= | Lennart Poettering | |
2011-09-20 | man: document which condition tests follow symlinks | Michal Schmidt | |
ConditionPathExists and ConditionFileIsExecutable follow symlinks. ConditionPathIsDirectory does not follow symlinks. (XXX: is this actually the desired behavior?) | |||
2011-09-20 | units: direct stdout/stderr of rescue shells to tty | Michal 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-20 | units: Add support for automounting configfs, ala debugfs, etc. | Bill Nottingham | |
2011-09-20 | update TODO | Lennart Poettering | |
2011-09-20 | stdout-syslog-bridge: properly handle overly long log lines | Lennart Poettering | |
2011-09-20 | service: drop broken support for X-Interactive fields in LSB headers | Lennart 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-20 | condition: in ConditionPathIsExecutable follow symlinks | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=737047 | |||
2011-09-19 | condition: opt out of /proc/cmdline parsing only when running in a ↵ | Lennart Poettering | |
container, not in a VM | |||
2011-09-19 | hostnamed: Fix "SetStaticHostname" debug output | Bastien Nocera | |
Was using the wrong property (eg. not the one we just set) https://bugs.freedesktop.org/show_bug.cgi?id=40987 | |||
2011-09-06 | man: list specifiers in a table | Mathieu 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-06 | man: fix typo in systemd manual page | Albert Strasheim | |
2011-09-04 | timedate: fix interfaces list | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=40583 | |||
2011-09-03 | dbus: terminate mechanism daemons after a while | Lennart Poettering | |
2011-09-01 | stdout-bridge: set facility of messages with no facility to configured ↵ | Lennart Poettering | |
facility instead of LOG_USER | |||
2011-09-01 | fsck: show progress while fscking at boot | Lennart Poettering | |
2011-09-01 | build-sys: bump releasesystemd/v35 | Lennart Poettering | |
2011-09-01 | label: fix database check | Lennart Poettering | |
2011-08-31 | po: Initial Polish translation | Piotr Drąg | |
https://bugs.freedesktop.org/show_bug.cgi?id=39553 | |||
2011-08-31 | locale: support $LANGUAGE too | Lennart 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-31 | getty: simplify things a bit | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=39818 | |||
2011-08-31 | getty: automatically add getty on hvsi0 virtualizer console | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=39818 | |||
2011-08-31 | dropin: don't fail if random files are stored in .wants directories | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=39957 | |||
2011-08-31 | systemctl: if we managed to reexec the init system via the bus don't retry ↵ | Lennart Poettering | |
via signal If we managed to reeexec the init system via the bus this allows us to provide synchronous behaviour to callers. This is all lost if we then repeat the reexecution via SIGTERM. https://bugzilla.redhat.com/show_bug.cgi?id=698198 | |||
2011-08-31 | logind: use syspath instead of sysname to identify fb devices since udlfb ↵ | Lennart Poettering | |
got fixed now | |||
2011-08-31 | man: document /etc/timezone | Lennart Poettering | |
2011-08-31 | mount: fix parsing of prio value | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=722803 | |||
2011-08-31 | man: don't recommend After=syslog.target anymore since we don't support ↵ | Lennart Poettering | |
non-socket-activatable syslogs anymore where that was ncessary | |||
2011-08-31 | getty-generator: ignore if symlinks already exist | Lennart Poettering | |
2011-08-31 | label: minor fixes | Lennart Poettering | |
2011-08-31 | label: introduce label_bind() and make use of it where necessary | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=729997 | |||
2011-08-30 | service: change default stdout/stderr to syslog | Lennart Poettering | |
2011-08-30 | stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptive | Lennart Poettering | |
2011-08-30 | selinux: explicitly relabel /run/initramfs/root-fsck and friends | Lennart Poettering | |
2011-08-30 | specifier: drop misplaced assert() | Lennart Poettering | |
2011-08-30 | selinux: don't relabel /run/initramfs | Lennart Poettering | |
/run/initramfs usually contains the initrd so that we can jump back into it on shutdown. It's usually relatively large and static data, hence we should avoid relabelling of it. On my netbook this saves 6s. (6.6s needed for relabelling /dev and /run goes down to 600ms -- still way too much, but much better). | |||
2011-08-29 | selinux: retest selinux after we loaded the policy | Lennart Poettering | |
2011-08-29 | logind: downgrade session create/remove log messages to LOG_DEBUG for | Lennart Poettering | |
cronjobs and similar which have no tty/X11 server assigned https://bugzilla.redhat.com/show_bug.cgi?id=727315 | |||
2011-08-29 | untis: allow both console and plymouth ask password agents in boot ↵ | Lennart Poettering | |
transaction to allow dynamically disabled plymouth | |||
2011-08-29 | plymouth: don't enable ask-password agent of plymouth is disabled | Lennart Poettering | |
2011-08-29 | execute: fix bus serialization for commands | Lennart Poettering | |
2011-08-29 | man: fix securebits docs | Lennart Poettering | |
2011-08-25 | build-sys: bump versionsystemd/v34 | Lennart Poettering | |