summaryrefslogtreecommitdiffstats
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-101-0/+5
* Improve messages about user mode a bitZbigniew Jędrzejewski-Szmek2014-01-091-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-061-6/+0
* core: --user -- add basic.target an sort against it like --system doesKay Sievers2014-01-061-22/+4
* core: --user -- move generator directories from /tmp to $XDG_RUNTIME_DIRKay Sievers2014-01-061-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-031-0/+2
* Introduce cleanup functions for cap_freeZbigniew Jędrzejewski-Szmek2014-01-032-47/+33
* Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek2014-01-039-63/+62
* core/service: check if mainpid matches only if it is setZbigniew Jędrzejewski-Szmek2014-01-031-3/+4
* core/manager: print info about interesting signalsZbigniew Jędrzejewski-Szmek2014-01-031-6/+12
* core/service: tweak messages on operation timeoutsZbigniew Jędrzejewski-Szmek2014-01-031-9/+11
* core: Forgot to dereference pointer when checking for NULLStefan Beller2013-12-301-1/+1
* bus: fix a couple of format string mistakesLennart Poettering2013-12-282-2/+2
* selinux: Check access vector for enable/disable perm for each unit fileLubomir Rintel2013-12-281-4/+14
* Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek2013-12-266-7/+7
* systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek2013-12-261-1/+1
* bus: make system bus kdbus node world-accessibleLennart Poettering2013-12-261-1/+1
* build-sys: minor fixes found with cppcheckLennart Poettering2013-12-252-1/+3
* unit: include peer identity in description of per-connection socket-activated...Lennart Poettering2013-12-251-0/+19
* util: unify SO_PEERCRED/SO_PEERSEC invocationsLennart Poettering2013-12-241-3/+4
* core: when we close the notify fd, we also need to free its event sourceLennart Poettering2013-12-231-1/+3
* log: als turn on debug logging in non-PID1 if /proc/cmdline contains "debug"Lennart Poettering2013-12-231-1/+0
* sd-daemon: introduce sd_watchdog_enabled() for parsing $WATCHDOG_USECLennart Poettering2013-12-226-10/+21
* shared: switch our hash table implementation over to SipHashLennart Poettering2013-12-222-3/+3
* core: the cgroup properties are not actually constLennart Poettering2013-12-221-11/+11
* core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering2013-12-2232-118/+19
* bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering2013-12-2216-225/+225
* core: replace readdir_r with readdirFlorian Weimer2013-12-221-3/+4
* core: make check for Disconnected message more preciseLennart Poettering2013-12-211-0/+1
* core: pass notify fd across reexecsLennart Poettering2013-12-211-111/+164
* service: don't send out PropertiesChanged message for each watchdog notificationLennart Poettering2013-12-191-25/+21