Age | Commit message (Expand) | Author |
2016-07-22 | man: rework resolved.conf's Cache= documentation | Lennart Poettering |
2016-07-22 | mailmap: add a few more names | Lennart Poettering |
2016-07-22 | Merge pull request #3783 from poettering/fix-3285 | Lennart Poettering |
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 | Merge pull request #3779 from kinvolk/alessandro/nspawn-inaccessible-devs | 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 | update TODO | Lennart Poettering |
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 |
2016-07-22 | core: rename MemoryLimitByPhysicalMemory transient property to MemoryLimitScale | Lennart Poettering |
2016-07-22 | core: support percentage specifications on TasksMax= | Lennart Poettering |
2016-07-22 | machine-id-setup: add new --print switch | Lennart Poettering |
2016-07-22 | core: rework machine-id-setup.c to use the calls from id128-util.[ch] | Lennart Poettering |
2016-07-22 | sd-id128: handle NULL return parameter in sd_id128_from_string() nicer | Lennart Poettering |
2016-07-22 | main: make sure set_machine_id() doesn't clobber arg_machine_id on failure | Lennart Poettering |
2016-07-22 | machine-id-setup: port machine_id_commit() to new id128-util.c APIs | Lennart Poettering |
2016-07-22 | nspawn: rework /etc/machine-id handling | Lennart Poettering |
2016-07-22 | systemctl: fix format string for uint64_t field | Lennart Poettering |
2016-07-22 | systemctl: fix output alignment in "systemctl status" | Lennart Poettering |
2016-07-22 | nspawn: rework machine/boot ID handling code to use new calls from id128-util... | Lennart Poettering |
2016-07-22 | sd-id128: split UUID file read/write code into new id128-util.[ch] | Lennart Poettering |
2016-07-22 | tree-wide: use sd_id128_is_null() instead of sd_id128_equal where appropriate | Lennart Poettering |
2016-07-22 | Merge pull request #3762 from poettering/sigkill-log | Martin Pitt |
2016-07-22 | Merge pull request #3764 from poettering/assorted-stuff-2 | Martin Pitt |
2016-07-21 | nspawn: enable major=0/minor=0 devices inside the container (#3773) | Alessandro Puccetti |
2016-07-21 | missing_syscall: add __NR_copy_file_range for powerpc architecture (#3772) | Alessio Igor Bogani |
2016-07-21 | gpt-generator: relax EFI check a bit | Lennart Poettering |
2016-07-21 | kernel-install: when searching for location to place kernel consider /efi | Lennart Poettering |
2016-07-21 | bootctl: modernize install_loader_config() | Lennart Poettering |
2016-07-21 | bootctl: various coding style updates | Lennart Poettering |
2016-07-21 | bootctl: clean up get_file_version() | Lennart Poettering |
2016-07-21 | bootctl: use F_TYPE_EQUAL() to compare statfs' .f_type field | Lennart Poettering |
2016-07-21 | bootctl: move toupper() implementation to string-util.h | Lennart Poettering |
2016-07-21 | man: add missing whitespace to bootctl command lines | Lennart Poettering |
2016-07-21 | man: use <filename> in bootctl man page where appropriate | Lennart Poettering |
2016-07-21 | bootctl: make use of STRV_FOREACH() where we can | Lennart Poettering |