summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib/Ls.c
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg/Ls: sort output by FileName in non-SFO modeLaszlo Ersek2021-01-191-0/+14
* ShellPkg/Ls: Return empty content for all empty foldersMarvin Haeuser2019-11-041-5/+28
* ShellPkg/Ls: Consider UEFI timezone may not be setMarvin Haeuser2019-11-041-1/+1
* ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* ShellPkg: Clean up source filesLiming Gao2018-06-281-20/+20
* ShellPkg/ls: Display the file time in local time.Li Huajing2017-07-261-1/+117
* ShellPkg/UefiShellLevel2CommandsLib: Remove unnecessary EFIAPIChen A Chen2016-10-091-5/+0
* ShellPkg/Ls: Handle the case when SearchString is NULLRuiyu Ni2016-08-171-0/+5
* ShellPkg/ls: Display the correct directory pathRuiyu Ni2016-08-101-0/+1
* ShellPkg/ls: Fix to support "ls fs0:File.txt"Ruiyu Ni2016-08-101-5/+4
* ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin2015-10-231-1/+5
* ShellPkg: Fix bad TimeZone (TZ) conversion.Andrew Fish2015-07-261-1/+1
* ShellPkg: Standardized HP Copyright Message StringTapan Shah2015-02-041-1/+1
* ShellPkg: Update Level2 profile commands response outputTapan Shah2015-02-031-10/+10
* Add CTRL+C support for ‘ls’ command.Tapan Shah2014-08-291-3/+14
* 1.Add code to check the pointer 'CorrectedPath' in Ls.c line 460 before ref...Shumin Qiu2014-03-071-2/+5
* Add code to check whether the pointer 'CorrectedPath' and 'FullPath' are NULL...Shumin Qiu2014-02-251-0/+12
* ShellPkg: Update "ls" command to better handle "-r" parameterJaben Carsey2014-02-181-104/+136
* 1. Fix several comments in function headers for 'ShellProtocol.c', 'ShellProt...Shumin Qiu2014-01-281-1/+3
* ShellPkg: Refactor Print logic out of main loop functionJaben Carsey2014-01-241-222/+310
* ShellPkg: remove double free operationJaben Carsey2014-01-101-1/+0
* ShellPkg: Fixes for the ‘ls’ command:Chris Phillips2013-10-181-36/+48
* ShellPkg: fix 'ls' handling of empty drives where there is not even an "." or...jcarsey2012-02-021-1/+9
* ShellPkg: Check for Abort flag in main 'for' loop of ls command and propagate...jcarsey2012-01-111-3/+12
* This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey2011-06-301-1/+1
* Remove ASSERT within Ls for RTC error and associated changes.jcarsey2011-05-251-2/+6
* clarify error message when listing files based on a metaname without a curren...jcarsey2011-03-291-4/+9
* Cd - add more input verification.jcarsey2011-03-251-6/+6
* Verify memory allocations were successful.jcarsey2010-10-041-22/+27
* udk2010.up2.shell initial release.jcarsey2010-09-141-0/+564