summaryrefslogtreecommitdiff
path: root/Completion/Linux/Command/_modutils
AgeCommit message (Collapse)AuthorFilesLines
2022-05-25github #94: Support .zst kernel modules with modutilsNorbert Lange1-1/+1
2021-11-12github #82: Fix typosDimitris Apostolou1-1/+1
2021-07-1949147: fix completion of linux kernel modulesEric Cook1-1/+1
2020-07-08gitlab !15: modutils completion: Fix FHS assumptionDoron Behar1-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-08gitlab !14 (fixup): modutils comp: Fix getting the value of kver from opt_argsDoron Behar1-1/+1
2020-06-01gitlab !14: modutils completion: Fix getting the value of kver from opt_argsDoron Behar1-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-2044308: update Linux modutils completionOliver Kiddle1-132/+140
2017-11-0241971: correctly break out of certain tag loops when there are matchesOliver Kiddle1-0/+1
2017-08-17users/22834: fix irritating bug in file glob for Linux kernel modulesTomasz Pala1-1/+1
2016-10-0739479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵Daniel Shahaf1-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-0534053: complete additional Linux kernel module compressionTimofey Titovets1-1/+1
2014-01-1732267: use explicit path to modinfo for completionsergio1-1/+1
2012-02-1030199: add (-.) to many completion _files globsOliver Kiddle1-1/+1
2011-12-10GI: 29977: caching and function definition fixes for _modutilsPeter Stephenson1-133/+135
2011-06-18Michel Dos Reis: 29482: handle .gz kernel modulesPeter Stephenson1-1/+1
2011-01-09 gi1242+zsh@gmail.com: 28594:Peter Stephenson1-1/+23
Various new and improved completions
2009-07-14Andy Spencer: 27148: ignore build directories when searching forPeter Stephenson1-1/+1
kernel modules in modutil completion
2009-01-29Jörg Sommer: 26453: complete modinfo -k.Clint Adams1-1/+11
2009-01-29Jörg Sommer: 26452: drop completion of modinfo -f.Clint Adams1-1/+0
2009-01-29Jörg Sommer: 26451: use globbing to find available modules, now that ↵Clint Adams1-1/+1
modprobe -l is deprecated.
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