summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* Copy ShellPkg r14707 to UDK2010.SR1 Branch.vanjeff2013-09-25171-0/+73693
* Delete old BaseTools, ShellPkg and ShellBinPkg from UDK2010.SR1 Branch.vanjeff2013-09-25157-70997/+0
* Sync part of patches r14505, r14519 and r14558 from main trunk.vanjeff2013-09-1020-84/+39
* Sync patch r14081 from main trunk.vanjeff2013-04-072-5/+36
* Sync patches part of r13859, r13885 and r13940 from main trunk.vanjeff2013-04-012-5/+5
* Sync .uni file in patch r13786 from main trunk.vanjeff2013-01-051-0/+0
* Sync patch r13786 from main trunk.vanjeff2013-01-055-121/+238
* Sync patch r13862 from main trunk.vanjeff2012-11-011-2/+2
* Sync patches r13659, r13678 and r13681 from main trunk.vanjeff2012-10-102-8/+28
* Copy EDKII trunk ShellPkg r13224 to UDK2010.SR1 Branch.vanjeff2012-06-01157-0/+70874
* Delete old ShellPkg from UDK2010.SR1 Branch.vanjeff2012-06-01159-69760/+0
* Sync patch r13095 from mail trunk.vanjeff2012-04-091-10/+30
* Sync patches r12979 and r13025 from mail trunk.vanjeff2012-03-231-3/+3
* ShellPkg: Fix "-b" usage with timezone command.jcarsey2011-11-291-2/+2
* ShellPkg: Fix handling of empty files in Hexeditjcarsey2011-11-291-1/+4
* ShellPkg: Correct incorrect use of sizeof to use macro for EFI_FILE_INFO size.jcarsey2011-11-181-3/+3
* ShellPkg: Update the ‘for’ command to check number length correctly with ...jcarsey2011-11-171-1/+1
* ShellPkg: Update comments for functions to clarify buffer origin.darylm5032011-11-122-152/+159
* Shellpkg: Add support for filenames with spaces.jcarsey2011-11-111-1/+1
* ShellPkg: swap warm and cold to get the default correct for Reset command.jcarsey2011-11-011-6/+6
* Fix a code typo.ydong102011-10-181-1/+1
* ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey2011-10-172-5/+14
* ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey2011-10-1411-143/+182
* SShellPkg: updating order of cast and addressing of a pointer (2 identical pl...jcarsey2011-10-131-2/+2
* Check the pointer before use it to avoid potential access violation.ydong102011-10-131-9/+4
* ShellPkg: Add checks for NULL pointers. jcarsey2011-10-101-2/+2
* ShellPkg: Add checks for NULL pointers. jcarsey2011-10-107-19/+46
* ShellPkg: Verify memory allocations without ASSERT.jcarsey2011-10-104-115/+160
* Add pointer check for NULL before dereference it.sfu52011-10-082-0/+6
* Clean up the private GUID definition in module Level.lgao42011-09-2124-49/+33
* ShellPkg: Verify DevicePathToText was successful before using the resultant p...jcarsey2011-09-201-6/+13
* ShellPkg: fix support for "\" (or "\.") meaning root of drive.jcarsey2011-09-203-12/+28
* ShellPkg: Eliminate loss of high bits in return value from exit command on 64...jcarsey2011-09-153-7/+26
* ShellPkg: Add 3 missing function declaration comments and change a function s...jcarsey2011-09-092-1/+32
* ShellPkg: allow for mm command to properly write PCIe in non-interactive mode.jcarsey2011-09-081-19/+19
* Refine comments and two code style.ydong102011-09-0230-237/+240
* ShellPkg: fix ShellPrint-functions to allow for escape character to prevent a...jcarsey2011-08-231-25/+33
* ShellPkg: fix build error when converting INTN to INT32.jcarsey2011-08-231-1/+1
* ShellPkg: bug fix for edit search/replace functionjcarsey2011-08-101-13/+16
* remove CatSPrint from ShellPkg.jcarsey2011-08-082-77/+0
* ShellPkg: Added the Ctrl based hot key for hexeditjcarsey2011-08-032-10/+10
* cleanup function and eliminate build error.jcarsey2011-08-011-6/+12
* ShellPkg: Added the Ctrl based hot key and changed text editor's UI.jcarsey2011-07-2010-59/+361
* fix issue about slashes on end of comment line.jcarsey2011-07-111-1/+1
* Move the 2 functions associated with reading whole lines at a single time fro...jcarsey2011-07-062-151/+151
* This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey2011-06-3012-119/+174
* add fixes for code verification happyness.jcarsey2011-06-302-0/+9
* Clarify that the shared variables of the shell protocols are properly named.jcarsey2011-06-275-86/+64
* replace protocol presence ASSERTs with error returns.jcarsey2011-06-271-72/+82
* replace assert with error.jcarsey2011-06-271-1/+4