summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib/Cd.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-29ShellPkg: UefiShellLevel2CommandsLib: CodeQL FixesOliver Smith-Denny1-1/+6
2023-12-08ShellPkg: Fix typosPage Chen1-2/+2
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-79/+79
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-10-12ShellPkg-Cd: Ensure all valid cd targets are handled properlyJim.Dailey@dell.com1-4/+4
2018-06-28ShellPkg: Clean up source filesLiming Gao1-2/+2
2018-01-29ShellPkg/Level2Command: Use UnicodeCollation in StrinCmpRuiyu Ni1-2/+2
2017-03-06ShellPkg: Refine type cast for pointer subtractionHao Wu1-2/+2
2017-02-03ShellPkg/cd: Do not print the destination dir when CD exitsRuiyu Ni1-3/+1
2016-12-29ShellPkg/cd: Fix "cd" to support "fs0:dir" (no slash after ':')Ruiyu Ni1-176/+241
2016-10-12ShellPkg:?cd \? command fails to go back to the root directory of a file systemTapan Shah1-1/+11
2016-07-18ShellPkg/Cd: Handle memory allocation failureRuiyu Ni1-13/+21
2015-10-23ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin1-4/+19
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2015-02-03ShellPkg: Update Level2 profile commands response outputTapan Shah1-17/+18
2014-09-17ShellPkg: Remove redundant quotes in file path string for Shell command param...Qiu Shumin1-0/+7
2014-08-22ShellPkg: Refactor string manipulationJaben Carsey1-3/+2
2013-02-13ShellPkg: add verification that a target directory exists when changing direc...jcarsey1-3/+9
2011-10-10ShellPkg: Verify memory allocations without ASSERT.jcarsey1-91/+95
2011-09-20ShellPkg: fix support for "\" (or "\.") meaning root of drive.jcarsey1-10/+14
2011-06-30This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey1-3/+3
2011-03-25Cd - add more input verification.jcarsey1-5/+11
2010-10-04Verify memory allocations were successful.jcarsey1-10/+20
2010-09-14udk2010.up2.shell initial release.jcarsey1-0/+218