summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* udev/scsi_id: rename positional argumentsYu Watanabe2023-04-112-5/+7
* device-nodes: rename argumentYu Watanabe2023-04-111-2/+2
* 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
|\ \
| * | proc-cmdline: filter PID1 arguments when we are running in a containerYu Watanabe2023-03-296-74/+214
| * | tree-wide: reset optind to 0 when GNU extensions in optstring are usedYu Watanabe2023-03-2912-0/+40
| * | condition: use proc_cmdline_strv()Yu Watanabe2023-03-291-12/+5
| * | proc-cmdline: introduce proc_cmdline_strv()Yu Watanabe2023-03-293-20/+40
| * | proc-cmdline: split commandline earlier in proc_cmdline_parse() and friendYu Watanabe2023-03-291-114/+116
* | | bootctl: Gracefully handle missing bootloader directoryDaan De Meyer2023-04-071-0/+4
* | | bootctl: show report state and type in json outputLudwig Nussel2023-04-072-0/+12
| |/ |/|
* | resolve: change DNS_PACKET_UNICAST_SIZE_LARGE_MAX to 1232 (#27171)Cristian Rodríguez2023-04-071-2/+2
* | Merge pull request #27126 from yuwata/journal-compressZbigniew Jędrzejewski-Szmek2023-04-075-32/+112
|\ \
| * | sd-journal: allow to specify compression algorithm through envYu Watanabe2023-04-041-1/+43
| * | sd-journal: always use the compression algorithm specified in the headerYu Watanabe2023-04-042-19/+33
| * | compress: introduce compression_supported() helper functionYu Watanabe2023-04-042-0/+13
| * | sd-journal: cache results of parsing environment variablesYu Watanabe2023-04-041-12/+23
| * | journald: fix log messageYu Watanabe2023-04-041-1/+1
* | | Merge pull request #27158 from mrc0mmand/more-testsYu Watanabe2023-04-071-4/+4
|\ \ \
| * | | fstab-generator: don't propagate ignored errnoFrantisek Sumsal2023-04-061-4/+4
* | | | Merge pull request #26013 from goenkam/maanya/syscfg-featureLuca Boccassi2023-04-0612-128/+262
|\ \ \ \