summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-18zsh-completion: make the arrays _sys_active_units, _sys_startable_units and _...Eric Cook
2015-05-18zsh-completion: removing more pointless forksEric Cook
2015-05-18zsh-completion: less forking in _systemctl_failed_units() and make the array ...Eric Cook
2015-05-18zsh-completion: less forking in _systemctl_get_template_names()Eric Cook
2015-05-18zsh-completion: actually complete template names for subcommands enable, reen...Eric Cook
2015-05-18zsh-completion: actually run _filter_units_by_property when creating the arra...Eric Cook
2015-05-18Use "new" --job-mode= option in more placesZbigniew Jędrzejewski-Szmek
2015-05-16load-fragment: put quotes around iffy rvalueZbigniew Jędrzejewski-Szmek
2015-05-16Use fflush_and_check() in more placesZbigniew Jędrzejewski-Szmek
2015-05-16buildsys: Remove X_SERVER from AM_CPPFLAGSCristian Rodríguez
2015-05-16zsh-completion: add missing completions for systemd-nspawnLukas Rusak
2015-05-16zsh-completion: update -M completion for systemd-analyzeLukas Rusak
2015-05-16zsh-completion: add missing completions for machinectlLukas Rusak
2015-05-16udevd: queue - update queue state when events are queued/freedTom Gundersen
2015-05-16udevd: on_worker - distinguish between EINTR and EAGAINTom Gundersen
2015-05-16udevd: worker - use loop_write() rather than send()Tom Gundersen
2015-05-16util: loop_write - accept 0-length messageTom Gundersen
2015-05-16udevd: net - fix leak in .link configTom Gundersen
2015-05-15udev-ctrl: make _unref() always return NULLTom Gundersen
2015-05-15units: make networkd pull in its own .busname unitTom Gundersen
2015-05-15tmpfiles: use lstat() instead of stat() when checking whether a file system o...Lennart Poettering
2015-05-15tmpfiles: don't fail if we cannot create a subvolume because a file system is...Lennart Poettering
2015-05-15CODING_STYLE: document that EXIT_FAILURE and EXIT_SUCCESS should be usedLennart Poettering
2015-05-15CODING_STYLE: document best practices when initializing structsLennart Poettering
2015-05-15coredump: make sure we vacuum by defaultLennart Poettering
2015-05-15socket-util: socket_address_parse() should not log errors on its ownLennart Poettering
2015-05-15core: Fix assertion with empty Exec*= pathsMartin Pitt
2015-05-15timedate: fix memory leak in timedatedCristian Rodríguez
2015-05-15.gitignore: add GNU GLOBAL filesŁukasz Stelmach
2015-05-15generator: use fflush_and_check() where appropriateLennart Poettering
2015-05-15core: don't consider umask for SocketMode=Davide Bettio
2015-05-15CODING_STYLE: document alloca() DONTSLennart Poettering
2015-05-15core: Execute first boot presets in an enable-only preset-mode.Dimitri John Ledkov
2015-05-15networkd: don't try to turn on ipv6 forwarding if kernel lacks IPv6 supportLennart Poettering
2015-05-15man: IPMasquerade only implies IPForward=ipv4Benedikt Morbach
2015-05-15networkd: don't touch global forwarding settingBenedikt Morbach
2015-05-15systemctl: introduce --now for enable, disable and maskJan Synacek
2015-05-14nspawn: allow access to device nodes listed in --bind= and --bind-ro= switchesStefan Junker
2015-05-14test-bus-chat: various modernizationsLennart Poettering
2015-05-14sd-bus: fix memory leak in test-bus-chatCristian Rodríguez
2015-05-14units: fix typo in systemd-resolved.serviceLennart Poettering
2015-05-14util: introduce memmem_safe() and make use of itLennart Poettering
2015-05-14util: use GNU comparison function prototype for qsort_safe()Lennart Poettering
2015-05-13networkd: remove dead initializationThomas Hindoe Paaboel Andersen
2015-05-13core: only set event source name when we create an event sourceLennart Poettering
2015-05-13journal: fix size commentPeter Lemenkov
2015-05-13util: add generic calls for prefixing a root directory to a pathLennart Poettering
2015-05-13core: make exec code a bit more readableLennart Poettering
2015-05-13core: fix memory leak in manager_run_generators()Cristian Rodríguez
2015-05-13nspawn: skip symlink to a combined cgroup hierarchy if it already existsIago López Galeiras