summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sysext: stop storing under /usr/lib[/local]/extensions/Luca Boccassi2023-03-301-3/+5
* rename extension-release.[c|h] -> extension-util.[c|h]Luca Boccassi2023-03-307-6/+6
* tmpfiles: Try to take a BSD lock on files as wellDaan De Meyer2023-03-301-0/+10
* Merge pull request #27064 from DaanDeMeyer/chase-fixesDaan De Meyer2023-03-302-105/+26
|\
| * chase: Simplify chase_and_open() and chase_and_openat()Daan De Meyer2023-03-301-14/+12
| * fs-util: Strip O_NOFOLLOW in xopenat() when calling fd_reopen()Daan De Meyer2023-03-301-1/+1
| * chase: Fix error code checkDaan De Meyer2023-03-301-2/+2
| * chase: Fix formattingDaan De Meyer2023-03-301-90/+13
* | Merge pull request #27063 from yuwata/chase-gracefulDaan De Meyer2023-03-301-3/+17
|\ \
| * | chase: add CHASE_AT_RESOLVE_IN_ROOT only when it is necessaryYu Watanabe2023-03-301-3/+3
| * | chase: drop CHASE_AT_RESOLVE_IN_ROOT when AT_FDCWD or root dir fd is specifiedYu Watanabe2023-03-301-0/+14
* | | Merge pull request #27041 from poettering/fdstore-dumpDaan De Meyer2023-03-3024-75/+509
|\ \ \
| * | | notify: add support for sending fds with notification messagesLennart Poettering2023-03-291-4/+105
| * | | fdset: add new fdset_consume() helperLennart Poettering2023-03-293-3/+15
| * | | fdset: add new helper to convert an fdset to an arrayLennart Poettering2023-03-292-11/+32
| * | | fdset: minor modernizationsLennart Poettering2023-03-291-56/+45
| * | | analyze: add new fdstore verbLennart Poettering2023-03-294-3/+122
| * | | pid1: add DumpFileDescriptorStore() bus call that returns fdstore content infoLennart Poettering2023-03-296-0/+97
| * | | format-table: add new cell type for displaying major/minor devnumsLennart Poettering2023-03-292-0/+38
| * | | format-table: add inode type cell typeLennart Poettering2023-03-292-1/+14
| * | | fd-util: add helper for converting O_RDONLY/WRONLY/RDWR to stringsLennart Poettering2023-03-292-0/+15
| * | | devnum-util: add new devnum_is_zero() helperLennart Poettering2023-03-294-3/+7
| * | | stat-util: add inode_type_to_string() helper for showing mode_t inode type as...Lennart Poettering2023-03-292-0/+25
* | | | test-kernel-install: several cleanupsYu Watanabe2023-03-301-10/+15
| |_|/ |/| |
* | | Merge pull request #27062 from yuwata/chase-trivialDaan De Meyer2023-03-301-4/+4
|\ \ \
| * | | chase: fix indentationYu Watanabe2023-03-301-3/+3
| * | | chase: fix commentYu Watanabe2023-03-301-1/+1
* | | | service: drop redundant unit_ref_unset() callLennart Poettering2023-03-301-2/+0
* | | | Merge pull request #27060 from yuwata/fd-get-pathDaan De Meyer2023-03-302-0/+122
|\ \ \ \ | |_|_|/ |/| | |
| * | | fd-util: make fd_get_path() support AT_FDCWDYu Watanabe2023-03-302-0/+10
| * | | test: add tests for fd_get_path()Yu Watanabe2023-03-301-0/+112
| |/ /
* | | test: split-out tests for chase() and friends to test-chase.cYu Watanabe2023-03-303-591/+616
* | | test: rename test-chase -> test-chase-manualYu Watanabe2023-03-302-1/+1
|/ /
* | Merge pull request #27053 from DaanDeMeyer/firstboot-followupsMike Yuan2023-03-302-14/+31
|\ \
| * | firstboot: Refactor should_configure()Daan De Meyer2023-03-291-6/+7
| * | firstboot: Check for errors returned by dir_fd_is_root()Daan De Meyer2023-03-291-5/+21
| * | user-util: Rename ETC_PASSWD_LOCK_NAME to ETC_PASSWD_LOCK_FILENAMEDaan De Meyer2023-03-292-3/+3
| |/
* | Merge pull request #26971 from poettering/autostart-dead-failedLennart Poettering2023-03-295-81/+127
|\ \
| * | pid1: add debug log about selected restart intervalLennart Poettering2023-03-291-10/+13
| * | pid1: introduce new SERVICE_{DEAD|FAILED}_BEFORE_AUTO_RESTART service substatesLennart Poettering2023-03-295-71/+114
| |/
* | Merge pull request #26968 from DaanDeMeyer/exec-runtimeLennart Poettering2023-03-2918-225/+255
|\ \ | |/ |/|
| * core: Move DynamicCreds into ExecRuntimeDaan De Meyer2023-03-2714-109/+74
| * core: Introduce unit private exec runtimeDaan De Meyer2023-03-2712-56/+123
| * execute: Do not pass destroy as a boolean argument to unref()Daan De Meyer2023-03-276-39/+37
| * execute: Rename ExecRuntime to ExecSharedRuntimeDaan De Meyer2023-03-2716-91/+91
* | Merge pull request #26707 from DaanDeMeyer/firstboot-modernizeZbigniew Jędrzejewski-Szmek2023-03-292-147/+229
|\ \
| * | firstboot: Modernize path handlingDaan De Meyer2023-03-291-146/+227
| * | user-util: Add ETC_PASSWD_LOCK_NAMEDaan De Meyer2023-03-291-1/+2
* | | Merge pull request #27020 from 1awesomeJ/nitLuca Boccassi2023-03-291-0/+1
|\ \ \
| * | | compare-operator:unit testOMOJOLA JOSHUA DAMILOLA2023-03-271-0/+1