Age | Commit message (Expand) | Author |
2015-05-18 | kmod-setup: conditionalize kmod autoloading properly | Lennart Poettering |
2015-05-18 | util: split all hostname related calls into hostname-util.c | Lennart Poettering |
2015-05-18 | README: document that we prefer if CONFIG_CHECKPOINT_RESTORE is turned on, fo... | Lennart Poettering |
2015-05-18 | fstab-generator: add x-systemd.requires and x-systemd.requires-mounts-for | Karel Zak |
2015-05-18 | buildsys: actually install 70-pointingstick.hwdb | Mantas Mikulėnas |
2015-05-18 | hwdb: Add trackpoint sensitivity setting for Thinkpad X230 tablet | Hans de Goede |
2015-05-18 | zsh-completion: make the arrays _sys_active_units, _sys_startable_units and _... | Eric Cook |
2015-05-18 | zsh-completion: removing more pointless forks | Eric Cook |
2015-05-18 | zsh-completion: less forking in _systemctl_failed_units() and make the array ... | Eric Cook |
2015-05-18 | zsh-completion: less forking in _systemctl_get_template_names() | Eric Cook |
2015-05-18 | zsh-completion: actually complete template names for subcommands enable, reen... | Eric Cook |
2015-05-18 | zsh-completion: actually run _filter_units_by_property when creating the arra... | Eric Cook |
2015-05-18 | Use "new" --job-mode= option in more places | Zbigniew Jędrzejewski-Szmek |
2015-05-16 | load-fragment: put quotes around iffy rvalue | Zbigniew Jędrzejewski-Szmek |
2015-05-16 | Use fflush_and_check() in more places | Zbigniew Jędrzejewski-Szmek |
2015-05-16 | buildsys: Remove X_SERVER from AM_CPPFLAGS | Cristian Rodríguez |
2015-05-16 | zsh-completion: add missing completions for systemd-nspawn | Lukas Rusak |
2015-05-16 | zsh-completion: update -M completion for systemd-analyze | Lukas Rusak |
2015-05-16 | zsh-completion: add missing completions for machinectl | Lukas Rusak |
2015-05-16 | udevd: queue - update queue state when events are queued/freed | Tom Gundersen |
2015-05-16 | udevd: on_worker - distinguish between EINTR and EAGAIN | Tom Gundersen |
2015-05-16 | udevd: worker - use loop_write() rather than send() | Tom Gundersen |
2015-05-16 | util: loop_write - accept 0-length message | Tom Gundersen |
2015-05-16 | udevd: net - fix leak in .link config | Tom Gundersen |
2015-05-15 | udev-ctrl: make _unref() always return NULL | Tom Gundersen |
2015-05-15 | units: make networkd pull in its own .busname unit | Tom Gundersen |
2015-05-15 | tmpfiles: use lstat() instead of stat() when checking whether a file system o... | Lennart Poettering |
2015-05-15 | tmpfiles: don't fail if we cannot create a subvolume because a file system is... | Lennart Poettering |
2015-05-15 | CODING_STYLE: document that EXIT_FAILURE and EXIT_SUCCESS should be used | Lennart Poettering |
2015-05-15 | CODING_STYLE: document best practices when initializing structs | Lennart Poettering |
2015-05-15 | coredump: make sure we vacuum by default | Lennart Poettering |
2015-05-15 | socket-util: socket_address_parse() should not log errors on its own | Lennart Poettering |
2015-05-15 | core: Fix assertion with empty Exec*= paths | Martin Pitt |
2015-05-15 | timedate: fix memory leak in timedated | Cristian Rodríguez |
2015-05-15 | .gitignore: add GNU GLOBAL files | Łukasz Stelmach |
2015-05-15 | generator: use fflush_and_check() where appropriate | Lennart Poettering |
2015-05-15 | core: don't consider umask for SocketMode= | Davide Bettio |
2015-05-15 | CODING_STYLE: document alloca() DONTS | Lennart Poettering |
2015-05-15 | core: Execute first boot presets in an enable-only preset-mode. | Dimitri John Ledkov |
2015-05-15 | networkd: don't try to turn on ipv6 forwarding if kernel lacks IPv6 support | Lennart Poettering |
2015-05-15 | man: IPMasquerade only implies IPForward=ipv4 | Benedikt Morbach |
2015-05-15 | networkd: don't touch global forwarding setting | Benedikt Morbach |
2015-05-15 | systemctl: introduce --now for enable, disable and mask | Jan Synacek |
2015-05-14 | nspawn: allow access to device nodes listed in --bind= and --bind-ro= switches | Stefan Junker |
2015-05-14 | test-bus-chat: various modernizations | Lennart Poettering |
2015-05-14 | sd-bus: fix memory leak in test-bus-chat | Cristian Rodríguez |
2015-05-14 | units: fix typo in systemd-resolved.service | Lennart Poettering |
2015-05-14 | util: introduce memmem_safe() and make use of it | Lennart Poettering |
2015-05-14 | util: use GNU comparison function prototype for qsort_safe() | Lennart Poettering |
2015-05-13 | networkd: remove dead initialization | Thomas Hindoe Paaboel Andersen |