index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
delta
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-10-25
run: fix "couldn't find executable" for the existing executables
Evgeny Vereshchagin
1
-5
/
+0
2015-10-25
man: fix systemd.time RAS syndrome and line length
Hristo Venev
1
-6
/
+6
2015-10-25
test: "today UTC" is not always "today UTC"
Hristo Venev
1
-1
/
+8
2015-10-25
basic: use the return value of endswith
Hristo Venev
2
-9
/
+12
2015-10-25
zsh-completion: journalctl --identifier
Zbigniew Jędrzejewski-Szmek
1
-0
/
+1
2015-10-25
util-lib: move formats-util.h from shared/ to basic/
Lennart Poettering
2
-2
/
+2
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
275
-659
/
+973
2015-10-25
vxlan: fix assert
Susant Sahani
1
-3
/
+8
2015-10-25
veth: fix assert
Susant Sahani
1
-5
/
+14
2015-10-25
ipvlan: fix assert
Susant Sahani
1
-3
/
+9
2015-10-25
bond: fix assert
Susant Sahani
1
-4
/
+13
2015-10-25
vlan: fix assert
Susant Sahani
1
-4
/
+10
2015-10-25
shell-completion: systemd-run: add the property ProtectSystem
Evgeny Vereshchagin
2
-1
/
+3
2015-10-25
run: can launch units with ProtectSystem
Evgeny Vereshchagin
2
-1
/
+27
2015-10-24
sd-*.h: clean up exported (or to-be-exported) header files
Lennart Poettering
21
-32
/
+97
2015-10-24
util: move logind_running() to login-util.[ch]
Lennart Poettering
4
-17
/
+20
2015-10-24
core: various small fixes to unit-printf
Evgeny Vereshchagin
1
-5
/
+4
2015-10-24
man: let's enclose * in shell examples in ''
Lennart Poettering
1
-1
/
+1
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
404
-2278
/
+2708
2015-10-24
util: split out escaping code into escape.[ch]
Lennart Poettering
40
-679
/
+777
2015-10-24
util-lib: rework extract_first_word_and_warn() a bit
Lennart Poettering
2
-15
/
+24
2015-10-24
util: split out extract_first_word() and related calls into extract-word.[ch]
Lennart Poettering
9
-284
/
+341
2015-10-24
path-util: unify how we process paths specified on the command line
Lennart Poettering
9
-58
/
+69
2015-10-24
util-lib: get_current_dir_name() can return errors other than ENOMEM
Lennart Poettering
10
-124
/
+139
2015-10-24
path-util: rework find_binary(), fsck_exists() and mkfs_exists()
Lennart Poettering
6
-75
/
+99
2015-10-24
journal: irrelevant coding style fixes
Lennart Poettering
2
-5
/
+6
2015-10-24
units: add 'SmackFileSystemRoot=*' option into tmp.mount
Sangjung Woo
2
-1
/
+5
2015-10-24
mount: add new SmackFileSystemRoot= setting for mount unit
Sangjung Woo
5
-4
/
+47
2015-10-24
journal: fix error handling when compressing journal objects
Lennart Poettering
2
-5
/
+11
2015-10-24
journal: s/Envalid/Invalid/
Vito Caputo
1
-1
/
+1
2015-10-23
tmpfiles: simplify mountpoint detection
Thomas Hindoe Paaboel Andersen
1
-2
/
+1
2015-10-23
test-compress-benchmark: properly initialize buffer
Zbigniew Jędrzejewski-Szmek
1
-5
/
+12
2015-10-23
test-compress-benchmark: limit default runtime to 2 seconds per subtest
Zbigniew Jędrzejewski-Szmek
1
-13
/
+53
2015-10-23
util: Replace state with separate booleans in extract_first_word
Filipe Brandenburger
1
-89
/
+50
2015-10-23
journalctl: clarify -q option
Evgeny Vereshchagin
2
-2
/
+4
2015-10-22
core: use extract_first_word for namespace parsing
Evgeny Vereshchagin
1
-17
/
+23
2015-10-22
man: also add --enablerepo=updates to dnf invocation
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2015-10-22
man: remove --nogpg from dnf install command line
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2015-10-22
sd-ndisc: reduce callbacks
Tom Gundersen
1
-13
/
+4
2015-10-22
sd-ndisc: drop sd_ndisc_get_prefixlen()
Tom Gundersen
3
-206
/
+0
2015-10-22
sd-ndisc: drop sd_ndisc_prefix_match()
Tom Gundersen
2
-10
/
+2
2015-10-22
sd-ndisc: don't trigger timeout on prefix expiry
Tom Gundersen
1
-66
/
+32
2015-10-22
sd-ndisc: remove a prefix from the ndisc object when freeing it
Tom Gundersen
1
-25
/
+18
2015-10-22
sd-ndisc: don't inform the caller of expired prefixes
Tom Gundersen
3
-24
/
+0
2015-10-22
sd-ndisc: clean up state enum
Tom Gundersen
1
-3
/
+5
2015-10-22
networkd: dhcp6 - do not handle prefix expiration
Tom Gundersen
3
-47
/
+1
2015-10-22
networkd: dhcp6 - DHCPv6 addresses should always be /128
Tom Gundersen
1
-17
/
+4
2015-10-22
networkd: ndisc - split out from dhcp6 code
Tom Gundersen
4
-78
/
+104
2015-10-22
networkd: ndisc - make logging messages uniform
Tom Gundersen
2
-4
/
+4
2015-10-22
sd-ndisc: rename icmp6 to ndisc throughout the code
Tom Gundersen
1
-94
/
+92
[next]