summaryrefslogtreecommitdiff
path: root/ShellPkg/Application
AgeCommit message (Expand)AuthorFilesLines
2011-10-22Fix a typo when check the return valueydong101-1/+1
2011-10-17ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey2-4/+2
2011-10-14ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey4-24/+70
2011-10-13ShellPkg: Set CRC value whenever changing a system table.jcarsey1-0/+29
2011-10-10ShellPkg: Add checks for NULL pointers. jcarsey2-2/+10
2011-09-20Refine code to follow coding style.ydong101-2/+14
2011-09-15ShellPkg: Update revision info.jcarsey1-0/+0
2011-09-15ShellPkg: Fix concatenation on full device paths.jcarsey1-1/+1
2011-09-15ShellPkg: Eliminate loss of high bits in return value from exit command on 64...jcarsey1-1/+9
2011-09-12ShellPkg: Add missing function descriptor comment.jcarsey1-0/+10
2011-09-02Refine comments and two code style.ydong1014-134/+134
2011-08-09This adds support for @ prefixed commands in script files.jcarsey1-1/+17
2011-06-30This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey5-9/+11
2011-06-27maintain output attributes.jcarsey1-0/+7
2011-06-15restore original information when redirection fails inside a command using th...jcarsey1-0/+3
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-04-15fix for word wrapping.jcarsey5-24/+47
2011-04-13fix misspelling.jcarsey1-0/+0
2011-04-07ShellParametersProtocol - remove parsing from within quoted parameters.jcarsey1-10/+3
2011-04-05add comments to function declarations and definitions and updated to match co...jcarsey1-0/+2
2011-04-01Comment's added and fixed.jcarsey2-1/+9
2011-04-01fix initialization of pointer.jcarsey1-2/+3
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.jcarsey1-1/+1
2011-03-30Update inf file to follow spec.ydong104-24/+1
2011-03-28prevents "" from being the result of trying to open the root of a drive.jcarsey1-1/+5
2011-03-25console logger - support disabling the console out.jcarsey12-185/+822
2011-03-25fix comments.jcarsey1-3/+3
2010-12-06fixes for NULL verification.jcarsey2-73/+74
2010-12-01fix for exit was specified in the startup script.jcarsey1-1/+1
2010-11-24fix unaligned device path node access.jcarsey1-1/+5
2010-11-16fixes for IPF, CTRL-C support, and file redirection.jcarsey12-96/+911
2010-10-041) Removing ASSERTs for proper return values. jcarsey7-205/+307
2010-09-28delete unnecessary files.jcarsey2-394/+0
2010-09-17ShellPkg: Fix several GCC compiler warningsjljusten1-3/+5
2010-09-17ShellPkg: Fix EFIAPI usage inconsistenciesjljusten1-1/+3
2010-09-17ShellPkg: Fix path issues for Linux build supportjljusten1-4/+4
2010-09-17ShellPkg: Remove unnecessary package dependenciesjljusten1-1/+0
2010-09-14copyright format updatehhtian1-1/+1
2010-09-14udk2010.up2.shell initial release.jcarsey18-1/+11789
2010-04-24Update the copyright notice formathhtian8-8/+8
2010-02-231. Correct File header to ## @filelgao44-12/+12
2010-01-25fixed license header / copyright date on all files.jcarsey8-88/+88
2010-01-11updating comments mostly. also added some new lib functions.jcarsey2-1/+8
2009-11-25Fix build failure of ShellPkg.xli241-6/+6
2009-11-23git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9469 6f1...jcarsey1-3/+2
2009-11-18updating headers from code review.jcarsey3-23/+33
2009-07-13add:jcarsey2-0/+105