summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | transaction: downgrade warnings about wanted unit which are not foundFranck Bui2016-01-141-2/+3
|/ / / /
* | | | core: fix memory leak on reloadEvgeny Vereshchagin2016-01-141-1/+3
|/ / /
* | | Merge pull request #490 from pyssling/masterLennart Poettering2016-01-123-11/+46
|\ \ \
| * | | core: Add machine-id settingNils Carlson2016-01-123-11/+46
| | |/ | |/|
* | | tree-wide: use xsprintf() where applicableDaniel Mack2016-01-122-2/+4
* | | capabilities: added support for ambient capabilities.Ismo Puustinen2016-01-125-17/+99
* | | capabilities: keep bounding set in non-inverted format.Ismo Puustinen2016-01-128-28/+29
|/ /
* | Merge pull request #2262 from pohly/smack-networkLennart Poettering2016-01-111-3/+98
|\ \
| * | smack: Handling networkCasey Schaufler2016-01-111-3/+98
* | | tree-wide: unify argument lists of IN_SET()Daniel Mack2016-01-101-1/+1
|/ /
* | mount-setup.c: fix handling of symlink Smack labelling in cgroup setupPatrick Ohly2016-01-051-5/+10
* | core: don't enable special signals in test modeEvgeny Vereshchagin2016-01-041-0/+3
* | core: revert "manager: do not set up signals in test mode"Evgeny Vereshchagin2016-01-041-3/+0
* | core: socket options fix SCTP_NODELAYSusant Sahani2015-12-311-3/+9
* | Merge pull request #2224 from keszybz/analyze-verify-warningLennart Poettering2015-12-261-0/+3
|\ \
| * | manager: do not set up signals in test modeZbigniew Jędrzejewski-Szmek2015-12-251-0/+3
* | | Merge pull request #2216 from zonque/nameownerchangedLennart Poettering2015-12-243-2/+8
|\ \ \
| * | | core: re-sync bus name list after deserializing during daemon-reloadDaniel Mack2015-12-233-2/+8
* | | | socket: nullify pointers after freeDaniel Mack2015-12-221-5/+5
* | | | socket: free fdname memberDaniel Mack2015-12-221-0/+2
|/ / /
* | | core: fix bus name synchronization after daemon-reloadDaniel Mack2015-12-213-10/+69
* | | Merge pull request #2157 from keszybz/manager-statusDaniel Mack2015-12-152-5/+9
|\ \ \ | |/ / |/| |
| * | manager: log log level changes uniformlyZbigniew Jędrzejewski-Szmek2015-12-132-3/+6
| * | manager: move status output change debug messages to set functionZbigniew Jędrzejewski-Szmek2015-12-131-2/+3
* | | Merge pull request #2076 from keszybz/downgrade-masked-unit-messageLennart Poettering2015-12-101-1/+1
|\ \ \
| * | | core: do not warn about Wants depencencies on masked unitsZbigniew Jędrzejewski-Szmek2015-11-301-1/+1
| | |/ | |/|
* | | Merge pull request #2056 from evverx/expose-soft-limits-on-the-busLennart Poettering2015-12-103-3/+38
|\ \ \ | |_|/ |/| |
| * | core: dump soft limits tooEvgeny Vereshchagin2015-11-301-3/+6
| * | core: expose soft limits on the busEvgeny Vereshchagin2015-11-302-0/+32
| |/
* | core: simplify selinux AVC initializationLennart Poettering2015-11-301-38/+37
|/
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-2717-43/+43
* core:execute: fix fork() fail handling in exec_spawn()lc854462015-11-271-1/+1
* Merge pull request #1833 from utezduyar/drop-warning-on-presetLennart Poettering2015-11-271-1/+1
|\
| * downgrade warning if setting preset failedUmut Tezduyar Lindskog2015-11-161-1/+1
* | Merge pull request #2017 from haraldh/nobinddevice2Lennart Poettering2015-11-275-6/+8
|\ \
| * | core: Do not bind a mount unit to a device, if it was from mountinfoHarald Hoyer2015-11-245-6/+8
* | | Merge pull request #1828 from fbuihuu/set-property-on-inactive-unitLennart Poettering2015-11-273-3/+26
|\ \ \
| * | | core: allow 'SetUnitProperties()' to run on inactive units tooFranck Bui2015-11-221-3/+7
| * | | Introduce bus_unit_check_load_state() helperFranck Bui2015-11-222-0/+19
| | |/ | |/|
* | | Merge pull request #1989 from keszybz/filetriggers-v2Lennart Poettering2015-11-271-4/+42
|\ \ \
| * | | Convert file trigger scripts to luaZbigniew Jędrzejewski-Szmek2015-11-231-27/+39
| * | | Rework file trigger scripts to fire at the right timeZbigniew Jędrzejewski-Szmek2015-11-221-1/+27
* | | | Merge pull request #2040 from keszybz/randomized-delayLennart Poettering2015-11-272-4/+4
|\ \ \ \
| * | | | core: rename Random* to RandomizedDelay*Zbigniew Jędrzejewski-Szmek2015-11-262-4/+4
* | | | | core: dump rlim_cur tooEvgeny Vereshchagin2015-11-271-2/+2
* | | | | core: fix rlimit parsingEvgeny Vereshchagin2015-11-271-1/+4
|/ / / /
* | | | Merge pull request #1994 from karelzak/rlimitsLennart Poettering2015-11-261-112/+117
|\ \ \ \
| * | | | core: support <soft:hard> ranges for RLIMIT optionsKarel Zak2015-11-251-112/+117
* | | | | core: mount flags remove FOREACH_WORD_SEPARATORSusant Sahani2015-11-241-22/+12
| |_|_|/ |/| | |
* | | | Merge pull request #1997 from fbuihuu/fix-swap-unit-ordering-depLennart Poettering2015-11-231-0/+8
|\ \ \ \