summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)AuthorFilesLines
2014-02-05core: allow User=, Group=, Nice=, Environment=, Type= to be passed when creat...Lennart Poettering4-0/+168
2014-02-03conf-parser: warn when we open configuration files with weird access bitsLennart Poettering1-23/+13
2014-02-01bus: update kdbus.h (ABI break)Kay Sievers1-1/+1
2014-01-31core: fix oom checkLennart Poettering1-1/+1
2014-01-31core: introduce new stop protocol for unit scopesLennart Poettering4-7/+78
2014-01-29core: in containers, don't wait for cgroup empty notifications which will nev...Lennart Poettering1-3/+14
2014-01-29core: use a bit more PID_FMTLennart Poettering1-5/+2
2014-01-29core: make sure to always go through both SIGTERM and SIGKILL states of unitsLennart Poettering5-7/+27
2014-01-29service: allow KillMode=mixed in conjunction with PAMName=Lennart Poettering1-13/+7
2014-01-29core: introduce new KillMode=mixed which sends SIGTERM only to the main proce...Lennart Poettering3-1/+4
2014-01-28manager: remove "debugging" "feature"Zbigniew Jędrzejewski-Szmek1-1/+1
2014-01-28manager: requeue the cylon eye for 5s later when a job finishesZbigniew Jędrzejewski-Szmek1-3/+9
2014-01-28manager: print ephemeral information about running jobs' timeouts (v2)Zbigniew Jędrzejewski-Szmek2-5/+19
2014-01-28Revert "manager: print ephemeral information about running jobs' timeouts"Kay Sievers2-18/+4
2014-01-27manager: also turn on output on unit failureZbigniew Jędrzejewski-Szmek3-4/+17
2014-01-27manager: add systemd.show_status=auto modeZbigniew Jędrzejewski-Szmek3-25/+37
2014-01-27Replace mkostemp+unlink with open(O_TMPFILE)Zbigniew Jędrzejewski-Szmek1-14/+3
2014-01-27bus: when we cannot bus activate a service because we go down, drop oneLennart Poettering1-1/+1
2014-01-27core: require mounts for the root and working directoriesZbigniew Jędrzejewski-Szmek1-0/+12
2014-01-27core: simplify check for path absolutenessZbigniew Jędrzejewski-Szmek1-5/+3
2014-01-27manager: rearm jobs timerZbigniew Jędrzejewski-Szmek1-6/+17
2014-01-27manager: print ephemeral information about running jobs' timeoutsZbigniew Jędrzejewski-Szmek2-4/+18
2014-01-27core: add function to tell when job will time outZbigniew Jędrzejewski-Szmek8-0/+115
2014-01-22sd-rtnl: simplify sd_rtnl_message_addr_new()Tom Gundersen1-4/+26
2014-01-22sd-rtnl: link - allow setting the change maskTom Gundersen1-1/+1
2014-01-20exec: introduce PrivateDevices= switch to provide services with a private /devLennart Poettering7-6/+97
2014-01-12core: don't allow setting NOTIFY_SOCKET and similar env vars we need ourselve...Lennart Poettering1-14/+22
2014-01-12core: clean up environment block for --user instances a bitLennart Poettering1-1/+15
2014-01-11make socket_instantiate_service use cleanup gcc attributeMichael Scherer1-3/+2
2014-01-11core: fix unused variableZbigniew Jędrzejewski-Szmek1-1/+3
2014-01-09core: fix lack of notifications after reloadZbigniew Jędrzejewski-Szmek1-0/+5
2014-01-08Improve messages about user mode a bitZbigniew Jędrzejewski-Szmek1-2/+5
2014-01-07mount: don't creat local-fs.target links for mount units when runnin in user ...Lennart Poettering1-23/+22
2014-01-07core: do not add implicit dbus.socket dependencyKay Sievers1-6/+0
2014-01-07core: --user -- add basic.target an sort against it like --system doesKay Sievers1-22/+4
2014-01-07core: --user -- move generator directories from /tmp to $XDG_RUNTIME_DIRKay Sievers1-0/+20
2014-01-05Remove unused variablesZbigniew Jędrzejewski-Szmek1-2/+0
2014-01-05strv: multiple cleanupsSimon Peeters1-15/+8
2014-01-05shared: procfs_file_alloca: handle pid==0Simon Peeters1-1/+2
2014-01-05swap: remove if/else with the same data pathStefan Beller1-4/+1
2014-01-03bus: always create --user bus when kdbus is activeKay Sievers1-5/+2
2014-01-02core: fix gcc unused variable warningZbigniew Jędrzejewski-Szmek1-0/+2
2014-01-02Introduce cleanup functions for cap_freeZbigniew Jędrzejewski-Szmek2-47/+33
2014-01-02Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek9-63/+62
2014-01-02core/service: check if mainpid matches only if it is setZbigniew Jędrzejewski-Szmek1-3/+4
2014-01-02core/manager: print info about interesting signalsZbigniew Jędrzejewski-Szmek1-6/+12
2014-01-02core/service: tweak messages on operation timeoutsZbigniew Jędrzejewski-Szmek1-9/+11
2013-12-30core: Forgot to dereference pointer when checking for NULLStefan Beller1-1/+1
2013-12-28bus: fix a couple of format string mistakesLennart Poettering2-2/+2
2013-12-27selinux: Check access vector for enable/disable perm for each unit fileLubomir Rintel1-4/+14