Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/misc Add PE (portable executable).



details:   https://anonhg.NetBSD.org/src/rev/3b79c4e28cb4
branches:  trunk
changeset: 373782:3b79c4e28cb4
user:      fcambus <fcambus%NetBSD.org@localhost>
date:      Tue Feb 28 19:08:37 2023 +0000

description:
Add PE (portable executable).

We have an entry for COFF, so it makes sense to add PE as well.

diffstat:

 share/misc/acronyms.comp |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 354104d7bc15 -r 3b79c4e28cb4 share/misc/acronyms.comp
--- a/share/misc/acronyms.comp  Tue Feb 28 16:48:00 2023 +0000
+++ b/share/misc/acronyms.comp  Tue Feb 28 19:08:37 2023 +0000
@@ -1,4 +1,4 @@
-$NetBSD: acronyms.comp,v 1.337 2023/02/28 16:48:00 fcambus Exp $
+$NetBSD: acronyms.comp,v 1.338 2023/02/28 19:08:37 fcambus Exp $
 3WHS   three-way handshake
 8VSB   8-state vestigial side band modulation
 AA     anti-aliasing
@@ -1201,6 +1201,7 @@
 PDU    protocol data unit
 PE     protection enable
 PE     provider edge
+PE     portable executable
 PEAP   Protected EAP
 PECI   platform environment control interface
 PEP    protocol extension protocol



Home | Main Index | Thread Index | Old Index