summaryrefslogtreecommitdiff
path: root/ShellPkg/Library
AgeCommit message (Expand)AuthorFilesLines
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-26Remove ASSERT within Ls for RTC error and associated changes.jcarsey3-17/+21
2011-05-18Clarify an error in Map command.jcarsey1-2/+6
2011-05-17add support to easily remove profiles and shell levels. the libraries will n...jcarsey7-7/+7
2011-05-17added 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-14change file global variable to function local.jcarsey1-17/+11
2011-04-14rm - refine user input validation to prevent removal of CWD.jcarsey2-10/+34
2011-04-14move a function to the correct library.jcarsey2-48/+49
2011-04-13update 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-12EditTitleBar - Remove ASSERT. Complete display output for Disk and Memory ou...jcarsey2-9/+12
2011-04-08Fix Xcode, clang, and ARM build and link issues.andrewfish13-193/+139
2011-04-08add user input verification.jcarsey1-3/+16
2011-04-07ShellParametersProtocol - remove parsing from within quoted parameters.jcarsey2-14/+24
2011-04-06add some parens.jcarsey1-1/+1
2011-04-06add comments to function declarations and definitions and updated to match co...jcarsey44-3344/+3663
2011-04-06rename a file.jcarsey1-0/+0
2011-04-05check memory allocations for success.jcarsey5-33/+48
2011-04-04correct last commit. fix build break for some compilers.jcarsey1-3/+3
2011-04-04fix build break on some compilers.jcarsey1-2/+6
2011-04-02remove duplicate memory de-allocation.jcarsey2-8/+16
2011-04-02Comment's added and fixed.jcarsey15-515/+470
2011-03-31fix for the cp shell command - halt when an error was encountered and also fi...jcarsey1-10/+13
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey20-188/+341
2011-03-30add more user input verification to connect and vol commands.jcarsey2-2/+26
2011-03-30remove unused variable.jcarsey2-4/+3
2011-03-30Update inf file to follow spec.ydong103-5/+6
2011-03-30clarify error message when listing files based on a metaname without a curren...jcarsey1-4/+9
2011-03-29fix changing time daylight settings without changing the time.jcarsey2-8/+14
2011-03-29smbiosview - add user input verification.jcarsey12-78/+157
2011-03-29initialize variable before error returns.jcarsey1-1/+1
2011-03-29prevents "" from being the result of trying to open the root of a drive.jcarsey1-4/+22
2011-03-28cp - fix conditional for memory de-allocaiton.jcarsey2-1/+1
2011-03-26comp - add comments and add input verification jcarsey23-1746/+2452
2011-03-26add Edit and Hexedit shared features.jcarsey8-0/+1265
2011-03-26add Edit and HexEdit commands.jcarsey28-0/+14014
2011-03-26zero memory allocation.jcarsey1-2/+2
2011-03-26connect - add comments and add input verification jcarsey14-225/+1039
2011-03-26consist mapping - add comments and change variable names.jcarsey3-88/+187
2011-03-26clarify library type.jcarsey1-2/+2
2011-03-26remove ASSERT. jcarsey2-24/+32
2011-03-26cls - add input verification.jcarsey8-30/+80
2011-03-25Cd - add more input verification.jcarsey14-187/+824