Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-08-02 | dbus: fix MaskUnitFiles bus call | Lennart Poettering | |
2011-08-01 | bash: 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-01 | man: loginctl has lock/unlock with a -session suffix | Miklos 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-01 | man: Fix command name in systemd-tmpfiles example. | Ville Skyttä | |
2011-08-01 | initctl: 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-01 | update TODO | Lennart Poettering | |
2011-08-01 | gperf: fix load-fragment-gperf.gperf.m4 when HAVE_SYSV_COMPAT is not set | Lennart Poettering | |
2011-08-01 | main: fix reexec | Lennart Poettering | |
2011-08-01 | umask: set umask of a number of sockets by default, even though we check ↵ | Lennart Poettering | |
creds on connections | |||
2011-08-01 | man: document that we default to 022 as umask | Lennart Poettering | |
2011-08-01 | execute: properly enforce group | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=723892 | |||
2011-08-01 | umask: change default umask to 0022 just to be sure, and set it explicitly ↵ | Lennart Poettering | |
in all binaries, in order to make sure it is set when started from the terminal | |||
2011-08-01 | manager: call generators with umask 0022 | Lennart Poettering | |
2011-08-01 | getty: fix message | Lennart Poettering | |
2011-08-01 | getty: automatically spawn getty on xen console xvc0 | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=726976 | |||
2011-08-01 | build-sys: make distcheck work | Lennart Poettering | |
2011-08-01 | hashmap: speed up hashmap allocations by introducing an allocation cache | Lennart Poettering | |
2011-08-01 | missing: define gettid() | Lennart Poettering | |
2011-08-01 | util: place a couple of _likely_ around cache TLS vars | Lennart Poettering | |
2011-08-01 | util: add is_main_thread() call | Lennart Poettering | |
2011-08-01 | util: more join() optimizations | Lennart Poettering | |
2011-08-01 | util: use join() instead of asprintf() as an optimization | Lennart Poettering | |
2011-08-01 | util: various optimizations, using join() | Lennart Poettering | |
2011-08-01 | util: introduce join() to speed up simple string concatenations | Lennart Poettering | |
2011-08-01 | util: optimize strstrip() a bit | Lennart Poettering | |
2011-08-01 | conf-parser: properly handle known but not parsed assignments | Lennart Poettering | |