index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
basic: add RB-Tree implementation
David Herrmann
2015-12-07
2
-0
/
+976
*
journal: unbreak sd_journal_sendv
Zbigniew Jędrzejewski-Szmek
2015-12-03
2
-3
/
+15
*
tests: turn check if manager cannot be intialized into macro
Zbigniew Jędrzejewski-Szmek
2015-12-02
1
-1
/
+1
*
basic/virt: add missing includes to compile on ppc64
Zbigniew Jędrzejewski-Szmek
2015-12-02
1
-0
/
+2
*
basic: re-sort includes
Thomas Hindoe Paaboel Andersen
2015-12-01
46
-64
/
+64
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
128
-135
/
+481
*
selinux: split up mac_selinux_have() from mac_selinux_use()
Lennart Poettering
2015-11-27
2
-5
/
+16
*
util-lib: move nss-util.h from shared/ to basic/
Lennart Poettering
2015-11-27
1
-0
/
+156
*
resolved: fix typo in in_addr_is_localhost()
Mantas Mikulėnas
2015-11-27
1
-1
/
+1
*
resolved: never cache RRs originating from localhost
Lennart Poettering
2015-11-27
2
-1
/
+15
*
util-lib: add ordered_set_ensure_allocated()
Lennart Poettering
2015-11-25
2
-1
/
+11
*
basic: fix build on architectures with small long
Helmut Grohne
2015-11-24
1
-3
/
+2
*
escape: add cescape_length() call as generalization of cescape()
Lennart Poettering
2015-11-23
2
-5
/
+12
*
virt: add comment about order in virtualization detection
Christian Hesse
2015-11-23
1
-0
/
+7
*
virt: detect dmi before cpuid
Christian Hesse
2015-11-23
1
-2
/
+2
*
Merge pull request #1947 from phomes/sort-includes2
Lennart Poettering
2015-11-19
17
-19
/
+22
|
\
|
*
tree-wide: sort includes in *.h
Thomas Hindoe Paaboel Andersen
2015-11-18
17
-19
/
+22
*
|
Merge pull request #1931 from bengal/dhcp-fqdn-v2
Tom Gundersen
2015-11-19
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
hostname-util: fix code comment
Beniamino Galvani
2015-11-17
1
-1
/
+1
*
|
calendarspec: sub-second support, v3
Hristo Venev
2015-11-17
5
-103
/
+195
|
/
*
siphash: minor coding style fixes and modernizations
Lennart Poettering
2015-11-17
2
-48
/
+57
*
siphash: fix another alignment issue
Lennart Poettering
2015-11-17
1
-2
/
+2
*
tree-wide: make macros for converting fds to pointers and back generic and us...
Lennart Poettering
2015-11-17
3
-6
/
+6
*
tree-wide: use right cast macros for UIDs, GIDs and PIDs
Lennart Poettering
2015-11-17
1
-3
/
+3
*
Merge pull request #1923 from zonque/siphash
Lennart Poettering
2015-11-17
3
-7
/
+8
|
\
|
*
siphash24: let siphash24_finalize() and siphash24() return the result directly
Daniel Mack
2015-11-16
3
-7
/
+8
*
|
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
23
-37
/
+37
|
/
*
Merge pull request #1916 from zonque/align
Tom Gundersen
2015-11-16
4
-6
/
+54
|
\
|
*
siphash24: change result argument to uint64_t
Martin Pitt
2015-11-16
3
-5
/
+5
|
*
siphash24: fix memory alignment
Daniel Mack
2015-11-16
1
-1
/
+2
|
*
basic: add unaligned macros for little endian
Daniel Mack
2015-11-16
1
-0
/
+47
*
|
Merge pull request #1915 from poettering/btrfs-root-subvol
David Herrmann
2015-11-16
2
-4
/
+18
|
\
\
|
*
|
tmpfiles: create subvolumes for "v", "q", and "Q" only if / is a subvolume
Lennart Poettering
2015-11-16
2
-4
/
+18
|
|
/
*
|
Merge pull request #1886 from poettering/tasks-max
David Herrmann
2015-11-16
2
-46
/
+56
|
\
\
|
|
/
|
/
|
|
*
util-lib: when parsing time values, accept "M" as short for "month"
Lennart Poettering
2015-11-13
1
-35
/
+36
|
*
btrfs: properly handle the case when a subvol has no parent
Lennart Poettering
2015-11-13
1
-11
/
+20
*
|
virt: sort #includes alphabetically
Martin Pitt
2015-11-16
1
-2
/
+2
*
|
virt: add missing #includes
Martin Pitt
2015-11-16
1
-0
/
+2
|
/
*
Merge pull request #1879 from poettering/networkd-forward
Tom Gundersen
2015-11-13
2
-15
/
+71
|
\
|
*
util-lib: optionally, when writing a string to a file, verify string on failure
Lennart Poettering
2015-11-13
2
-15
/
+71
*
|
Merge pull request #1869 from poettering/kill-overridable
Michal Schmidt
2015-11-13
2
-8
/
+0
|
\
\
|
|
/
|
/
|
|
*
core: remove support for RequiresOverridable= and RequisiteOverridable=
Lennart Poettering
2015-11-12
2
-8
/
+0
*
|
install: follow unit file symlinks in /usr, but not /etc when looking for [In...
Lennart Poettering
2015-11-12
2
-0
/
+21
|
/
*
journald: rework --sync/--rotate logic to use CLOCK_MONOTONIC timestamp files
Lennart Poettering
2015-11-12
2
-0
/
+40
*
Merge pull request #1854 from poettering/unit-deps
Tom Gundersen
2015-11-11
3
-8
/
+9
|
\
|
*
util-lib: use MODE_INVALID as invalid value for mode_t everywhere
Lennart Poettering
2015-11-11
1
-2
/
+2
|
*
core: fix dependency parsing
Lennart Poettering
2015-11-11
2
-6
/
+7
*
|
execute: Add new PassEnvironment= directive
Filipe Brandenburger
2015-11-11
2
-0
/
+16
|
/
*
sd-netlink: add support for RTA_PREF
Tom Gundersen
2015-11-11
1
-0
/
+4
*
sd-netlink: types - let tables be sized implicitly
Tom Gundersen
2015-11-11
1
-9
/
+10
[next]