summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-24update READMELennart Poettering
2011-08-24update TODOLennart Poettering
2011-08-24update TODOLennart Poettering
2011-08-24tmpfiles: 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-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-24build-sys: Add --disable-timedated configure switchMiklos Vajna
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-24man: 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-24tmpfiles: Remove X11 lock files for displays :10 and higher tooJosh Triplett
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-21update TODOLennart 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.
2011-08-17convert int to boolean for dbus_bool_tKay Sievers
2011-08-11README: we need Linux 2.6.39Kay Sievers
2011-08-04gperf: add missing.h that was present in the C version to the m4Koen Kooi
This fixes: src/load-fragment-gperf.c:413:51: error: 'RLIMIT_RTTIME' undeclared (first use in this function)
2011-08-03build-sys: make gperf configure check fatalMichael Biebl
and document the new build requirement.
2011-08-03update TODOKay Sievers
2011-08-03bump releasesystemd/v33Lennart Poettering
2011-08-02exec: introduce PrivateNetwork= process option to turn off network access to ↵Lennart Poettering
specific services
2011-08-02man: nspawn fixesLennart Poettering
2011-08-02nspawn: add new --no-net switch to turn off networking in the containerLennart Poettering
2011-08-02update TODOLennart Poettering
2011-08-02build-sys: Add --disable-hostnamed configure switchMiklos Vajna
2011-08-02service: parse insserv.conf and plugs its system facilities into systemd.Frederic Crozat
2011-08-02update TODOLennart Poettering
2011-08-02dbus: fix MaskUnitFiles bus callLennart Poettering
2011-08-01bash: Allow to restart already started service.Frederic Crozat
Allow to restart all services, not only inactive one. https://bugzilla.novell.com/show_bug.cgi?id=704782
2011-08-01man: loginctl has lock/unlock with a -session suffixMiklos Vajna
Hi, The systemd-loginctl manpage talks about lock/unlock while in fact it1s lock-sesion/unlock-session. The attached patch fixes this issue. Thanks.
2011-08-01man: Fix command name in systemd-tmpfiles example.Ville Skyttä
2011-08-01initctl: support 'telinit u/q'Tom Gundersen
We send SIGTERM (resp., SIGHUP) when we receive request for changing to runlevel 'u' (resp., 'q'). As initctl is already async, we just send the signals rather than first attempting to connect to sytemd over dbus and then falling back to kill.
2011-08-01update TODOLennart Poettering
2011-08-01gperf: fix load-fragment-gperf.gperf.m4 when HAVE_SYSV_COMPAT is not setLennart Poettering
2011-08-01main: fix reexecLennart Poettering
2011-08-01umask: set umask of a number of sockets by default, even though we check ↵Lennart Poettering
creds on connections
2011-08-01man: document that we default to 022 as umaskLennart Poettering