1. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · Thu Aug 03 12:22:13 2017 -0600
  2. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  3. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · Thu Aug 03 12:22:10 2017 -0600
  4. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  5. d49b889 env: Drop saveenv() in favour of env_save() by Simon Glass · Thu Aug 03 12:22:08 2017 -0600
  6. d8273ed env: Drop the env_name_spec global by Simon Glass · Thu Aug 03 12:22:03 2017 -0600
  7. bdad0fa cmd: nvedit: bring error message in sync with condition under which it appears by Lothar Waßmann · Thu Jun 08 14:16:14 2017 +0200
  8. e77ba3e common: env: remove superfluous assignment by xypron.glpk@gmx.de · Mon May 08 21:43:43 2017 +0200
  9. c5b1e5d Various, accumulated typos collected from around the tree. by Robert P. J. Day · Wed Sep 07 14:27:59 2016 -0400
  10. 5da543c common: env: support sata device by Peng Fan · Sun Apr 03 21:52:13 2016 +0800
  11. d1f4063 common: Add support for environment file in EXT4. by Stuart Longland · Tue Feb 23 15:51:26 2016 +1000
  12. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · Sun Jan 17 20:53:52 2016 -0700[Renamed from cmd/cmd_nvedit.c]
  13. 29499a0 Move all command code into its own directory by Simon Glass · Sun Jan 17 20:53:51 2016 -0700[Renamed from common/cmd_nvedit.c]
  14. 46c99d4 common: nvedit: use snprintf instead of sprintf by Peng Fan · Wed Dec 23 12:08:09 2015 +0800
  15. a73bda4 Move console definitions into a new console.h file by Simon Glass · Sun Nov 08 23:47:45 2015 -0700
  16. dfc382a env: Distinguish finer between source of env change by Joe Hershberger · Wed May 20 14:27:21 2015 -0500
  17. d741f56 env: Allow env_attr_walk to pass a priv * to callback by Joe Hershberger · Wed May 20 14:27:19 2015 -0500
  18. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · Sun Mar 22 17:08:59 2015 -0500
  19. 3e12be7 Add option -r to env import to allow import of text files with CRLF as line endings by Alexander Holler · Mon Jul 14 17:49:55 2014 +0200
  20. be6aafc Add cli_ prefix to readline functions by Simon Glass · Thu Apr 10 20:01:27 2014 -0600
  21. dec3c01 move CLI prototypes to cli.h and add comments by Simon Glass · Thu Apr 10 20:01:25 2014 -0600
  22. a745926 sandbox: Support 'env import' and 'env export' by Simon Glass · Fri Oct 25 23:01:31 2013 -0600
  23. 0c44c49 cmd_nvedit: Make 'env import -c' require size parameter by Tom Rini · Tue Mar 04 15:52:35 2014 -0500
  24. d8d51f8 env: fix the env export varname by Pierre Aubert · Tue Oct 08 14:20:27 2013 +0200
  25. 9446340 cmd_nvedit.c: Add env exists command by Andrew Ruder · Tue Oct 22 19:07:34 2013 -0500
  26. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  27. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  28. df372d6 env: Fix minor comment typos in cmd_nvedit by Simon Glass · Tue May 07 06:11:45 2013 +0000
  29. ac9c301 "env grep" - add support for regular expression matches by Wolfgang Denk · Sat Mar 23 23:50:32 2013 +0000
  30. b917ba4 "env grep" - add options to grep in name, value, or both. by Wolfgang Denk · Sat Mar 23 23:50:30 2013 +0000
  31. e27fc12 "env grep" - reimplement command using hexport_r() by Wolfgang Denk · Sat Mar 23 23:50:29 2013 +0000
  32. 565af27 hashtable: preparations to use hexport_r() for "env grep" by Wolfgang Denk · Sat Mar 23 23:50:28 2013 +0000
  33. abbd512 Add getenv_hex() to return an environment variable as hex by Simon Glass · Sat Apr 20 08:42:43 2013 +0000
  34. ec85681 printenv: Correct out-of-memory condition check. by Maxime Larocque · Fri Sep 28 05:00:13 2012 +0000
  35. 0c5faa8 env: Add support for UBI environment by Joe Hershberger · Mon Apr 08 10:32:51 2013 +0000
  36. 3902c60 mtd: Make mtdparts work with pre-reloc env by Joe Hershberger · Mon Apr 08 10:32:50 2013 +0000
  37. 586895d env: fix "env ask" command by Wolfgang Denk · Wed Feb 20 04:53:16 2013 +0000
  38. 91d1b5f env: Avoid clobbering an edited variable on ctrl-c by Joe Hershberger · Fri Feb 08 10:12:34 2013 +0000
  39. 103789d common: Use new numeric setenv functions by Simon Glass · Sun Feb 24 17:33:22 2013 +0000
  40. 044dc9e Update set_working_fdt_addr() to use setenv_addr() by Simon Glass · Sun Feb 24 17:33:21 2013 +0000
  41. 8335ce7 env: Implement the env delete command by Joe Hershberger · Tue Dec 11 22:16:36 2012 -0600
  42. f64bb77 env: Add setenv force support by Joe Hershberger · Tue Dec 11 22:16:35 2012 -0600
  43. 6fe26c9 env: Add support for access control to .flags by Joe Hershberger · Tue Dec 11 22:16:34 2012 -0600
  44. a2d62b7 env: Add a command to display details about env flags by Joe Hershberger · Tue Dec 11 22:16:33 2012 -0600
  45. 71497d0 env: Add environment variable flags by Joe Hershberger · Tue Dec 11 22:16:31 2012 -0600
  46. 5c89d6d env: Add a console env handler by Joe Hershberger · Tue Dec 11 22:16:29 2012 -0600
  47. d1f5ae9 env: Add a loadaddr env handler by Joe Hershberger · Tue Dec 11 22:16:28 2012 -0600
  48. 3928bb6 env: Add a baudrate env handler by Joe Hershberger · Tue Dec 11 22:16:27 2012 -0600
  49. dc9d1e5 env: Add a bootfile env handler by Joe Hershberger · Tue Dec 11 22:16:26 2012 -0600
  50. 1b0d551 env: Add a command to view callbacks by Joe Hershberger · Tue Dec 11 22:16:25 2012 -0600
  51. 79a905e env: Hide '.' variables in env print by default by Joe Hershberger · Tue Dec 11 22:16:23 2012 -0600
  52. 638e659 env: Refactor apply into change_ok by Joe Hershberger · Tue Dec 11 22:16:21 2012 -0600
  53. a46f770 env: Refactor do_apply to a flag by Joe Hershberger · Tue Dec 11 22:16:19 2012 -0600
  54. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · Mon Oct 29 13:34:31 2012 +0000
  55. 3a136bc serial: remove calls to serial_assign() by Allen Martin · Thu Oct 25 13:30:14 2012 +0000
  56. dd000dd env: Check for NULL pointer in envmatch() by Joe Hershberger · Wed Oct 03 09:38:50 2012 +0000
  57. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · Fri Sep 14 23:45:51 2012 +0200
  58. 0b3176c COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · Sun Sep 23 17:41:24 2012 +0200
  59. a62685d env: fix crash using default -f -a by Gerlando Falauto · Fri Oct 05 00:46:10 2012 +0000
  60. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · Tue Sep 18 00:22:50 2012 +0000
  61. fe9f49d env: make "env default" selective, check and apply by Gerlando Falauto · Fri Aug 24 00:11:41 2012 +0000
  62. 393acf0 env: check and apply changes on delete/destroy by Gerlando Falauto · Fri Aug 24 00:11:40 2012 +0000
  63. d392595 env: add check/apply logic to himport_r() by Gerlando Falauto · Fri Aug 24 00:11:39 2012 +0000
  64. 9b0e1ff env: make himport_r() selective on variables by Gerlando Falauto · Fri Aug 24 00:11:38 2012 +0000
  65. dc88d59 env: unify logic to check and apply changes by Gerlando Falauto · Fri Aug 24 00:11:37 2012 +0000
  66. ee55de2 env: cosmetic: drop assignment i = iomux_doenv() by Gerlando Falauto · Fri Aug 24 00:11:36 2012 +0000
  67. f712897 env import/export: Remove from help if disabled by Benoît Thébaudeau · Fri Aug 10 07:45:44 2012 +0000
  68. 36437bc Block: Remove MG DISK support by Marek Vasut · Sun Mar 04 15:11:32 2012 +0000
  69. ae5dfde common/cmd_nvedit.c: Fix GCC 4.6 warning by Anatolij Gustschin · Sun May 20 11:52:39 2012 +0000
  70. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · Wed Apr 04 18:53:40 2012 +0000
  71. 85bcd73 powerpc/corenet_ds: Slave reads ENV from master when boot from SRIO by Liu Gang · Thu Mar 08 00:33:20 2012 +0000
  72. 9765c08 Add support for loading and saving the environment to a FAT partition by Maximilian Schwerin · Mon Mar 12 23:57:50 2012 +0000
  73. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · Sat Dec 10 08:44:01 2011 +0000
  74. 0eab4d5 common: add possibility for readline_into_buffer timeout by Heiko Schocher · Mon Jan 16 21:13:05 2012 +0000
  75. 295da64 common/cmd_nvedit.c: Fix size calculation in do_env_import() by Horst Kronstorfer · Fri Dec 16 23:33:10 2011 +0000
  76. c63e900 common/cmd_nvedit.c: Add missing 'env save' preproc guard by Horst Kronstorfer · Sat Dec 10 02:25:19 2011 +0000
  77. e7c338b cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanup by Kumar Gala · Wed Nov 23 09:48:02 2011 +0000
  78. de83256 env: clean cmd_nvedit.c checkpatch and code style by Igor Grinberg · Mon Nov 07 01:13:59 2011 +0000
  79. 269cbef common: move extern char console_buffer[] to common.h by Igor Grinberg · Mon Nov 07 01:13:56 2011 +0000
  80. c6f4e12 Fix warnings in cmd_nvedit.c by Simon Glass · Fri Nov 04 06:42:36 2011 +0000
  81. 1e3cdf3 env: allow to export only selected variables by Wolfgang Denk · Sun Nov 06 22:49:44 2011 +0100
  82. 34f5229 tftpput: add save_addr and save_size global variables by Simon Glass · Fri Oct 21 18:51:38 2011 +0000
  83. b8e926e Add setenv_ulong() and setenv_addr() by Simon Glass · Mon Oct 24 17:59:59 2011 +0000
  84. bf690f8 Add getenv_ulong() to read an integer from an environment variable by Simon Glass · Fri Oct 14 13:25:18 2011 +0000
  85. 305e02a GCC4.6: Squash warning in cmd_nvedit.c by Marek Vasut · Mon Sep 26 02:26:03 2011 +0200
  86. d67abff Constify getenv(), setenv() and hash code functions by Wolfgang Denk · Fri Jul 29 14:42:18 2011 +0200
  87. 4328547 cmd_nvedit.c: make error message more helpful by Wolfgang Denk · Wed May 04 10:29:49 2011 +0000
  88. ff2a9f3 cmd_nvedit.c: clean up with checkpatch by Macpaul Lin · Tue Apr 26 16:16:45 2011 +0000
  89. f0c9d53 common: add a grepenv command by Kim Phillips · Tue Apr 05 07:15:14 2011 +0000
  90. 74ac020 Fix typo in #error: IS_IN_NOWHERE vs. IS_NOWHERE by Loïc Minier · Thu Mar 24 17:21:42 2011 +0100
  91. f3ddf20 env: make import/export optional by Mike Frysinger · Sun Dec 26 23:09:45 2010 -0500
  92. 92b9b2e cmd_nvedit: use explicit typecast for printf by Andreas Bießmann · Wed Feb 09 15:10:29 2011 +0100
  93. 3b70e55 load_addr: move to common env code by Mike Frysinger · Tue Dec 21 14:08:27 2010 -0500
  94. 92d7a99 hashtable: drop all non-reentrant versions by Mike Frysinger · Wed Dec 08 06:26:04 2010 -0500
  95. b5bc05e autocomplete: remove runtime handler install by Mike Frysinger · Wed Oct 20 03:52:39 2010 -0400
  96. ad8058f common/cmd_nvedit: Use return value of cmd_usage by Thomas Weber · Thu Nov 25 08:05:28 2010 +0100
  97. 4d28265 Common/cmd_nvedit: Check for env subcommand by Thomas Weber · Wed Nov 24 13:07:52 2010 +0100
  98. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · Thu Oct 28 20:00:11 2010 +0200
  99. faa0d2e env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined by Heiko Schocher · Tue Oct 05 14:17:00 2010 +0200
  100. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · Sun Jun 20 23:33:59 2010 +0200