aboutsummaryrefslogtreecommitdiff
path: root/lib/hashtable.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-01OMAP: networking support for SPLIlya Yanok1-0/+2
2012-09-18env: delete selected vars not present in imported envGerlando Falauto1-8/+42
2012-09-18env: check and apply changes on delete/destroyGerlando Falauto1-6/+10
2012-09-18env: add check/apply logic to himport_r()Gerlando Falauto1-1/+19
2012-09-18env: make himport_r() selective on variablesGerlando Falauto1-1/+26
2011-11-22sandbox: Fix warnings in hashtable.cSimon Glass1-5/+5
2011-11-08env: allow to export only selected variablesWolfgang Denk1-2/+13
2011-10-17Replace space and tab checks with isblankJason Hobbs1-1/+3
2011-07-30Constify getenv(), setenv() and hash code functionsWolfgang Denk1-3/+3
2011-04-28common: add a grepenv commandKim Phillips1-0/+23
2011-04-28env: fix env var autocompletionKim Phillips1-1/+1
2011-03-22Fix hash table deletion to prevent lost entriesPeter Barada1-5/+13
2011-01-09env: re-add support for auto-completionMike Frysinger1-0/+20
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger1-38/+2
2010-10-27Coding Style cleanupWolfgang Denk1-6/+6
2010-10-06lib/hashtable.c: add CONFIG_ENV_MIN_ENTRIESAndreas Bießmann1-4/+8
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-9/+23
2010-09-19Add hash table support as base for new environment codeWolfgang Denk1-0/+721