summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2016-10-21Revert "pid1: reconnect to the console before being re-executed"systemd/v231-3Zbigniew Jędrzejewski-Szmek
2016-10-21pid1: don't return any error in manager_dispatch_notify_fd() (#4240)Franck Bui
2016-10-21pid1: process zero-length notification messages againZbigniew Jędrzejewski-Szmek
2016-10-21If the notification message length is 0, ignore the message (#4237)Jorge Niedbalski
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-25core: change ExecStart=! syntax to ExecStart=+ (#3797)Lennart Poettering
2016-07-22Merge pull request #3777 from poettering/id128-reworkZbigniew Jędrzejewski-Szmek
2016-07-22Merge pull request #3753 from poettering/tasks-max-scaleLennart Poettering
2016-07-22cgroup: whitelist inaccessible devices for "auto" and "closed" DevicePolicy.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-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-22core: rework machine-id-setup.c to use the calls from id128-util.[ch]Lennart 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-22sd-id128: split UUID file read/write code into new id128-util.[ch]Lennart 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-21core: remove duplicate includes (#3771)Thomas H. P. Andersen
2016-07-20namespace: fix wrong return value from mount(2) (#3758)Topi Miettinen
2016-07-20execute: make sure JoinsNamespaceOf= doesn't leak ns fds to executed processesLennart Poettering
2016-07-20namespace: add a (void) castLennart Poettering
2016-07-20core: normalize header inclusion in execute.h a bitLennart Poettering
2016-07-20execute: normalize connect_logger_as() parameters slightlyLennart Poettering
2016-07-20core: when a scope was abandoned, always log about processes we killLennart Poettering
2016-07-20core: make sure RequestStop signal is send directedLennart Poettering
2016-07-20core: when forcibly killing/aborting left-over unit processes log about itLennart Poettering
2016-07-20namespace: minor improvementsLennart Poettering
2016-07-20core: hide legacy bus propertiesLennart Poettering
2016-07-19doc,core: Read{Write,Only}Paths= and InaccessiblePaths=Alessandro Puccetti
2016-07-19namespace: unify limit behavior on non-directory pathsAlessandro Puccetti
2016-07-16manager: don't skip sigchld handler for main and control pid for services (#3...Lukáš Nykrýn
2016-07-15tree-wide: get rid of selinux_context_t (#3732)Zbigniew Jędrzejewski-Szmek
2016-07-15macros: provide %_systemdgeneratordir and %_systemdusergeneratordir (#3672)Zbigniew Jędrzejewski-Szmek
2016-07-12shutdown: already sync IO before we enter the final killing spreeLennart Poettering
2016-07-12shutdown: use 90s SIGKILL timeoutLennart Poettering
2016-07-12Various fixes for typos found by lintian (#3705)Michael Biebl
2016-07-12seccomp: only abort on syscall name resolution failures (#3701)Luca Bruno
2016-07-11treewide: fix typos and remove accidental repetition of wordsTorstein Husebø
2016-07-08Merge pull request #3680 from joukewitteveen/pam-envEvgeny Vereshchagin
2016-07-08execute: Do not alter call-by-ref parameter on failureJouke Witteveen
2016-07-08core: queue loading transient units after setting their properties (#3676)David Michael
2016-07-07cgroup: fix memory cgroup limit regression on kernel 3.10 (#3673)Daniel Mack
2016-07-07execute: Cleanup the environment earlyJouke Witteveen
2016-07-01manager: Fixing a debug printf formatting mistake (#3640)Kyle Walker