summaryrefslogtreecommitdiffstats
path: root/functions
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-07functions: refactor checked modulesDave Reisner1-8/+3
2011-06-07functions: refactor all_modulesDave Reisner1-4/+8
2011-06-06functions: refactor auto_modulesDave Reisner1-9/+6
2011-01-31Keep an array of added modules to prevent expensive lookupsDan McGee1-5/+8
2011-01-31Add bash in_array functionDan McGee1-0/+15
2011-01-31Short circuit add module if it already exists in imageDan McGee1-1/+6
2011-01-31Use new helper functions instead of system commandsDan McGee1-13/+15
2011-01-31Use new get_module_name functionDan McGee1-7/+4
2011-01-31Add new helper functionsDan McGee1-0/+22
2011-01-31Move output functions to top of functions fileDan McGee1-4/+3
2011-01-25Support .ko.gz kernel modules, in addition to .koThomas Bächler1-4/+6
2010-06-19sed cleanupJan Steffens1-4/+4
2010-06-19Implement explicit module dependsJan Steffens1-5/+14
2010-01-24Use modprobe --resolve-alias for resolving aliases in autodetect as Arch's ud...Thomas Bächler1-1/+1
2010-01-12Fix adding duplicate symlinks into the cpio imageThomas Bächler1-1/+1
2009-08-05Do not rely on -L test; use -h instead.Loui Chang1-1/+1
2009-08-05Eliminate bashisms so things work in dash.Loui Chang1-1/+1
2009-05-24'added firmware parsing to add_modules #14783'0.5.24Tobias Powalowski1-1/+6
2009-05-23'added symlinks to add_binary fixes #7999'Tobias Powalowski1-1/+1
2009-04-08Improve modalias parsing lineAaron Griffin1-1/+1
2009-01-23Revert BASEDIR and dest changes0.5.23Aaron Griffin1-3/+8
2009-01-23Fix a dash/underscore module name issueAaron Griffin1-3/+4
2009-01-21Use BASEDIR for adding binaries and dependent libsAaron Griffin1-2/+2
2009-01-21Remove 'dest' logic from add_binaryAaron Griffin1-6/+1
2009-01-21Use udev's resolve-modalias in place of modprobeAaron Griffin1-2/+5
2008-05-14Fix a bug in -v output, introduced in the coding style cleanupThomas Bächler1-1/+1
2008-03-16Fix a potential bug due to a wrong find callThomas Bächler1-1/+1
2008-03-16Fix various coding style issuesThomas Bächler1-11/+11
2008-03-15Fix trap call, always call cleanupThomas Bächler1-1/+1
2007-11-03Fix Archlinux bug #8490, HAS_MODULES was only set if a dependency ofThomas Bächler1-1/+1
2007-08-11Coding style change, use -n and -z for variable testsAaron Griffin1-10/+10
2007-05-12- adjusted all hooks for new modprobe pathThomas Bächler1-0/+11
2007-05-12- fix a bug with BINARIES= (also accept shared objects, not only executables)Thomas Bächler1-3/+3
2007-03-142007-03-14 Jan Peter den Heijer <jpdenheijer@gmail.com>Aaron Griffin1-1/+1
2007-03-02Absolute paths for modinfo and modprobe, as /sbin may not be in everyone's pathAaron Griffin1-2/+2
2007-03-01Fix the "Loading root filesystem module...-e" buggy outputAaron Griffin1-1/+1
2007-02-12Test existance before adding directories, as per bug #5245Aaron Griffin1-3/+3
2006-12-07- worked around "libata not added" bug. this needs to be looked at carefullyThomas Bächler1-1/+1
2006-09-11Minor fixes from bug #5245Aaron Griffin1-3/+4
2006-07-18'fixed dir creation for symlinks in other dirs'Tobias Powalowski1-0/+1
2006-07-17symlink fixAaron Griffin1-1/+1