Qiu Shumin 
							
						 
					 
					
						
						
							
						
						0960ba17e5 
					 
					
						
						
							
							ShellPkg: Remove redundant quotes in file path string for Shell command parameters.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com >
Reviewed-by: Jaben Carsey <Jaben.carsey@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16122  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-09-17 07:58:31 +00:00 
						 
				 
			
				
					
						
							
							
								Tapan Shah 
							
						 
					 
					
						
						
							
						
						9b5268c8f7 
					 
					
						
						
							
							Add new aliases called ‘move’ and ‘mount’ for ‘mv’ and ‘map’ commands respectively.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Tapan Shah <tapandshah@hp.com >
Reviewed-By: Jaben Carsey <jaben.carsey@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15988  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-08-29 20:22:48 +00:00 
						 
				 
			
				
					
						
							
							
								Tapan Shah 
							
						 
					 
					
						
						
							
						
						41921ad5c3 
					 
					
						
						
							
							ShellPkg: Fix ‘ren’ alias for ‘mv’ command.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Tapan Shah <tapandshah@hp.com >
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com >
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15974  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-08-28 19:56:08 +00:00 
						 
				 
			
				
					
						
							
							
								Jaben Carsey 
							
						 
					 
					
						
						
							
						
						1eb5cf94a1 
					 
					
						
						
							
							ShellPkg: Prevent "set" command from updating %lasterror%  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <Jaben.Carsey@intel.com >
reviewed-by: Laurie Jarlstrom <laurie.jarlstrom@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15219  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-02-11 20:36:05 +00:00 
						 
				 
			
				
					
						
							
							
								ydong10 
							
						 
					 
					
						
						
							
						
						d6c06dd776 
					 
					
						
						
							
							Fix a code typo.  
						
						... 
						
						
						
						Signed-off-by: ydong10
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12543  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-10-18 01:47:53 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						c8c2259156 
					 
					
						
						
							
							ShellPkg: Add checking for memory allocation and pointer returns from functions.  
						
						... 
						
						
						
						signed-off-by: jcarsey
reviewed-by: lgrosenb
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12542  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-10-17 17:49:21 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						532691c8ba 
					 
					
						
						
							
							ShellPkg: Add checking for memory allocation and pointer returns from functions.  
						
						... 
						
						
						
						signed-off-by: jcarsey
reviewed-by: geekboy15a
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12540  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-10-14 19:21:13 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						bca163ff11 
					 
					
						
						
							
							Clean up the private GUID definition in module Level.  
						
						... 
						
						
						
						Signed-off-by: lgao4
Reviewed-by: jcarsey
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12394  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-09-21 01:56:00 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						ab94587a7d 
					 
					
						
						
							
							This refactors 3 functions out of ShellCommandLib and puts them into a new library (but as 2 functions instead of 3).  This allows for users outside of the shell itself to have access to these functions.  
						
						... 
						
						
						
						1) Remove the 3 functions out of the shell's internal library (ShellCommandLib)
2) Add a new library class (PathLib)
3) Add an instance of this class (BasePathLib)
4) Change all internal shell callers to use this new library class.
signed-off-by: jcarsey
reviewed-by: jljusten
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11936  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-06-30 22:58:53 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						82571fb5d1 
					 
					
						
						
							
							add support to easily remove profiles and shell levels.  the libraries will not do anything (but no longer fail), if the PCDs are changed to remove their functionality.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11666  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-05-16 22:12:20 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						a49016b117 
					 
					
						
						
							
							move a function to the correct library.  
						
						... 
						
						
						
						added "ren" as an alias for "mv"
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11537  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-04-13 23:35:59 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						b54fd049bd 
					 
					
						
						
							
							Cd - add more input verification.  
						
						... 
						
						
						
						Cp - support "\" as root of drive indicator.
Load - invert "-nc" to not connect.
Ls - ignore archive file attribute.
Map - add more input verification.  fix add by handle.
Mv - support overwrite question. support "\" as root of drive indicator.
Parse - add comments.
Rm - add comments.
TimeDate - add more input verification. add comments.
Vol - add new command.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11426  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-03-25 20:58:08 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						a405b86d27 
					 
					
						
						
							
							udk2010.up2.shell initial release.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10874  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-09-14 05:18:09 +00:00