summaryrefslogtreecommitdiff
path: root/ShellPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2012-01-27ShellPkg: Add support for adding optional data to the bcfg command.jcarsey2-6/+402
2012-01-21ShellPkg: This patch fixes the redirection support for a Shell2 application r...jcarsey1-4/+6
2012-01-20ShellPkg: Fix rm CWD protection to be better at catching similarly named dire...jcarsey1-2/+5
2012-01-11ShellPkg: Check for Abort flag in main 'for' loop of ls command and propagate...jcarsey1-3/+12
2012-01-11ShellPkg: Propagate verbose flag down so it can be used in all DH command use...jcarsey1-2/+12
2012-01-11ShellPkg: Add dump information for PCI Root Bridge IO protocol.jcarsey2-1/+121
2012-01-09ShellPkg: Add protocols / protocol GUIDs to display and input mapping.jcarsey4-113/+232
2012-01-06ShellPkg: fix copyright date.jcarsey1-1/+1
2012-01-06ShellPkg: fix For command parsing list of values.jcarsey1-5/+3
2012-01-05ShellPkg: Fix swapping of reset behavior.jcarsey1-4/+4
2012-01-03ShellPkg: print error when column index is out of range instead of ASSERT.jcarsey1-16/+20
2011-11-30ShellPkg: Fix "-b" usage with timezone command.jcarsey1-2/+2
2011-11-29ShellPkg: Fix handling of empty files in Hexeditjcarsey1-1/+4
2011-11-18ShellPkg: Correct incorrect use of sizeof to use macro for EFI_FILE_INFO size.jcarsey1-3/+3
2011-11-18ShellPkg: Update the ‘for’ command to check number length correctly with ...jcarsey1-1/+1
2011-11-12ShellPkg: Update comments for functions to clarify buffer origin.darylm5032-152/+159
2011-11-11Shellpkg: Add support for filenames with spaces.jcarsey1-1/+1
2011-11-02ShellPkg: swap warm and cold to get the default correct for Reset command.jcarsey1-6/+6
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-11ShellPkg: Add checks for NULL pointers. jcarsey1-2/+2
2011-10-11ShellPkg: 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-21ShellPkg: Verify DevicePathToText was successful before using the resultant p...jcarsey1-6/+13
2011-09-21ShellPkg: fix support for "\" (or "\.") meaning root of drive.jcarsey3-12/+28
2011-09-16ShellPkg: 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-21ShellPkg: 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-07Move the 2 functions associated with reading whole lines at a single time fro...jcarsey2-151/+151
2011-07-01This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey12-119/+174
2011-07-01add fixes for code verification happyness.jcarsey2-0/+9
2011-06-28Clarify that the shared variables of the shell protocols are properly named.jcarsey5-86/+64
2011-06-28replace protocol presence ASSERTs with error returns.jcarsey1-72/+82
2011-06-28replace assert with error.jcarsey1-1/+4
2011-06-28Make sure size is correct.jcarsey1-0/+1
2011-06-27allow for failure return when called without a shell present.jcarsey1-3/+6