summaryrefslogtreecommitdiff
path: root/functions
AgeCommit message (Expand)Author
2023-10-31functions: add_checked_modules_from_symbol: do not fail if there are no autod...nl6720
2023-10-20Merge remote-tracking branch 'origin/merge-requests/187'Morten Linderud
2023-10-20Merge remote-tracking branch 'origin/merge-requests/269'Morten Linderud
2023-10-14add_checked_modules_from_symbol: avoid double-lookupEmil Velikov
2023-10-14add_module_from_symbol: rework the APIEmil Velikov
2023-10-14Get kernel version from generic EFI zboot imageXiaotian Wu
2023-10-14install/autodetect: move auto_modules() where it's usedEmil Velikov
2023-09-17functions: fix unhelpful error for binary not found on PATHclassabbyamp
2023-08-08functions: return succesfully if add_module_from_symbol has no modules to addnl6720
2023-08-08Add optional -c flag to add_module_from_symbol to use add_checked_modulesnl6720
2023-05-14functions: implement find_module_from_symbolMorten Linderud
2023-03-25Merge remote-tracking branch 'origin/merge-requests/228'Morten Linderud
2023-03-24Add support for emergency hooksBalló György
2023-03-24Improve coding stylenl6720
2023-03-22functions: fix add_firmware return code if a file already exists in BUILDROOTnl6720
2023-03-22functions: fix support for glob patterns in add_firmwarenl6720
2023-03-18Fix remaining shellcheck issuesMorten Linderud
2023-03-16Merge remote-tracking branch 'origin/merge-requests/218'nl6720
2023-03-16remove not needed checksTobias Powalowski
2023-03-16functions: don't hardcode permissions on modulesTobias Powalowski
2023-03-16- add check if firmware is already in BUILDROOTTobias Powalowski
2023-02-13functions: fix glob matching in add_full_dirnl6720
2023-02-09functions: fix verbose outputnl6720
2023-01-31Improve bash syntax in mkinitcpio, lsinitcpio and functionsnl6720
2023-01-08made messages consistentJosephine Pfeiffer
2022-12-14functions: do not create self-referential symlinksnl6720
2022-12-12functions: fix script interpreter lookup in add_binarynl6720
2022-12-11Merge remote-tracking branch 'origin/merge-requests/170'Morten Linderud
2022-12-08Hexdump removalrogueai
2022-12-08functions: fix overwriting of symlinks with regular filesnl6720
2022-12-07Add shebangs and SPDX license identifiers to all filesnl6720
2022-12-07functions: call the non-binary files with shebangs a "script"nl6720
2022-12-07functions: always return 0 early when a non-binary file is passed to add_binarynl6720
2022-12-06functions: do not add symlinks to the /hooks directory in the initramfsnl6720
2022-12-06functions: fix support for nested symbolic links in add_symlinknl6720
2022-12-06Merge branch 'morten/asahi'Morten Linderud
2022-12-06autodetect: Look up modules in the target kernel versionHector Martin
2022-12-06functions: warn if the interpreter is missing when adding scripts with add_bi...nl6720
2022-12-05functions: use the -f/--force option when copying files with add_filenl6720
2022-12-04functions: show the "adding file"/"overwriting file" message only when the fi...nl6720
2022-12-04remove needless add_dir. it's called before action is takenTobias Powalowski
2022-12-03functions: use cp instead of stat+install in add_file when mode is not specifiedTobias Powalowski
2022-12-02Revert "functions: try to avoid path traversal issues in add_file & add_binar...nl6720
2022-11-30functions: use add_file and add_dir functions instead of executing the instal...nl6720
2022-11-26symlinks in add_file: Use mode from argument, fix link creationTcc
2022-11-23functions: remove special handling of relative symbolic links from add_file a...nl6720
2022-11-23functions: preserve relativity of symbolic links created with add_symlinknl6720
2022-11-17functions: try to avoid path traversal issues in add_file & add_binary by res...nl6720
2022-11-17functions: keep relative symlinks relative when adding them with add_binary o...nl6720
2022-11-14functions: use a relative symlink for /etc/mtab to match the installed systemnl6720