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
*
sysusers: allow overrides in /etc and /run
Zbigniew Jędrzejewski-Szmek
2014-07-11
1
-0
/
+2
*
nss-mymachines: add new NSS module for automatically resolving addresses of a...
Lennart Poettering
2014-07-11
6
-1
/
+441
*
build-sys: export sd_path APIs
Lennart Poettering
2014-07-11
2
-2
/
+6
*
nss-myhostname: move NSS boilerplate to nss-util.h
Lennart Poettering
2014-07-10
3
-94
/
+123
*
machinectl: show network interface name for containers
Lennart Poettering
2014-07-10
1
-11
/
+64
*
nspawn: register external network interface with machined
Lennart Poettering
2014-07-10
1
-15
/
+29
*
machined: allow registering host-side network interfaces for communication wi...
Lennart Poettering
2014-07-10
4
-7
/
+127
*
networkd: always prefer dhcp routes over ipv4ll routes
Lennart Poettering
2014-07-10
2
-5
/
+6
*
machined: when querying addresses of a container, use same code as nss-myhost...
Lennart Poettering
2014-07-10
1
-88
/
+13
*
libsystemd: make use of our common sockaddr_union everywhere
Lennart Poettering
2014-07-10
2
-15
/
+3
*
shared: split out in_addr related calls from socket-util.[ch] into its privat...
Lennart Poettering
2014-07-10
9
-208
/
+260
*
nss-myhostname: move local address listing logic into shared, so that we can ...
Lennart Poettering
2014-07-10
4
-36
/
+42
*
nss-myhostname: only export the NSS entry point symbols, nothing else
Lennart Poettering
2014-07-10
1
-0
/
+19
*
machined: various modernizations when enumerating container addresses
Lennart Poettering
2014-07-10
1
-18
/
+34
*
nss-myhostname: following the usual naming scheme for .c/.h files
Lennart Poettering
2014-07-10
3
-9
/
+8
*
nss-myhostname: various modernizations
Lennart Poettering
2014-07-10
3
-117
/
+117
*
resolved: properly free network monitor
Lennart Poettering
2014-07-10
1
-0
/
+2
*
event: pull in sd-event.h from event-util.h
Lennart Poettering
2014-07-10
1
-0
/
+1
*
sysusers: don't allow control characters in gecos fields
Lennart Poettering
2014-07-09
1
-1
/
+5
*
sysusers: don't allow user names longer than UT_NAMESIZE
Lennart Poettering
2014-07-09
1
-0
/
+4
*
timedated: manage systemd-timesyncd directly instead of lists of alternatives
Kay Sievers
2014-07-09
1
-160
/
+94
*
hostnamed: add a new chassis type for watches
Lennart Poettering
2014-07-09
1
-1
/
+2
*
journal/compress: improve xz compression performance
Jon Severinsson
2014-07-09
1
-2
/
+12
*
fix #ifdef
Ronny Chevalier
2014-07-09
3
-3
/
+3
*
accelerometer: Don't wait for new data from the sensor
Bastien Nocera
2014-07-08
1
-27
/
+6
*
load-fragment: ConditionFirstBoot wants a bool string, not a path
Michal Schmidt
2014-07-08
1
-1
/
+1
*
systemctl: fix visual alignment for lines prefixed with color dots
Michal Schmidt
2014-07-08
1
-1
/
+1
*
logind: allow switching to unused VTs via SwitchTo()
David Herrmann
2014-07-08
1
-1
/
+6
*
Fix typo
Zbigniew Jędrzejewski-Szmek
2014-07-08
1
-1
/
+1
*
fstab-generator: fix trivial leak
Zbigniew Jędrzejewski-Szmek
2014-07-08
1
-0
/
+2
*
journal/compress: fix calls to decompress_blob
Zbigniew Jędrzejewski-Szmek
2014-07-08
2
-40
/
+27
*
resolved: make use of union in_addr_union in resolved, too
Lennart Poettering
2014-07-07
3
-4
/
+6
*
networkd: simplify signal handling of SIGTERM/SIGINT
Lennart Poettering
2014-07-07
2
-36
/
+5
*
resolved: make sure SIGTER/SIGINT actually can be caught and processed
Lennart Poettering
2014-07-07
1
-0
/
+2
*
resolved: let config_parse() open the configuration file for us
Lennart Poettering
2014-07-07
1
-13
/
+3
*
shared: fix format string for usec_t type
Lennart Poettering
2014-07-07
1
-1
/
+1
*
escape: beef up new systemd-escape tool
Lennart Poettering
2014-07-07
2
-11
/
+205
*
add new systemd-escape tool
Michael Biebl
2014-07-07
1
-0
/
+46
*
dropin: add format attribute and fix a wrong caller
Thomas Hindoe Paaboel Andersen
2014-07-07
2
-2
/
+4
*
fstab-generator: add comma when removed option is in the middle
Zbigniew Jędrzejewski-Szmek
2014-07-07
1
-1
/
+1
*
networkd: add support for mode
Susant Sahani
2014-07-07
4
-7
/
+167
*
networkd veth: Make kind assert
Susant Sahani
2014-07-07
1
-3
/
+1
*
firstboot: get rid of firstboot generator again, introduce ConditionFirstBoot...
Lennart Poettering
2014-07-07
12
-95
/
+45
*
firstboot: follow lock protocol when changing /etc/shadow
Lennart Poettering
2014-07-07
4
-38
/
+51
*
base-filesystem.c: terminate string array elements with \0
Harald Hoyer
2014-07-07
1
-5
/
+6
*
service: flush status text and errno values each time a service is started
Lennart Poettering
2014-07-07
1
-0
/
+4
*
systemctl: show StatusErrno value in "systemctl status"
Lennart Poettering
2014-07-07
1
-0
/
+5
*
service: don't accept negative ERRNO= notification messages
Lennart Poettering
2014-07-07
1
-1
/
+1
*
service: minor modernization
Lennart Poettering
2014-07-07
1
-8
/
+3
*
core: Added support for ERRNO NOTIFY_SOCKET message parsing, and added Status...
Miguel Angel Ajo
2014-07-07
3
-0
/
+19
[next]