Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 43816: various completion option updates | Oliver Kiddle | 2018-11-12 | 1 | -18/+41 |
| | |||||
* | 43813: for powerd add units, default values and allow option arguments in ↵ | Oliver Kiddle | 2018-11-12 | 1 | -10/+10 |
| | | | | the same word as the option | ||||
* | 43761: update five completion functions for darwin | Jun-ichi Takimoto | 2018-11-07 | 1 | -3/+3 |
| | |||||
* | 43718: Use singular completion group descriptions | dana | 2018-10-24 | 1 | -1/+1 |
| | |||||
* | 43330: complete more options to cu | Oliver Kiddle | 2018-08-24 | 1 | -9/+50 |
| | |||||
* | 43106: Add ldap completer | Matthew Martin | 2018-07-07 | 1 | -0/+87 |
| | |||||
* | 43107: add an option to _ttys to complete only open ttys | Jun-ichi Takimoto | 2018-07-01 | 1 | -1/+1 |
| | | | | Use the option in _ps and _watch-snoop | ||||
* | 42964: Update list of fbsd architectures | Eitan Adler | 2018-06-09 | 1 | -1/+1 |
| | |||||
* | 42931: completion for several utilities especially for checksums across a ↵ | dana | 2018-06-07 | 1 | -67/+0 |
| | | | | variety of systems | ||||
* | 42937: add -M and -m options | Eitan Adler | 2018-06-07 | 1 | -0/+2 |
| | |||||
* | 42740: Teach _systat about the 'zarc' screen | Eitan Adler | 2018-05-02 | 1 | -0/+1 |
| | |||||
* | 42643, 42644: new cksum completion | Matthew Martin | 2018-04-16 | 1 | -0/+67 |
| | |||||
* | 42604: new completions for OpenBSD's signify and vmctl | Matthew Martin | 2018-04-07 | 2 | -0/+110 |
| | |||||
* | 42582: updates to options in completions for OpenBSD 6.3 | Oliver Kiddle | 2018-04-05 | 1 | -2/+21 |
| | |||||
* | 42571: new completion for FreeBSD jail command | Oliver Kiddle | 2018-03-31 | 2 | -1/+54 |
| | |||||
* | 42214: use less general names on new functions for completing file flags and ↵ | dana | 2018-01-04 | 2 | -1/+1 |
| | | | | modes | ||||
* | 42210: factor out completion of file modes and flags and handle ↵ | dana | 2018-01-04 | 2 | -63/+73 |
| | | | | _comp_priv_prefix for chflags | ||||
* | 42117: use anonymous function rather than define one in user namespace | Matthew Martin | 2018-01-03 | 1 | -38/+42 |
| | |||||
* | 42171: prevent parameters of various parameters from becoming global | Eric Cook | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | 42113: BSD complation updates. | Peter Stephenson | 2017-12-13 | 4 | -109/+164 |
| | | | | | | Remove use of pkg_* for FreeBSD. Add BSD architecture utilities. | ||||
* | 41855: completion option updates for OpenBSD 6.2 and handle macOS in rm ↵ | Oliver Kiddle | 2017-10-11 | 1 | -55/+80 |
| | | | | completion | ||||
* | 41725: assorted minor updates to completion functions | Oliver Kiddle | 2017-09-18 | 1 | -3/+7 |
| | |||||
* | 41562: correct completed word | Oliver Kiddle | 2017-08-18 | 1 | -1/+1 |
| | |||||
* | 41492: update some options in completions | Oliver Kiddle | 2017-08-05 | 1 | -1/+3 |
| | |||||
* | 40965: fix for missing local declarations of expl | Oliver Kiddle | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | Fix typo breaking kld completion | Dag-Erling Smørgrav | 2017-03-30 | 1 | -1/+1 |
| | |||||
* | 40597: be flexible about order of options to _values | Oliver Kiddle | 2017-03-04 | 1 | -2/+2 |
| | |||||
* | 40209: Fix typo in chflags completion | Baptiste Daroussin | 2016-12-18 | 1 | -1/+1 |
| | |||||
* | 39855: new completion for jot command | Jun-ichi Takimoto | 2016-11-07 | 1 | -0/+82 |
| | |||||
* | 39261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges ↵ | Oliver Kiddle | 2016-09-11 | 1 | -0/+1 |
| | | | | | | | with sudo in completion functions A new gain-privileges style enables it and a _comp_priv_prefix array added for tracking how to match privileges for the current command | ||||
* | 39209: Update options | Matthew Martin | 2016-09-07 | 1 | -3/+8 |
| | |||||
* | 39208: Update flags | Matthew Martin | 2016-09-07 | 1 | -13/+29 |
| | |||||
* | 39223: Introduce addflags function to reduce redundancy | Matthew Martin | 2016-09-07 | 1 | -42/+33 |
| | |||||
* | 38989: minor completion updates for FreeBSD | Oliver Kiddle | 2016-08-03 | 2 | -1/+2 |
| | |||||
* | 38868: update completions for new options on FreeBSD | Oliver Kiddle | 2016-07-17 | 10 | -85/+131 |
| | |||||
* | 38812: a few new completions and update some command options | Oliver Kiddle | 2016-07-08 | 1 | -5/+25 |
| | |||||
* | 38425: _cu: Remove old -d option of _baudrates | Frank Terbeck | 2016-05-09 | 1 | -1/+1 |
| | |||||
* | 38424: Use _baudrates helper instead of _baudrate | Frank Terbeck | 2016-05-09 | 1 | -1/+1 |
| | |||||
* | 38388: Refactor baud rate completion | Frank Terbeck | 2016-05-02 | 1 | -1/+1 |
| | | | | | This adds a new helper function _baudrate and uses it in place of private solutions in various existing completions. | ||||
* | 37913: add additional completers and _zpool improvement | Eric Cook | 2016-02-11 | 2 | -0/+88 |
| | |||||
* | 37550: _cu: Support Linux line-device names; fail gracefully on OSes ↵ | Daniel Shahaf | 2016-01-13 | 1 | -1/+1 |
| | | | | matching no known line-device name pattern. | ||||
* | 37534: completion for OpenBSD's cu, fw_update and rcctl utils | Matthew Martin | 2016-01-10 | 3 | -0/+59 |
| | |||||
* | _sockstat: minor improvements | Eric Cook | 2015-11-16 | 1 | -5/+16 |
| | | | | | | | allow -p, -P and -f's argument to be completed in the same word. Complete -P's argument using /etc/protocols again, while allowing a comma delimited list of protocols. | ||||
* | 36889: completion of system specific sockstat options | Eric Cook | 2015-10-19 | 1 | -19/+31 |
| | |||||
* | 35973: new systat and vmstat completions | Eric Cook | 2015-08-05 | 1 | -0/+88 |
| | |||||
* | 35274: completion: Add FreeBSD's watch(1) | Daniel Shahaf | 2015-07-26 | 1 | -0/+13 |
| | | | | Review-by: Oliver Kiddle | ||||
* | unposted: include .distfiles for new directory | Oliver Kiddle | 2015-05-14 | 1 | -0/+2 |
| | |||||
* | 35049: allow jail completion to include jid 0 for the host and to | Oliver Kiddle | 2015-05-11 | 1 | -2/+30 |
| | | | | complete jails by any parameter | ||||
* | 35052: new BSD completions | Eric Cook | 2015-05-07 | 4 | -0/+139 |
| | |||||
* | 35011: update completions for some common Unix commands, | Oliver Kiddle | 2015-05-03 | 1 | -0/+5 |
| | | | | in particular improving FreeBSD support |