summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-18udevd: event - port spawn_wait() to sd-eventudev-eventTom Gundersen5-108/+94
2015-05-18units: udevd - hook up watchdog supportTom Gundersen1-0/+1
2015-05-18udevd: move main-loop to sd-eventTom Gundersen1-200/+170
2015-05-18udevd: main - use _exit() when daemonizingTom Gundersen1-2/+3
2015-05-18udevd: main - reshuffleTom Gundersen1-28/+28
2015-05-18udevd: rename on_reque_{exit,reload} to on_sig{term,chld}Tom Gundersen1-4/+4
2015-05-18udevd: introduce on_event_timeout{,_warning}Tom Gundersen1-8/+29
2015-05-18udevd: explicitly try to start event queue when it may be possibleTom Gundersen1-5/+11
2015-05-18udevd: process all SIGCHLD eventsTom Gundersen1-4/+4
2015-05-18udevd: only check for changed config before scheduling new eventsTom Gundersen1-27/+35
2015-05-18udevd: init/exit the builtins in manager_new/freeTom Gundersen1-5/+4
2015-05-18udevd: introduce manager_exit() and manager_reload()Tom Gundersen1-36/+44
2015-05-18udevd: move file descriptors to ManagerTom Gundersen1-185/+179
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