summaryrefslogtreecommitdiffstats
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: allow fstab-style nodes in mount/swap What=Mike Yuan2024-01-094-4/+73
* core/load-fragment: use unit_path_printf where appropriateMike Yuan2024-01-091-2/+2
* src/basic: rename uid-alloc-range.[ch] to uid-classification.[ch]Zbigniew Jędrzejewski-Szmek2024-01-091-1/+1
* src/basic: "UidRange" → "UIDRange"Zbigniew Jędrzejewski-Szmek2024-01-091-1/+1
* simplify bitwise checking (#30722)AtariDreams2024-01-091-2/+1
* hexdecoct: make unbase64mem and unhexmem always use SIZE_MAXMike Yuan2024-01-084-10/+10
* core: escape spaces in paths during serializationFrantisek Sumsal2024-01-061-8/+9
* creds-util: optionally, allow NULL credentials even with TPMLennart Poettering2024-01-051-0/+2
* tpm2-util: more iovec'ificationLennart Poettering2024-01-051-10/+21
* core/dbus-manager: fix typoYu Watanabe2024-01-051-1/+1
* core: Add %D specifier for $XDG_DATA_HOMEAdrian Vovk2024-01-051-0/+11
* core/cgroup: use designated initializer more, make dup source constMike Yuan2024-01-052-36/+40
* Merge pull request #30743 from bluca/coverityLuca Boccassi2024-01-051-3/+3
|\
| * core: add an assert to guide static analysisLuca Boccassi2024-01-041-1/+1
| * core: fix cgroup copyLuca Boccassi2024-01-041-1/+1
| * core: fix OOM checkLuca Boccassi2024-01-041-1/+1
* | Merge pull request #30578 from bluca/polkit-varlinkLennart Poettering2024-01-041-1/+1
|\ \
| * | bus-polkit: port polkit_registry to use value destructors in hash_opsLennart Poettering2024-01-031-1/+1
* | | execute: make sure Type=exec and PAMName= work togetherLennart Poettering2024-01-041-2/+8
| |/ |/|
* | Merge pull request #26663 from poettering/vpickLennart Poettering2024-01-031-26/+128
|\ \
| * | execute: teach RootDirectory= and RootImage= the new vpick logicLennart Poettering2024-01-031-26/+128
| |/
* | Merge pull request #28797 from Werkov/eff_limitsYu Watanabe2024-01-033-0/+97
|\ \
| * | cgroup: Restrict effective limits with global resource provisionMichal Koutný2024-01-031-0/+11
| * | cgroup: Add EffectiveMemoryMax=, EffectiveMemoryHigh= and EffectiveTasksMax= ...Michal Koutný2024-01-033-0/+86
* | | core/manager: add dbus API to create auxiliary scope from running serviceMichal Sekletar2024-01-033-0/+501
| |/ |/|
* | Merge pull request #30633 from mrc0mmand/cocci-shenanigansYu Watanabe2023-12-251-1/+1
|\ \
| * | tree-wide: use strndupa_safe() in a couple more casesFrantisek Sumsal2023-12-251-1/+1
* | | core/unit: don't log 0 values in unit_log_resourcesMike Yuan2023-12-251-7/+19
* | | various: use FOREACH_ARRAY moreMike Yuan2023-12-251-7/+8
* | | Merge pull request #30628 from YHNdnzj/format-table-improvementYu Watanabe2023-12-251-2/+2
|\ \ \
| * | | core,format-table: use strna/ersatz for formatting fdstore dumpMike Yuan2023-12-251-2/+2
* | | | Merge pull request #30622 from yuwata/spaceMike Yuan2023-12-255-8/+8
|\ \ \ \ | |/ / / |/| | |
| * | | tree-wide: drop space between variable and an increment/decrementYu Watanabe2023-12-245-8/+8
| |/ /
* / / siphash24: introduce siphash24_compress_typesafe() macroYu Watanabe2023-12-253-7/+7
|/ /
* | core/executor: use log level specified in LogLevelMax=Yu Watanabe2023-12-233-1/+9
* | various: clean up isatty() handlingMike Yuan2023-12-222-7/+3
* | service: don't try to determine selinux label for socket activation if RootIm...Lennart Poettering2023-12-223-33/+63
* | polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus featureLennart Poettering2023-12-215-30/+31
* | tree-wide: use hashmap_isempty() and friendsYu Watanabe2023-12-211-4/+4
* | dbus-execute: use new exec_context_get_set_login_environment() helper also as...Lennart Poettering2023-12-211-1/+2
* | core: imply SetLoginEnvironment= if PAMName= is setLennart Poettering2023-12-213-1/+11
|/
* core/execute: use assertion for _done functionMike Yuan2023-12-201-3/+4
* core/execute: remove unneeded bracketsMike Yuan2023-12-201-4/+2
* core: allow interface altnames in RestrictNetworkInterfaces=networkException2023-12-182-2/+2
* core/unit: clean up unit_log_resourcesMike Yuan2023-12-131-208/+94
* core/unit: raise log level for unit_log_resources on certain memory thresholdsMike Yuan2023-12-131-7/+17
* execute: improve log message about TTY ownership reset failuresLennart Poettering2023-12-121-2/+2
* execute: handle gracefully if we cannot lock /dev/console when resetting tty ...Lennart Poettering2023-12-121-4/+5
* core/job: emit job start message if we're only waiting for unit stateMike Yuan2023-12-121-17/+14
* core/device: add stopping job messageMike Yuan2023-12-121-0/+1