index
:
mkinitcpio
master
working
Main repo at http://projects.archlinux.org/mkinitcpio.git/
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
functions
Age
Commit message (
Expand
)
Author
Files
Lines
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 changes
0.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
2007-03-02
Absolute paths for modinfo and modprobe, as /sbin may not be in everyone's path
Aaron Griffin
1
-2
/
+2
2007-03-01
Fix the "Loading root filesystem module...-e" buggy output
Aaron Griffin
1
-1
/
+1
2007-02-12
Test existance before adding directories, as per bug #5245
Aaron Griffin
1
-3
/
+3
2006-12-07
- worked around "libata not added" bug. this needs to be looked at carefully
Thomas Bächler
1
-1
/
+1
2006-09-11
Minor fixes from bug #5245
Aaron Griffin
1
-3
/
+4
2006-07-18
'fixed dir creation for symlinks in other dirs'
Tobias Powalowski
1
-0
/
+1
2006-07-17
symlink fix
Aaron Griffin
1
-1
/
+1
2006-06-16
add_full_dir to dump an entire dir into initramfs
Aaron Griffin
1
-0
/
+13
2006-06-05
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@120 880c04...
Aaron Griffin
1
-8
/
+5
2006-06-01
Fix for add_bin function, without destination param
Aaron Griffin
1
-3
/
+8
2006-05-26
Moved udev hook/install to udev package
Aaron Griffin
1
-2
/
+2
2006-05-11
Fix add_file directory parsing when using -b (base dir)
Aaron Griffin
1
-0
/
+3
2006-05-04
Filesystem update - allow a pre-made device node (udev)
Aaron Griffin
1
-1
/
+1
2006-05-04
Changes to autodetection:
Aaron Griffin
1
-5
/
+3
2006-05-04
Improved autodetect functionality with a checked_modules
Aaron Griffin
1
-13
/
+36
2006-05-02
Minor changes... more to come - out of time for the day
Aaron Griffin
1
-11
/
+18
2006-04-28
functions: fixed versioning for autodetection
Aaron Griffin
1
-2
/
+3
[prev]
[next]