summaryrefslogtreecommitdiff
path: root/ShellPkg
AgeCommit message (Expand)AuthorFilesLines
2011-04-07Fix Xcode, clang, and ARM build and link issues.andrewfish14-194/+149
2011-04-07add user input verification.jcarsey1-3/+16
2011-04-07ShellParametersProtocol - remove parsing from within quoted parameters.jcarsey3-24/+27
2011-04-05add some parens.jcarsey1-1/+1
2011-04-05add comments to function declarations and definitions and updated to match co...jcarsey47-3349/+3668
2011-04-05rename a file.jcarsey1-0/+0
2011-04-04check memory allocations for success.jcarsey5-33/+48
2011-04-04correct last commit. fix build break for some compilers.jcarsey1-3/+3
2011-04-04fix build break on some compilers.jcarsey1-2/+6
2011-04-01remove duplicate memory de-allocation.jcarsey2-8/+16
2011-04-01Comment's added and fixed.jcarsey19-518/+481
2011-04-01fix initialization of pointer.jcarsey1-2/+3
2011-03-30fix for the cp shell command - halt when an error was encountered and also fi...jcarsey1-10/+13
2011-03-30didn't mean to remove this comment.jcarsey1-0/+3
2011-03-30remove redirection command line updating from the shell core code.jcarsey3-32/+59
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey21-189/+342
2011-03-30add more user input verification to connect and vol commands.jcarsey2-2/+26
2011-03-30remove unused variable.jcarsey2-4/+3
2011-03-30Update inf file to follow spec.ydong107-29/+7
2011-03-29clarify 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-29smbiosview - add user input verification.jcarsey12-78/+157
2011-03-29initialize variable before error returns.jcarsey1-1/+1
2011-03-28prevents "" from being the result of trying to open the root of a drive.jcarsey2-5/+27
2011-03-28cp - fix conditional for memory de-allocaiton.jcarsey2-1/+1
2011-03-25add all the command libraries.jcarsey1-4/+7
2011-03-25console logger - support disabling the console out.jcarsey12-185/+822
2011-03-25fix comments.jcarsey1-3/+3
2011-03-25comp - add comments and add input verification jcarsey23-1746/+2452
2011-03-25add Edit and Hexedit shared features.jcarsey8-0/+1265
2011-03-25add Edit and HexEdit commands.jcarsey28-0/+14014
2011-03-25zero memory allocation.jcarsey1-2/+2
2011-03-25connect - add comments and add input verification jcarsey14-225/+1039
2011-03-25consist mapping - add comments and change variable names.jcarsey3-88/+187
2011-03-25clarify library type.jcarsey1-2/+2
2011-03-25remove ASSERT. jcarsey2-24/+32
2011-03-25add absolute value MACRO.jcarsey1-1/+3
2011-03-25FileHandleLib - use standard unicode file tag.jcarsey4-13/+47
2011-03-25move include file line under #define protection.jcarsey1-3/+3
2011-03-25cls - add input verification.jcarsey8-30/+80
2011-03-25Cd - add more input verification.jcarsey14-187/+824
2011-03-25update functionality on Bcfg command.jcarsey4-256/+361
2011-03-25updated comments and added string-to-number conversion with return value to i...jcarsey3-59/+476
2011-03-25Add Network1 profile.jcarsey9-0/+3641
2011-03-25update allocation to use Zero pool library function.jcarsey2-3/+3
2011-03-25renaming the BaseFileHandleLib to UefiFileHandleLib.jcarsey2-40/+44
2011-03-25Updating level 1 commands.jcarsey8-136/+414
2011-03-10Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney1-1/+2
2010-12-10update copyright formathhtian6-3/+3
2010-12-06fixes for NULL verification.jcarsey3-103/+107