index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: add tests to test-unit-name
Ronny Chevalier
2014-06-24
1
-0
/
+127
*
cryptsetup: don't add unit dependency on /dev/null devices when it is listed ...
Lennart Poettering
2014-06-23
1
-8
/
+12
*
core: You can not put the cached result of use_smack fct, as we are not sure ...
Ronan Le Martret
2014-06-23
1
-2
/
+2
*
core: make sure Environment fields passed in for transient units are properly...
Hristo Venev
2014-06-23
1
-1
/
+1
*
vconsole: also copy character maps (not just fonts) from vt1 to vt2, vt3, ...
Carl Schaefer
2014-06-23
1
-0
/
+24
*
coredump: never write more than the configured processing size limit to disk
Lennart Poettering
2014-06-23
5
-9
/
+32
*
coredumpctl: show comm name next to PID
Lennart Poettering
2014-06-23
1
-7
/
+10
*
coredump: quit early if we cannot store ay coredump to disk
Lennart Poettering
2014-06-23
1
-0
/
+8
*
coredumpctl: include timestamp information in "coredumpctl info" output
Lennart Poettering
2014-06-23
1
-1
/
+19
*
README: mention that elfutils is an (optional) dependency now
Lennart Poettering
2014-06-23
1
-0
/
+1
*
coredump: also escape spaces in comm fields when formatting file names
Lennart Poettering
2014-06-23
2
-2
/
+2
*
README: add gobject-introspection
Zbigniew Jędrzejewski-Szmek
2014-06-22
1
-0
/
+1
*
core/snapshot: log info when snapshots are created and removed
Zbigniew Jędrzejewski-Szmek
2014-06-22
2
-9
/
+12
*
core/transaction: avoid misleading error message when unit not found
Zbigniew Jędrzejewski-Szmek
2014-06-22
2
-10
/
+12
*
core/transaction: reindent and split very long lines
Zbigniew Jędrzejewski-Szmek
2014-06-22
1
-15
/
+22
*
Add systemd-coredumpctl as an alias for coredumpctl
Zbigniew Jędrzejewski-Szmek
2014-06-22
3
-2
/
+13
*
readahead: avoid gcc warning about format
Zbigniew Jędrzejewski-Szmek
2014-06-22
1
-1
/
+3
*
dhcp-network: don't bother with IP fragments
Michal Sekletar
2014-06-22
1
-0
/
+4
*
build-sys: require elfutils >= 158
Michael Marineau
2014-06-22
1
-2
/
+10
*
man: untabify systemd-resolved.service.xml
Zbigniew Jędrzejewski-Szmek
2014-06-22
1
-8
/
+8
*
fix systemd-resolved reference in man page
Jonathan Boulle
2014-06-22
1
-1
/
+1
*
fix in_addr_prefix_intersect for 32bits
Marc-Antoine Perennou
2014-06-22
1
-1
/
+1
*
update .gitignore
Ronny Chevalier
2014-06-22
1
-0
/
+2
*
consistently order cleanup attribute before type
Thomas Hindoe Paaboel Andersen
2014-06-22
10
-14
/
+14
*
tests: add test_fdset_remove
Ronny Chevalier
2014-06-22
1
-0
/
+21
*
tests: add test-async
Ronny Chevalier
2014-06-22
2
-1
/
+58
*
tests: add test-capability
Ronny Chevalier
2014-06-22
2
-1
/
+170
*
build-sys: add -pthread flag for libsystemd-shared
Ronny Chevalier
2014-06-22
1
-1
/
+2
*
build-sys: replace nm with $(NM)
Kay Sievers
2014-06-21
1
-2
/
+2
*
gudev: replace regex with sym file
Kay Sievers
2014-06-21
2
-2
/
+72
*
pam_systemd: replace regex with sym file
Kay Sievers
2014-06-21
2
-1
/
+17
*
pam_systemd: rename source file to match the module
Kay Sievers
2014-06-21
2
-1
/
+1
*
sd-dhcp-server: change default lease time form 1m to 1h
Tom Gundersen
2014-06-21
1
-1
/
+1
*
sd-dhcp-server: fix broadcast of DHCP packets
Tom Gundersen
2014-06-21
2
-1
/
+8
*
util: treat fuse.sshfs as a network filesystem
Zbigniew Jędrzejewski-Szmek
2014-06-21
1
-0
/
+1
*
missing.h: add various network enums
Zbigniew Jędrzejewski-Szmek
2014-06-21
4
-45
/
+131
*
build-sys: fail if python support requested but not found
Zbigniew Jędrzejewski-Szmek
2014-06-21
1
-0
/
+7
*
build-sys: check that compat-libs are enabled for "make dist"
Filipe Brandenburger
2014-06-21
1
-1
/
+7
*
build-sys: check that python is enabled for "make dist"
Filipe Brandenburger
2014-06-21
1
-0
/
+12
*
build-sys: configure --with-python when running distcheck
Filipe Brandenburger
2014-06-21
1
-0
/
+5
*
build-sys: add verbosity to python-lxml detection in ./configure
Filipe Brandenburger
2014-06-21
1
-2
/
+7
*
build-sys: do not include id128-constants.h in the dist archive
Filipe Brandenburger
2014-06-21
1
-1
/
+3
*
util: do not strip /dev prefix twice
Zbigniew Jędrzejewski-Szmek
2014-06-21
1
-3
/
+0
*
Remove libattr mentions from README
Cristian Rodríguez
2014-06-20
1
-1
/
+0
*
sd-dhcp-server: remove unused cleanup function
Thomas Hindoe Paaboel Andersen
2014-06-20
1
-3
/
+0
*
core: clean-up signal reset logic when reexec
Lennart Poettering
2014-06-20
1
-5
/
+5
*
tmpfiles: copy/link /usr/share/factory/ files when the source argument is omi...
Kay Sievers
2014-06-20
2
-7
/
+15
*
po: add German translation
Benjamin Steinwender
2014-06-20
2
-0
/
+419
*
build-sys: fix indentation in make-man-rules generated output
Filipe Brandenburger
2014-06-20
2
-2
/
+2
*
build-sys: add sysusers.d/systemd.conf to CLEANFILES
Filipe Brandenburger
2014-06-20
1
-0
/
+3
[next]