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
*
tree-wide: minor formatting inconsistency cleanups
Vito Caputo
2016-02-23
46
-76
/
+76
*
Merge pull request #2664 from zonque/bootchart-removal
Lennart Poettering
2016-02-23
10
-2696
/
+0
|
\
|
*
architecture.h: remove PROC_CPUINFO_MODEL
Daniel Mack
2016-02-23
1
-16
/
+0
|
*
Remove systemd-bootchart
Daniel Mack
2016-02-23
9
-2680
/
+0
*
|
Merge pull request #2708 from vcaputo/journal-restore-offline-state-on-error
Lennart Poettering
2016-02-23
1
-1
/
+3
|
\
\
|
*
|
journal: restore offline state on error
Vito Caputo
2016-02-23
1
-1
/
+3
*
|
|
Merge pull request #2717 from keszybz/networkctl-prettification
Lennart Poettering
2016-02-23
5
-22
/
+50
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
networkctl: only print lldp legend for capabilities that were actually seen
Zbigniew Jędrzejewski-Szmek
2016-02-23
1
-7
/
+40
|
*
|
basic: simplify ether_addr_is_null
Zbigniew Jędrzejewski-Szmek
2016-02-23
2
-12
/
+6
|
*
|
Fix two typos
Zbigniew Jędrzejewski-Szmek
2016-02-23
2
-3
/
+4
*
|
|
Merge pull request #2709 from vcaputo/normalize_inc_dec_usage
Martin Pitt
2016-02-23
84
-222
/
+222
|
\
\
\
|
*
|
|
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-23
84
-222
/
+222
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2698 from poettering/personality
Martin Pitt
2016-02-23
5
-53
/
+54
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tests: add personality tests
Lennart Poettering
2016-02-22
1
-0
/
+26
|
*
|
util-lib: simplify personality() string matching
Lennart Poettering
2016-02-22
2
-104
/
+13
|
*
|
virt: make sure we don't ignore some errors
Lennart Poettering
2016-02-22
1
-0
/
+2
|
*
|
util-lib: support various ppc archs in personality logic
Lennart Poettering
2016-02-22
1
-0
/
+59
|
*
|
util-lib: use the architecture ids from architecture.h for personalities
Lennart Poettering
2016-02-22
1
-23
/
+28
|
*
|
build-sys: move shared/architecture.[ch] into basic/
Lennart Poettering
2016-02-22
2
-0
/
+0
|
|
/
*
|
Merge pull request #2701 from keszybz/udev-rules
Lennart Poettering
2016-02-22
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
udev-rules: fix querying of attributes
Zbigniew Jędrzejewski-Szmek
2016-02-22
1
-3
/
+3
*
|
Merge pull request #2685 from poettering/lldp-fixes2
Tom Gundersen
2016-02-22
89
-3030
/
+2743
|
\
\
|
|
/
|
/
|
|
*
sd-lldp: beef up callback logic
Lennart Poettering
2016-02-21
4
-38
/
+88
|
*
networkctl: ellipsize long LLDP fields in table output
Lennart Poettering
2016-02-21
1
-0
/
+25
|
*
networkctl: add missing newline to printf() format string
Lennart Poettering
2016-02-21
1
-1
/
+1
|
*
networkd: add basic LLDP transmission support
Lennart Poettering
2016-02-21
8
-3
/
+436
|
*
sd-lldp: filter out LLDP messages coming from our own MAC address
Lennart Poettering
2016-02-21
6
-1
/
+55
|
*
import: don't claim we had copied a settings file if we didn't
Lennart Poettering
2016-02-21
2
-4
/
+8
|
*
networkd: make a couple of functions static
Lennart Poettering
2016-02-21
2
-15
/
+22
|
*
networkd: rework when LLDP reception is enabled
Lennart Poettering
2016-02-21
1
-16
/
+29
|
*
networkctl: print a nice warning when networkd isn't running
Lennart Poettering
2016-02-21
1
-0
/
+10
|
*
networkctl: if there's no data from networkd about an iface show as "unmanaged"
Lennart Poettering
2016-02-21
1
-2
/
+6
|
*
sd-network: use xsprintf() instead of asprintf() where we can
Lennart Poettering
2016-02-21
1
-14
/
+13
|
*
networkctl: add a couple of (void) casts
Lennart Poettering
2016-02-21
1
-17
/
+17
|
*
networkd: rework how carrier bindings are serialized
Lennart Poettering
2016-02-21
4
-38
/
+117
|
*
networkd: turn on LLDP reception by default, in "routers-only" mode
Lennart Poettering
2016-02-21
1
-0
/
+2
|
*
networkctl: extend "networkctl status" per-interface output to include LLDP info
Lennart Poettering
2016-02-21
1
-33
/
+104
|
*
networkctl: make use of xsprintf() where we can
Lennart Poettering
2016-02-21
1
-3
/
+3
|
*
networkctl: simplify networkctl
Lennart Poettering
2016-02-21
1
-62
/
+52
|
*
networkctl: rework interface data acquisition
Lennart Poettering
2016-02-21
1
-139
/
+81
|
*
networkctl: extend "networkctl list" and "networctl lldp" to optionally take ...
Lennart Poettering
2016-02-21
1
-41
/
+110
|
*
networkctl: add new call that unifies link data acquisition between "status" ...
Lennart Poettering
2016-02-21
1
-30
/
+30
|
*
networkctl: fix dispatch_verb() table
Lennart Poettering
2016-02-21
1
-3
/
+3
|
*
networkctl: split out system status stuff into its own function
Lennart Poettering
2016-02-21
1
-31
/
+36
|
*
sd-lldp: rework sd-lldp API
Lennart Poettering
2016-02-21
17
-2259
/
+1482
|
*
core: exclude .slice units from "systemctl isolate"
Lennart Poettering
2016-02-20
2
-2
/
+9
|
*
networkd: fix logging of error codes
Lennart Poettering
2016-02-20
1
-5
/
+5
|
*
networkd: enable LLDP only on ethernet
Lennart Poettering
2016-02-20
2
-7
/
+15
|
*
sd-netlink: fix ifi_iftype type
Lennart Poettering
2016-02-20
3
-6
/
+6
|
*
sd-lldp: fix how we create the LLDP listening socket
Lennart Poettering
2016-02-20
1
-1
/
+1
[next]