summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-18kmod-setup: conditionalize kmod autoloading properlyHEADmasterLennart Poettering1-0/+4
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering29-152/+234
2015-05-18README: document that we prefer if CONFIG_CHECKPOINT_RESTORE is turned on, fo...Lennart Poettering1-0/+1
2015-05-18fstab-generator: add x-systemd.requires and x-systemd.requires-mounts-forKarel Zak4-0/+139
2015-05-18buildsys: actually install 70-pointingstick.hwdbMantas Mikulėnas1-0/+1
2015-05-18hwdb: Add trackpoint sensitivity setting for Thinkpad X230 tabletHans de Goede1-0/+2
2015-05-18zsh-completion: make the arrays _sys_active_units, _sys_startable_units and _...Eric Cook1-4/+4
2015-05-18zsh-completion: removing more pointless forksEric Cook1-16/+14
2015-05-18zsh-completion: less forking in _systemctl_failed_units() and make the array ...Eric Cook1-2/+2
2015-05-18zsh-completion: less forking in _systemctl_get_template_names()Eric Cook1-1/+1
2015-05-18zsh-completion: actually complete template names for subcommands enable, reen...Eric Cook1-12/+9
2015-05-18zsh-completion: actually run _filter_units_by_property when creating the arra...Eric Cook1-4/+5
2015-05-18Use "new" --job-mode= option in more placesZbigniew Jędrzejewski-Szmek6-16/+24
2015-05-16load-fragment: put quotes around iffy rvalueZbigniew Jędrzejewski-Szmek1-1/+2
2015-05-16Use fflush_and_check() in more placesZbigniew Jędrzejewski-Szmek3-15/+15
2015-05-16buildsys: Remove X_SERVER from AM_CPPFLAGSCristian Rodríguez1-1/+0
2015-05-16zsh-completion: add missing completions for systemd-nspawnLukas Rusak1-9/+13
2015-05-16zsh-completion: update -M completion for systemd-analyzeLukas Rusak1-1/+1
2015-05-16zsh-completion: add missing completions for machinectlLukas Rusak1-14/+70
2015-05-16udevd: queue - update queue state when events are queued/freedTom Gundersen1-28/+33
2015-05-16udevd: on_worker - distinguish between EINTR and EAGAINTom Gundersen1-2/+5
2015-05-16udevd: worker - use loop_write() rather than send()Tom Gundersen1-4/+8
2015-05-16util: loop_write - accept 0-length messageTom Gundersen1-3/+3
2015-05-16udevd: net - fix leak in .link configTom Gundersen1-3/+3
2015-05-15udev-ctrl: make _unref() always return NULLTom Gundersen1-27/+23
2015-05-15units: make networkd pull in its own .busname unitTom Gundersen3-1/+9
2015-05-15tmpfiles: use lstat() instead of stat() when checking whether a file system o...Lennart Poettering1-5/+6
2015-05-15tmpfiles: don't fail if we cannot create a subvolume because a file system is...Lennart Poettering1-6/+11
2015-05-15CODING_STYLE: document that EXIT_FAILURE and EXIT_SUCCESS should be usedLennart Poettering1-0/+3
2015-05-15CODING_STYLE: document best practices when initializing structsLennart Poettering1-0/+18
2015-05-15coredump: make sure we vacuum by defaultLennart Poettering2-4/+5
2015-05-15socket-util: socket_address_parse() should not log errors on its ownLennart Poettering3-11/+21
2015-05-15core: Fix assertion with empty Exec*= pathsMartin Pitt2-1/+26
2015-05-15timedate: fix memory leak in timedatedCristian Rodríguez1-1/+1
2015-05-15.gitignore: add GNU GLOBAL filesŁukasz Stelmach1-0/+4
2015-05-15generator: use fflush_and_check() where appropriateLennart Poettering1-3/+3
2015-05-15core: don't consider umask for SocketMode=Davide Bettio1-3/+0
2015-05-15CODING_STYLE: document alloca() DONTSLennart Poettering1-1/+11
2015-05-15core: Execute first boot presets in an enable-only preset-mode.Dimitri John Ledkov2-5/+1
2015-05-15networkd: don't try to turn on ipv6 forwarding if kernel lacks IPv6 supportLennart Poettering1-0/+5
2015-05-15man: IPMasquerade only implies IPForward=ipv4Benedikt Morbach1-1/+1
2015-05-15networkd: don't touch global forwarding settingBenedikt Morbach2-30/+2
2015-05-15systemctl: introduce --now for enable, disable and maskJan Synacek8-72/+114
2015-05-14nspawn: allow access to device nodes listed in --bind= and --bind-ro= switchesStefan Junker3-0/+29
2015-05-14test-bus-chat: various modernizationsLennart Poettering1-22/+10
2015-05-14sd-bus: fix memory leak in test-bus-chatCristian Rodríguez1-3/+1
2015-05-14units: fix typo in systemd-resolved.serviceLennart Poettering1-1/+1
2015-05-14util: introduce memmem_safe() and make use of itLennart Poettering2-1/+16
2015-05-14util: use GNU comparison function prototype for qsort_safe()Lennart Poettering1-6/+6
2015-05-13networkd: remove dead initializationThomas Hindoe Paaboel Andersen1-2/+2