index
:
Tianocore/edk2.git
UDK2008
UDK2010
UDK2010.SR1
UDK2014
UDK2014.SP1
UDK2015
UDK2017
UDK2018
dependabot/github_actions/actions/checkout-5
dependabot/github_actions/actions/setup-python-6
dependabot/github_actions/actions/stale-10
dependabot/github_actions/github/issue-labeler-3.4
dependabot/pip/antlr4-python3-runtime-4.13.2
dependabot/pip/edk2-basetools-0.1.52
dependabot/pip/edk2-basetools-0.1.53
dependabot/pip/edk2-pytool-extensions-0.27.10
dependabot/pip/edk2-pytool-extensions-0.27.11
dependabot/pip/edk2-pytool-extensions-0.27.12
dependabot/pip/edk2-pytool-extensions-0.27.6
dependabot/pip/edk2-pytool-extensions-0.27.8
dependabot/pip/edk2-pytool-extensions-0.27.9
dependabot/pip/edk2-pytool-extensions-approx-eq-0.28.0
dependabot/pip/edk2-pytool-extensions-approx-eq-0.28.1
dependabot/pip/edk2-pytool-extensions-approx-eq-0.28.2
dependabot/pip/edk2-pytool-extensions-approx-eq-0.28.3
dependabot/pip/edk2-pytool-library-0.21.10
dependabot/pip/edk2-pytool-library-0.21.6
dependabot/pip/edk2-pytool-library-0.21.7
dependabot/pip/edk2-pytool-library-0.21.8
dependabot/pip/edk2-pytool-library-0.21.9
dependabot/pip/edk2-pytool-library-approx-eq-0.21.11
dependabot/pip/edk2-pytool-library-approx-eq-0.21.12
dependabot/pip/edk2-pytool-library-approx-eq-0.22.0
dependabot/pip/edk2-pytool-library-approx-eq-0.22.2
dependabot/pip/edk2-pytool-library-approx-eq-0.22.3
dependabot/pip/edk2-pytool-library-approx-eq-0.22.4
dependabot/pip/edk2-pytool-library-approx-eq-0.22.5
dependabot/pip/lcov-cobertura-2.1.1
dependabot/pip/regex-2024.11.6
dependabot/pip/regex-2024.7.24
dependabot/pip/regex-2024.9.11
dependabot/pip/regex-2025.7.31
dependabot/pip/regex-2025.7.34
dependabot/pip/regex-2025.8.29
dependabot/pip/regex-2025.9.1
leiflindholm-pr-template
master
pipeline_gen_update
release/rpl_program
security-advisory/cve-2024-38796/advisory
security-advisory/cve-2024-38797/advisory
security-advisory/cve-2025-3770/advisory
security-advisory/cve-2025-xxxxx/advisory
stable/202011
stable/202408
trunk
EDK II (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdeModulePkg
/
Universal
/
Console
/
TerminalDxe
/
TerminalConIn.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-28
MdeModulePkg/TerminalDxe: Return success if device not support SetControl
Hua Ma
1
-0
/
+3
2024-09-18
MdeModulePkg/TerminalDxe: Add VTUTF8 to Putty function key map
Phil Noh
1
-4
/
+7
2024-09-12
MdeModulePkg: Enable Data Terminal at end of serial
Ken Lautner
1
-0
/
+4
2024-04-03
MdeModulePkg: Update the comments of ReadKeyStroke and ReadKeyStrokeEx
Qingyu
1
-0
/
+4
2021-12-07
MdeModulePkg: Apply uncrustify changes
Michael Kubacki
1
-757
/
+786
2021-12-07
MdeModulePkg: Change use of EFI_D_* to DEBUG_*
Michael D Kinney
1
-1
/
+1
2019-09-27
MdeModulePkg/TerminalDxe: Enhance the arrow keys support
Gao, Zhichao
1
-2
/
+6
2019-09-24
MdeModulePkg/TerminalDxe: Extend the terminal console support types
Zhichao Gao
1
-17
/
+265
2019-04-09
MdeModulePkg: Replace BSD License with BSD+Patent License
Michael D Kinney
1
-7
/
+1
2018-09-14
MdeModulePkg: Avoid key notification called more than once
Dandan Bi
1
-0
/
+1
2018-08-21
MdeModulePkg TerminalDxe: Remove a redundant function
shenglei
1
-25
/
+0
2018-06-28
MdeModulePkg: Clean up source files
Liming Gao
1
-4
/
+4
2018-03-06
MdeModulePkg/Terminal: ReadKeyStrokeEx always return key state
Ruiyu Ni
1
-5
/
+4
2017-06-20
MdeModulePkg: Update comments in SimpleTextInEx according to UEFI 2.7
Dandan Bi
1
-4
/
+7
2017-01-11
MdeModulePkg/TerminalDxe: Replace macro with enum for terminal types
Ruiyu Ni
1
-44
/
+44
2016-12-26
MdeModulePkg TerminalDxe: Execute key notify func at TPL_CALLBACK
Star Zeng
1
-3
/
+183
2016-10-27
MdeModulePkg/TerminalDxe: Handle more keys with TtyTerm
Brian J. Johnson
1
-3
/
+21
2016-04-01
Revert "TerminalDxe: select the UART's default receive FIFO depth"
Ruiyu Ni
1
-1
/
+1
2016-01-21
MdeModulePkg: TerminalDxe: select the UART's default receive FIFO depth
Laszlo Ersek
1
-1
/
+1
2015-11-26
MdeModulePkg: TerminalDxe: avoid checking uninitialized variable
Star Zeng
1
-3
/
+4
2015-07-10
MdeModulePkg: Fix TerminalDxe VS2013 build failure
Roy Franz
1
-2
/
+2
2015-07-09
Accept VT220 DEL and function keys for TTY terminal type
Roy Franz
1
-1
/
+92
2015-07-09
Treat ASCII 0x7F as backspace for TtyTerm terminals
Roy Franz
1
-2
/
+8
2015-07-09
Add "TtyTerm" terminal type to TerminalDxe
Roy Franz
1
-1
/
+3
2014-12-04
MdeModulePkg: Source fixes and cleanup for ARMGCC compiles
Randy Pawell
1
-1
/
+2
2014-02-12
Fix several typo issues.
Elvin Li
1
-12
/
+12
2014-02-11
Remove redundant IsUnicodeFiFoEmpty ()in UnicodeFiFoRemoveOneKey().
Elvin Li
1
-15
/
+4
2013-07-15
Refine the validation for the input attribute before return.
Eric Dong
1
-1
/
+5
2012-08-17
Add missing break and add comment to non-necessary break.
li-elvin
1
-0
/
+2
2012-08-16
Fix incorrect sizeof () usage.
li-elvin
1
-1
/
+1
2012-07-30
Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...
niruiyu
1
-6
/
+5
2012-05-24
Remove the check of signature because the code which looks for the input Noti...
niruiyu
1
-5
/
+1
2011-10-27
Check the serial buffer empty status before performing the serial IO reading ...
niruiyu
1
-15
/
+22
2011-10-08
MdeModulePkg: TerminalDxe driver code clean up
niruiyu
1
-1571
/
+1573
2011-10-08
MdeModulePkg: Fix TerminalDxe FIFO Data Loss
niruiyu
1
-1569
/
+1571
2011-04-19
Fix the terminal driver to call hotkey callback even no one is calling ReadKe...
niruiyu
1
-99
/
+50
2010-04-24
Update the copyright notice format
hhtian
1
-2
/
+2
2010-01-27
Remove reference to PCDs of status code value. Use macros introduced in PI1.2...
xli24
1
-4
/
+4
2010-01-15
Fix some coding style issues in MdeModulePkg.
rsun3
1
-2
/
+2
2009-08-21
Update the comments avoid making confuse.
gikidy
1
-0
/
+4
2009-04-07
return value not follow spec.
vanjeff
1
-2
/
+4
2009-03-04
add check for invalid handle.
vanjeff
1
-0
/
+4
2009-02-25
Retired gSimpleTextInExNotifyGuid, used local structure address to be notify ...
vanjeff
1
-31
/
+3
2009-02-12
enhanced security check.
vanjeff
1
-0
/
+5
2009-02-09
update meta.
vanjeff
1
-1
/
+1
2009-02-03
remove some internal functions and allocate some FIFO data structure instead ...
vanjeff
1
-42
/
+42
2009-01-08
1.Review the comments;
gikidy
1
-42
/
+32
2008-12-17
Code scrub for Universal\Console\TerminalDxe.
gikidy
1
-19
/
+30
2008-07-18
code scrub.
vanjeff
1
-8
/
+16
2008-07-03
Added some functions header.
vanjeff
1
-33
/
+41
[next]