summaryrefslogtreecommitdiffstats
path: root/ShellPkg
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Fix ICC11 build failure.jcarsey2012-02-241-6/+10
* ShellPkg: fix 'ls' handling of empty drives where there is not even an "." or...jcarsey2012-02-023-3/+14
* Add Missing invocations to VA_END() for VA_START().rsun32012-02-011-3/+3
* Fix type 19 print to match SBMIOS 2.7.andrewfish2012-01-312-0/+16
* ShellPkg: Update 'echo' command to print everything at once. this allows for...jcarsey2012-01-301-6/+10
* Fix clang compiler warning.andrewfish2012-01-302-2/+2
* ShellPkg: Allow for format character strings to be typed in editor without ha...jcarsey2012-01-302-2/+9
* ShellPkg: add more parenthesis to bcfg command.jcarsey2012-01-302-4/+4
* ShellPkg: fix redirection file parsing to allow spaces before filename.jcarsey2012-01-271-1/+4
* ShellPkg: Add support for adding optional data to the bcfg command in debug p...jcarsey2012-01-272-6/+402
* ShellPkg: parameters with spaces need quotes.jcarsey2012-01-271-17/+34
* ShellPkg: Add support for adding optional data to the bcfg command.jcarsey2012-01-272-6/+402
* ShellPkg: This patch fixes the redirection support for a Shell2 application r...jcarsey2012-01-201-4/+6
* ShellPkg: Fix rm CWD protection to be better at catching similarly named dire...jcarsey2012-01-201-2/+5
* ShellPkg: Fix SimpleTextInputEx based "CTRL-S" by emptying the buffer to prev...jcarsey2012-01-191-3/+9
* ShellPkg: Check for Abort flag in main 'for' loop of ls command and propagate...jcarsey2012-01-111-3/+12
* ShellPkg: Propagate verbose flag down so it can be used in all DH command use...jcarsey2012-01-101-2/+12
* ShellPkg: Add dump information for PCI Root Bridge IO protocol.jcarsey2012-01-102-1/+121
* ShellPkg: Add protocols / protocol GUIDs to display and input mapping.jcarsey2012-01-094-113/+232
* ShellPkg: fix copyright date.jcarsey2012-01-051-1/+1
* ShellPkg: fix For command parsing list of values.jcarsey2012-01-051-5/+3
* ShellPkg: Fix swapping of reset behavior.jcarsey2012-01-051-4/+4
* ShellPkg: print error when column index is out of range instead of ASSERT.jcarsey2012-01-021-16/+20
* ShellPkg: fix Pipe usage verification.jcarsey2012-01-022-3/+8
* ShellPkg: Updated version number.geekboy15a2011-12-132-9/+4
* 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: Updates the printing of echo for script commands to after the @ che...jcarsey2011-11-181-9/+9
* 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
* Update comment for function header.ydong102011-11-141-2/+2
* ShellPkg: Update comments for functions to clarify buffer origin.darylm5032011-11-124-249/+265
* Shellpkg: Add support for filenames with spaces.jcarsey2011-11-111-12/+70
* 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 typo when check the return valueydong102011-10-221-1/+1
* Fix a code typo.ydong102011-10-181-1/+1
* ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey2011-10-174-9/+16
* ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey2011-10-1415-167/+252
* ShellPkg: Set CRC value whenever changing a system table.jcarsey2011-10-131-0/+29
* 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-109-21/+56
* 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-2126-50/+109
* 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
* Refine code to follow coding style.ydong102011-09-201-2/+14