Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-08-25 | acl: properly handle if devices are tagged as uaccess but do not have a ↵ | Lennart Poettering | |
device node | |||
2011-08-25 | build-sys: Add --disable-localed configure switch | Miklos Vajna | |
2011-08-24 | update README | Lennart Poettering | |
2011-08-24 | update TODO | Lennart Poettering | |
2011-08-24 | update TODO | Lennart Poettering | |
2011-08-24 | tmpfiles: Move /tmp and /var/tmp to a separate tmpfiles.d file to ease ↵ | Josh Triplett | |
overrides via /etc Many people prefer to avoid clearing /tmp and /var/tmp, and distributions often have explicit settings for how often to clear them if at all. Overriding those with systemd currently requires overriding all of /usr/lib/tmpfiles.d/systemd.conf via /etc/tmpfiles.d/systemd.conf, copying across all the other entries, and updating that override when systemd.conf changes. Move the /tmp and /var/tmp entries from systemd.conf to a separate tmp.conf, making them easier to override without affecting the rest of systemd.conf. | |||
2011-08-24 | cryptsetup-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-24 | cryptsetup: accept "none" option | Frederic Crozat | |
2011-08-24 | build-sys: Add --disable-timedated configure switch | Miklos Vajna | |
2011-08-24 | path-lookup: monitor /etc/systemd/user for user manager | Frederic Crozat | |
2011-08-24 | dbus: 'directrion' is not a valid attribute | Tero 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-24 | man: Sort the entries in systemd.special(7) | Josh Triplett | |
This manpage presents the special targets in alphabetical order, but time-sync.target appeared in the wrong place. | |||
2011-08-24 | tmpfiles: Remove X11 lock files for displays :10 and higher too | Josh Triplett | |
2011-08-24 | initctl: check for kexec_loaded when reboot is requested through initctl | Frederic Crozat | |
2011-08-24 | service: all rcS.d scripts have been converted on Frugalware | Miklos Vajna | |
2011-08-24 | strv: fix counting in strv_env_delete() | Lennart Poettering | |
2011-08-24 | udev: since bt devices cannot be renamed revert to %k | Lennart Poettering | |
2011-08-23 | udev: use $name instead of %k | Lennart Poettering | |
2011-08-23 | cgroup: optionally mount a specific cgroup controllers together, and add ↵ | Lennart Poettering | |
cpu+cpuacct to the default | |||
2011-08-22 | timedate: make NTP controllable too | Lennart Poettering | |
2011-08-21 | cgroup: when trimming cgroup trees, honour sticky bit of tasks file | Lennart Poettering | |
2011-08-21 | readahead: make use of block_get_whole_disk() where applicable | Lennart Poettering | |
2011-08-21 | cgroup: honour sticky bit when trimming cgroup trees | Lennart Poettering | |
2011-08-21 | exec: allow passing arbitrary path names to blkio cgroup attributes | Lennart 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-21 | exec: add high-level controls for blkio cgroup attributes | Lennart Poettering | |
2011-08-21 | cgroup: expose cgroup attributes as unit properties on the bus | Lennart Poettering | |
2011-08-21 | update TODO | Lennart Poettering | |
2011-08-20 | exec: optionally apply cgroup attributes to the cgroups we create | Lennart Poettering | |
2011-08-19 | PATCH: add missing header include | Frederic 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. | |||
2011-08-17 | convert int to boolean for dbus_bool_t | Kay Sievers | |
2011-08-11 | README: we need Linux 2.6.39 | Kay Sievers | |
2011-08-04 | gperf: add missing.h that was present in the C version to the m4 | Koen Kooi | |
This fixes: src/load-fragment-gperf.c:413:51: error: 'RLIMIT_RTTIME' undeclared (first use in this function) | |||
2011-08-03 | build-sys: make gperf configure check fatal | Michael Biebl | |
and document the new build requirement. | |||
2011-08-03 | update TODO | Kay Sievers | |
2011-08-03 | bump releasesystemd/v33 | Lennart Poettering | |
2011-08-02 | exec: introduce PrivateNetwork= process option to turn off network access to ↵ | Lennart Poettering | |
specific services | |||
2011-08-02 | man: nspawn fixes | Lennart Poettering | |
2011-08-02 | nspawn: add new --no-net switch to turn off networking in the container | Lennart Poettering | |
2011-08-02 | update TODO | Lennart Poettering | |
2011-08-02 | build-sys: Add --disable-hostnamed configure switch | Miklos Vajna | |
2011-08-02 | service: parse insserv.conf and plugs its system facilities into systemd. | Frederic Crozat | |
2011-08-02 | update TODO | Lennart Poettering | |