summaryrefslogtreecommitdiffstats
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* cgroup: add support for StartupAllowedCPUs and StartupAllowedMemoryNodesPeter Morrow2021-09-156-34/+57
* core: replace IPAddressAccessItem with struct in_addr_prefixYu Watanabe2021-09-1410-295/+87
* core/cgroup: set bitfield to reduce struct sizeYu Watanabe2021-09-141-4/+4
* core: Parse log environment settings again after applying manager environmentDaan De Meyer2021-09-101-0/+3
* core: fix free undefined pointer when strdup failed in the first loopxujing2021-09-081-2/+2
* Merge pull request #20257 from bluca/seqnoLuca Boccassi2021-08-311-0/+1
|\
| * dissect: use DISKSEQ when waiting for block devicesLuca Boccassi2021-07-281-0/+1
* | core: fix typo: they -> theYu Watanabe2021-08-301-1/+1
* | core: Add information on which condition failed to the job done messageDaan De Meyer2021-08-283-11/+64
* | core: Unit's condition_result field is a booleanLennart Poettering2021-08-271-1/+1
* | Revert "core: Add information on which condition failed to job skipped format...Lennart Poettering2021-08-261-34/+11
* | core: Add information on which condition failed to job skipped format stringDaan De Meyer2021-08-261-11/+34
* | core: Check unit start rate limiting earlierDaan De Meyer2021-08-259-43/+131
* | core: Remove circular includeDaan De Meyer2021-08-242-1/+1
* | Merge pull request #20303 from andir/sysconfig-exampleYu Watanabe2021-08-221-1/+1
|\ \
| * | core: respect install_sysconfdir_samples in meson fileAndreas Rammhold2021-08-211-1/+1
* | | tree-wide: voidify unchecked snprintf callsLuca Boccassi2021-08-202-7/+7
* | | tree-wide: port everything over to new sd-id128 compund literal blissLennart Poettering2021-08-202-4/+2
* | | Merge pull request #18385 from kinvolk/mauricio/restrict-network-interfacesLennart Poettering2021-08-2014-0/+533
|\ \ \
| * | | core: add D-bus properties for RestrictNetworkInterfaces=Mauricio Vásquez2021-08-181-0/+101
| * | | core: add load fragment implementation for RestrictNetworkInterfaces=Mauricio Vásquez2021-08-183-0/+68
| * | | core: implement RestrictNetworkInterfaces=Mauricio Vásquez2021-08-188-0/+293
| * | | core: add RestrictNetworkInterfaces= BPF program source codeMauricio Vásquez2021-08-183-0/+71
* | | | tree-wide: port things over to FORMAT_PROC_FD_PATH()Lennart Poettering2021-08-191-3/+1
|/ / /
* | | Fix typo in dbus property name ("OnSuccesJobMode")Vladimir Panteleev2021-08-181-1/+2
* | | unit: coldplug both job and nop_job if possibleGeass-LL2021-08-161-4/+7
* | | manager: add a test flag to ignore dependenciesMaanya Goenka2021-08-122-5/+18
* | | manager: use FLAGS_SET when checking for MANAGER_TEST_RUN_MINIMALMaanya Goenka2021-08-121-2/+2
* | | Merge pull request #20199 from ddstreet/unit_cgroup_catchupLennart Poettering2021-08-124-2/+31
|\ \ \
| * | | core: Make sure cgroup_oom_queue is flushed on manager exitMichal Koutný2021-08-052-2/+9
| * | | cgroup: do 'catchup' for unit cgroup inotify watch filesDan Streetman2021-08-053-0/+22
* | | | Merge pull request #20419 from keszybz/setenv-no-valueLennart Poettering2021-08-115-10/+9
|\ \ \ \
| * | | | Add implicit sentinel to strv_env_merge()Zbigniew Jędrzejewski-Szmek2021-08-115-10/+9
| |/ / /
* | | | Merge pull request #20079 from maanyagoenka/img-supportLennart Poettering2021-08-114-5/+5
|\ \ \ \
| * | | | path-util: teach find_executable_full how to look into the root directoryMaanya Goenka2021-08-101-1/+1
| * | | | systemd-analyze: add --root option for 'verify' verb and allow path parsingMaanya Goenka2021-08-103-4/+4
* | | | | core: don't go to disk for masked unit state if we know it anywayLennart Poettering2021-08-101-0/+9
|/ / / /
* / / / list: introduce LIST_FOREACH_BACKWARDS() macro and drop LIST_FOREACH_AFTER/BE...Yu Watanabe2021-08-102-6/+6
|/ / /
* | | core: wrap cgroup path with empty_to_root() in log messagesYu Watanabe2021-08-043-27/+28
* | | core/cgroup: fix error handling of cg_remove_xattr()Yu Watanabe2021-08-041-3/+3
* | | Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-0314-48/+48
* | | time-set: adjust system clock if rtc is far in futureEgor Ignatov2021-08-021-4/+12
* | | main: fix type confusion in do_reexecute()Lennart Poettering2021-07-291-5/+10
* | | Merge pull request #20337 from poettering/oom-adj-fixLennart Poettering2021-07-291-5/+0
|\ \ \ | |_|/ |/| |
| * | Revert "Make oom_score_adjust_is_valid() static"Lennart Poettering2021-07-281-5/+0
* | | manager: reexecute on SIGRTMIN+25, user instances onlyFranck Bui2021-07-281-2/+5
|/ /
* / meson: use a/b instead of join_paths(a,b)Zbigniew Jędrzejewski-Szmek2021-07-271-3/+3
|/
* Make oom_score_adjust_is_valid() staticZbigniew Jędrzejewski-Szmek2021-07-231-0/+5
* pid1: propagate the original command line when reexecutingZbigniew Jędrzejewski-Szmek2021-07-221-10/+53
* core/main: wrap long comment linesZbigniew Jędrzejewski-Szmek2021-07-191-79/+84