summaryrefslogtreecommitdiffstats
path: root/functions
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-26functions: support $BASEDIR in modprobeDave Reisner1-1/+1
2011-06-25properly support $BASEDIRDave Reisner1-50/+89
2011-06-25mkinitcpio: catch errors in parse_hookDave Reisner1-1/+1
2011-06-25functions: remove get_module_nameDave Reisner1-8/+0
2011-06-19add -t option to specify alternate build directoryDave Reisner1-5/+5
2011-06-19mkinitcpio: bashification, part 1/2Dave Reisner1-3/+3
2011-06-19functions: simplify parse_hookDave Reisner1-16/+9
2011-06-19functions: refactor add_symlinkDave Reisner1-11/+6
2011-06-19overhaul output, introducing colorDave Reisner1-16/+39
2011-06-16declare SAVELIST, QUIET, SHOW_AUTOMODS as faux booleansDave Reisner1-1/+1
2011-06-16declare all variables in mkinitcpioDave Reisner1-1/+0
2011-06-16use consistent vim modelinesDave Reisner1-0/+3
2011-06-16functions: document hook APIDave Reisner1-32/+59
2011-06-16functions: refactor add_fileDave Reisner1-22/+15
2011-06-16use bsdcpio to create imagesDave Reisner1-23/+18
2011-06-16functions: remove add_symlink2Dave Reisner1-10/+0
2011-06-16functions: remove add_deviceDave Reisner1-17/+0
2011-06-16functions: refactor add_moduleDave Reisner1-31/+33
2011-06-16functions: cleanup and refactor add_binaryDave Reisner1-33/+19
2011-06-16Fix detection of not compressed modulesSebastien Luttringer1-1/+1