summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib/Ls.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08ShellPkg: Fix typosPage Chen1-1/+1
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-271/+306
2021-01-19ShellPkg/Ls: sort output by FileName in non-SFO modeLaszlo Ersek1-0/+14
2019-11-04ShellPkg/Ls: Return empty content for all empty foldersMarvin Haeuser1-5/+28
2019-11-04ShellPkg/Ls: Consider UEFI timezone may not be setMarvin Haeuser1-1/+1
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28ShellPkg: Clean up source filesLiming Gao1-20/+20
2017-07-26ShellPkg/ls: Display the file time in local time.Li Huajing1-1/+117
2016-10-09ShellPkg/UefiShellLevel2CommandsLib: Remove unnecessary EFIAPIChen A Chen1-5/+0
2016-08-17ShellPkg/Ls: Handle the case when SearchString is NULLRuiyu Ni1-0/+5
2016-08-10ShellPkg/ls: Display the correct directory pathRuiyu Ni1-0/+1
2016-08-10ShellPkg/ls: Fix to support "ls fs0:File.txt"Ruiyu Ni1-5/+4
2015-10-23ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin1-1/+5
2015-07-26ShellPkg: Fix bad TimeZone (TZ) conversion.Andrew Fish1-1/+1
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2015-02-03ShellPkg: Update Level2 profile commands response outputTapan Shah1-10/+10
2014-08-29Add CTRL+C support for ‘ls’ command.Tapan Shah1-3/+14
2014-03-07 1.Add code to check the pointer 'CorrectedPath' in Ls.c line 460 before ref...Shumin Qiu1-2/+5
2014-02-25Add code to check whether the pointer 'CorrectedPath' and 'FullPath' are NULL...Shumin Qiu1-0/+12
2014-02-18ShellPkg: Update "ls" command to better handle "-r" parameterJaben Carsey1-104/+136
2014-01-281. Fix several comments in function headers for 'ShellProtocol.c', 'ShellProt...Shumin Qiu1-1/+3
2014-01-24ShellPkg: Refactor Print logic out of main loop functionJaben Carsey1-222/+310
2014-01-10ShellPkg: remove double free operationJaben Carsey1-1/+0
2013-10-18ShellPkg: Fixes for the ‘ls’ command:Chris Phillips1-36/+48
2012-02-02ShellPkg: fix 'ls' handling of empty drives where there is not even an "." or...jcarsey1-1/+9
2012-01-11ShellPkg: Check for Abort flag in main 'for' loop of ls command and propagate...jcarsey1-3/+12
2011-06-30This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey1-1/+1
2011-05-25Remove ASSERT within Ls for RTC error and associated changes.jcarsey1-2/+6
2011-03-29clarify error message when listing files based on a metaname without a curren...jcarsey1-4/+9
2011-03-25Cd - add more input verification.jcarsey1-6/+6
2010-10-04Verify memory allocations were successful.jcarsey1-22/+27
2010-09-14udk2010.up2.shell initial release.jcarsey1-0/+564