summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* compress: replace compress_blob() with compress_blob_explicit()Yu Watanabe2023-04-116-53/+39
* Merge pull request #27206 from yuwata/udev-renameDaan De Meyer2023-04-113-7/+9
|\
| * udev/scsi_id: rename positional argumentsYu Watanabe2023-04-112-5/+7
| * device-nodes: rename argumentYu Watanabe2023-04-111-2/+2
* | chase: drop redundant call of delete_trailing_chars()Yu Watanabe2023-04-111-8/+6
* | Merge pull request #27207 from masatake/busctl--help-msgYu Watanabe2023-04-111-0/+1
|\ \
| * | busctl: add --xml-interface to the help messageMasatake YAMATO2023-04-111-0/+1
| |/
* | Merge pull request #27201 from yuwata/o-path-supportYu Watanabe2023-04-113-4/+12
|\ \
| * | portable: always reopen fd of release fileYu Watanabe2023-04-111-3/+3
| * | copy: make copy_bytes() support O_PATH fdsYu Watanabe2023-04-112-1/+9
| |/
* | tree-wide: A few more uses of "unmet" for conditionsColin Walters2023-04-112-3/+3
* | Merge pull request #27199 from yuwata/find-espYu Watanabe2023-04-114-10/+74
|\ \
| * | find-esp: use path_prefix_root_cwd()Yu Watanabe2023-04-111-10/+6
| * | path-util: introduce path_prefix_root_cwd()Yu Watanabe2023-04-113-0/+68
| |/
* | Merge pull request #27202 from yuwata/os-release-tiny-cleanupsYu Watanabe2023-04-113-31/+18
|\ \
| * | os-util: drop redundant declaration of load_os_release_pairs()Yu Watanabe2023-04-112-16/+3
| * | os-util: use _IMAGE_CLASS_INVALIDYu Watanabe2023-04-112-6/+4
| * | os-util: move declaration of string table lookup for image classYu Watanabe2023-04-113-9/+11
| |/
* | 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
* | Merge pull request #27193 from yuwata/analyze-blameMike Yuan2023-04-105-25/+36
|\ \
| * | analyze: make blame command work even the default target not reachedYu Watanabe2023-04-105-25/+36
* | | 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
* | | test: add tests about iterator position for path_find_{first,last}_component()Yu Watanabe2023-04-101-4/+23
* | | 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
|/ /
* | kernel-image: make inspect_kernel() optionally take directory fdYu Watanabe2023-04-093-5/+11
* | fileio: introduce read_one_line_file_at()Yu Watanabe2023-04-092-6/+10
|/
* Merge pull request #27160 from yuwata/conf_files_list_atYu Watanabe2023-04-086-133/+292
|\
| * test: add tests for conf_files_list_at() and friendsYu Watanabe2023-04-081-55/+117
| * 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-083-24/+79
| * conf-files: drop redundant call of chase()Yu Watanabe2023-04-081-47/+26
* | Merge pull request #27174 from YHNdnzj/edit-util-fixletsYu Watanabe2023-04-084-78/+63
|\ \ | |/ |/|
| * edit-util: improve log messagesMike Yuan2023-04-071-3/+6
| * edit-util: introduce overwrite_with_origin switchMike Yuan2023-04-074-4/+6
| * edit-util: make original_path and comment_paths work togetherMike Yuan2023-04-071-67/+47
| * edit-util: add DROPIN_MARKER_{START,END}Mike Yuan2023-04-072-5/+5
* | test: handle one more error gracefullyYu Watanabe2023-04-071-1/+2
* | localed: fix invalid free after shifting pointers using strstripOlivier Gayot2023-04-081-5/+5
* | Merge pull request #26887 from yuwata/proc-cmdline-filter-argumentsZbigniew Jędrzejewski-Szmek2023-04-0718-194/+389
|\ \