Age | Commit message (Expand) | Author |
2016-07-27 | vconsole: Add generic is_*() functions | Michal Soltys |
2016-07-27 | vconsole: add two new toggle functions, remove old enable/disable ones | Michal Soltys |
2016-07-27 | vconsole: copy font to 63 consoles instead of 15 | Michal Soltys |
2016-07-27 | vconsole: don't do GIO_SCRNMAP / GIO_UNISCRNMAP | Michal Soltys |
2016-07-26 | nspawn: add SYSTEMD_NSPAWN_USE_CGNS env variable (#3809) | Christian Brauner |
2016-07-26 | systemctl: allow disable on the unit file path, but warn about it (#3806) | Michal Sekletar |
2016-07-26 | journald: deprecate SplitMode=login (#3805) | Zbigniew Jędrzejewski-Szmek |
2016-07-25 | Merge pull request #3728 from poettering/dynamic-users | Zbigniew Jędrzejewski-Szmek |
2016-07-25 | Merge pull request #3757 from poettering/efi-search | Zbigniew Jędrzejewski-Szmek |
2016-07-25 | Merge pull request #3589 from brauner/cgroup_namespace | Lennart Poettering |
2016-07-25 | Merge pull request #3802 from poettering/id128-fixes | Zbigniew Jędrzejewski-Szmek |
2016-07-25 | Merge pull request #3800 from keszybz/systemctl-more-cleanup | Lennart Poettering |
2016-07-25 | sd-id128: be more liberal when reading files with 128bit IDs | Lennart Poettering |
2016-07-25 | fileio: imply /tmp as directory if passed as NULL to open_tmpfile_unlinkable() | Lennart Poettering |
2016-07-25 | automount: don't cancel mount/umount request on reload/reexec (#3670) | Michael Olbrich |
2016-07-25 | transaction: don't cancel jobs for units with IgnoreOnIsolate=true (#3671) | Michael Olbrich |
2016-07-25 | systemctl: use _cleanup_ for UnitCondition | Zbigniew Jędrzejewski-Szmek |
2016-07-25 | systemctl: simplify machine_info_clear | Zbigniew Jędrzejewski-Szmek |
2016-07-25 | coredump: turn off coredump collection only when PID 1 crashes, not when jour... | Lennart Poettering |
2016-07-25 | systemctl: avoid "leaking" some strings in UnitStatusInfo | Zbigniew Jędrzejewski-Szmek |
2016-07-25 | systemctl: use cleanup function for UnitStatusInfo | Zbigniew Jędrzejewski-Szmek |
2016-07-25 | Merge pull request #3681 from walyong/systemctl_condition | Zbigniew Jędrzejewski-Szmek |
2016-07-25 | systemctl: style tweaks for the new condition code | Zbigniew Jędrzejewski-Szmek |
2016-07-25 | core: change ExecStart=! syntax to ExecStart=+ (#3797) | Lennart Poettering |
2016-07-25 | shared/install: allow "enable" on linked unit files (#3790) | Zbigniew Jędrzejewski-Szmek |
2016-07-25 | Merge pull request #3796 from poettering/mailmap | Martin Pitt |
2016-07-25 | namespace: don't fail on masked mounts (#3794) | Alban Crequy |
2016-07-25 | man: update systemctl man page for unit file commands, in particular "systemc... | Lennart Poettering |
2016-07-22 | nspawn: don't skip cleanup on locking error | Zbigniew Jędrzejewski-Szmek |
2016-07-22 | import: don't log "fake" errno values | Zbigniew Jędrzejewski-Szmek |
2016-07-22 | Use "return log_error_errno" in more places" | Zbigniew Jędrzejewski-Szmek |
2016-07-22 | Merge pull request #3777 from poettering/id128-rework | Zbigniew Jędrzejewski-Szmek |
2016-07-22 | coredump: turn off coredump collection entirely after journald or PID 1 crashed | Lennart Poettering |
2016-07-22 | coredump: make sure to handle crashes of PID 1 and journald special | Lennart Poettering |
2016-07-22 | Merge pull request #3753 from poettering/tasks-max-scale | Lennart Poettering |
2016-07-22 | coredump: truncate overly long coredump metadata fields (#3780) | Lennart Poettering |
2016-07-22 | systemctl: never check inhibitors if -H or -M are used (#3781) | Lennart Poettering |
2016-07-22 | cgroup: whitelist inaccessible devices for "auto" and "closed" DevicePolicy. | Alessandro Puccetti |
2016-07-22 | nspawn: set DevicesPolicy closed and clean up duplicated devices | Alessandro Puccetti |
2016-07-22 | namespace: ensure to return a valid inaccessible nodes (#3778) | Alessandro Puccetti |
2016-07-22 | nss: add new "nss-systemd" NSS module for mapping dynamic users | Lennart Poettering |
2016-07-22 | core: enforce user/group name validity also when creating transient units | Lennart Poettering |
2016-07-22 | core: add a concept of "dynamic" user ids, that are allocated as long as a se... | Lennart Poettering |
2016-07-22 | core: be stricter when parsing User=/Group= fields | Lennart Poettering |
2016-07-22 | sysusers: move various user credential validity checks to src/basic/ | Lennart Poettering |
2016-07-22 | core: check for overflow when handling scaled MemoryLimit= settings | Lennart Poettering |
2016-07-22 | macros.systemd.in: add %systemd_ordering (#3776) | Harald Hoyer |
2016-07-22 | core: change TasksMax= default for system services to 15% | Lennart Poettering |
2016-07-22 | logind: change TasksMax= value for user logins to 33% | Lennart Poettering |
2016-07-22 | main: simplify things a bit by moving container check into fixup_environment() | Lennart Poettering |