summaryrefslogtreecommitdiffstats
path: root/functions
AgeCommit message (Expand)AuthorFilesLines
2012-06-02catch errors in ldd ELF dep resolutionDave Reisner1-1/+7
2012-06-01add hookpoints to --hookhelp outputDave Reisner1-6/+24
2012-06-01move running of hooks to separate functionDave Reisner1-0/+37
2012-05-30add_full_dir: properly handle symlinks and empty dirsDave Reisner1-2/+5
2012-05-18mkinitcpio: write image config after install hooksDave Reisner1-0/+20
2012-05-18use new API for install hooksDave Reisner1-1/+1
2012-05-18functions: introduce add_runscriptDave Reisner1-4/+44
2012-05-16functions: introduce add_checked_modules and add_all_modulesDave Reisner1-2/+50
2012-05-16functions: move --try logic into add_moduleDave Reisner1-13/+16
2012-05-16functions: remove get_dirname and get_basenameDave Reisner1-13/+1
2012-05-16refactor error tracking in build hooksDave Reisner1-2/+7
2012-05-12remove unnecessary quoting/bracingDave Reisner1-4/+4
2012-05-12functions: merge _add_symlink into add_symlinkDave Reisner1-19/+11
2012-05-12functions: merge _add_file into add_fileDave Reisner1-28/+16
2012-05-12function: merge _add_dir into add_dirDave Reisner1-17/+9
2012-05-12mkinitcpio: remove --basedir optionDave Reisner1-34/+14
2012-05-03functions: firmware is now in /usr/libMatthew Monaco1-2/+2
2012-04-22functions: align error output with GNU getopt_longDave Reisner1-8/+7
2012-04-22functions: add missing local for iteratorDave Reisner1-0/+2
2012-04-20functions: add parseopts for longopt funDave Reisner1-0/+138
2012-03-04add support for HOOKDIR/INSTDIR as arraysDave Reisner1-2/+16
2012-01-28function: avoid applying --try to all modulesDave Reisner1-3/+3
2012-01-05function: suppress errors from modprobeDave Reisner1-1/+1
2011-12-26functions: display proper name on file not foundDave Reisner1-1/+1
2011-12-15functions: don't fail on add_binary adding a non-binaryDave Reisner1-1/+1
2011-11-29functions: don't allow add_binary to re-add depsDave Reisner1-1/+1
2011-11-29functions: add verbose output for overwriting filesDave Reisner1-3/+14
2011-11-29add_{file,symlink}: overwrite existing fileTom Gundersen1-3/+1
2011-10-30add_symlink: fix argument ordering and add_dir callTom Gundersen1-2/+2
2011-10-01functions: fix output order in _add_symlinkDave Reisner1-1/+1
2011-09-27ensure local scoping of variablesDave Reisner1-3/+9
2011-09-27functions: specify the delimiter to xargsDave Reisner1-1/+2
2011-09-27functions: perform path lookup for binaries if neededDave Reisner1-1/+25
2011-09-27functions: refactor get_{base,dir}nameDave Reisner1-7/+8
2011-09-27functions: allow ignoring errors on module additionDave Reisner1-4/+16
2011-07-09functions: restore verbose feedback to add_moduleDave Reisner1-0/+1
2011-07-04functions: do not null delimit modalias dataDave Reisner1-2/+2
2011-07-04unify error messaging, both in grammar and outputDave Reisner1-4/+4
2011-07-02functions: remove cruft from in_arrayDave Reisner1-3/+2
2011-07-02install modules all at onceDave Reisner1-1/+2
2011-07-02functions: reorg, no code changesDave Reisner1-83/+83
2011-07-02always exit from cleanupDave Reisner1-2/+1
2011-07-01functions: call _add_file directly from add_moduleDave Reisner1-1/+1
2011-07-01function: fix whitespace errorsDave Reisner1-21/+21
2011-07-01avoid touching the linker directlyDave Reisner1-7/+3
2011-07-01functions: reduce calls to modinfoDave Reisner1-27/+24
2011-06-30function: return with 0 if we reach the end of add_binaryDave Reisner1-0/+2
2011-06-27functions: fix pathing issue with $BASEDIRDave Reisner1-3/+3
2011-06-27functions: s/basedir/BASEDIR/Dave Reisner1-2/+2
2011-06-27functions: add missing 'command' before installDave Reisner1-1/+1