Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-07-30 | Constify getenv(), setenv() and hash code functions | Wolfgang Denk | 1 | -3/+3 |
2011-04-28 | common: add a grepenv command | Kim Phillips | 1 | -0/+23 |
2011-04-28 | env: fix env var autocompletion | Kim Phillips | 1 | -1/+1 |
2011-03-22 | Fix hash table deletion to prevent lost entries | Peter Barada | 1 | -5/+13 |
2011-01-09 | env: re-add support for auto-completion | Mike Frysinger | 1 | -0/+20 |
2010-12-17 | hashtable: drop all non-reentrant versions | Mike Frysinger | 1 | -38/+2 |
2010-10-27 | Coding Style cleanup | Wolfgang Denk | 1 | -6/+6 |
2010-10-06 | lib/hashtable.c: add CONFIG_ENV_MIN_ENTRIES | Andreas Bießmann | 1 | -4/+8 |
2010-09-19 | New implementation for internal handling of environment variables. | Wolfgang Denk | 1 | -9/+23 |
2010-09-19 | Add hash table support as base for new environment code | Wolfgang Denk | 1 | -0/+721 |