index
:
systemd/systemd-stable
v208-stable
v210-stable
v214-stable
v215-stable
v216-stable
v217-stable
v219-stable
Stable version of Systemd
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-26
strv: Fix gcc unitialized variable warning
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2011-04-26
mount: failure to mount cgroup hierarchies should not be fatal
Lennart Poettering
1
-2
/
+4
2011-04-25
configure.ac: move AC_USE_SYSTEM_EXTENSIONS up to fix warning
Kay Sievers
1
-1
/
+1
2011-04-25
configure: add AC_SYS_LARGEFILE
Kay Sievers
1
-0
/
+1
2011-04-25
tmpfiles.d: switch to stacked config dirs in /lib, /etc, /run
Kay Sievers
6
-64
/
+54
2011-04-25
sysctl.d, binfmt.d, modules-load.d: switch to stacked config dirs in /lib, /e...
Kay Sievers
11
-169
/
+222
2011-04-23
manager: mkdir /run/systemd/system when starting up
Tollef Fog Heen
1
-0
/
+1
2011-04-23
man: Spelling fixes
A. Costa
5
-12
/
+12
2011-04-21
missing: Fix broken syscall(__NR_fanotify_mark... on o32 mips.
cee1
1
-0
/
+11
2011-04-21
update TODO
v25
Lennart Poettering
1
-0
/
+2
2011-04-21
build-sys: bump release
Lennart Poettering
1
-1
/
+1
2011-04-21
Revert "cryptsetup: pass 0 as key size to crypt_activate_by_keyfile()"
Lennart Poettering
1
-1
/
+1
2011-04-21
man: minor fixes
Lennart Poettering
2
-6
/
+6
2011-04-20
mount: Allow creating mount units for /var/lib/nfs/rpc_pipefs and /proc/fs/nfsd.
Wulf C. Krueger
1
-3
/
+1
2011-04-20
cryptsetup: pass 0 as key size to crypt_activate_by_keyfile()
Lennart Poettering
1
-1
/
+1
2011-04-20
socket: support ListeSpecial= sockets
Lennart Poettering
5
-12
/
+107
2011-04-20
vconsole: don't set console font/keymap if settings are empty
Lennart Poettering
1
-10
/
+24
2011-04-20
nspawn: don't fail when we receive SIGCHLD
Lennart Poettering
2
-4
/
+8
2011-04-20
cgroup: don't accidentaly trim on reload
Lennart Poettering
6
-10
/
+27
2011-04-20
units: set capability bounding set for syslog services
Lennart Poettering
3
-2
/
+12
2011-04-20
socket: log more information about invalid poll events
Lennart Poettering
1
-1
/
+1
2011-04-20
MeeGo support
Chris E Ferron
8
-8
/
+51
2011-04-20
man: fix specification of default timeouts
Lennart Poettering
4
-14
/
+5
2011-04-20
mount,crypto: rework meaning of noauto/nofail
Lennart Poettering
2
-39
/
+72
2011-04-20
fsck: don't fsck against basic.target in order to properly allow automount /home
Lennart Poettering
1
-1
/
+1
2011-04-19
manager: when running in test mode, do not write generated unit files to /run...
Lennart Poettering
1
-1
/
+1
2011-04-19
mount: properly parse timeouts options in the middle of the string
Lennart Poettering
1
-5
/
+16
2011-04-19
hostnamed: drop all caps but CAP_SYS_ADMIN
Lennart Poettering
1
-0
/
+1
2011-04-19
hostnamed: improve error logging
Lennart Poettering
1
-6
/
+14
2011-04-19
execute: when we run as PID 1 the kernel doesn't give us CAP_SETPCAP by defau...
Lennart Poettering
2
-7
/
+77
2011-04-16
mount: make device timeout configurable
Lennart Poettering
1
-0
/
+39
2011-04-16
cryptsetup: do not order crypto DM devices against the cryptsetup service
Lennart Poettering
1
-1
/
+1
2011-04-16
socket: reuse existing FIFOs
Lennart Poettering
1
-1
/
+1
2011-04-16
socket: guarantee order in which sockets are passed to be the one of the conf...
Lennart Poettering
2
-8
/
+7
2011-04-16
systemctl: always consider unit files with no [Install] section but stored in...
Lennart Poettering
2
-14
/
+24
2011-04-16
job: also print status messages when we successfully started a unit
Lennart Poettering
1
-6
/
+47
2011-04-16
hostnamed: add reference to SMBIOS specs
Lennart Poettering
1
-2
/
+9
2011-04-16
man: runlevel 5 is usually more comprehensive, so use it instead of 3 to dete...
Lennart Poettering
1
-1
/
+1
2011-04-16
polkit: follow the usual syntax for polkit actions
Lennart Poettering
1
-2
/
+2
2011-04-16
hostnamed: introduce systemd-hostnamed
Lennart Poettering
16
-16
/
+1099
2011-04-16
units: wording fix
Lennart Poettering
1
-1
/
+1
2011-04-16
units: order quotacheck after remount-rootfs
Lennart Poettering
3
-3
/
+3
2011-04-16
hostname: split out hostname validation into util.c
Lennart Poettering
3
-30
/
+69
2011-04-16
cryptsetup: simplifications
Lennart Poettering
1
-4
/
+9
2011-04-16
dbus: split out object management code into dbus-common, and simplify it
Lennart Poettering
21
-738
/
+726
2011-04-16
strv: properly override settings in env_append()
Lennart Poettering
1
-1
/
+4
2011-04-16
strv: detect non-assignments in env blocks properly in env_append()
Lennart Poettering
1
-2
/
+10
2011-04-16
strv: handle empty lists in strv_copy() properly
Lennart Poettering
1
-3
/
+4
2011-04-16
util: truncate newline inside of read_one_line_file() already
Lennart Poettering
3
-15
/
+6
2011-04-16
util: modernize get_parent_of_pid() a bit
Lennart Poettering
1
-2
/
+2
[prev]
[next]