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
...
*
core: add missing show-status.[ch]
Lennart Poettering
2014-03-03
2
-0
/
+76
*
conf-parser: minor optimization in config_parse_string()
Lennart Poettering
2014-03-03
1
-36
/
+34
*
conf-parser: drop special casing in config_parse_path()
Lennart Poettering
2014-03-03
1
-10
/
+4
*
conf-parser: config_parse_path_strv() is not generic, so let's move it into l...
Lennart Poettering
2014-03-03
6
-64
/
+65
*
core: move config_parse_set_status() into load-fragment.c
Lennart Poettering
2014-03-03
4
-86
/
+80
*
core: move ShowStatus type into the core
Lennart Poettering
2014-03-03
6
-69
/
+44
*
conf-parse: rename config_parse_level() to config_parse_log_level()
Lennart Poettering
2014-03-03
5
-49
/
+51
*
logind: ignore lid switch events for 30s after each suspend and 3min after st...
Lennart Poettering
2014-03-03
4
-1
/
+69
*
logind: fix printf format
Lennart Poettering
2014-03-03
1
-1
/
+1
*
logind: ignore lid switch if more than 1 display is connected
Lennart Poettering
2014-03-03
3
-2
/
+62
*
core: introduce new RuntimeDirectory= and RuntimeDirectoryMode= unit settings
Lennart Poettering
2014-03-03
15
-3
/
+141
*
execute: no need to include seccomp.h from execute.h
Lennart Poettering
2014-03-03
2
-5
/
+4
*
execute: free directory path if we fail to remove it because we cannot alloca...
Lennart Poettering
2014-03-03
1
-2
/
+16
*
sd-dhcp-lease: add sd_dhcp_lease_get_next_server()
Tom Gundersen
2014-03-03
4
-1
/
+38
*
sd-dhcp-lease: add sd_dhcp_lease_get_server_identifier()
Tom Gundersen
2014-03-03
2
-1
/
+32
*
sd-dhcp-lease: add Root Path support
Tom Gundersen
2014-03-03
4
-0
/
+28
*
bus: add sd_bus_track object for tracking peers, and port core over to it
Lennart Poettering
2014-03-03
18
-421
/
+567
*
Disallow sizes with increasing unit size
Zbigniew Jędrzejewski-Szmek
2014-03-02
2
-18
/
+31
*
Allow fractional parts in disk sizes
Zbigniew Jędrzejewski-Szmek
2014-03-02
2
-7
/
+59
*
networkd-wait-online: use automatic cleanup
Thomas Hindoe Paaboel Andersen
2014-03-01
2
-7
/
+33
*
nspawn: fix detection of missing /proc/self/loginuid
Tero Roponen
2014-02-28
1
-1
/
+1
*
sd-network: turn states 'unknown' and 'unmanaged' into errnos
Tom Gundersen
2014-02-28
2
-23
/
+15
*
sd-network: fix header
Tom Gundersen
2014-02-28
1
-2
/
+2
*
architecture: Add tilegx
Henrik Grindal Bakken
2014-02-28
2
-0
/
+6
*
networkd: add networkd-wait-online
Tom Gundersen
2014-02-28
1
-0
/
+142
*
sd-network: add new library
Tom Gundersen
2014-02-28
18
-15
/
+613
*
cdrom_id: use the old MMC fallback
Lukas Nykryn
2014-02-27
1
-1
/
+1
*
journalctl: refuse extra arguments with --verify and similar
Zbigniew Jędrzejewski-Szmek
2014-02-27
1
-0
/
+5
*
logs-show: fix corrupt output with empty messages
Uoti Urpala
2014-02-27
1
-0
/
+5
*
mount: don't fire PropertiesChanged signals for mounts that are stopped
Lennart Poettering
2014-02-26
1
-3
/
+6
*
mount: don't send out PropertiesChanged message if actually nothing got changed
Lennart Poettering
2014-02-26
1
-3
/
+12
*
mount: minor modernization
Lennart Poettering
2014-02-26
1
-3
/
+4
*
Use /var/run/dbus/system_bus_socket for the D-Bus socket
Zbigniew Jędrzejewski-Szmek
2014-02-26
2
-2
/
+2
*
Revert back to /var/run at a couple of problems
Lennart Poettering
2014-02-26
1
-2
/
+2
*
Replace /var/run with /run in remaining places
Zbigniew Jędrzejewski-Szmek
2014-02-26
2
-4
/
+4
*
exec: imply NoNewPriviliges= only when seccomp filters are used in user mode
Lennart Poettering
2014-02-26
2
-2
/
+13
*
core: add new RestrictAddressFamilies= switch
Lennart Poettering
2014-02-26
11
-5
/
+363
*
nspawn: no need for duplicate checks against EEXIST
Lennart Poettering
2014-02-26
1
-1
/
+1
*
seccomp: we should control NO_NEW_PRIVS on our own, not let seccomp do this f...
Lennart Poettering
2014-02-26
1
-13
/
+13
*
networkd: add basic support for MACVLANs
Tom Gundersen
2014-02-25
6
-16
/
+145
*
login: Allow calling org.freedesktop.login1.Seat.SwitchTo
Jasper St. Pierre
2014-02-25
1
-0
/
+12
*
login: set pos-slot to fallback on pos-eviction
David Herrmann
2014-02-25
1
-1
/
+13
*
login: fix pos-array allocation
David Herrmann
2014-02-25
2
-1
/
+10
*
nspawn: add new switch --network-macvlan= to add a macvlan device to the cont...
Lennart Poettering
2014-02-25
2
-31
/
+167
*
Remove dead lines in various places
Zbigniew Jędrzejewski-Szmek
2014-02-25
13
-37
/
+18
*
hostnamectl: read virtualization/architecture from remote side
Lennart Poettering
2014-02-25
1
-16
/
+31
*
core: expose architecture as a bus property, so that we can easily query it r...
Lennart Poettering
2014-02-25
1
-0
/
+17
*
core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo...
Lennart Poettering
2014-02-24
11
-11
/
+53
*
architecture: apparently there is LE ppc now
Lennart Poettering
2014-02-24
2
-2
/
+16
*
smack: rework security labeling for multiple frameworks
Łukasz Stelmach
2014-02-24
2
-41
/
+77
[prev]
[next]