Lennart Poettering
6705c2df46
update README
2011-08-24 23:29:28 +02:00
Frederic Crozat
1c5224b336
cryptsetup-generator: block boot when querying passphrase.
...
Ensure we wait for passphrase before starting tty1 or graphical display.
Needed when not using plymouth.
2011-08-24 16:23:44 +02:00
Frederic Crozat
41e6f28acc
cryptsetup: accept "none" option
2011-08-24 16:22:58 +02:00
Frederic Crozat
a5afffa151
path-lookup: monitor /etc/systemd/user for user manager
2011-08-24 14:08:56 +02:00
Tero Roponen
07cc1c066d
dbus: 'directrion' is not a valid attribute
...
$ 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 13:54:41 +02:00
Frederic Crozat
65457142f1
initctl: check for kexec_loaded when reboot is requested through initctl
2011-08-24 02:19:30 +02:00
Miklos Vajna
240fc26e03
service: all rcS.d scripts have been converted on Frugalware
2011-08-24 02:14:10 +02:00
Lennart Poettering
700de55514
strv: fix counting in strv_env_delete()
2011-08-24 01:10:13 +02:00
Lennart Poettering
944d6c0427
udev: since bt devices cannot be renamed revert to %k
2011-08-24 01:09:21 +02:00
Lennart Poettering
e03695957f
udev: use $name instead of %k
2011-08-23 18:06:58 +02:00
Lennart Poettering
0c85a4f3ef
cgroup: optionally mount a specific cgroup controllers together, and add cpu+cpuacct to the default
2011-08-23 00:37:35 +02:00
Lennart Poettering
c5f0532ff1
timedate: make NTP controllable too
2011-08-22 01:08:10 +02:00
Lennart Poettering
e27796a030
cgroup: when trimming cgroup trees, honour sticky bit of tasks file
2011-08-21 21:00:41 +02:00
Lennart Poettering
b4454c5edf
readahead: make use of block_get_whole_disk() where applicable
2011-08-21 20:20:41 +02:00
Lennart Poettering
ad293f5a94
cgroup: honour sticky bit when trimming cgroup trees
2011-08-21 20:07:46 +02:00
Lennart Poettering
94959f0fa0
exec: allow passing arbitrary path names to blkio cgroup attributes
...
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 20:07:45 +02:00
Lennart Poettering
9e37286844
exec: add high-level controls for blkio cgroup attributes
2011-08-21 20:07:08 +02:00
Lennart Poettering
d8bbda9141
cgroup: expose cgroup attributes as unit properties on the bus
2011-08-21 20:07:08 +02:00
Lennart Poettering
ab1f063390
exec: optionally apply cgroup attributes to the cgroups we create
2011-08-20 00:22:02 +02:00
Frederic Crozat
5ed27dbdbf
PATCH: add missing header include
...
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-19 00:34:51 +02:00
Kay Sievers
e191553d1d
convert int to boolean for dbus_bool_t
2011-08-17 19:38:07 +02:00
Koen Kooi
612e58b45b
gperf: add missing.h that was present in the C version to the m4
...
This fixes:
src/load-fragment-gperf.c:413:51: error: 'RLIMIT_RTTIME' undeclared (first use in this function)
2011-08-04 03:16:28 +02:00
Lennart Poettering
ff01d048b4
exec: introduce PrivateNetwork= process option to turn off network access to specific services
2011-08-02 05:24:58 +02:00
Lennart Poettering
a41fe3a293
nspawn: add new --no-net switch to turn off networking in the container
2011-08-02 04:49:37 +02:00
Frederic Crozat
de3910a324
service: parse insserv.conf and plugs its system facilities into systemd.
2011-08-02 01:37:48 +02:00
Lennart Poettering
835680f53e
dbus: fix MaskUnitFiles bus call
2011-08-02 00:10:40 +02:00
Frederic Crozat
54a437057e
bash: Allow to restart already started service.
...
Allow to restart all services, not only inactive one.
https://bugzilla.novell.com/show_bug.cgi?id=704782
2011-08-01 23:29:56 +02:00
Tom Gundersen
46e964c5ce
initctl: support 'telinit u/q'
...
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 23:22:24 +02:00
Lennart Poettering
afbb67e485
gperf: fix load-fragment-gperf.gperf.m4 when HAVE_SYSV_COMPAT is not set
2011-08-01 23:15:02 +02:00
Lennart Poettering
7aaa27f219
main: fix reexec
2011-08-01 22:42:19 +02:00
Lennart Poettering
1d6702e8d3
umask: set umask of a number of sockets by default, even though we check creds on connections
2011-08-01 22:42:07 +02:00
Lennart Poettering
fa8f36ac15
execute: properly enforce group
...
https://bugzilla.redhat.com/show_bug.cgi?id=723892
2011-08-01 21:34:42 +02:00
Lennart Poettering
4c12626c8e
umask: change default umask to 0022 just to be sure, and set it explicitly in all binaries, in order to make sure it is set when started from the terminal
2011-08-01 20:52:18 +02:00
Lennart Poettering
07f8a4aa49
manager: call generators with umask 0022
2011-08-01 20:51:18 +02:00
Lennart Poettering
c375a7f750
getty: fix message
2011-08-01 20:28:59 +02:00
Lennart Poettering
980fc73d1f
getty: automatically spawn getty on xen console xvc0
...
https://bugzilla.redhat.com/show_bug.cgi?id=726976
2011-08-01 20:28:01 +02:00
Lennart Poettering
39c2a6f193
hashmap: speed up hashmap allocations by introducing an allocation cache
2011-08-01 16:50:55 +02:00
Lennart Poettering
4d14be09d6
missing: define gettid()
2011-08-01 05:06:15 +02:00
Lennart Poettering
3bfc71846c
util: place a couple of _likely_ around cache TLS vars
2011-08-01 05:05:59 +02:00
Lennart Poettering
b636465bc0
util: add is_main_thread() call
2011-08-01 05:05:12 +02:00
Lennart Poettering
cd0ed1db9b
util: more join() optimizations
2011-08-01 02:45:51 +02:00
Lennart Poettering
44d9105692
util: use join() instead of asprintf() as an optimization
2011-08-01 02:39:22 +02:00
Lennart Poettering
70132bd042
util: various optimizations, using join()
2011-08-01 01:55:31 +02:00
Lennart Poettering
911a4828e0
util: introduce join() to speed up simple string concatenations
2011-08-01 01:28:01 +02:00
Lennart Poettering
57a8eca84a
util: optimize strstrip() a bit
2011-08-01 01:18:33 +02:00
Lennart Poettering
d937fbbd97
conf-parser: properly handle known but not parsed assignments
2011-08-01 01:18:14 +02:00
Lennart Poettering
f975e971ac
load-fragment: speed up parsing by using a perfect hash table with configuration settings built by gperf
2011-08-01 00:43:05 +02:00
Lennart Poettering
f786e80d7a
systemctl: fix parsing of LoadError property for systemctl show
2011-07-31 18:28:33 +02:00
Lennart Poettering
a43757462a
dbus: export unit file state
2011-07-31 18:28:02 +02:00
Lennart Poettering
07672f492e
main: show load profiling in test mode, too
2011-07-31 18:13:59 +02:00