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
*
libsystemd-bus: rename to libsystemd
Tom Gundersen
2014-01-13
82
-175
/
+176
*
TODO: update
Kay Sievers
2014-01-13
1
-0
/
+1
*
sd-dns: coding style cleanup
Daniel Buch
2014-01-13
2
-25
/
+30
*
networkd: fix wording
Tom Gundersen
2014-01-12
1
-2
/
+2
*
TODO: update rtnl/network sections
Tom Gundersen
2014-01-12
1
-5
/
+3
*
networkd: generate resolv.conf
Tom Gundersen
2014-01-12
8
-0
/
+146
*
networkd: bridge - remove redundant state
Tom Gundersen
2014-01-12
2
-12
/
+9
*
networkd: don't automatically reload config at runtime
Tom Gundersen
2014-01-12
2
-6
/
+0
*
networkd: improve logging a bit
Tom Gundersen
2014-01-12
2
-2
/
+7
*
bus-proxyd: add some more debugging
Tom Gundersen
2014-01-12
1
-0
/
+2
*
core: don't allow setting NOTIFY_SOCKET and similar env vars we need ourselve...
Lennart Poettering
2014-01-12
1
-14
/
+22
*
update TODO
Lennart Poettering
2014-01-12
1
-0
/
+7
*
core: clean up environment block for --user instances a bit
Lennart Poettering
2014-01-12
3
-2
/
+54
*
bus: add test case for signature type
Lennart Poettering
2014-01-12
1
-4
/
+5
*
man: add busctl(1)
Zbigniew Jędrzejewski-Szmek
2014-01-12
4
-2
/
+244
*
bus: properly handle EOF error conditions in proxyd
Lennart Poettering
2014-01-12
2
-12
/
+30
*
journald: do not free space when disk space runs low
Zbigniew Jędrzejewski-Szmek
2014-01-11
8
-27
/
+58
*
gpt-auto-generator: use EBADSLT code when unable to detect partition type
Zbigniew Jędrzejewski-Szmek
2014-01-11
1
-5
/
+3
*
gpt-auto-generator: skip nonexistent devices
Łukasz Stelmach
2014-01-11
1
-0
/
+3
*
ycm: autocompose flags from the Makefile
Dave Reisner
2014-01-11
2
-42
/
+29
*
pam: skip DBUS_SESSION_BUS_ADDRESS export when kdbus is not active
Kay Sievers
2014-01-11
1
-0
/
+4
*
make socket_instantiate_service use cleanup gcc attribute
Michael Scherer
2014-01-11
1
-3
/
+2
*
bus: fix length calculation when serializing SD_BUS_TYPE_SIGNATURE
Kay Sievers
2014-01-11
1
-1
/
+1
*
core: fix unused variable
Zbigniew Jędrzejewski-Szmek
2014-01-11
1
-1
/
+3
*
network: use GNU-ism to simplify macros
Zbigniew Jędrzejewski-Szmek
2014-01-11
3
-50
/
+36
*
journalctl: allow globbing in --unit and --user-unit
Zbigniew Jędrzejewski-Szmek
2014-01-11
2
-24
/
+179
*
journal: fix access to munmapped memory in sd_journal_enumerate_unique
Zbigniew Jędrzejewski-Szmek
2014-01-11
6
-23
/
+103
*
sd-dns: simplify headers
Tom Gundersen
2014-01-11
2
-11
/
+0
*
sd-dns: update/add license texts
Tom Gundersen
2014-01-11
3
-20
/
+43
*
sd-dns: cleanup public header
Tom Gundersen
2014-01-11
2
-16
/
+20
*
sd-dns: initial commit
Daniel Buch
2014-01-11
6
-0
/
+1516
*
udev/net_id: Introduce predictable network names for Linux on System z
Hendrik Brueckner
2014-01-11
1
-2
/
+62
*
hwdb: Add support for Toshiba Satellite P75-A7200 keyboard
Unai Uribarri
2014-01-11
1
-0
/
+8
*
Revert "bus: export bus address also when compiled without kdbus"
Kay Sievers
2014-01-10
1
-8
/
+2
*
man: clarify sd_bus_e_get_errno with NULL arg
Zbigniew Jędrzejewski-Szmek
2014-01-10
1
-3
/
+4
*
bus: convert a bus error with NULL name into an errno of 0 in sd_bus_error_ge...
Lennart Poettering
2014-01-10
1
-0
/
+3
*
man: mention which variables will be expanded in ExecStart
Zbigniew Jędrzejewski-Szmek
2014-01-10
2
-14
/
+27
*
core: fix lack of notifications after reload
Zbigniew Jędrzejewski-Szmek
2014-01-10
1
-0
/
+5
*
tmpfiles: don't allow label_fix to print ENOENT when we want to ignore it
Lukas Nykryn
2014-01-09
1
-4
/
+1
*
delta: ensure that d_type will be set on every fs
Lukas Nykryn
2014-01-09
1
-0
/
+2
*
build-sys: fix distcheck
Zbigniew Jędrzejewski-Szmek
2014-01-09
1
-1
/
+2
*
networkd: print the received DHCPv4 address and gateway
Zbigniew Jędrzejewski-Szmek
2014-01-09
2
-1
/
+18
*
networkd: use structured logging for links and bridges
Zbigniew Jędrzejewski-Szmek
2014-01-09
4
-75
/
+143
*
No need to canonicalize fixed paths
Zbigniew Jędrzejewski-Szmek
2014-01-09
8
-62
/
+38
*
Improve messages about user mode a bit
Zbigniew Jędrzejewski-Szmek
2014-01-09
3
-3
/
+8
*
nspawn: do not invoke RegisterMachine on machined from inside the new PID nam...
Lennart Poettering
2014-01-09
1
-8
/
+24
*
bus: make the bus driver support the driver interface under both / and /org/f...
Lennart Poettering
2014-01-09
1
-1
/
+46
*
logind: wait for the user service to finish startup before completing login a...
Lennart Poettering
2014-01-08
2
-3
/
+20
*
driverd: fix use-after-free error when maintaining match lists
Lennart Poettering
2014-01-08
1
-1
/
+1
*
Revert "bus-driverd: do not track identical matches"
Kay Sievers
2014-01-08
1
-4
/
+1
[next]