aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: fix memory leak on failed preset-allEvgeny Vereshchagin2016-01-181-1/+3
* core: fix memory leak on set-default, enable, disable etcEvgeny Vereshchagin2016-01-171-0/+1
* Merge pull request #2157 from keszybz/manager-statusDaniel Mack2015-12-151-1/+4
|\
| * manager: log log level changes uniformlyZbigniew Jędrzejewski-Szmek2015-12-131-1/+4
* | core: expose soft limits on the busEvgeny Vereshchagin2015-11-301-0/+16
|/
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-10/+10
* Merge pull request #1828 from fbuihuu/set-property-on-inactive-unitLennart Poettering2015-11-271-3/+7
|\
| * core: allow 'SetUnitProperties()' to run on inactive units tooFranck Bui2015-11-221-3/+7
* | core: dispatch load queue each time we set up a transient unitsLennart Poettering2015-11-171-16/+7
* | core: move check whether a unit is suitable to become transient into unit.cLennart Poettering2015-11-171-13/+1
* | core: generate nice error messages for auxiliary transient units, tooLennart Poettering2015-11-171-8/+8
* | core: enable transient unit support for slice unitsLennart Poettering2015-11-131-1/+12
* | core: add new DefaultTasksMax= setting for system.confLennart Poettering2015-11-131-0/+1
|/
* install: follow unit file symlinks in /usr, but not /etc when looking for [In...Lennart Poettering2015-11-121-3/+3
* install: never log from install functionsLennart Poettering2015-11-121-0/+4
* Remove snapshot unit typeZbigniew Jędrzejewski-Szmek2015-11-101-63/+4
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-14/+15
* core: expose manager's TimerSlackNSec as propery on dbusEvgeny Vereshchagin2015-10-151-0/+17
* core: manager: expose DefaultLimit* as properties on dbusEvgeny Vereshchagin2015-10-121-0/+16
* core: remove taint flag about /etc/mtab not being a symlink.Lennart Poettering2015-10-091-5/+1
* core: manager: add some missing dbus propertiesEvgeny Vereshchagin2015-10-081-0/+10
* core: make sure we expose the empty string when we detect no virtualizationLennart Poettering2015-09-301-1/+12
* containers: systemd exits with non-zero codeAlban Crequy2015-09-211-2/+30
* basic: rework virtualization detection APILennart Poettering2015-09-071-5/+1
* selinux: drop mac_selinux_unit_access_check_strv()David Herrmann2015-08-271-16/+0
* tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-4/+3
* core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering2015-05-111-15/+15
* core: for queued reload message there is no need to store the bus explicitlyLennart Poettering2015-04-291-1/+0
* sd-bus: allow passing NULL as bus parameter to sd_bus_send()Lennart Poettering2015-04-291-4/+4
* sd-bus: drop bus parameter from message callback prototypeLennart Poettering2015-04-291-135/+92
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* core: make SELinux enable/disable check symmetricZbigniew Jędrzejewski-Szmek2015-03-211-3/+3
* core/dbus-manager: remove dead checkZbigniew Jędrzejewski-Szmek2015-03-071-3/+0
* core: emit changes for NFailedUnits propertyLucas De Marchi2015-02-261-1/+19
* core: rework policykit hookupLennart Poettering2015-02-181-91/+127
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-1/+1
* sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering2014-12-101-1/+1
* run: introduce timer support optionWaLyong Cho2014-12-091-3/+5
* bus: StartTransientUnit can have aux unitWaLyong Cho2014-12-081-12/+86
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-3/+3
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-3/+3
* core: watchdog bus properties cannot be both writable and constantLennart Poettering2014-11-201-2/+2
* mac: add mac_ prefix to distinguish origin security apisWaLyong Cho2014-10-281-34/+34
* systemctl: add add-wants and add-requires verbsLukas Nykryn2014-10-081-30/+53
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-1/+1