summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-09-21unit: introduce ConditionPathIsMountPoint=Lennart 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-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-01label: fix database checkLennart Poettering
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
2011-08-31getty: automatically add getty on hvsi0 virtualizer consoleLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=39818
2011-08-31dropin: don't fail if random files are stored in .wants directoriesLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=39957
2011-08-31systemctl: 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-31logind: use syspath instead of sysname to identify fb devices since udlfb ↵Lennart Poettering
got fixed now
2011-08-31mount: fix parsing of prio valueLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=722803
2011-08-31getty-generator: ignore if symlinks already existLennart Poettering
2011-08-31label: minor fixesLennart Poettering
2011-08-31label: introduce label_bind() and make use of it where necessaryLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=729997
2011-08-30service: change default stdout/stderr to syslogLennart Poettering
2011-08-30stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptiveLennart Poettering
2011-08-30selinux: explicitly relabel /run/initramfs/root-fsck and friendsLennart Poettering
2011-08-30specifier: drop misplaced assert()Lennart Poettering
2011-08-30selinux: don't relabel /run/initramfsLennart 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-29selinux: retest selinux after we loaded the policyLennart Poettering
2011-08-29logind: downgrade session create/remove log messages to LOG_DEBUG forLennart Poettering
cronjobs and similar which have no tty/X11 server assigned https://bugzilla.redhat.com/show_bug.cgi?id=727315
2011-08-29execute: fix bus serialization for commandsLennart Poettering
2011-08-25acl: properly handle if devices are tagged as uaccess but do not have a ↵Lennart Poettering
device node
2011-08-24update READMELennart Poettering
2011-08-24cryptsetup-generator: block boot when querying passphrase.Frederic Crozat
Ensure we wait for passphrase before starting tty1 or graphical display. Needed when not using plymouth.
2011-08-24cryptsetup: accept "none" optionFrederic Crozat
2011-08-24path-lookup: monitor /etc/systemd/user for user managerFrederic Crozat
2011-08-24dbus: 'directrion' is not a valid attributeTero Roponen
$ gdbus introspect --system --dest org.freedesktop.systemd1 --object-path /org/freedesktop/systemd1 Error parsing introspection XML: 115:64: attribute 'directrion' invalid for element 'arg'
2011-08-24initctl: check for kexec_loaded when reboot is requested through initctlFrederic Crozat
2011-08-24service: all rcS.d scripts have been converted on FrugalwareMiklos Vajna
2011-08-24strv: fix counting in strv_env_delete()Lennart Poettering
2011-08-24udev: since bt devices cannot be renamed revert to %kLennart Poettering
2011-08-23udev: use $name instead of %kLennart Poettering
2011-08-23cgroup: optionally mount a specific cgroup controllers together, and add ↵Lennart Poettering
cpu+cpuacct to the default
2011-08-22timedate: make NTP controllable tooLennart Poettering
2011-08-21cgroup: when trimming cgroup trees, honour sticky bit of tasks fileLennart Poettering
2011-08-21readahead: make use of block_get_whole_disk() where applicableLennart Poettering
2011-08-21cgroup: honour sticky bit when trimming cgroup treesLennart Poettering
2011-08-21exec: allow passing arbitrary path names to blkio cgroup attributesLennart Poettering
If a device node is specified, then adjust the bandwidth/weight of it, otherwise find the backing block device of the file system the path refers to and adjust its bandwidth/weight.
2011-08-21exec: add high-level controls for blkio cgroup attributesLennart Poettering
2011-08-21cgroup: expose cgroup attributes as unit properties on the busLennart Poettering
2011-08-20exec: optionally apply cgroup attributes to the cgroups we createLennart Poettering
2011-08-19PATCH: add missing header includeFrederic Crozat
Hi, MS_REC is not always defined in sys/mount.h. linux/fs.h should be included, since it is always defined there. -- Frederic Crozat <fcrozat@suse.com> SUSE >From 9f8a50decf45aaa4436b9fb3a0ab360f238b7d96 Mon Sep 17 00:00:00 2001 From: Frederic Crozat <fcrozat@suse.com> Date: Thu, 18 Aug 2011 15:42:29 +0200 Subject: [PATCH] nspawn: add missing include header for MS_REC.