index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hostnamed: improve error logging
Lennart Poettering
2011-04-19
1
-6
/
+14
*
execute: when we run as PID 1 the kernel doesn't give us CAP_SETPCAP by defau...
Lennart Poettering
2011-04-19
1
-7
/
+66
*
mount: make device timeout configurable
Lennart Poettering
2011-04-16
1
-0
/
+39
*
cryptsetup: do not order crypto DM devices against the cryptsetup service
Lennart Poettering
2011-04-16
1
-1
/
+1
*
socket: reuse existing FIFOs
Lennart Poettering
2011-04-16
1
-1
/
+1
*
socket: guarantee order in which sockets are passed to be the one of the conf...
Lennart Poettering
2011-04-16
1
-2
/
+7
*
systemctl: always consider unit files with no [Install] section but stored in...
Lennart Poettering
2011-04-16
1
-0
/
+9
*
job: also print status messages when we successfully started a unit
Lennart Poettering
2011-04-16
1
-6
/
+47
*
hostnamed: add reference to SMBIOS specs
Lennart Poettering
2011-04-16
1
-2
/
+9
*
polkit: follow the usual syntax for polkit actions
Lennart Poettering
2011-04-16
1
-2
/
+2
*
hostnamed: introduce systemd-hostnamed
Lennart Poettering
2011-04-16
8
-0
/
+887
*
hostname: split out hostname validation into util.c
Lennart Poettering
2011-04-16
3
-30
/
+69
*
cryptsetup: simplifications
Lennart Poettering
2011-04-16
1
-4
/
+9
*
dbus: split out object management code into dbus-common, and simplify it
Lennart Poettering
2011-04-16
20
-737
/
+724
*
strv: properly override settings in env_append()
Lennart Poettering
2011-04-16
1
-1
/
+4
*
strv: detect non-assignments in env blocks properly in env_append()
Lennart Poettering
2011-04-16
1
-2
/
+10
*
strv: handle empty lists in strv_copy() properly
Lennart Poettering
2011-04-16
1
-3
/
+4
*
util: truncate newline inside of read_one_line_file() already
Lennart Poettering
2011-04-16
3
-15
/
+6
*
util: modernize get_parent_of_pid() a bit
Lennart Poettering
2011-04-16
1
-2
/
+2
*
crypto: let the cryptsetup binary handles its own configurable timeouts
Lennart Poettering
2011-04-16
2
-1
/
+2
*
logger,initctl: use global exit timeout
Lennart Poettering
2011-04-16
3
-4
/
+8
*
ask-password: use default timeout
Lennart Poettering
2011-04-16
1
-1
/
+2
*
manager: drop all pending jobs when isolating
Lennart Poettering
2011-04-16
1
-2
/
+16
*
manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger ar...
Lennart Poettering
2011-04-16
9
-10
/
+22
*
cryptsetup: add trailing \n
Lennart Poettering
2011-04-16
1
-2
/
+2
*
manager: downgrade a few log messages
Lennart Poettering
2011-04-16
1
-3
/
+3
*
ask-password: use kill(PID, 0) before querying a password
Lennart Poettering
2011-04-13
1
-0
/
+7
*
ask-password: support passwords without timeouts
Lennart Poettering
2011-04-13
5
-13
/
+24
*
ask-password: always send final NUL char
Lennart Poettering
2011-04-13
2
-11
/
+9
*
ask-password: properly accept empty passwords from agent
Lennart Poettering
2011-04-13
1
-1
/
+7
*
unit: skip default cgroup setup if we have no hierarchy to work on
Lennart Poettering
2011-04-13
1
-0
/
+3
*
mount: don't pull in stdio logger for root mount unit
Lennart Poettering
2011-04-13
1
-1
/
+5
*
cgroup: be nice to Ingo Molnar
Lennart Poettering
2011-04-12
2
-3
/
+8
*
pam: use /proc/self/sessionid only if CAP_AUDIT_CONTROL is set
Lennart Poettering
2011-04-12
1
-10
/
+11
*
pam: use /proc/self/loginuid only if we have CAP_AUDIT_CONTROL
Lennart Poettering
2011-04-12
3
-7
/
+37
*
socket: try creating a socket under our own identity if we have no perms to c...
Lennart Poettering
2011-04-12
1
-2
/
+4
*
socket: fix check for SEQPACKET
Lennart Poettering
2011-04-12
1
-1
/
+1
*
execute: don't fail if we cannot fix OOM in a container
Lennart Poettering
2011-04-12
1
-1
/
+2
*
analyze: fix typo
Lennart Poettering
2011-04-12
1
-1
/
+1
*
unit: fix dump output
Lennart Poettering
2011-04-10
1
-1
/
+1
*
socket: be a bit more verbose when refusing to start a socket unit
Lennart Poettering
2011-04-10
1
-2
/
+6
*
socket: support netlink sockets
Lennart Poettering
2011-04-10
4
-86
/
+245
*
path: optionally, create watched directories in .path units
Lennart Poettering
2011-04-10
5
-5
/
+48
*
tmpfiles: don't warn if two identical lines are configured
Lennart Poettering
2011-04-10
1
-6
/
+42
*
bash: fix typo
Brendan Jones
2011-04-10
1
-1
/
+1
*
dbus: expose monotonic timestamps on the bus
Lennart Poettering
2011-04-07
6
-16
/
+60
*
manager: no need to use randomized generator dir when running as system manager
Lennart Poettering
2011-04-07
2
-12
/
+21
*
don't make up buffer sizes, use standard LINE_MAX instead
Lennart Poettering
2011-04-07
7
-15
/
+14
*
unit: disallow configuration of more than one on_failure dependencies if OnFa...
Lennart Poettering
2011-04-07
1
-0
/
+10
*
unit: pull in logger unit only when running in system mode
Lennart Poettering
2011-04-07
1
-4
/
+1
[next]