summaryrefslogtreecommitdiff
path: root/src/basic
Commit message (Expand)AuthorAgeFilesLines
...
* | | | env-file: introduce parse_env_file_fdv()Yu Watanabe2023-04-112-6/+19
|/ / /
* | | Merge pull request #27184 from yuwata/xfopenat-fullDaan De Meyer2023-04-102-96/+126
|\ \ \
| * | | fileio: introduce xfopenat_full()Yu Watanabe2023-04-082-70/+109
| * | | fileio: use take_fdopen() and friendsYu Watanabe2023-04-081-29/+20
* | | | fd-util: slightly optimize dir_fd_is_root()Yu Watanabe2023-04-101-8/+12
* | | | chase: use dir_fd_is_root() to check if fd points to the root directoryYu Watanabe2023-04-101-3/+9
* | | | chase: use stat_inode_same() at one more placeYu Watanabe2023-04-101-1/+1
* | | | path-util: make iterator for path_find_last_component() always finish with th...Yu Watanabe2023-04-101-0/+8
* | | | chase: extend comment about CHASE_PARENTYu Watanabe2023-04-101-2/+3
* | | | chase: drop one redundant call of fstat()Yu Watanabe2023-04-101-1/+1
* | | | chase: make struct stat always sync with the opened fdYu Watanabe2023-04-101-25/+21
* | | | chase: drop unnecessary conditions for bufferYu Watanabe2023-04-101-6/+4
* | | | fileio: introduce read_one_line_file_at()Yu Watanabe2023-04-092-6/+10
|/ / /
* | | conf-files: introduce _at() variants of conf_files_list() or friendsYu Watanabe2023-04-082-0/+54
* | | conf-files: split out logic of copy and sort filenames from hashmapYu Watanabe2023-04-081-15/+22
* | | conf-files: use path_compare_filename()Yu Watanabe2023-04-081-1/+3
* | | path-util: introduce path_compare_filename()Yu Watanabe2023-04-082-19/+30
* | | conf-files: drop redundant call of chase()Yu Watanabe2023-04-081-47/+26
* | | Merge pull request #26887 from yuwata/proc-cmdline-filter-argumentsZbigniew Jędrzejewski-Szmek2023-04-073-114/+281
|\ \ \
| * | | proc-cmdline: filter PID1 arguments when we are running in a containerYu Watanabe2023-03-293-6/+159
| * | | proc-cmdline: introduce proc_cmdline_strv()Yu Watanabe2023-03-292-20/+32
| * | | proc-cmdline: split commandline earlier in proc_cmdline_parse() and friendYu Watanabe2023-03-291-114/+116
* | | | Merge pull request #27126 from yuwata/journal-compressZbigniew Jędrzejewski-Szmek2023-04-072-0/+13
|\ \ \ \
| * | | | compress: introduce compression_supported() helper functionYu Watanabe2023-04-042-0/+13
| | |/ / | |/| |
* | | | os-util: add a new confext image type and the ability to parse their release ...maanyagoenka2023-04-052-27/+65
* | | | fd-util: introduce dir_fd_is_root_or_cwd()Yu Watanabe2023-04-052-4/+5
|/ / /
* | | chase: fix error handlingYu Watanabe2023-04-041-2/+2
* | | src: changed usage of basename() to path_extract_filename().OMOJOLA JOSHUA DAMILOLA2023-04-041-4/+13
* | | basic/fs-util: typo fixZbigniew Jędrzejewski-Szmek2023-04-031-1/+1
* | | basic/mkdir: simplify error handlingZbigniew Jędrzejewski-Szmek2023-04-031-5/+2
* | | stat-util: Add xstatfsat()Daan De Meyer2023-04-012-0/+16
* | | Merge pull request #27075 from mrc0mmand/test-tweaksLuca Boccassi2023-03-311-2/+30
|\ \ \
| * | | coverage: add a wrapper for execveat()Frantisek Sumsal2023-03-301-2/+30
* | | | basic: update the Arch tuples for LoongArchXiaotian Wu2023-03-301-2/+2
* | | | 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-308-2/+55
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | pid1: add DumpFileDescriptorStore() bus call that returns fdstore content infoLennart Poettering2023-03-291-0/+9
| * | | | | 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-293-2/+6
| * | | | | stat-util: add inode_type_to_string() helper for showing mode_t inode type as...Lennart Poettering2023-03-292-0/+25
| | |/ / / | |/| | |
* | | | | 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
| | |/ / / | |/| | |