summaryrefslogtreecommitdiff
path: root/ShellPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2011-10-18Fix a code typo.ydong101-1/+1
2011-10-17ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey2-5/+14
2011-10-14ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey11-143/+182
2011-10-13SShellPkg: updating order of cast and addressing of a pointer (2 identical pl...jcarsey1-2/+2
2011-10-13Check the pointer before use it to avoid potential access violation.ydong101-9/+4
2011-10-10ShellPkg: Add checks for NULL pointers. jcarsey1-2/+2
2011-10-10ShellPkg: Add checks for NULL pointers. jcarsey7-19/+46
2011-10-10ShellPkg: Verify memory allocations without ASSERT.jcarsey4-115/+160
2011-10-08Add pointer check for NULL before dereference it.sfu52-0/+6
2011-09-21Clean up the private GUID definition in module Level.lgao424-49/+33
2011-09-20ShellPkg: Verify DevicePathToText was successful before using the resultant p...jcarsey1-6/+13
2011-09-20ShellPkg: fix support for "\" (or "\.") meaning root of drive.jcarsey3-12/+28
2011-09-15ShellPkg: Eliminate loss of high bits in return value from exit command on 64...jcarsey3-7/+26
2011-09-09ShellPkg: Add 3 missing function declaration comments and change a function s...jcarsey2-1/+32
2011-09-08ShellPkg: allow for mm command to properly write PCIe in non-interactive mode.jcarsey1-19/+19
2011-09-02Refine comments and two code style.ydong1030-237/+240
2011-08-23ShellPkg: fix ShellPrint-functions to allow for escape character to prevent a...jcarsey1-25/+33
2011-08-23ShellPkg: fix build error when converting INTN to INT32.jcarsey1-1/+1
2011-08-10ShellPkg: bug fix for edit search/replace functionjcarsey1-13/+16
2011-08-08remove CatSPrint from ShellPkg.jcarsey2-77/+0
2011-08-03ShellPkg: Added the Ctrl based hot key for hexeditjcarsey2-10/+10
2011-08-01cleanup function and eliminate build error.jcarsey1-6/+12
2011-07-20ShellPkg: Added the Ctrl based hot key and changed text editor's UI.jcarsey10-59/+361
2011-07-11fix issue about slashes on end of comment line.jcarsey1-1/+1
2011-07-06Move the 2 functions associated with reading whole lines at a single time fro...jcarsey2-151/+151
2011-06-30This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey12-119/+174
2011-06-30add fixes for code verification happyness.jcarsey2-0/+9
2011-06-27Clarify that the shared variables of the shell protocols are properly named.jcarsey5-86/+64
2011-06-27replace protocol presence ASSERTs with error returns.jcarsey1-72/+82
2011-06-27replace assert with error.jcarsey1-1/+4
2011-06-27Make sure size is correct.jcarsey1-0/+1
2011-06-27allow for failure return when called without a shell present.jcarsey1-3/+6
2011-06-23Add check code to avoid access violation.ydong101-0/+4
2011-06-13Check the buffer allocation result before using it.ydong101-0/+2
2011-06-08remove empty sections in INF files.jcarsey3-11/+3
2011-06-07update copyright line formathhtian1-1/+1
2011-05-25Remove ASSERT within Ls for RTC error and associated changes.jcarsey3-17/+21
2011-05-17Clarify an error in Map command.jcarsey1-2/+6
2011-05-16add support to easily remove profiles and shell levels. the libraries will n...jcarsey7-7/+7
2011-05-16added support for -i and -o for HII based configurations.jcarsey2-228/+1179
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.jcarsey2-2/+1
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-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