summaryrefslogtreecommitdiffstats
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
|\ \ \
| * | | man: soft deprecate use of ";" for separating multiple command lines in ExecS...Lennart Poettering2024-10-021-1/+5
* | | | core: load IPE policy on bootLuca Boccassi2024-10-024-0/+124
|/ / /
* | | Revert "Preset user units on first boot as well"Lennart Poettering2024-10-011-10/+6
* | | json: add json_dispatch_const_user_group_name()Lennart Poettering2024-10-011-9/+9
| |/ |/|
* | Merge pull request #34508 from intelfx/work/fix-io-reportingMike Yuan2024-09-304-10/+18
|\ \
| * | core/cgroup: cache IO accounting data when pruning a cgroupIvan Shapovalov2024-09-231-3/+15
| * | core/cgroup: drop `allow_cache` parameter in `unit_get_io_accounting()`Ivan Shapovalov2024-09-214-7/+3
* | | Preset user units on first boot as wellDaan De Meyer2024-09-211-6/+10
* | | tree-wide: use strv_extend_strv_consume() where appropriateMike Yuan2024-09-213-33/+19
|/ /
* | systemd: rewatch pids under cgroup v1 when sigchld of processes more than mai...chenjiayi2024-09-181-1/+1
* | load-fragment: terminate the specifier table (#34421)Ronan Pigott2024-09-151-0/+1
|/
* core: do not fail if ignorable img.v/ vpick dir is emptyLuca Boccassi2024-09-131-6/+14
* core: Add support for PrivateUsers=identityDaan De Meyer2024-09-0910-28/+119
* core/manager: do not re-init Manager.lookup_paths when manager_reload()Mike Yuan2024-09-071-7/+0
* core/manager: rename NOTIFY_RCVBUF_SIZE to MANAGER_SOCKET_RCVBUF_SIZEMike Yuan2024-09-071-6/+6
* Merge pull request #34256 from YHNdnzj/pid1-followupLennart Poettering2024-09-0512-99/+91
|\
| * core: rename BindJournalSockets= to BindLogSockets=Mike Yuan2024-09-048-25/+25
| * core/namespace: add comment to explain the non-obvious assumption on /run/sys...Mike Yuan2024-09-041-0/+2
| * core/namespace: make bind mounted journal sockets nosuid + noexec + nodevMike Yuan2024-09-042-3/+9
| * core/exec-invoke: use bind_mount_add() where appropriateMike Yuan2024-09-041-17/+3
| * core/namespace: use GREEDY_REALLOC at one more placeMike Yuan2024-09-041-6/+2
| * core/unit: introduce unit_set_debug_invocation()Mike Yuan2024-09-043-25/+29
| * core: add missing serialization for Unit.debug_invocationMike Yuan2024-09-041-0/+5
| * core/service: modernize service_load_pid_file() a bitMike Yuan2024-09-041-19/+14
| * core/service: minor coding style tweakMike Yuan2024-09-041-4/+2
* | Merge pull request #34090 from DaanDeMeyer/cow-fixYu Watanabe2024-09-051-7/+2
|\ \
| * | copy: Introduce COPY_NOCOW_AFTER and use it when copying imagesDaan De Meyer2024-09-041-17/+2
| * | Revert "tree-wide: Don't explicity disable copy-on-write when copying images"Daan De Meyer2024-09-041-0/+10
| |/
* | socket-util: make recvmsg_safe() handle MSG_TRUNC tooMike Yuan2024-09-041-13/+12
* | core/manager: close all cmsg fds where none is expectedMike Yuan2024-09-041-0/+2
|/
* core/namespace: create /dev/log only if journal socket is presentMike Yuan2024-09-031-6/+11
* core: introduce BindJournalSockets=Mike Yuan2024-09-038-2/+56
* tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friendsYu Watanabe2024-09-012-33/+33
* core: Fix log message typoDaan De Meyer2024-08-291-1/+1
* core: do BindMount/MountImage operations in async control processLuca Boccassi2024-08-2910-68/+380
* exec-invoke: remove redundant empty linesLennart Poettering2024-08-271-2/+0