Wolfgang Denk
|
be29df6a1a
"env grep" - add support for regular expression matches
|
12 years ago |
Wolfgang Denk
|
5a31ea04c9
"env grep" - reimplement command using hexport_r()
|
12 years ago |
Wolfgang Denk
|
ea009d4743
hashtable: preparations to use hexport_r() for "env grep"
|
12 years ago |
Joe Hershberger
|
2598090b7e
env: Add environment variable flags
|
12 years ago |
Joe Hershberger
|
170ab11075
env: Add support for callbacks to environment vars
|
12 years ago |
Joe Hershberger
|
be11235ab8
env: Hide '.' variables in env print by default
|
12 years ago |
Joe Hershberger
|
7afcf3a55b
env: Refactor apply into change_ok
|
12 years ago |
Joe Hershberger
|
3d3b52f258
env: Consolidate common code in hsearch_r()
|
12 years ago |
Joe Hershberger
|
c4e0057fa7
env: Refactor do_apply to a flag
|
12 years ago |
Ilya Yanok
|
7ac2fe2da2
OMAP: networking support for SPL
|
12 years ago |
Gerlando Falauto
|
d5370febbc
env: delete selected vars not present in imported env
|
12 years ago |
Gerlando Falauto
|
152874b65b
env: check and apply changes on delete/destroy
|
12 years ago |
Gerlando Falauto
|
c5983592e9
env: add check/apply logic to himport_r()
|
12 years ago |
Gerlando Falauto
|
348b1f1c60
env: make himport_r() selective on variables
|
12 years ago |
Simon Glass
|
ff85628674
sandbox: Fix warnings in hashtable.c
|
13 years ago |
Wolfgang Denk
|
37f2fe7472
env: allow to export only selected variables
|
13 years ago |
Jason Hobbs
|
4d91a6ecab
Replace space and tab checks with isblank
|
13 years ago |
Wolfgang Denk
|
84b5e8022e
Constify getenv(), setenv() and hash code functions
|
13 years ago |
Kim Phillips
|
a000b7950d
common: add a grepenv command
|
14 years ago |
Kim Phillips
|
af4d9074aa
env: fix env var autocompletion
|
14 years ago |
Peter Barada
|
c81c122242
Fix hash table deletion to prevent lost entries
|
14 years ago |
Mike Frysinger
|
560d424b6d
env: re-add support for auto-completion
|
14 years ago |
Mike Frysinger
|
2eb1573f01
hashtable: drop all non-reentrant versions
|
14 years ago |
Wolfgang Denk
|
071bc92330
Coding Style cleanup
|
14 years ago |
Andreas Bießmann
|
fc5fc76bda
lib/hashtable.c: add CONFIG_ENV_MIN_ENTRIES
|
14 years ago |
Wolfgang Denk
|
ea882baf9c
New implementation for internal handling of environment variables.
|
15 years ago |
Wolfgang Denk
|
a6826fbc5c
Add hash table support as base for new environment code
|
15 years ago |