summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib/Cd.c
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Fix typosPage Chen2023-12-081-2/+2
* ShellPkg: Apply uncrustify changesMichael Kubacki2021-12-071-79/+79
* ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* ShellPkg-Cd: Ensure all valid cd targets are handled properlyJim.Dailey@dell.com2018-10-121-4/+4
* ShellPkg: Clean up source filesLiming Gao2018-06-281-2/+2
* ShellPkg/Level2Command: Use UnicodeCollation in StrinCmpRuiyu Ni2018-01-291-2/+2
* ShellPkg: Refine type cast for pointer subtractionHao Wu2017-03-061-2/+2
* ShellPkg/cd: Do not print the destination dir when CD exitsRuiyu Ni2017-02-031-3/+1
* ShellPkg/cd: Fix "cd" to support "fs0:dir" (no slash after ':')Ruiyu Ni2016-12-291-176/+241
* ShellPkg:?cd \? command fails to go back to the root directory of a file systemTapan Shah2016-10-121-1/+11
* ShellPkg/Cd: Handle memory allocation failureRuiyu Ni2016-07-181-13/+21
* ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin2015-10-231-4/+19
* ShellPkg: Standardized HP Copyright Message StringTapan Shah2015-02-041-1/+1
* ShellPkg: Update Level2 profile commands response outputTapan Shah2015-02-031-17/+18
* ShellPkg: Remove redundant quotes in file path string for Shell command param...Qiu Shumin2014-09-171-0/+7
* ShellPkg: Refactor string manipulationJaben Carsey2014-08-221-3/+2
* ShellPkg: add verification that a target directory exists when changing direc...jcarsey2013-02-131-3/+9
* ShellPkg: Verify memory allocations without ASSERT.jcarsey2011-10-101-91/+95
* ShellPkg: fix support for "\" (or "\.") meaning root of drive.jcarsey2011-09-201-10/+14
* This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey2011-06-301-3/+3
* Cd - add more input verification.jcarsey2011-03-251-5/+11
* Verify memory allocations were successful.jcarsey2010-10-041-10/+20
* udk2010.up2.shell initial release.jcarsey2010-09-141-0/+218