summaryrefslogtreecommitdiff
path: root/ShellPkg
AgeCommit message (Expand)AuthorFilesLines
2011-06-08remove empty sections in INF files.jcarsey3-11/+3
2011-06-07update copyright line formathhtian1-1/+1
2011-06-03Verify that Status variable is initialized.jcarsey1-0/+1
2011-06-01Make shell not ASSERT on older versions of EFI. On a Mac if you soft load Hii...andrewfish2-12/+17
2011-05-25Remove ASSERT within Ls for RTC error and associated changes.jcarsey3-17/+21
2011-05-17Clarify an error in Map command.jcarsey2-3/+7
2011-05-16add support to easily remove profiles and shell levels. the libraries will n...jcarsey8-33/+18
2011-05-16added support for -i and -o for HII based configurations.jcarsey2-228/+1179
2011-05-09Clean up DEC files:mdkinney1-21/+18
2011-05-04Fix DEC files so any PCD declared as Dynamic is also declared as DynamicExmdkinney1-2/+2
2011-05-02fix printout from SmbiosView command.jcarsey1-1/+1
2011-04-19check that memory allocation was successful.jcarsey1-0/+6
2011-04-19fix user input validation for time command.jcarsey1-2/+4
2011-04-15fix for word wrapping.jcarsey7-26/+48
2011-04-13change file global variable to function local.jcarsey1-17/+11
2011-04-13rm - refine user input validation to prevent removal of CWD.jcarsey2-10/+34
2011-04-13move a function to the correct library.jcarsey2-48/+49
2011-04-13fix misspelling.jcarsey1-0/+0
2011-04-12update Bcfg to correctly remove by option index not variable name and add dri...jcarsey9-121/+358
2011-04-12ShellPkg: Fix GCC 4.4 build issuesjljusten9-32/+15
2011-04-11EditTitleBar - Remove ASSERT. Complete display output for Disk and Memory ou...jcarsey2-9/+12
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