summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-07-25Merge pull request #3800 from keszybz/systemctl-more-cleanupLennart Poettering
2016-07-25automount: don't cancel mount/umount request on reload/reexec (#3670)Michael Olbrich
2016-07-25transaction: don't cancel jobs for units with IgnoreOnIsolate=true (#3671)Michael Olbrich
2016-07-25systemctl: use _cleanup_ for UnitConditionZbigniew Jędrzejewski-Szmek
2016-07-25systemctl: simplify machine_info_clearZbigniew Jędrzejewski-Szmek
2016-07-25coredump: turn off coredump collection only when PID 1 crashes, not when jour...Lennart Poettering
2016-07-25systemctl: avoid "leaking" some strings in UnitStatusInfoZbigniew Jędrzejewski-Szmek
2016-07-25systemctl: use cleanup function for UnitStatusInfoZbigniew Jędrzejewski-Szmek
2016-07-25Merge pull request #3681 from walyong/systemctl_conditionZbigniew Jędrzejewski-Szmek
2016-07-25systemctl: style tweaks for the new condition codeZbigniew Jędrzejewski-Szmek
2016-07-25core: change ExecStart=! syntax to ExecStart=+ (#3797)Lennart Poettering
2016-07-25shared/install: allow "enable" on linked unit files (#3790)Zbigniew Jędrzejewski-Szmek
2016-07-25Merge pull request #3796 from poettering/mailmapMartin Pitt
2016-07-25namespace: don't fail on masked mounts (#3794)Alban Crequy
2016-07-25man: update systemctl man page for unit file commands, in particular "systemc...Lennart Poettering
2016-07-22nspawn: don't skip cleanup on locking errorZbigniew Jędrzejewski-Szmek
2016-07-22import: don't log "fake" errno valuesZbigniew Jędrzejewski-Szmek
2016-07-22Use "return log_error_errno" in more places"Zbigniew Jędrzejewski-Szmek
2016-07-22Merge pull request #3777 from poettering/id128-reworkZbigniew Jędrzejewski-Szmek
2016-07-22coredump: turn off coredump collection entirely after journald or PID 1 crashedLennart Poettering
2016-07-22coredump: make sure to handle crashes of PID 1 and journald specialLennart Poettering
2016-07-22Merge pull request #3753 from poettering/tasks-max-scaleLennart Poettering
2016-07-22coredump: truncate overly long coredump metadata fields (#3780)Lennart Poettering
2016-07-22systemctl: never check inhibitors if -H or -M are used (#3781)Lennart Poettering
2016-07-22cgroup: whitelist inaccessible devices for "auto" and "closed" DevicePolicy.Alessandro Puccetti
2016-07-22nspawn: set DevicesPolicy closed and clean up duplicated devicesAlessandro Puccetti
2016-07-22namespace: ensure to return a valid inaccessible nodes (#3778)Alessandro Puccetti
2016-07-22core: check for overflow when handling scaled MemoryLimit= settingsLennart Poettering
2016-07-22macros.systemd.in: add %systemd_ordering (#3776)Harald Hoyer
2016-07-22core: change TasksMax= default for system services to 15%Lennart Poettering
2016-07-22logind: change TasksMax= value for user logins to 33%Lennart Poettering
2016-07-22main: simplify things a bit by moving container check into fixup_environment()Lennart Poettering
2016-07-22core: rename MemoryLimitByPhysicalMemory transient property to MemoryLimitScaleLennart Poettering
2016-07-22core: support percentage specifications on TasksMax=Lennart Poettering
2016-07-22machine-id-setup: add new --print switchLennart Poettering
2016-07-22core: rework machine-id-setup.c to use the calls from id128-util.[ch]Lennart Poettering
2016-07-22sd-id128: handle NULL return parameter in sd_id128_from_string() nicerLennart Poettering
2016-07-22main: make sure set_machine_id() doesn't clobber arg_machine_id on failureLennart Poettering
2016-07-22machine-id-setup: port machine_id_commit() to new id128-util.c APIsLennart Poettering
2016-07-22nspawn: rework /etc/machine-id handlingLennart Poettering
2016-07-22systemctl: fix format string for uint64_t fieldLennart Poettering
2016-07-22systemctl: fix output alignment in "systemctl status"Lennart Poettering
2016-07-22nspawn: rework machine/boot ID handling code to use new calls from id128-util...Lennart Poettering
2016-07-22sd-id128: split UUID file read/write code into new id128-util.[ch]Lennart Poettering
2016-07-22tree-wide: use sd_id128_is_null() instead of sd_id128_equal where appropriateLennart Poettering
2016-07-22Merge pull request #3762 from poettering/sigkill-logMartin Pitt
2016-07-22Merge pull request #3764 from poettering/assorted-stuff-2Martin Pitt
2016-07-21nspawn: enable major=0/minor=0 devices inside the container (#3773)Alessandro Puccetti
2016-07-21missing_syscall: add __NR_copy_file_range for powerpc architecture (#3772)Alessio Igor Bogani
2016-07-21Merge pull request #3770 from AlexanderKurtz/masterLennart Poettering