summaryrefslogtreecommitdiff
path: root/Completion/Linux/Command/_modutils
AgeCommit message (Collapse)AuthorFilesLines
2008-10-07Jörg Sommer: 25819: improve module parameter completion.Clint Adams1-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.
2008-10-07Jörg Sommer: 25822: declare val_args as local array.Clint Adams1-0/+2
2008-10-07Jörg Sommer: 25821: return 0 if a modules parameter was completed.Clint Adams1-1/+1
2008-10-0725820: add the option --field of modinfo.Clint Adams1-0/+2
2008-09-2725755/25756: Jörg Sommer: improved handling of module argumentsPeter Stephenson1-8/+16
25759: fix dynamic named directory crash, static named directory consistency
2008-09-01Jörg Sommer: 25572: completer module parametersPeter Stephenson1-1/+2
2007-08-1223751: complete module files tooAndrey Borzenkov1-1/+5
2004-12-1020617: fix completion of compressed modules for 2.6; add insmod completionAndrey Borzenkov1-2/+8
2004-02-1319418: update completions to new versionsOliver Kiddle1-2/+2
2003-06-2518631: returning too early breaks prefix-needed style set to falseOliver Kiddle1-5/+5
2003-04-1618446: handle modinfo and improvements to option handlingOliver Kiddle1-71/+67
2002-09-03moved from Completion/Unix/Command/_modutilsOliver Kiddle1-0/+87