about summary refs log tree commit diff
path: root/Completion/Linux/Command/_modutils
Commit message (Collapse)AuthorAgeFilesLines
* Jörg Sommer: 26453: complete modinfo -k.Clint Adams2009-01-291-1/+11
|
* Jörg Sommer: 26452: drop completion of modinfo -f.Clint Adams2009-01-291-1/+0
|
* Jörg Sommer: 26451: use globbing to find available modules, now that ↵Clint Adams2009-01-291-1/+1
| | | | modprobe -l is deprecated.
* Jörg Sommer: 25819: improve module parameter completion.Clint Adams2008-10-071-3/+10
| | | | | | | | | | | | | | First, do not embedd the = in the parameter by define it a parameter‐value separator; -S =. Second, look for already given parameters in all words; -w. Third, use the curcontext variable; -C. Forth, distinct between boolean and non‐boolean parameters, i.e. do not append a = to the end. And include the type of the parameter in the help message. This information is only given in the full output of modinfo, not in the narrowed output with --field.
* Jörg Sommer: 25822: declare val_args as local array.Clint Adams2008-10-071-0/+2
|
* Jörg Sommer: 25821: return 0 if a modules parameter was completed.Clint Adams2008-10-071-1/+1
|
* 25820: add the option --field of modinfo.Clint Adams2008-10-071-0/+2
|
* 25755/25756: Jörg Sommer: improved handling of module argumentsPeter Stephenson2008-09-271-8/+16
| | | | 25759: fix dynamic named directory crash, static named directory consistency
* Jörg Sommer: 25572: completer module parametersPeter Stephenson2008-09-011-1/+2
|
* 23751: complete module files tooAndrey Borzenkov2007-08-121-1/+5
|
* 20617: fix completion of compressed modules for 2.6; add insmod completionAndrey Borzenkov2004-12-101-2/+8
|
* 19418: update completions to new versionsOliver Kiddle2004-02-131-2/+2
|
* 18631: returning too early breaks prefix-needed style set to falseOliver Kiddle2003-06-251-5/+5
|
* 18446: handle modinfo and improvements to option handlingOliver Kiddle2003-04-161-71/+67
|
* moved from Completion/Unix/Command/_modutilsOliver Kiddle2002-09-031-0/+87