summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib/Rm.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-134/+154
2020-08-19ShellPkg: Fix spelling mistake for occurredMichael D Kinney1-1/+1
2019-10-09ShellPkg: stop taking EFI_HANDLE in place of SHELL_FILE_HANDLELaszlo Ersek1-1/+1
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28ShellPkg: Clean up source filesLiming Gao1-5/+5
2018-02-09ShellPkg/rm: fix hang when deleting an absolutely-empty directoryRuiyu Ni1-3/+4
2016-10-09ShellPkg/UefiShellLevel2CommandsLib: Remove unnecessary EFIAPIChen A Chen1-3/+0
2015-10-23ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin1-1/+3
2015-07-08ShellPkg: Fix typo of 'determines' in ShellPkg.Bruce Cran1-1/+1
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin1-3/+3
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2015-02-03ShellPkg: Update Level2 profile commands response outputTapan Shah1-4/+5
2014-09-03Updates the logic to allow RM and CP to have silent/quiet mode work successfu...Jaben Carsey1-1/+3
2014-08-29This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey1-3/+5
2014-08-05Updates the logic to allow RM and CP to have silent/quiet mode work successfu...Jaben Carsey1-1/+3
2014-07-29Update code to support VS2013 tool chain.Eric Dong1-1/+2
2013-12-09ShellPkg: Remove invalid ASSERTJaben Carsey1-1/+0
2013-07-18ShellPkg: remove high bit to change a EFI_STATUS to a SHELL_STATUSJaben Carsey1-1/+1
2013-07-16ShellPkg: Update error to be SHELL_STATUS and not EFI_STATUS.Gary Ching-Pang Lin1-1/+1
2013-06-28ShellPkg: Verify memory and handle allocation failure.jaben carsey1-11/+19
2013-06-21ShellPkg: Update rm command to properly prepend file system identifiers to fi...Jaben Carsey1-1/+18
2013-05-07ShellPkg: Fixed build error 'variable set but not used'jcarsey1-3/+2
2012-01-20ShellPkg: Fix rm CWD protection to be better at catching similarly named dire...jcarsey1-2/+5
2011-04-13rm - refine user input validation to prevent removal of CWD.jcarsey1-10/+34
2011-03-25Cd - add more input verification.jcarsey1-2/+28
2010-09-14udk2010.up2.shell initial release.jcarsey1-0/+296