summaryrefslogtreecommitdiffstats
path: root/functions
AgeCommit message (Expand)AuthorFilesLines
2018-03-29ship /var/run as symlink to /runDave Reisner1-1/+2
2017-10-06Restore addition of modules from config fileDave Reisner1-1/+10
2017-10-01add crc32c for ext4Dave Reisner1-0/+3
2017-10-01Avoid erroneous deprecation warningsDave Reisner1-5/+4
2017-08-22make ldd parsing compatible with upstream glibc changesDave Reisner1-3/+3
2017-08-20functions: add_full_dir: path prefix strip-offErik Stromdahl1-4/+5
2017-08-20functions: add_full_dir: recursive filterErik Stromdahl1-1/+1
2017-03-19arrayize config vars in mkinitcpio.confDave Reisner1-8/+15
2017-03-14avoid erroring when a builtin-module can't be foundDave Reisner1-1/+1
2017-03-10functions: attempt to (re)add builtin modulesDave Reisner1-2/+2
2016-11-20functions: f2fs softdeps on crc32, not libcrc32cDave Reisner1-1/+4
2016-11-20functions: fix typo in variable nameDave Reisner1-1/+1
2016-06-27add f2fs quirk for libcrc32cDave Reisner1-1/+1
2016-06-27handle the case of modinfo returning multiple modulesDave Reisner1-15/+14
2016-06-27Handle softdeps in modulesDave Reisner1-5/+11
2014-08-04avoid compound conditional leading to spurious "errors"Dave Reisner1-2/+6
2014-06-21add second param to add_full_dir to allow filtering filesDave Reisner1-3/+4
2014-06-21add quirk for vfat nls moduleDave Reisner1-0/+1
2014-03-23Add binary library deps directly, without symlink zooDave Reisner1-7/+1
2014-03-05add btrfs module quirk for linux 3.14WorMzy Tykashi1-1/+1
2013-12-01Load build and run hooks from /etc/initcpioDave Reisner1-1/+5
2013-11-27mkinitcpio: Allow building an image without modulesThomas Bächler1-1/+5
2013-11-24functions: error out when buildroot isn't writeableDave Reisner1-0/+5
2013-11-24mkinitcpio: add -d optionThomas Bächler1-17/+18
2013-09-24autodetect: read modaliases from uevent filesDave Reisner1-5/+7
2013-09-20functions: always add toplevel dir in add_full_dirDave Reisner1-1/+2
2013-09-09add mkinitcpio version marker in buildroot creationDave Reisner1-0/+3
2013-07-08Generate /etc/ld.so.cache for imageDave Reisner1-0/+3
2013-05-07move install_modules to functions to allow for testingDave Reisner1-0/+41
2013-05-07remove "arbitrary" limit from index_of()Dave Reisner1-4/+9
2013-04-24functions: implement add_firmwareDave Reisner1-7/+25
2013-04-21functions: return a count of failures from map, if possibleDave Reisner1-1/+1
2013-03-13mkinitcpio: honor updates directory for firmwareDave Reisner1-2/+5
2013-03-13mkinitcpio: fix reference to bad variable nameDave Reisner1-1/+1
2013-01-31functions: add /usr/lib64 -> lib symlink0.13.0Dave Reisner1-2/+8
2013-01-24symlink /lib64 -> usr/lib in imageDave Reisner1-0/+1
2013-01-21Do more to determine the color caps of the termDave Reisner1-0/+18
2013-01-13factor out kver detection to functions fileDave Reisner1-0/+22
2013-01-12parseopts: remove superfluous continue/shift statementsDave Reisner1-5/+1
2013-01-12functions: remove broken symlink errorDave Reisner1-4/+1
2013-01-12functions: always force a PATH lookup for typeDave Reisner1-3/+3
2012-11-26functions: always return successfully if we ran a build hookDave Reisner1-0/+5
2012-11-26handle deprecation notices in -H and -LDave Reisner1-0/+12
2012-11-26replace find_in_dirs with PATH= manipulationDave Reisner1-18/+5
2012-11-26unique _modpaths arrays in during buildDave Reisner1-1/+1
2012-11-24functions: only show the basename of a deprecated hookDave Reisner1-1/+2
2012-11-24obsolete old-style install hook APIDave Reisner1-48/+20
2012-11-11functions: avoid printing empty autodetect arrayDave Reisner1-2/+1
2012-10-21function: add a map() utility function0.11.0Dave Reisner1-24/+15
2012-10-21convert autodetect cache to hashDave Reisner1-4/+4