summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib
AgeCommit message (Expand)AuthorFilesLines
2013-06-29ShellPkg: Verify memory and handle allocation failure.jaben carsey1-11/+19
2013-06-22ShellPkg: Update rm command to properly prepend file system identifiers to fi...Jaben Carsey1-1/+18
2013-06-12ShellPkg: Fix ARM build errors.jcarsey1-1/+1
2013-06-04ShellPkg: refine the logic for cp commandEric Dong1-13/+23
2013-05-13Update Code to pass EBC compiler.lgao42-31/+23
2013-05-09ShellPkg: Update behavior for GetTime() errors.jcarsey1-4/+18
2013-05-07ShellPkg: Fixed build error 'variable set but not used'jcarsey6-17/+8
2013-04-18ShellPkg: explicitly prevent dereferencing pointerjcarsey1-1/+1
2013-03-13ShellPkg: Fixes CP function to prevent copying of files if destination does n...jcarsey2-46/+104
2013-02-22ShellPkg : Check pointer before dereferencingjcarsey1-8/+10
2013-02-14ShellPkg: fix string truncation.jcarsey1-2/+2
2013-02-14ShellPkg: add verification that a target directory exists when changing direc...jcarsey1-3/+9
2012-12-14ShellPkg: Updates to 'help' commandjcarsey1-0/+0
2012-06-12ShellPkg: Fix en-US characters that are outside the Basic Latin character set...jcarsey1-0/+0
2012-02-02ShellPkg: fix 'ls' handling of empty drives where there is not even an "." or...jcarsey1-1/+9
2012-01-20ShellPkg: Fix rm CWD protection to be better at catching similarly named dire...jcarsey1-2/+5
2012-01-11ShellPkg: Check for Abort flag in main 'for' loop of ls command and propagate...jcarsey1-3/+12
2012-01-06ShellPkg: fix copyright date.jcarsey1-1/+1
2012-01-05ShellPkg: Fix swapping of reset behavior.jcarsey1-4/+4
2012-01-03ShellPkg: print error when column index is out of range instead of ASSERT.jcarsey1-16/+20
2011-11-30ShellPkg: Fix "-b" usage with timezone command.jcarsey1-2/+2
2011-11-18ShellPkg: Correct incorrect use of sizeof to use macro for EFI_FILE_INFO size.jcarsey1-3/+3
2011-11-02ShellPkg: swap warm and cold to get the default correct for Reset command.jcarsey1-6/+6
2011-10-18Fix a code typo.ydong101-1/+1
2011-10-17ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey1-2/+6
2011-10-14ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey3-1/+13
2011-10-10ShellPkg: Verify memory allocations without ASSERT.jcarsey3-96/+114
2011-09-21Clean up the private GUID definition in module Level.lgao43-5/+3
2011-09-21ShellPkg: fix support for "\" (or "\.") meaning root of drive.jcarsey2-11/+27
2011-09-02Refine comments and two code style.ydong101-3/+3
2011-07-01This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey7-9/+11
2011-07-01add fixes for code verification happyness.jcarsey1-0/+5
2011-06-28replace assert with error.jcarsey1-1/+4
2011-05-26Remove ASSERT within Ls for RTC error and associated changes.jcarsey3-17/+21
2011-05-18Clarify an error in Map command.jcarsey1-2/+6
2011-05-17add support to easily remove profiles and shell levels. the libraries will n...jcarsey1-1/+1
2011-04-19fix user input validation for time command.jcarsey1-2/+4
2011-04-14rm - refine user input validation to prevent removal of CWD.jcarsey2-10/+34
2011-04-14move a function to the correct library.jcarsey1-48/+1
2011-04-06add comments to function declarations and definitions and updated to match co...jcarsey2-10/+11
2011-04-05check memory allocations for success.jcarsey2-23/+31
2011-04-02Comment's added and fixed.jcarsey2-6/+11
2011-03-31fix for the cp shell command - halt when an error was encountered and also fi...jcarsey1-10/+13
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey3-6/+17
2011-03-30add more user input verification to connect and vol commands.jcarsey1-2/+23
2011-03-30clarify error message when listing files based on a metaname without a curren...jcarsey1-4/+9
2011-03-29fix changing time daylight settings without changing the time.jcarsey2-8/+14
2011-03-29prevents "" from being the result of trying to open the root of a drive.jcarsey1-4/+22
2011-03-28cp - fix conditional for memory de-allocaiton.jcarsey1-1/+1
2011-03-25Cd - add more input verification.jcarsey14-187/+824