summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2016-02-20core: exclude .slice units from "systemctl isolate"Lennart Poettering
2016-02-18core: revert "core: resolve specifier in config_parse_exec()"Evgeny Vereshchagin
2016-02-16Merge pull request #2623 from poettering/networkd-fixesZbigniew Jędrzejewski-Szmek
2016-02-16core: fix assertion checkLennart Poettering
2016-02-16main: no need to set errno manuallyAlexander Kuleshov
2016-02-13service: remove unnecessary checkAlexander Kuleshov
2016-02-13Merge pull request #2603 from poettering/drop-compat-libsZbigniew Jędrzejewski-Szmek
2016-02-13core: drop Capabilities= settingLennart Poettering
2016-02-12core: fix indenting in dump outputLennart Poettering
2016-02-11Remove kdbus custom endpoint supportDaniel Mack
2016-02-11core: use correct enumThomas Hindoe Paaboel Andersen
2016-02-11core: don't choke if a unit another unit triggers vanishes during reloadLennart Poettering
2016-02-10Merge pull request #2574 from zonque/netclass-removeLennart Poettering
2016-02-10cgroup: remove support for NetClass= directiveDaniel Mack
2016-02-10core: treat JobTimeout=0 as equivalent to JobTimeout=infinityLennart Poettering
2016-02-10core: simplify how we parse TimeoutSec=, TimeoutStartSec= and TimeoutStopSec=Lennart Poettering
2016-02-10core: set RLIMIT_CORE to unlimited by defaultLennart Poettering
2016-02-10Merge pull request #2569 from zonque/removalsMartin Pitt
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-10Merge pull request #2564 from poettering/fix-2467Daniel Mack
2016-02-10core: make the StartLimitXYZ= settings generic and apply to any kind of unit,...Lennart Poettering
2016-02-09Merge pull request #2565 from poettering/fix-2315Zbigniew Jędrzejewski-Szmek
2016-02-09core: clarify which unit file is masked in error messageLennart Poettering
2016-02-09core: change internal error code for masked units from EBADR to ESHUTDOWNLennart Poettering
2016-02-07treewide: fix typos and spacingTorstein Husebø
2016-02-04core: rework job_get_timeout() to use usec_t and handle USEC_INFINITY time ev...Lennart Poettering
2016-02-03core: move service_unwatch_control_pid() call into service_enter_running()Lennart Poettering
2016-02-03core: log about path_is_mount_point() errorsLennart Poettering
2016-02-03core: when a service's ExecStartPre= times out, skip ExecStop=Lennart Poettering
2016-02-03resolved: apply epoch to system time from PID 1Lennart Poettering
2016-02-03Merge pull request #2512 from 0xAX/mount-setupLennart Poettering
2016-02-03manager: print fatal error if early mount failedAlexander Kuleshov
2016-02-03mount-setup: introduce mount_points_setupAlexander Kuleshov
2016-02-01core: no need to use unlink_noerrno()Lennart Poettering
2016-02-01core: rework unit timeout handling, and add new setting RuntimeMaxSec=Lennart Poettering
2016-02-01core: fix support for transient resource limit propertiesLennart Poettering
2016-02-01core: when saving timer unit time values, store them in raw µsLennart Poettering
2016-02-01core: fix handling of AccuracyUSec and RandomDelayUSec bus propertiesLennart Poettering
2016-02-01core: move parsing of rlimits into rlimit-util.[ch]Lennart Poettering
2016-02-01core: store for each unit when the last low-level unit state change took placeLennart Poettering
2016-01-31core: let's check access before type modificationEvgeny Vereshchagin
2016-01-31core: refactoring: add job_type_to_access_methodEvgeny Vereshchagin
2016-01-31core: fix selinux check for reloadEvgeny Vereshchagin
2016-01-28core: when propagating reload jobs, downgrade them to try-reloadLennart Poettering
2016-01-28core: when determining system state, don't bother with JOB_TRY_RESTARTLennart Poettering
2016-01-28core: make sure "systemctl reload-or-try-restart is actually a noop if a unit...Lennart Poettering
2016-01-28core: don't reset /dev/console if stdin/stdout/stderr as passed as fd in a tr...Lennart Poettering
2016-01-26Merge pull request #2306 from walyong/exec_v01Lennart Poettering
2016-01-26shutdown: complain if process excluded from killing spree runs of the same ro...Michal Sekletar
2016-01-25core: normalize error handling a bit, in setup_pam()Lennart Poettering