Age | Commit message (Expand) | Author | Files | Lines |
2012-05-03 | functions: firmware is now in /usr/lib | Matthew Monaco | 1 | -2/+2 |
2012-04-22 | functions: align error output with GNU getopt_long | Dave Reisner | 1 | -8/+7 |
2012-04-22 | functions: add missing local for iterator | Dave Reisner | 1 | -0/+2 |
2012-04-20 | functions: add parseopts for longopt fun | Dave Reisner | 1 | -0/+138 |
2012-03-04 | add support for HOOKDIR/INSTDIR as arrays | Dave Reisner | 1 | -2/+16 |
2012-01-28 | function: avoid applying --try to all modules | Dave Reisner | 1 | -3/+3 |
2012-01-05 | function: suppress errors from modprobe | Dave Reisner | 1 | -1/+1 |
2011-12-26 | functions: display proper name on file not found | Dave Reisner | 1 | -1/+1 |
2011-12-15 | functions: don't fail on add_binary adding a non-binary | Dave Reisner | 1 | -1/+1 |
2011-11-29 | functions: don't allow add_binary to re-add deps | Dave Reisner | 1 | -1/+1 |
2011-11-29 | functions: add verbose output for overwriting files | Dave Reisner | 1 | -3/+14 |
2011-11-29 | add_{file,symlink}: overwrite existing file | Tom Gundersen | 1 | -3/+1 |
2011-10-30 | add_symlink: fix argument ordering and add_dir call | Tom Gundersen | 1 | -2/+2 |
2011-10-01 | functions: fix output order in _add_symlink | Dave Reisner | 1 | -1/+1 |
2011-09-27 | ensure local scoping of variables | Dave Reisner | 1 | -3/+9 |
2011-09-27 | functions: specify the delimiter to xargs | Dave Reisner | 1 | -1/+2 |
2011-09-27 | functions: perform path lookup for binaries if needed | Dave Reisner | 1 | -1/+25 |
2011-09-27 | functions: refactor get_{base,dir}name | Dave Reisner | 1 | -7/+8 |
2011-09-27 | functions: allow ignoring errors on module addition | Dave Reisner | 1 | -4/+16 |
2011-07-09 | functions: restore verbose feedback to add_module | Dave Reisner | 1 | -0/+1 |
2011-07-04 | functions: do not null delimit modalias data | Dave Reisner | 1 | -2/+2 |
2011-07-04 | unify error messaging, both in grammar and output | Dave Reisner | 1 | -4/+4 |
2011-07-02 | functions: remove cruft from in_array | Dave Reisner | 1 | -3/+2 |
2011-07-02 | install modules all at once | Dave Reisner | 1 | -1/+2 |
2011-07-02 | functions: reorg, no code changes | Dave Reisner | 1 | -83/+83 |
2011-07-02 | always exit from cleanup | Dave Reisner | 1 | -2/+1 |
2011-07-01 | functions: call _add_file directly from add_module | Dave Reisner | 1 | -1/+1 |
2011-07-01 | function: fix whitespace errors | Dave Reisner | 1 | -21/+21 |
2011-07-01 | avoid touching the linker directly | Dave Reisner | 1 | -7/+3 |
2011-07-01 | functions: reduce calls to modinfo | Dave Reisner | 1 | -27/+24 |
2011-06-30 | function: return with 0 if we reach the end of add_binary | Dave Reisner | 1 | -0/+2 |
2011-06-27 | functions: fix pathing issue with $BASEDIR | Dave Reisner | 1 | -3/+3 |
2011-06-27 | functions: s/basedir/BASEDIR/ | Dave Reisner | 1 | -2/+2 |
2011-06-27 | functions: add missing 'command' before install | Dave Reisner | 1 | -1/+1 |
2011-06-26 | functions: support $BASEDIR in modprobe | Dave Reisner | 1 | -1/+1 |
2011-06-25 | properly support $BASEDIR | Dave Reisner | 1 | -50/+89 |
2011-06-25 | mkinitcpio: catch errors in parse_hook | Dave Reisner | 1 | -1/+1 |
2011-06-25 | functions: remove get_module_name | Dave Reisner | 1 | -8/+0 |
2011-06-19 | add -t option to specify alternate build directory | Dave Reisner | 1 | -5/+5 |
2011-06-19 | mkinitcpio: bashification, part 1/2 | Dave Reisner | 1 | -3/+3 |
2011-06-19 | functions: simplify parse_hook | Dave Reisner | 1 | -16/+9 |
2011-06-19 | functions: refactor add_symlink | Dave Reisner | 1 | -11/+6 |
2011-06-19 | overhaul output, introducing color | Dave Reisner | 1 | -16/+39 |
2011-06-16 | declare SAVELIST, QUIET, SHOW_AUTOMODS as faux booleans | Dave Reisner | 1 | -1/+1 |
2011-06-16 | declare all variables in mkinitcpio | Dave Reisner | 1 | -1/+0 |
2011-06-16 | use consistent vim modelines | Dave Reisner | 1 | -0/+3 |
2011-06-16 | functions: document hook API | Dave Reisner | 1 | -32/+59 |
2011-06-16 | functions: refactor add_file | Dave Reisner | 1 | -22/+15 |
2011-06-16 | use bsdcpio to create images | Dave Reisner | 1 | -23/+18 |
2011-06-16 | functions: remove add_symlink2 | Dave Reisner | 1 | -10/+0 |