summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* sd-daemon: Set SO_LINGER on AF_VSOCK notify socket fdsDaan De Meyer2024-04-252-9/+14
* Fix _do_log conditions in log_exec_* macrosŁukasz Stelmach2024-04-251-4/+4
* Merge pull request #32477 from DaanDeMeyer/fixesDaan De Meyer2024-04-2541-101/+46
|\
| * tree-wide: Use log_setup() everywhereDaan De Meyer2024-04-2538-99/+43
| * portable: Don't fail if /etc/resolv.conf doesn't existDaan De Meyer2024-04-252-2/+2
| * test: Skip meson integration tests if SYSTEMD_INTEGRATION_TESTS != 1Daan De Meyer2024-04-251-0/+1
* | Merge pull request #32474 from poettering/varlink-no-pidfdLuca Boccassi2024-04-252-2/+3
|\ \
| * | varlink: fix varlink_get_peer_pidref() fallbackLennart Poettering2024-04-251-1/+1
| * | errno-util: consider ENOPROTOOPT another "not supported"Lennart Poettering2024-04-251-1/+2
* | | Merge pull request #32467 from yuwata/network-radv-cleanupLuca Boccassi2024-04-254-80/+76
|\ \ \
| * | | network/radv: use sd_ndisc_prefix and friends to manage prefixes and so onYu Watanabe2024-04-252-51/+48
| * | | network/radv: rename pref64Prefix -> Prefix64Yu Watanabe2024-04-253-25/+25
| * | | network/route: use our definitions of route preferenceYu Watanabe2024-04-251-4/+3
* | | | cryptsetup-tokens: fix pin assertsAntonio Alvarez Feijoo2024-04-253-3/+3
| |_|/ |/| |
* | | execute: make ExecStatus dump more useful by showing passed timeLennart Poettering2024-04-251-6/+27
* | | swap: hook up with handoff timestampsLennart Poettering2024-04-251-0/+18
* | | mount: hook up with handoff timestampsLennart Poettering2024-04-251-0/+18
* | | socket: hookup handoff timestamps with processes forked off by socket unitsLennart Poettering2024-04-251-0/+18
* | | manager: switch service unit type over to using new handoff timestamping logicLennart Poettering2024-04-254-11/+47
* | | execute: send handoff timestamps from executor to service managerLennart Poettering2024-04-255-73/+113
* | | manager: add socket for receiving handoff timestamps from forked childrenLennart Poettering2024-04-254-17/+151
* | | core: fix assertions in manager_dispatch_user_lookup_fd()Lennart Poettering2024-04-251-3/+2
| |/ |/|
* | run/run: fix invocation ID handlingYu Watanabe2024-04-252-5/+4
|/
* Merge pull request #32464 from YHNdnzj/journal-object-invocation-idYu Watanabe2024-04-241-1/+1
|\
| * journald-server: drop spuriously doubled '=' for OBJECT_SYSTEMD_INVOCATION_IDMike Yuan2024-04-241-1/+1
* | systemctl: list-jobs: interchange 'waiting for' and 'blocking' in outputRasmus Villemoes2024-04-241-2/+2
* | Merge pull request #32458 from poettering/manager_get_units_for_pidrefLuca Boccassi2024-04-241-66/+82
|\ \
| * | manager: also port manager_dispatch_sigchld() to manager_get_units_for_pidref()Lennart Poettering2024-04-241-34/+17
| * | manager: split out helper that gets Unit objects with interest in given PidRefLennart Poettering2024-04-241-32/+65
| |/
* / mount,swap: include ExecStatus output in dumpLennart Poettering2024-04-244-1/+31
|/
* Merge pull request #32447 from keszybz/test-taintZbigniew Jędrzejewski-Szmek2024-04-249-103/+109
|\
| * core/taint: make short_uid_range() not take a pathZbigniew Jędrzejewski-Szmek2024-04-241-8/+6
| * core: drop unused param, move taint calculation to separate fileZbigniew Jędrzejewski-Szmek2024-04-249-103/+111
* | manager: port user lookup fd serialization to serialize_fd_many()Lennart Poettering2024-04-241-21/+10
* | manager: comprehensively mark manager_dispatch_user_lookup_fd() as staticLennart Poettering2024-04-241-1/+1
* | capability-util: avoid thread_localLennart Poettering2024-04-241-23/+24
* | cryptenroll: fix typo (close parenthesis out of nowhere)Mike Yuan2024-04-241-1/+1
* | manager: use startswith() return valueLennart Poettering2024-04-241-3/+3
* | manager: use proper unicode arrow in dumpLennart Poettering2024-04-243-6/+6
* | exec-invoke: correct dont_close[] sizeLennart Poettering2024-04-241-1/+3
* | network/radv: merge two boolean flags for prefix into oneYu Watanabe2024-04-243-17/+14
* | sd-radv: use in6_addr_prefix_intersect()Yu Watanabe2024-04-241-7/+4
* | in-addr-util: introduce in{4,6}_addr_prefix_intersect()Yu Watanabe2024-04-242-35/+61
* | sd-radv: allow to send multiple routes or prefix64 that have intersection wit...Yu Watanabe2024-04-241-46/+12
* | sd-radv: send RA on update in caller sideYu Watanabe2024-04-242-42/+10
|/
* core/manager: add unmerged-bin taintMike Yuan2024-04-241-6/+10
* core/manager: rearrange taint tagsMike Yuan2024-04-241-9/+9
* core/manager: drop obsolete cgroup taint stringMike Yuan2024-04-241-6/+3
* mount-setup: use mount_verbose_full where appropriateMike Yuan2024-04-241-4/+1
* Merge pull request #32437 from keszybz/notify-fixups-split-outLuca Boccassi2024-04-231-14/+26
|\