summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* core: fix warningThomas Hindoe Paaboel Andersen2014-02-071-1/+1
* transaction: print more information about conflicting jobsZbigniew Jędrzejewski-Szmek2014-02-062-4/+3
* core: only send SIGHUP when doing first kill, not when doing final sigkillLennart Poettering2014-02-061-3/+3
* core: don't wait for non-control/non-main processes when killing processes on...Lennart Poettering2014-02-051-9/+11
* kill: fix error returnLennart Poettering2014-02-051-1/+1
* core: allow User=, Group=, Nice=, Environment=, Type= to be passed when creat...Lennart Poettering2014-02-054-0/+168
* conf-parser: warn when we open configuration files with weird access bitsLennart Poettering2014-02-031-23/+13
* bus: update kdbus.h (ABI break)Kay Sievers2014-02-011-1/+1
* core: fix oom checkLennart Poettering2014-01-311-1/+1
* core: introduce new stop protocol for unit scopesLennart Poettering2014-01-314-7/+78
* core: in containers, don't wait for cgroup empty notifications which will nev...Lennart Poettering2014-01-291-3/+14
* core: use a bit more PID_FMTLennart Poettering2014-01-291-5/+2
* core: make sure to always go through both SIGTERM and SIGKILL states of unitsLennart Poettering2014-01-295-7/+27
* service: allow KillMode=mixed in conjunction with PAMName=Lennart Poettering2014-01-291-13/+7
* core: introduce new KillMode=mixed which sends SIGTERM only to the main proce...Lennart Poettering2014-01-293-1/+4
* manager: remove "debugging" "feature"Zbigniew Jędrzejewski-Szmek2014-01-281-1/+1
* manager: requeue the cylon eye for 5s later when a job finishesZbigniew Jędrzejewski-Szmek2014-01-281-3/+9
* manager: print ephemeral information about running jobs' timeouts (v2)Zbigniew Jędrzejewski-Szmek2014-01-282-5/+19
* Revert "manager: print ephemeral information about running jobs' timeouts"Kay Sievers2014-01-282-18/+4
* manager: also turn on output on unit failureZbigniew Jędrzejewski-Szmek2014-01-273-4/+17
* manager: add systemd.show_status=auto modeZbigniew Jędrzejewski-Szmek2014-01-273-25/+37
* Replace mkostemp+unlink with open(O_TMPFILE)Zbigniew Jędrzejewski-Szmek2014-01-271-14/+3
* bus: when we cannot bus activate a service because we go down, drop oneLennart Poettering2014-01-271-1/+1
* core: require mounts for the root and working directoriesZbigniew Jędrzejewski-Szmek2014-01-271-0/+12
* core: simplify check for path absolutenessZbigniew Jędrzejewski-Szmek2014-01-271-5/+3
* manager: rearm jobs timerZbigniew Jędrzejewski-Szmek2014-01-271-6/+17
* manager: print ephemeral information about running jobs' timeoutsZbigniew Jędrzejewski-Szmek2014-01-272-4/+18
* core: add function to tell when job will time outZbigniew Jędrzejewski-Szmek2014-01-278-0/+115
* sd-rtnl: simplify sd_rtnl_message_addr_new()Tom Gundersen2014-01-221-4/+26
* sd-rtnl: link - allow setting the change maskTom Gundersen2014-01-221-1/+1
* exec: introduce PrivateDevices= switch to provide services with a private /devLennart Poettering2014-01-207-6/+97
* core: don't allow setting NOTIFY_SOCKET and similar env vars we need ourselve...Lennart Poettering2014-01-121-14/+22
* core: clean up environment block for --user instances a bitLennart Poettering2014-01-121-1/+15
* make socket_instantiate_service use cleanup gcc attributeMichael Scherer2014-01-111-3/+2
* core: fix unused variableZbigniew Jędrzejewski-Szmek2014-01-111-1/+3
* core: fix lack of notifications after reloadZbigniew Jędrzejewski-Szmek2014-01-091-0/+5
* Improve messages about user mode a bitZbigniew Jędrzejewski-Szmek2014-01-081-2/+5
* mount: don't creat local-fs.target links for mount units when runnin in user ...Lennart Poettering2014-01-071-23/+22
* core: do not add implicit dbus.socket dependencyKay Sievers2014-01-071-6/+0
* core: --user -- add basic.target an sort against it like --system doesKay Sievers2014-01-071-22/+4
* core: --user -- move generator directories from /tmp to $XDG_RUNTIME_DIRKay Sievers2014-01-071-0/+20
* Remove unused variablesZbigniew Jędrzejewski-Szmek2014-01-051-2/+0
* strv: multiple cleanupsSimon Peeters2014-01-051-15/+8
* shared: procfs_file_alloca: handle pid==0Simon Peeters2014-01-051-1/+2
* swap: remove if/else with the same data pathStefan Beller2014-01-051-4/+1
* bus: always create --user bus when kdbus is activeKay Sievers2014-01-031-5/+2
* core: fix gcc unused variable warningZbigniew Jędrzejewski-Szmek2014-01-021-0/+2
* Introduce cleanup functions for cap_freeZbigniew Jędrzejewski-Szmek2014-01-022-47/+33
* Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek2014-01-029-63/+62
* core/service: check if mainpid matches only if it is setZbigniew Jędrzejewski-Szmek2014-01-021-3/+4