Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-25 | github #94: Support .zst kernel modules with modutils | Norbert Lange | 1 | -1/+1 | |
2021-11-12 | github #82: Fix typos | Dimitris Apostolou | 1 | -1/+1 | |
2021-07-19 | 49147: fix completion of linux kernel modules | Eric Cook | 1 | -1/+1 | |
2020-07-08 | gitlab !15: modutils completion: Fix FHS assumption | Doron Behar | 1 | -3/+20 | |
Remove calls to programs from /sbin/ with _call_program and to avoid the system complies to the FHS. Support modules completion for NixOS and Guix which store their kernel modules not at /lib/modules. | |||||
2020-06-08 | gitlab !14 (fixup): modutils comp: Fix getting the value of kver from opt_args | Doron Behar | 1 | -1/+1 | |
2020-06-01 | gitlab !14: modutils completion: Fix getting the value of kver from opt_args | Doron Behar | 1 | -1/+1 | |
To get the _value_ of either of the options -S, -k or --set-version, the (i) subscript flag is not needed. | |||||
2019-05-20 | 44308: update Linux modutils completion | Oliver Kiddle | 1 | -132/+140 | |
2017-11-02 | 41971: correctly break out of certain tag loops when there are matches | Oliver Kiddle | 1 | -0/+1 | |
2017-08-17 | users/22834: fix irritating bug in file glob for Linux kernel modules | Tomasz Pala | 1 | -1/+1 | |
2016-10-07 | 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵ | Daniel Shahaf | 1 | -1/+1 | |
-P' calls to use shortest match where applicable, plus random drive-by tweaks. Found by grepping for patterns that can match needles of various lengths: :grep 'compset -[PS].*[\#^*()\|<>?~\]' Completion/ | |||||
2015-01-05 | 34053: complete additional Linux kernel module compression | Timofey Titovets | 1 | -1/+1 | |
2014-01-17 | 32267: use explicit path to modinfo for completion | sergio | 1 | -1/+1 | |
2012-02-10 | 30199: add (-.) to many completion _files globs | Oliver Kiddle | 1 | -1/+1 | |
2011-12-10 | GI: 29977: caching and function definition fixes for _modutils | Peter Stephenson | 1 | -133/+135 | |
2011-06-18 | Michel Dos Reis: 29482: handle .gz kernel modules | Peter Stephenson | 1 | -1/+1 | |
2011-01-09 | gi1242+zsh@gmail.com: 28594: | Peter Stephenson | 1 | -1/+23 | |
Various new and improved completions | |||||
2009-07-14 | Andy Spencer: 27148: ignore build directories when searching for | Peter Stephenson | 1 | -1/+1 | |
kernel modules in modutil completion | |||||
2009-01-29 | Jörg Sommer: 26453: complete modinfo -k. | Clint Adams | 1 | -1/+11 | |
2009-01-29 | Jörg Sommer: 26452: drop completion of modinfo -f. | Clint Adams | 1 | -1/+0 | |
2009-01-29 | Jörg Sommer: 26451: use globbing to find available modules, now that ↵ | Clint Adams | 1 | -1/+1 | |
modprobe -l is deprecated. | |||||
2008-10-07 | Jörg Sommer: 25819: improve module parameter completion. | Clint Adams | 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. | |||||
2008-10-07 | Jörg Sommer: 25822: declare val_args as local array. | Clint Adams | 1 | -0/+2 | |
2008-10-07 | Jörg Sommer: 25821: return 0 if a modules parameter was completed. | Clint Adams | 1 | -1/+1 | |
2008-10-07 | 25820: add the option --field of modinfo. | Clint Adams | 1 | -0/+2 | |
2008-09-27 | 25755/25756: Jörg Sommer: improved handling of module arguments | Peter Stephenson | 1 | -8/+16 | |
25759: fix dynamic named directory crash, static named directory consistency | |||||
2008-09-01 | Jörg Sommer: 25572: completer module parameters | Peter Stephenson | 1 | -1/+2 | |
2007-08-12 | 23751: complete module files too | Andrey Borzenkov | 1 | -1/+5 | |
2004-12-10 | 20617: fix completion of compressed modules for 2.6; add insmod completion | Andrey Borzenkov | 1 | -2/+8 | |
2004-02-13 | 19418: update completions to new versions | Oliver Kiddle | 1 | -2/+2 | |
2003-06-25 | 18631: returning too early breaks prefix-needed style set to false | Oliver Kiddle | 1 | -5/+5 | |
2003-04-16 | 18446: handle modinfo and improvements to option handling | Oliver Kiddle | 1 | -71/+67 | |
2002-09-03 | moved from Completion/Unix/Command/_modutils | Oliver Kiddle | 1 | -0/+87 | |