]> git.ipfire.org Git - thirdparty/dracut.git/history - src
ci: run all local tests on all containers (including Gentoo)
[thirdparty/dracut.git] / src /
2023-07-31  David Disseldorprefactor(install): log about missing firmware only...
2023-06-06  Frederick Grosefix(resolve-deps): check the existing file—not the...
2023-02-21  Adrien Thierryfix(dracut-install): prevent possible infinite recursio...
2023-02-13  Adrien Thierryfeat(dracut-install): add fw_devlink suppliers as modul...
2023-02-13  Adrien Thierryrefactor(dracut-install): add Hashmap cleanup function
2023-02-13  Adrien Thierryrefactor(dracut-install): add function to install one...
2023-02-13  Antonio Alvarez... fix(dracut-install): continue parsing if ldd prints...
2023-02-06  Khem Rajfix(install): do not undef _FILE_OFFSET_BITS
2022-12-28  набrefactor(dracut-install): strerror(errno) -> %m
2022-12-28  набperf(dracut-install): don't strdup() environment block
2022-12-28  набperf(dracut-install): don't reallocate {src,dst}path...
2022-12-28  набperf(dracut-install): don't strdup() excessively for...
2022-12-28  набperf(dracut-install): stat() w/unused buf -> access...
2022-12-28  набperf(dracut-install): multiple single-character strstr...
2022-12-28  набchore: remove src/install/hashmap.lo
2022-10-22  Marcos Mellochore: remove editor configuration files from subdirect...
2022-10-21  Marcos Mellorefactor(dracut-install): resolve_deps: improve error...
2022-08-18  David Tardonfix(skipcpio): ignore broken pipe
2022-08-15  runsisifix(dracut-install): use stripped kernel module path...
2022-08-12  Marcos Mellofix(dracut-install): do not try to copy files from...
2022-08-12  Marcos Mellorefactor(dracut-install): do not call dirname() directly
2022-06-24  набfix(dracut-install): correctly waitpid() for cp
2022-06-24  набrefactor(dracut-install): fork() instead of popen(...
2022-06-24  набperf(dracut-install): convert_abs_rel: don't allocate...
2022-06-24  набfeat(dracut-install): convert_abs_rel: canonicalise...
2022-06-24  набfix(dracut-install): convert_abs_rel: return valid...
2022-06-24  набperf(dracut-install): strdup()+[dirlen]=0 => strndup
2022-06-09  набfeat(dracut-install): support ZSTD-compressed firmware...
2022-06-09  набfix(dracut): default to correct firmware search paths
2022-04-04  Antonio Alvarez... fix(dracut-install): copy files preserving ownership...
2022-04-04  Pavel Valenafix(dracut-install): do not fail when SOURCE is optiona...
2022-03-30  Shreenidhi Shedifix(configure): check for SYS-gettid during configure
2022-03-01  Laszlo Gombosfix(install): restore musl support
2022-02-17  David Disseldorpfix(cpio): correct dev_t -> rmajor/rminor mapping
2022-02-17  David Disseldorpci(cpio): add test_archive_dev_maj_min
2022-02-17  David Disseldorpci(cpio): add TempWorkDir.create_tmp_mknod helper
2021-12-10  David Disseldorpfix(cpio): write zeros instead of seek for padding...
2021-11-24  David Disseldorpfeat(cpio): add newc archive creation utility
2021-11-24  David Disseldorpfeat(cpio): add rust argument parsing library from...
2021-11-09  Andrey Sokolovfix(install): segfault on popen error
2021-10-12  David Disseldorprefactor(install): use check_hashmap helper consistently
2021-09-13  David Tardonfix(install): extend hwcaps library handling to librari...
2021-08-27  Shreenidhi Shedifix(skipcpio): calculate and use CPIO_MAGIC_LEN
2021-08-27  Shreenidhi Shedifix(skipcpio): improve error checking
2021-08-09  Shreenidhi Shedifix(install): use size_t to avoid -Wsign-compare warning
2021-08-09  Shreenidhi Shedifix(install): improve gettid definition
2021-08-09  Shreenidhi Shedifix(install): validate return values log.c
2021-08-09  Shreenidhi Shedifix(install): rectify unused function args in log.c
2021-08-09  Shreenidhi Shedifix(install): use wrapper for asprintf
2021-08-07  Shreenidhi Shedifix(install): use unsigned int instead of unsigned
2021-08-07  Shreenidhi Shedifix(install): reduce cppcheck warnings
2021-07-19  Zoltán Böszörményifix(dracut-install): tweaks to get_real_file()
2021-06-28  Frantisek Sumsalfix(install): add a missing ret value assignment
2021-05-26  Marcos Mellofix(install): configure logging earlier
2021-05-25  Marcos Mellofeat(install): add default value for --firmwaredirs
2021-05-20  Marcos Mellofix(install): sane default --kerneldir
2021-05-14  Lars Wendlerfix(dracut-util): print error message with trailing...
2021-05-10  Jaroslav Jindrakfix(install): handle $LIB in ldd output parsing
2021-05-06  Jóhann B. Guðmundssonchore(install): move install to src directory
2021-05-04  Jóhann B. Guðmundssonchore(tree): move src into their own src directory