Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gi1242+zsh@gmail.com: 28594: | Peter Stephenson | 2011-01-09 | 1 | -1/+23 |
| | | | | Various new and improved completions | ||||
* | Andy Spencer: 27148: ignore build directories when searching for | Peter Stephenson | 2009-07-14 | 1 | -1/+1 |
| | | | | kernel modules in modutil completion | ||||
* | Jörg Sommer: 26453: complete modinfo -k. | Clint Adams | 2009-01-29 | 1 | -1/+11 |
| | |||||
* | Jörg Sommer: 26452: drop completion of modinfo -f. | Clint Adams | 2009-01-29 | 1 | -1/+0 |
| | |||||
* | Jörg Sommer: 26451: use globbing to find available modules, now that ↵ | Clint Adams | 2009-01-29 | 1 | -1/+1 |
| | | | | modprobe -l is deprecated. | ||||
* | Jörg Sommer: 25819: improve module parameter completion. | Clint Adams | 2008-10-07 | 1 | -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 Adams | 2008-10-07 | 1 | -0/+2 |
| | |||||
* | Jörg Sommer: 25821: return 0 if a modules parameter was completed. | Clint Adams | 2008-10-07 | 1 | -1/+1 |
| | |||||
* | 25820: add the option --field of modinfo. | Clint Adams | 2008-10-07 | 1 | -0/+2 |
| | |||||
* | 25755/25756: Jörg Sommer: improved handling of module arguments | Peter Stephenson | 2008-09-27 | 1 | -8/+16 |
| | | | | 25759: fix dynamic named directory crash, static named directory consistency | ||||
* | Jörg Sommer: 25572: completer module parameters | Peter Stephenson | 2008-09-01 | 1 | -1/+2 |
| | |||||
* | 23751: complete module files too | Andrey Borzenkov | 2007-08-12 | 1 | -1/+5 |
| | |||||
* | 20617: fix completion of compressed modules for 2.6; add insmod completion | Andrey Borzenkov | 2004-12-10 | 1 | -2/+8 |
| | |||||
* | 19418: update completions to new versions | Oliver Kiddle | 2004-02-13 | 1 | -2/+2 |
| | |||||
* | 18631: returning too early breaks prefix-needed style set to false | Oliver Kiddle | 2003-06-25 | 1 | -5/+5 |
| | |||||
* | 18446: handle modinfo and improvements to option handling | Oliver Kiddle | 2003-04-16 | 1 | -71/+67 |
| | |||||
* | moved from Completion/Unix/Command/_modutils | Oliver Kiddle | 2002-09-03 | 1 | -0/+87 |