summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25836 from DaanDeMeyer/resetDaan De Meyer2023-04-011-4/+58
|\
| * firstboot: Add --reset optionDaan De Meyer2023-04-011-0/+54
| * firstboot: Do not dereference symlinksDaan De Meyer2023-04-011-4/+4
* | ukify: Strip symbol/string table for old stubsJan Janssen2023-04-011-0/+13
|/
* Revert "Revert "test: add more testcases for rm_rf()""Yu Watanabe2023-03-311-8/+56
* rm-rf: also chmod() directory if it cannot be openedYu Watanabe2023-03-311-21/+135
* core: always calculate the next restart intervalMike Yuan2023-03-313-22/+21
* Merge pull request #27075 from mrc0mmand/test-tweaksLuca Boccassi2023-03-312-3/+33
|\
| * test: make make_addresses() actually return the addressesFrantisek Sumsal2023-03-301-1/+3
| * coverage: add a wrapper for execveat()Frantisek Sumsal2023-03-301-2/+30
* | bootctl: clean up handling of files with no version informationZbigniew Jędrzejewski-Szmek2023-03-303-31/+42
* | Revert "rm-rf: also chmod() directory if it cannot be opened"Luca Boccassi2023-03-301-131/+18
* | Revert "test: add more testcases for rm_rf()"Luca Boccassi2023-03-301-56/+8
* | pid1: fully disable coredumping to $PWDZbigniew Jędrzejewski-Szmek2023-03-301-2/+0
* | basic: update the Arch tuples for LoongArchXiaotian Wu2023-03-301-2/+2
* | Merge pull request #26883 from yuwata/rm-rfZbigniew Jędrzejewski-Szmek2023-03-302-32/+193
|\ \
| * | test: add more testcases for rm_rf()Yu Watanabe2023-03-251-8/+56
| * | rm-rf: also chmod() directory if it cannot be openedYu Watanabe2023-03-251-18/+131
| * | rm-rf: mask file mode with 07777 when passed to chmod()Yu Watanabe2023-03-251-4/+4
| * | rm-rf: fix errno handlingYu Watanabe2023-03-251-4/+4
* | | 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