Laszlo Ersek 
							
						 
					 
					
						
						
						
						
							
						
						
							5967886d58 
							
						 
					 
					
						
						
							
							ShellPkg: UpdateStdInStdOutStdErr(): append BOM to new unicode file  
						
						... 
						
						
						
						The >> operator redirects stdout to a file, using append mode and unicode
encoding. Write the BOM when redirection happens to a new file (which
starts out empty).
This makes the >> operator behave similarly to the > operator, when the
redirection target doesn't exist originally:
  OutUnicode && OutAppend && FileSize == 0 // >> to new unicode file
vs.
  OutUnicode && !OutAppend                 // >  to any unicode file
(Note that (FileSize == 0) is equivalent to "new file" in this context,
due to the earlier "Check that filetypes (Unicode/Ascii) do not change
during an append".)
Reported-by: Lowell Dennis <Lowell_Dennis@Dell.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jaben Carsey <Jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15725  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2014-07-31 15:44:43 +00:00 
						 
				 
			
				
					
						
							
							
								Laszlo Ersek 
							
						 
					 
					
						
						
						
						
							
						
						
							94c2a04449 
							
						 
					 
					
						
						
							
							ShellPkg: UpdateStdInStdOutStdErr(): extract WriteFileTag()  
						
						... 
						
						
						
						Drop TagBuffer in the process.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jaben Carsey <Jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15724  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2014-07-31 15:44:30 +00:00 
						 
				 
			
				
					
						
							
							
								Shumin Qiu 
							
						 
					 
					
						
						
						
						
							
						
						
							f614ce7ebb 
							
						 
					 
					
						
						
							
							Update the comments in function headers to follow Doxygen special documentation blocks in section 2.3.5.  
						
						... 
						
						
						
						Signed-off-by: Shumin Qiu <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@15163  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2014-01-23 00:27:52 +00:00 
						 
				 
			
				
					
						
							
							
								Jaben Carsey 
							
						 
					 
					
						
						
						
						
							
						
						
							49bb76ff71 
							
						 
					 
					
						
						
							
							ShellPkg: Remove UNICODE file tag (FEFF) from files used for input redirection  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15109  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2014-01-13 18:52:48 +00:00 
						 
				 
			
				
					
						
							
							
								Jaben Carsey 
							
						 
					 
					
						
						
						
						
							
						
						
							cc31ac1e40 
							
						 
					 
					
						
						
							
							ShellPkg: add error messages into function  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14986  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2013-12-13 23:53:59 +00:00 
						 
				 
			
				
					
						
							
							
								Jaben Carsey 
							
						 
					 
					
						
						
						
						
							
						
						
							6813ba402a 
							
						 
					 
					
						
						
							
							ShellPkg: verify that leading and trailing % are removed from variable names when doing command line redirection to an environment variable.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14849  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2013-11-15 18:39:26 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Phillips 
							
						 
					 
					
						
						
						
						
							
						
						
							dcf9b428e6 
							
						 
					 
					
						
						
							
							ShellPkg: Fixes the shell so output redirection works for the 'mode' command  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chris Phillips <chrisp@hp.com>
reviewed-by: Jaben Carsey <Jaben.Carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14800  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2013-10-24 17:47:57 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Dong 
							
						 
					 
					
						
						
						
						
							
						
						
							2c5a8aed24 
							
						 
					 
					
						
						
							
							ShellPkg: Fix copy load option error.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Jaben Carsey <Jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14795  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2013-10-22 01:14:54 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
						
						
							
						
						
							e886b675bd 
							
						 
					 
					
						
						
							
							ShellPkg: Fix pointer initialization error of “ShellOpt” Shell environment variable  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud elhaj@hp.com  
Reviewed-by: jaben carsey <jaben.carsey@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14064  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2013-01-17 19:04:36 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
						
						
							
						
						
							0406a5717b 
							
						 
					 
					
						
						
							
							ShellPkg: Clean up header file usage.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13939  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2012-11-13 22:39:09 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
						
						
							
						
						
							3f869579a4 
							
						 
					 
					
						
						
							
							ShellPkg: Correct 3 places where memory was not being properly released by the shell.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
Reviewed-by: Liu, Jiang A <jiang.a.liu@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13938  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2012-11-13 16:08:52 +00:00 
						 
				 
			
				
					
						
							
							
								ydong10 
							
						 
					 
					
						
						
						
						
							
						
						
							4ccd9214a4 
							
						 
					 
					
						
						
							
							Update the "ConErr" related variable name to the new one "ErrOut".  
						
						... 
						
						
						
						Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Jaben Carsey <Jaben.carsey@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13641  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2012-08-17 03:58:17 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
						
						
							
						
						
							f9aefb6a06 
							
						 
					 
					
						
						
							
							ShellPkg: fix redirection file parsing to allow spaces before filename.  
						
						... 
						
						
						
						signed-off-by: jcarsey
reviewed-by: darylm503
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12962  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2012-01-27 20:51:14 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
						
						
							
						
						
							031acf6336 
							
						 
					 
					
						
						
							
							Shellpkg: Add support for filenames with spaces.  
						
						... 
						
						
						
						This patch changes the file redirection support to allow for quote delimited filenames that contain spaces and updates the edit command to allow spaces in the filename.  This also properly fails for attempts to redirect to "" (empty quotes).
This was missing from the first portion of the commit.
signed-off-by: jcarsey
reviewed-by: jliu66
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12686  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2011-11-11 16:52:09 +00:00 
						 
				 
			
				
					
						
							
							
								ydong10 
							
						 
					 
					
						
						
						
						
							
						
						
							96962f0ae4 
							
						 
					 
					
						
						
							
							Fix a typo when check the return value  
						
						... 
						
						
						
						Signed-off-by: ydong10
Reviewed-by: jcarsey
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12556  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2011-10-22 04:10:30 +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 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
						
						
							
						
						
							cf6a8f1453 
							
						 
					 
					
						
						
							
							ShellPkg: Set CRC value whenever changing a system table.  
						
						... 
						
						
						
						This adds a function (from DxeMain.c) that calculates and sets a CRC into a system table header and then calls the function in the 2 places where the shell changes the system table.
signed-off-by: jcarsey
reviewed-by: geekboy15a
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12536  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2011-10-13 23:05:08 +00:00 
						 
				 
			
				
					
						
							
							
								ydong10 
							
						 
					 
					
						
						
						
						
							
						
						
							4ff7e37b4f 
							
						 
					 
					
						
						
							
							Refine comments and two code style.  
						
						... 
						
						
						
						Signed-off-by: ydong10
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12263  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2011-09-02 08:05:34 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
						
						
							
						
						
							a9ca068447 
							
						 
					 
					
						
						
							
							restore original information when redirection fails inside a command using the split operator (|).  
						
						... 
						
						
						
						Signed-off-by: jcarsey
Reviewed-by: darylm503
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11831  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2011-06-15 22:25:14 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
						
						
							
						
						
							d8f8021cbe 
							
						 
					 
					
						
						
							
							ShellParametersProtocol - remove parsing from within quoted parameters.  
						
						... 
						
						
						
						Pci - Add missing enumeration in switch statement.
For - Verify parameter before dereferencing.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11511  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2011-04-07 17:12:12 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
						
						
							
						
						
							a1d4bfcc3f 
							
						 
					 
					
						
						
							
							add comments to function declarations and definitions and updated to match coding style document.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11505  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2011-04-05 20:55:45 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
						
						
							
						
						
							ae724571be 
							
						 
					 
					
						
						
							
							Comment's added and fixed.  
						
						... 
						
						
						
						Pointer's checked for NULL before access and after memory allocations.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11499  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2011-04-01 22:16:01 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
						
						
							
						
						
							5f2915f593 
							
						 
					 
					
						
						
							
							fix initialization of pointer.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11498  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2011-04-01 16:11:59 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
						
						
							
						
						
							0c956e0ddb 
							
						 
					 
					
						
						
							
							didn't mean to remove this comment.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11461  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2011-03-30 21:05:25 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
						
						
							
						
						
							fb84495a78 
							
						 
					 
					
						
						
							
							remove redirection command line updating from the shell core code.  
						
						... 
						
						
						
						add redirection command line updating to the redirection support function (UpdateStdInStdOutStdErr).
add more user input verification to redirection.
reduce user input verification from inside quoted parameters.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11460  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2011-03-30 21:04:57 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
						
						
							
						
						
							733f138d84 
							
						 
					 
					
						
						
							
							console logger - support disabling the console out.  
						
						... 
						
						
						
						console wrapper - comment fixes.
file handle wrappers - allow for creation of layers of file interfaces to automatically convert ASCII to UCS-2.
shell - add CTRL-S support and change how searching for startup.nsh.
shellenvvar - zero the memory allocations.
shall man parser - input verification on the help text.
shellparameters protocol - input redirection verification enhanced, leave ^ behind when not used.
shell protocol - remove ASSERTs, fixed GetDeviceName, allow mapping of BlockIO devices, and enhanced key monitoring for CTRL-S (now CTRL-S and CTRL-C).
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11440  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2011-03-25 22:23:05 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
						
						
							
						
						
							8be0ba36fc 
							
						 
					 
					
						
						
							
							fixes for IPF, CTRL-C support, and file redirection.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11066  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2010-11-16 22:31:47 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
						
						
							
						
						
							3c865f2064 
							
						 
					 
					
						
						
							
							1) Removing ASSERTs for proper return values.  
						
						... 
						
						
						
						2) Verifying that memory allocations were successful.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10904  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2010-10-04 16:24:30 +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