summaryrefslogtreecommitdiffstats
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34403 from poettering/askpw-per-userLennart Poettering2024-10-212-31/+38
|\
| * core: modernize askpw handling a bitLennart Poettering2024-10-212-31/+38
* | Merge pull request #34787 from yuwata/core-ip-address-allow-denyLennart Poettering2024-10-211-3/+4
|\ \ | |/ |/|
| * core/cgroup: fix IPAddressAllow=/IPAddressDeny= set through DBusYu Watanabe2024-10-161-3/+4
* | pid1: close fds we receive via sd_notify() and cannot make use of asynchronouslyLennart Poettering2024-10-171-1/+1
* | fdset: optionally, close remaining fds asynchronouslyLennart Poettering2024-10-172-2/+2
* | Reformat load-fragment-gperf.gperf.inRyan Wilson2024-10-171-527/+527
* | cgroup: Add ManagedOOMMemoryPressureDurationSec= override setting for unitsRyan Wilson2024-10-178-3/+92
* | pid1: add env var to override default mount rate limit intervalxujing2024-10-161-3/+11
* | core: move debug logging from _can_live_mount() functions to callerLennart Poettering2024-10-163-19/+9
* | core: one more Mount -> LiveMount renameLuca Boccassi2024-10-161-1/+1
|/
* core: do not fail if ignorable img.v/ vpick dir is missingLuca Boccassi2024-10-151-0/+4
* core/manager: pass soft-reboot count to generatorsMike Yuan2024-10-151-0/+6
* core/manager: minor cleanup for generator_path_any() and friendsMike Yuan2024-10-151-26/+32
* timer: introduce DeferReactivation settingArthur Shau2024-10-114-7/+22
* core/service: add missing serialization for extra fdsMike Yuan2024-10-111-0/+38
* core/service: use array rather than list for extra fds, limit max numberMike Yuan2024-10-113-118/+76
* core/service: use LIST_HEAD where appropriateMike Yuan2024-10-111-1/+1
* core/manager-serialize: drop serialization for Manager.ready_sentMike Yuan2024-10-111-11/+1
* core/manager: still send out STATUS=Ready for user managerMike Yuan2024-10-111-7/+7
* core/mount: fix typoYu Watanabe2024-10-091-1/+1
* namespace: rename drop_unused_mounts() → sort_and_drop_unused_mounts()Lennart Poettering2024-10-091-3/+3
* Merge pull request #34679 from DaanDeMeyer/bus-logDaan De Meyer2024-10-091-4/+16
|\
| * core: Log in more scenarios about which process initiated an operationDaan De Meyer2024-10-091-0/+12
| * core: Bump log level of reexecute request to noticeDaan De Meyer2024-10-091-4/+4
* | Merge pull request #34656 from yuwata/private-usersLennart Poettering2024-10-095-14/+14
|\ \
| * | core: drop implicit support of PrivateTmp=offYu Watanabe2024-10-095-6/+6
| * | core: drop implicit support of PrivateUsers=offYu Watanabe2024-10-084-8/+8
* | | Merge pull request #34651 from yuwata/polkit-transient-unitLennart Poettering2024-10-095-62/+95
|\ \ \
| * | | core/dbus: pass transient unit name metadata to polkitRenjaya Raga Zenta2024-10-081-1/+8
| * | | core/dbus: add assertionsYu Watanabe2024-10-081-0/+12
| * | | core/dbus: introduce bus_verify_manage_units_async_impl()Yu Watanabe2024-10-082-21/+33
| * | | core/dbus: move bus_verify_xyz() to dbus-util.cYu Watanabe2024-10-085-49/+51
* | | | Merge pull request #34593 from Werkov/deprecate-aux-scopesLennart Poettering2024-10-091-1/+6
|\ \ \ \
| * | | | core/manager: Deprecate StartAuxiliaryScope() methodMichal Koutný2024-10-081-1/+6
* | | | | Merge pull request #34671 from yuwata/memoryLennart Poettering2024-10-091-1/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | core: suppress one debugging logYu Watanabe2024-10-081-1/+5
| | |/ / | |/| |
* / | | mount: optimize mountinfo traversal by decoupling device discoveryChen Guanqiao2024-10-081-1/+6
|/ / /
* | | Merge pull request #34674 from yuwata/reallocarrayLuca Boccassi2024-10-083-32/+11
|\ \ \
| * | | tree-wide: replace reallocarray() with GREEDY_REALLOC()Yu Watanabe2024-10-083-28/+10
| * | | core: use memdup_suffix0() at one more placeYu Watanabe2024-10-081-4/+1
* | | | Merge pull request #34556 from ryantimwilson/extra-fdsLennart Poettering2024-10-088-46/+234
|\ \ \ \ | |/ / / |/| | |
| * | | Add ExtraFileDescriptor property to StartTransientUnit dbus APIRyan Wilson2024-10-078-46/+234
* | | | tree-wide: drop doubled empty linesYu Watanabe2024-10-072-2/+0
* | | | Merge pull request #34408 from Werkov/fix-device-limitsYu Watanabe2024-10-072-10/+10
|\ \ \ \
| * | | | core/cgroup: Apply IODevice*= directives in configured orderMichal Koutný2024-09-242-10/+10
* | | | | core: warn if a generator is world-writableLukas Nykryn2024-10-071-1/+1
* | | | | path-lookup: deduplicate xdg_user_*() with sd_path_lookup()Mike Yuan2024-10-063-5/+6
| |/ / / |/| | |
* | | | fs-util: rename laccess to access_nofollowMike Yuan2024-10-051-3/+3
| |_|/ |/| |
* | | Merge pull request #34610 from poettering/exec-start-single-lineLuca Boccassi2024-10-031-1/+5
|\ \ \