Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-06-16 | functions: remove add_device | Dave Reisner | 1 | -17/+0 |
2011-06-16 | functions: refactor add_module | Dave Reisner | 1 | -31/+33 |
2011-06-16 | functions: cleanup and refactor add_binary | Dave Reisner | 1 | -33/+19 |
2011-06-16 | Fix detection of not compressed modules | Sebastien Luttringer | 1 | -1/+1 |
2011-06-07 | functions: refactor checked modules | Dave Reisner | 1 | -8/+3 |
2011-06-07 | functions: refactor all_modules | Dave Reisner | 1 | -4/+8 |
2011-06-06 | functions: refactor auto_modules | Dave Reisner | 1 | -9/+6 |
2011-01-31 | Keep an array of added modules to prevent expensive lookups | Dan McGee | 1 | -5/+8 |
2011-01-31 | Add bash in_array function | Dan McGee | 1 | -0/+15 |
2011-01-31 | Short circuit add module if it already exists in image | Dan McGee | 1 | -1/+6 |
2011-01-31 | Use new helper functions instead of system commands | Dan McGee | 1 | -13/+15 |
2011-01-31 | Use new get_module_name function | Dan McGee | 1 | -7/+4 |
2011-01-31 | Add new helper functions | Dan McGee | 1 | -0/+22 |
2011-01-31 | Move output functions to top of functions file | Dan McGee | 1 | -4/+3 |
2011-01-25 | Support .ko.gz kernel modules, in addition to .ko | Thomas Bächler | 1 | -4/+6 |
2010-06-19 | sed cleanup | Jan Steffens | 1 | -4/+4 |
2010-06-19 | Implement explicit module depends | Jan Steffens | 1 | -5/+14 |
2010-01-24 | Use modprobe --resolve-alias for resolving aliases in autodetect as Arch's ud... | Thomas Bächler | 1 | -1/+1 |
2010-01-12 | Fix adding duplicate symlinks into the cpio image | Thomas Bächler | 1 | -1/+1 |
2009-08-05 | Do not rely on -L test; use -h instead. | Loui Chang | 1 | -1/+1 |
2009-08-05 | Eliminate bashisms so things work in dash. | Loui Chang | 1 | -1/+1 |
2009-05-24 | 'added firmware parsing to add_modules #14783'0.5.24 | Tobias Powalowski | 1 | -1/+6 |
2009-05-23 | 'added symlinks to add_binary fixes #7999' | Tobias Powalowski | 1 | -1/+1 |
2009-04-08 | Improve modalias parsing line | Aaron Griffin | 1 | -1/+1 |
2009-01-23 | Revert BASEDIR and dest changes0.5.23 | Aaron Griffin | 1 | -3/+8 |
2009-01-23 | Fix a dash/underscore module name issue | Aaron Griffin | 1 | -3/+4 |
2009-01-21 | Use BASEDIR for adding binaries and dependent libs | Aaron Griffin | 1 | -2/+2 |
2009-01-21 | Remove 'dest' logic from add_binary | Aaron Griffin | 1 | -6/+1 |
2009-01-21 | Use udev's resolve-modalias in place of modprobe | Aaron Griffin | 1 | -2/+5 |
2008-05-14 | Fix a bug in -v output, introduced in the coding style cleanup | Thomas Bächler | 1 | -1/+1 |
2008-03-16 | Fix a potential bug due to a wrong find call | Thomas Bächler | 1 | -1/+1 |
2008-03-16 | Fix various coding style issues | Thomas Bächler | 1 | -11/+11 |
2008-03-15 | Fix trap call, always call cleanup | Thomas Bächler | 1 | -1/+1 |
2007-11-03 | Fix Archlinux bug #8490, HAS_MODULES was only set if a dependency of | Thomas Bächler | 1 | -1/+1 |
2007-08-11 | Coding style change, use -n and -z for variable tests | Aaron Griffin | 1 | -10/+10 |
2007-05-12 | - adjusted all hooks for new modprobe path | Thomas Bächler | 1 | -0/+11 |
2007-05-12 | - fix a bug with BINARIES= (also accept shared objects, not only executables) | Thomas Bächler | 1 | -3/+3 |
2007-03-14 | 2007-03-14 Jan Peter den Heijer <jpdenheijer@gmail.com> | Aaron Griffin | 1 | -1/+1 |