summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: bump versionv34Lennart Poettering2011-08-252-2/+2
|
* acl: properly handle if devices are tagged as uaccess but do not have a ↵Lennart Poettering2011-08-252-3/+3
| | | | device node
* build-sys: Add --disable-localed configure switchMiklos Vajna2011-08-252-10/+50
|
* update READMELennart Poettering2011-08-242-1/+6
|
* update TODOLennart Poettering2011-08-241-0/+2
|
* update TODOLennart Poettering2011-08-241-0/+8
|
* tmpfiles: Move /tmp and /var/tmp to a separate tmpfiles.d file to ease ↵Josh Triplett2011-08-243-3/+13
| | | | | | | | | | | | | | | 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.
* cryptsetup-generator: block boot when querying passphrase.Frederic Crozat2011-08-241-1/+2
| | | | | Ensure we wait for passphrase before starting tty1 or graphical display. Needed when not using plymouth.
* cryptsetup: accept "none" optionFrederic Crozat2011-08-241-1/+1
|
* build-sys: Add --disable-timedated configure switchMiklos Vajna2011-08-242-10/+50
|
* path-lookup: monitor /etc/systemd/user for user managerFrederic Crozat2011-08-241-1/+1
|
* dbus: 'directrion' is not a valid attributeTero Roponen2011-08-241-3/+3
| | | | | $ gdbus introspect --system --dest org.freedesktop.systemd1 --object-path /org/freedesktop/systemd1 Error parsing introspection XML: 115:64: attribute 'directrion' invalid for element 'arg'
* man: Sort the entries in systemd.special(7)Josh Triplett2011-08-241-14/+14
| | | | | This manpage presents the special targets in alphabetical order, but time-sync.target appeared in the wrong place.
* tmpfiles: Remove X11 lock files for displays :10 and higher tooJosh Triplett2011-08-241-1/+1
|
* initctl: check for kexec_loaded when reboot is requested through initctlFrederic Crozat2011-08-244-12/+16
|
* service: all rcS.d scripts have been converted on FrugalwareMiklos Vajna2011-08-241-1/+1
|
* strv: fix counting in strv_env_delete()Lennart Poettering2011-08-241-8/+13
|
* udev: since bt devices cannot be renamed revert to %kLennart Poettering2011-08-241-1/+1
|
* udev: use $name instead of %kLennart Poettering2011-08-231-3/+3
|
* cgroup: optionally mount a specific cgroup controllers together, and add ↵Lennart Poettering2011-08-2314-29/+307
| | | | cpu+cpuacct to the default
* timedate: make NTP controllable tooLennart Poettering2011-08-222-1/+269
|
* cgroup: when trimming cgroup trees, honour sticky bit of tasks fileLennart Poettering2011-08-212-5/+56
|
* readahead: make use of block_get_whole_disk() where applicableLennart Poettering2011-08-211-31/+20
|
* cgroup: honour sticky bit when trimming cgroup treesLennart Poettering2011-08-217-23/+82
|
* exec: allow passing arbitrary path names to blkio cgroup attributesLennart Poettering2011-08-214-19/+103
| | | | | | 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.
* exec: add high-level controls for blkio cgroup attributesLennart Poettering2011-08-214-7/+228
|
* cgroup: expose cgroup attributes as unit properties on the busLennart Poettering2011-08-214-2/+71
|
* update TODOLennart Poettering2011-08-211-0/+2
|
* exec: optionally apply cgroup attributes to the cgroups we createLennart Poettering2011-08-2020-38/+663
|
* PATCH: add missing header includeFrederic Crozat2011-08-191-0/+1
| | | | | | | | | | | | | | | 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.
* convert int to boolean for dbus_bool_tKay Sievers2011-08-171-1/+1
|
* README: we need Linux 2.6.39Kay Sievers2011-08-111-1/+1
|
* gperf: add missing.h that was present in the C version to the m4Koen Kooi2011-08-041-0/+1
| | | | | | This fixes: src/load-fragment-gperf.c:413:51: error: 'RLIMIT_RTTIME' undeclared (first use in this function)
* build-sys: make gperf configure check fatalMichael Biebl2011-08-032-0/+4
| | | | and document the new build requirement.
* update TODOKay Sievers2011-08-031-0/+1
|
* bump releasev33Lennart Poettering2011-08-032-2/+2
|
* exec: introduce PrivateNetwork= process option to turn off network access to ↵Lennart Poettering2011-08-0210-20/+59
| | | | specific services
* man: nspawn fixesLennart Poettering2011-08-021-6/+7
|
* nspawn: add new --no-net switch to turn off networking in the containerLennart Poettering2011-08-023-7/+33
|
* update TODOLennart Poettering2011-08-021-0/+4
|
* build-sys: Add --disable-hostnamed configure switchMiklos Vajna2011-08-022-9/+49
|
* service: parse insserv.conf and plugs its system facilities into systemd.Frederic Crozat2011-08-021-0/+70
|
* update TODOLennart Poettering2011-08-021-0/+2
|
* dbus: fix MaskUnitFiles bus callLennart Poettering2011-08-021-1/+1
|
* bash: Allow to restart already started service.Frederic Crozat2011-08-011-1/+6
| | | | | | Allow to restart all services, not only inactive one. https://bugzilla.novell.com/show_bug.cgi?id=704782
* man: loginctl has lock/unlock with a -session suffixMiklos Vajna2011-08-011-2/+2
| | | | | | | | | Hi, The systemd-loginctl manpage talks about lock/unlock while in fact it1s lock-sesion/unlock-session. The attached patch fixes this issue. Thanks.
* man: Fix command name in systemd-tmpfiles example.Ville Skyttä2011-08-011-1/+1
|
* initctl: support 'telinit u/q'Tom Gundersen2011-08-011-1/+18
| | | | | | | | 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.
* update TODOLennart Poettering2011-08-011-17/+10
|
* gperf: fix load-fragment-gperf.gperf.m4 when HAVE_SYSV_COMPAT is not setLennart Poettering2011-08-011-2/+1
|