summaryrefslogtreecommitdiffstats
path: root/ShellPkg
Commit message (Expand)AuthorAgeFilesLines
* Make shell not ASSERT on older versions of EFI. On a Mac if you soft load Hii...andrewfish2011-06-012-12/+17
* Remove ASSERT within Ls for RTC error and associated changes.jcarsey2011-05-253-17/+21
* Clarify an error in Map command.jcarsey2011-05-172-3/+7
* add support to easily remove profiles and shell levels. the libraries will n...jcarsey2011-05-168-33/+18
* added support for -i and -o for HII based configurations.jcarsey2011-05-162-228/+1179
* Clean up DEC files:mdkinney2011-05-091-21/+18
* Fix DEC files so any PCD declared as Dynamic is also declared as DynamicExmdkinney2011-05-041-2/+2
* fix printout from SmbiosView command.jcarsey2011-05-021-1/+1
* check that memory allocation was successful.jcarsey2011-04-191-0/+6
* fix user input validation for time command.jcarsey2011-04-191-2/+4
* fix for word wrapping.jcarsey2011-04-157-26/+48
* change file global variable to function local.jcarsey2011-04-131-17/+11
* rm - refine user input validation to prevent removal of CWD.jcarsey2011-04-132-10/+34
* move a function to the correct library.jcarsey2011-04-132-48/+49
* fix misspelling.jcarsey2011-04-131-0/+0
* update Bcfg to correctly remove by option index not variable name and add dri...jcarsey2011-04-129-121/+358
* ShellPkg: Fix GCC 4.4 build issuesjljusten2011-04-129-32/+15
* EditTitleBar - Remove ASSERT. Complete display output for Disk and Memory ou...jcarsey2011-04-112-9/+12
* Fix Xcode, clang, and ARM build and link issues.andrewfish2011-04-0714-194/+149
* add user input verification.jcarsey2011-04-071-3/+16
* ShellParametersProtocol - remove parsing from within quoted parameters.jcarsey2011-04-073-24/+27
* add some parens.jcarsey2011-04-051-1/+1
* add comments to function declarations and definitions and updated to match co...jcarsey2011-04-0547-3349/+3668
* rename a file.jcarsey2011-04-051-0/+0
* check memory allocations for success.jcarsey2011-04-045-33/+48
* correct last commit. fix build break for some compilers.jcarsey2011-04-041-3/+3
* fix build break on some compilers.jcarsey2011-04-041-2/+6
* remove duplicate memory de-allocation.jcarsey2011-04-012-8/+16
* Comment's added and fixed.jcarsey2011-04-0119-518/+481
* fix initialization of pointer.jcarsey2011-04-011-2/+3
* fix for the cp shell command - halt when an error was encountered and also fi...jcarsey2011-03-301-10/+13
* didn't mean to remove this comment.jcarsey2011-03-301-0/+3
* remove redirection command line updating from the shell core code.jcarsey2011-03-303-32/+59
* pointer verification (not NULL) and buffer overrun fixes.jcarsey2011-03-3021-189/+342
* add more user input verification to connect and vol commands.jcarsey2011-03-302-2/+26
* remove unused variable.jcarsey2011-03-302-4/+3
* Update inf file to follow spec.ydong102011-03-307-29/+7
* clarify error message when listing files based on a metaname without a curren...jcarsey2011-03-291-4/+9
* fix changing time daylight settings without changing the time.jcarsey2011-03-292-8/+14
* smbiosview - add user input verification.jcarsey2011-03-2912-78/+157
* initialize variable before error returns.jcarsey2011-03-291-1/+1
* prevents "" from being the result of trying to open the root of a drive.jcarsey2011-03-282-5/+27
* cp - fix conditional for memory de-allocaiton.jcarsey2011-03-282-1/+1
* add all the command libraries.jcarsey2011-03-251-4/+7
* console logger - support disabling the console out.jcarsey2011-03-2512-185/+822
* fix comments.jcarsey2011-03-251-3/+3
* comp - add comments and add input verification jcarsey2011-03-2523-1746/+2452
* add Edit and Hexedit shared features.jcarsey2011-03-258-0/+1265
* add Edit and HexEdit commands.jcarsey2011-03-2528-0/+14014
* zero memory allocation.jcarsey2011-03-251-2/+2