Home | History | Annotate | only in /src/share/misc
History log of /src/share/misc
RevisionDateAuthorComments
 1.41 23-Aug-2024  wiz Add basic clang-format configuration file for NetBSD sources.
 1.40 30-Apr-2023  nikita branches: 1.40.2;
update-domains: replace missed html.
 1.39 30-Apr-2023  nikita fix update-domains rule.
 1.38 23-Apr-2015  mrg branches: 1.38.26;
set FILESBUILD_acronyms-o=yes so that non BUILD= builds work.
from christos.
 1.37 21-Apr-2015  christos Split acronyms to offensive and non-offensive like fortunes.
 1.36 18-Jan-2011  jruoho The drama club has spoken. Put this killer feature of NetBSD back.
 1.35 17-Jan-2011  jruoho Remove /usr/share/misc/operator.
 1.34 15-Dec-2009  christos Add a script to update the countries ISO/FIPS list.
 1.33 25-Oct-2008  apb Use ${TOOL_SED} instead if plain sed in Makefiles.
 1.32 19-Oct-2008  apb Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.
Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.
 1.31 29-Sep-2007  hubertf Fix the update-domains target:
update domains.sed to parse new HTML structure, and greatly simplify
it at the same time.
 1.30 29-Sep-2007  hubertf First step at fixing the update-domains target:
Give the URL that's being redirected to, as ftp(1) can't parse&follow
the redirect automatically.
 1.29 08-Aug-2006  wiz branches: 1.29.8;
Add NetBSD.el containing some settings for emacs' c-mode to better
match NetBSD's KNF (kernel normal form).
 1.28 11-Apr-2003  jmmv Add the share/misc/acronyms.comp file, which is a small acronyms database
containing computer-related terms; a complement for manpages.

As discussed on tech-userlevel, if wtf(6) is going to stay in the system
(and it seems so), it's worth improving it.

Closes my own PR misc/17559.
 1.27 26-Mar-2003  tsarna North American postal region codes table. These are the two letter
"State or Province" codes seen in US, Canadian, and a few other
addresses. Eg, MT for Montana, ON for Ontario, etc. Includes all the
"wierd" ones that many people don't know, like AA, GU, PW, etc.

This information was compiled from a half dozen websites, as there
didn't seem to be (before this) a good complete list.

Discussed with christos, oster, david, and others.
 1.26 03-Mar-2003  jhawk Add "update-na.phone:" target to regen na.phone from
the NANPA database.
 1.25 02-Mar-2003  jhawk Strip carriage returns in domains.sed, not with tr in Makefile.
 1.24 02-Mar-2003  jhawk Rewrite the update-domains: target; there's now an html file to process,
not a flat text file (boo!). Use sed instead of perl, though. In-tree
tools are better.

Also, when inserted RCS tags into generated files, don't use a tag
that will get expanded in the Makefile; quote it such that it is
only expanded when the generated file is checked in.
 1.23 18-Sep-2002  lukem minor makefile delint
 1.22 12-Dec-2001  tv MKfoo=no -> NOfoo
 1.21 22-Oct-2001  taca Remove tab only line. (Emacs makefile mode complains it.)
 1.20 16-Sep-1999  fvdl Remove getopt from the Makefile too.
 1.19 03-Sep-1999  christos add country and language to the installed files
 1.18 22-Jul-1999  lukem add acronyms
 1.17 24-Apr-1999  abs Add bsd-family-tree - Wolfram Schneider's FreeBSD work with NetBSD and OpenBSD
entries updated.
 1.16 13-Feb-1999  lukem convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
 1.15 26-Jan-1999  thorpej Add indent.pro.
 1.14 06-Jan-1999  hubertf Fix for countries with more than one word, pointed out by
William O Ferry <woferry@iname.com>
 1.13 05-Jan-1999  hubertf Add code to update the domains file with data from from the iana.org.
 1.12 09-May-1997  mycroft Eliminate bogus redefinitions of standard targets.
 1.11 27-Mar-1997  mycroft Set FILESDIR.
 1.10 26-Mar-1997  mikel merge lite-2 changes
 1.9 24-Mar-1997  christos - Makefile cleanups
 1.8 18-Oct-1996  thorpej Use ${INSTALL}.
 1.7 26-Mar-1994  cgd style guide
 1.6 08-Mar-1994  cgd add 'style'
 1.5 10-Feb-1994  cgd kill bogus install -d's, and clean slightly
 1.4 30-Sep-1993  jtc Always use `install -d' to make sure destination directory exists & has
correct ownership and permissions.
 1.3 31-Jul-1993  mycroft Add RCS indentifiers.
 1.2 09-Apr-1993  cgd make sure directories to install stuff exist before installing
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 26-Mar-1997  mikel import 4.4BSD-Lite2 versions
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.29.8.1 06-Nov-2007  matt sync with HEAD
 1.38.26.2 12-Sep-2024  martin Pull up following revision(s) (requested by rin in ticket #854):

distrib/sets/lists/base/mi: revision 1.1349
share/misc/dot.clang-format: revision 1.1
share/misc/Makefile: revision 1.41

Add basic clang-format configuration file for NetBSD sources.
 1.38.26.1 09-Aug-2023  martin Pull up following revision(s) (requested by nikita in ticket #314):

share/misc/domains: revision 1.9
share/misc/Makefile: revision 1.39
share/misc/domains: revision 1.10
share/misc/Makefile: revision 1.40

fix update-domains rule.
domains: re-gen
update-domains: replace missed html.
domains: re-gen with fix.
 1.40.2.1 02-Aug-2025  perseant Sync with HEAD
 1.6 16-Feb-2009  uwe Add c-backslash-max-column - its default value of 72 is less than what
we set for c-backslash-column, so macros with lines longer than 72
would be formatted icorrectly.

Fix brace-list-entry - it doesn't need extra indentation. Pointed out
by roy@. While here use '+ instead of 8 to express "full indentation
step".

XXX: Do we really want brace-list-open indented one step? It might
work for one-liners, but we have lots of longer init lists that are
formatted with brace-list-open of 0.
 1.5 24-Sep-2007  christos branches: 1.5.14;
Add code to support whitespace checking/cleanup. This disabled by
default. To enable it, set netbsd-knf-whitespace-check to 't'. See
the help message for this variable for related knobs and issues. This
was tested on emacs 21.4 and 22.1. (From Anon Ymous)
 1.4 22-Sep-2007  christos - revert previous patch; anon ymous does not like it!
- add NetBSD id.
 1.3 22-Sep-2007  christos - deal with saving empty buffers
- document the knobs in whitespace.el so that people who want to preserve
the <space><tab> in config files can.
 1.2 19-Sep-2007  christos Add whitespace-cleanup when saving to "NetBSD KNF" style. From Anon Ymous
 1.1 08-Aug-2006  wiz branches: 1.1.8;
Add NetBSD.el containing some settings for emacs' c-mode to better
match NetBSD's KNF (kernel normal form).
 1.1.8.1 06-Nov-2007  matt sync with HEAD
 1.5.14.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.319 19-Oct-2025  wiz add CLM to acronyms
 1.318 15-Oct-2025  jschauma +FKA formerly known as
 1.317 28-Mar-2025  riastradh acronyms: BLUF: bottom line up front
 1.316 19-Jan-2025  christos add vps
 1.315 10-Apr-2024  jschauma branches: 1.315.2;
+FYSA for your situational awareness
+NIPR non-classified IP router (network)
+RIPR releasable IP router (network)
+SIPR secret IP router (network)

(all US military speak)
 1.314 26-Sep-2022  jschauma add PFA (please find attached)
 1.313 09-Sep-2022  pgoyette Add YMMD
 1.312 16-Sep-2021  leot Add DW
 1.311 05-Sep-2021  alnsn Move SOB to offensive acronyms.
 1.310 18-Jun-2021  riastradh EEE: embrace, extend, extinguish; or eastern equine encephalitis
 1.309 16-Apr-2021  pgoyette Add a couple definitions for RPG
 1.308 05-Oct-2020  nia NGPC
 1.307 04-Oct-2020  nia various vidya, also md = minidisc, dc = data center
 1.306 29-Aug-2020  christos add WGACA
 1.305 09-Aug-2020  christos Add TOFU
 1.304 13-Jun-2020  sevan BAU
 1.303 11-Jun-2020  sevan QOI
 1.302 10-Jun-2020  sevan URM
 1.301 09-Jun-2020  nia FQA GCHQ
 1.300 04-Jun-2020  nia ACAB (worksafe variant)
 1.299 22-Apr-2020  ginsbach Add RFI, RFP
 1.298 26-Mar-2020  leot Add TLDW

From Rocky Hotas, thanks!
 1.297 17-Feb-2020  fcambus Add RIF (reduction in force).
 1.296 30-Jan-2020  sevan Typo - heads up by Thorsten Glaser
 1.295 27-Jan-2020  nia move some more to comp
 1.294 27-Jan-2020  nia SEO - already in comp
 1.293 27-Jan-2020  nia CCC, CPA, MDMA, SEO, WLW
 1.292 10-Jan-2020  leot Add WP

From Rocky Hotas, thanks!
 1.291 23-Dec-2019  sevan AVB
 1.290 11-Nov-2019  pgoyette Add UPC - universal product code
 1.289 20-Oct-2019  sevan CIA ISMS
 1.288 09-Sep-2019  sevan GFCI, RCD
 1.287 26-Jul-2019  sevan branches: 1.287.2;
TTTR
 1.286 22-Jun-2019  sevan WRR
 1.285 12-Jun-2019  sevan FRAND RAND
 1.284 07-Jun-2019  sevan LSD
 1.283 27-May-2019  sevan GCD
 1.282 24-May-2019  sevan ALPR ANPR AVI CPR LPR MLPR VLPR VRI
 1.281 17-Apr-2019  sevan NVMM
 1.280 30-Mar-2019  sevan DOTADIW, ASP, AVB, BTM, IOM, IPCF, MI, SLIC, VFS
 1.279 08-Mar-2019  leot Add SGTM
 1.278 24-Feb-2019  pgoyette Add a couple of (rather ancient) definitions for PTT
 1.277 19-Feb-2019  sevan Add CTF (game) and PMIC
 1.276 12-Dec-2018  dholland +DYAC
 1.275 19-Sep-2018  ginsbach Add BDFL and SJW
 1.274 25-May-2018  riastradh branches: 1.274.2;
Add a topical acronym for this week: GDPR.
 1.273 22-May-2018  ginsbach Add M&O, ROM, and SWOT
 1.272 22-May-2018  ginsbach Fix spelling
 1.271 13-May-2018  maya Add APM, APM, APU and ZFS

From Nikolai Lifanov in PR misc/53147
 1.270 11-May-2018  sevan Move HTTP Keyserver Protocol entry to the correct file.
 1.269 10-May-2018  sevan Add HKP - OpenPGP HTTP Keyserver Protocol
 1.268 03-May-2018  kamil Fix VLC -> VLA
 1.267 03-May-2018  kamil Register new acronym in wtf(6)

VLC variable length array

Noted by <martin>
 1.266 03-May-2018  htodd Added NTBF.
 1.265 13-Jan-2018  pgoyette branches: 1.265.2;
Add: BIDI = boy, I did it
 1.264 02-Dec-2017  ginsbach Fix spelling mistake -- no el -- for previous
 1.263 01-Dec-2017  ginsbach PR misc/52776: Nikolai Lifanov: add definitions for EA, MVP
 1.262 01-Nov-2017  khorben BPM: beam propagation method (light)
BPM: beats per minute (music)
 1.261 01-Nov-2017  riastradh PPS: pulse per second (signal)
 1.260 18-Sep-2017  riastradh DM: direct message
 1.259 17-Sep-2017  ginsbach Add IFF and IFTTT
 1.258 15-Sep-2017  ginsbach PR misc/52542: Nikolai Lifanov: add definitions for HME, DME, DMEPOS
 1.257 22-Aug-2017  pgoyette Improve translation of TFW to use "proper english" - sorry, Urban
Dictionary.
 1.256 11-Aug-2017  ginsbach PR/52479: Nikolai Lifanov: Add definitions for CRM and CMS. Thanks!
 1.255 14-Jun-2017  dholland +IME
 1.254 10-May-2017  sevan Add PSA
Submitted in PR misc/52224 by Nikolai Lifanov
 1.253 11-Mar-2017  riastradh branches: 1.253.2;
AMA: ask me anything
 1.252 31-Jan-2017  riastradh NB: nota bene
 1.251 18-Jan-2017  riastradh DNFT: do not feed troll
 1.250 12-Dec-2016  riastradh branches: 1.250.2;
wtf tfw

Courtesy of i3enedek.
 1.249 21-Jul-2016  dholland + PTO parent-teacher organization
(also PTA)
 1.248 19-Jul-2016  kre + PTO please turn over
 1.247 19-Jul-2016  pgoyette Add a couple definitions of PTO

PR misc/51342
 1.246 15-May-2016  jnemeth branches: 1.246.2;
PR/51023 - Nikolai Lifanov -- add more acronyms
 1.245 13-Feb-2016  dholland DNF
 1.244 28-Jan-2016  pgoyette Add a couple of entries for NFC

Fixes PR/50718
 1.243 08-Jan-2016  jnemeth PR/50630 - Nikolai Lifanov -- add some acronyms
 1.242 03-Dec-2015  jnemeth PR/50492 - Nikolai Lifanov -- add MBA
 1.241 10-Oct-2015  dholland +FTR (from Nikolai Lifanov in PR 50293)
 1.240 18-Sep-2015  wiz tgif
 1.239 21-Aug-2015  pgoyette Add a (clean) definition of WTF
 1.238 20-Aug-2015  dholland +GMT (Robert Elz, PR 50157)
 1.237 18-May-2015  pooka +ODTW
 1.236 09-May-2015  dholland ICYMI
 1.235 24-Apr-2015  riastradh Per discussion with board@, remove inappropriate, hostile acronyms.

This reverts changes by rodent@ made without discussion and without
acknowledgement of objections. Board's commit guidelines include
that changes that could possibly cause anyone to object should be
discussed, and there have been multiple objections publicly and
privately throughout the week.

This also removes some other entries that have been here for some
time that do not belong. The acronyms file is not Urban Dictionary.
Nobody should expect to see any of these in use around the NetBSD
community, so there is no need to document them here. If you want
Urban Dictionary, you know where to find it.

Please run any further changes by dholland@, the games maintainer.
 1.234 24-Apr-2015  jmcneill IKR: I know, right?
 1.233 24-Apr-2015  rodent +nmu loic nypa
 1.232 24-Apr-2015  rodent +BB = baby - with this commit, we document, rather than police, yet another
acronym/abbreviation which is part of Internet culture. Those who feel
otherwise are welcome to turn this over to core@, who resolve disputes
among developers.
 1.231 22-Apr-2015  rodent +SJW :)
 1.230 21-Apr-2015  christos Split acronyms to offensive and non-offensive like fortunes.
 1.229 16-Apr-2015  rodent Adding more.
 1.228 14-Apr-2015  rodent moar because moar
 1.227 13-Apr-2015  rodent Last ones... for some time to come.
 1.226 13-Apr-2015  rodent By popular request.
 1.225 13-Apr-2015  rodent Welcome to 2015, acronyms.
 1.224 25-May-2014  dholland TFOA = things falling off aircraft
 1.223 10-Mar-2014  mbalmer branches: 1.223.2;
add UGT
 1.222 05-Mar-2014  ginsbach Add yet another TLA.
 1.221 28-Sep-2013  dholland Add some more things.
 1.220 28-Sep-2013  dholland +bamf, remf
 1.219 10-Aug-2013  dholland +tp
 1.218 05-Jun-2013  dholland PEBKAC was already in the base acronyms file; move the variant spelling
there.
 1.217 27-May-2013  dholland other value of PC
 1.216 27-May-2013  dholland DM, GM, NPC, PC
 1.215 17-May-2013  dholland FTL
 1.214 23-Jan-2013  wiz - Added:
AM (in a meaning of ``ante meridiem''),
CEO, CUL, JFGI, JFYI, N/A, S/T.

- Removed:
SNR (also in acronyms.comp),
WYSIWYG (also in acronyms.comp).

- augment / correct entries (more consistent use of ``{}'' and
``[]'', capitalization, spelling, typos, fix incorrect acronym
translations, quoting, punctuation);
- sort entries, as well as the order within ``{}'' parts;
- remove explanations within ``()'' parts where those are unneccesary
(this is an acronym list, not a dictionary) and, in one case,
correct such explanation;
- white space fixes.

From Bug Hunting.
 1.213 16-Sep-2012  dholland SAR (search and rescue)
 1.212 24-Aug-2012  dholland branches: 1.212.2;
OTP (one true pairing)
 1.211 12-Aug-2012  jakllsch YOLO - you only live once
 1.210 06-Mar-2012  mbalmer Oxford serial comma, FFS.
 1.209 19-Nov-2011  mbalmer One more.
 1.208 19-Nov-2011  mbalmer Add a few.
 1.207 28-Aug-2011  jnemeth branches: 1.207.2;
add TINLA -> this is not legal advice
 1.206 26-Mar-2011  dholland +LP, RA, RR, TA, VCR
 1.205 12-Mar-2011  tron Add AGM (annual general meeting).
 1.204 20-Feb-2011  jruoho AAMOF, ADN, AWK, AYOR, BBR, BOT, CC, CFY, CTN, CYE, DMZ, DYK, EIE, EOS, ETR,
FBOW, FCOL, FOC, FTTT, GOK, GOWI, GTSY, HOAS, IAW, IAY, IB, IDC, IDGI, IDGW,
IDI, IDTT, IQ, IRT, ISBN, IUSS, IW, IYD, JAM, JAS, JFK, JGI, JJA, JW, LMC,
LMK, MMB, MO, NM, NOM, NTN, NW, OAO, PDS, PM, PMFI, PMFJI, PR, RMS, RSI,
SERP, STW, SYS, TCO, TJM, TOC, TOH, TTT, VIP.
 1.203 14-Feb-2011  jruoho AISE, AYF, BAK, BOC, BTFT, CPC, DIAFYO, EDS, FITB, FYEO, GLWT, IAE, ICUR,
IDTS, IMBO, INPO, IUD, KMA, KWIM, MAD, NFA, NIMBY, NUNP, ONNA, ONNTA,
OOSOOM, PFI, PPP, ROI, SAR, SITD, TCB, TIC, TINWIS, TM, TMK, TTM, TWAIN,
WAFWOT, WDYMBT, WELC, WWJD, YAOTM, YWSYLS.
 1.202 12-Feb-2011  dholland Move GPS, OTS, and the "trademark" definition of TM from acronyms.comp
to acronyms. (OTS is maybe debatable, but COTS is in acronyms and the
two should clearly be together.)
 1.201 10-Feb-2011  jruoho FSCK.
 1.200 17-Jan-2011  jnemeth branches: 1.200.2;
add TIL today I learned
 1.199 13-Jan-2011  jruoho IKWYM.
 1.198 04-Jan-2011  dholland fsck should be in acronyms.comp, not the regular acronyms file.
 1.197 04-Jan-2011  dholland If we're going to have non-acronyms like "1337" and "noob" in here,
at least define them properly. In particular, don't define "noob" as "noob".
 1.196 02-Dec-2010  dholland +FPS, GG, GGWP, OOC, TMJ, fix expansion of SFAICT.
 1.195 01-Dec-2010  jruoho OWITE -> OWTTE, as in the original patch.
 1.194 30-Nov-2010  jruoho Add numerous entries from Roland Kammerer.

Couple of good ones, FTFY, AMOL, AINEC, GLHF, IAWTC, OOI, OWTTE, ...
 1.193 28-Nov-2010  is Add BCP.
 1.192 25-Oct-2010  jruoho AEAP, ATEOTD, CU, DND, EOM, FNO, GBTW, GFU, GJ,
GL, HF, IYKWIM, JFTR, KOS, PPL, TTYS, WTG, YGM.
 1.191 24-Oct-2010  dholland +CG (center of gravity)
 1.190 21-Sep-2010  soda O2W is "off to work", from mrg@ and spz@.
 1.189 23-Apr-2010  dholland + B/W for bandwidth, ATM and PIN, TBA
 1.188 04-Apr-2010  jruoho FTBFS, POV, TOCTOU, and YAGNI.
 1.187 30-Mar-2010  lukem qft: quoted for truth
 1.186 07-Jul-2009  tonnerre Add DOA which is widely used but not in here for some reason.
 1.185 16-Feb-2009  sketch + watch me not care.
 1.184 21-Nov-2008  sketch branches: 1.184.2;
what could possibly go wrong
 1.183 24-Aug-2008  dholland Some additions from Jeremy Olexa in PR misc/39282.
 1.182 05-Mar-2008  plunky branches: 1.182.2; 1.182.6;
pointy haired boss
 1.181 02-Mar-2008  dholland CFV (call for votes), RFD (request for discussion)
 1.180 02-Mar-2008  plunky NVM never mind
 1.179 31-Jan-2008  tnn branches: 1.179.2;
wtf: I don't know what idk means!
^^^^^^^^^^^^
 1.178 12-Jan-2008  wiz Add NIFOC, from Philippe Audéoud in PR 37291.
 1.177 09-Jan-2008  wiz Add RFE (request for enhancements).
 1.176 02-Jan-2008  sketch Seasonal addition, HNY: Happy New Year!
 1.175 23-Dec-2007  wiz + DRY: don't repeat yourself
 1.174 20-Nov-2007  sborrill Add IYSWIM
 1.173 24-Oct-2007  pooka add RSVP. from Jim Wyllie on tech-userlevel and Denis Lagno
in PR misc/37194
 1.172 17-Oct-2007  billc Populated a few popular ones.
 1.171 13-Oct-2007  christos another one, from tiocsti via elad.
 1.170 12-Oct-2007  pooka add HFIW and HSIW

(these acronyms contributed by Jared D. McNeill and his contributors)
 1.169 25-Aug-2007  jnemeth branches: 1.169.2;
add HHOS -- ha ha, only serious
 1.168 25-Jun-2007  jschauma add FTHOI (for the {heck,hell} of it)
 1.167 31-May-2007  mrg add "when" to the list in WTF/WTH
 1.166 17-Apr-2007  mrg add JFW
 1.165 17-Apr-2007  mrg add the more common definition of FOAD
 1.164 31-Jan-2007  elad <cyber> lgtm
 1.163 30-Jan-2007  wiz Add SWFG.
 1.162 12-Nov-2006  bjh21 Add GWS.
 1.161 23-Sep-2006  sketch + TLC
 1.160 27-Aug-2006  elad TLDR
 1.159 18-Jul-2006  jnemeth PR/34028 -- add TBH to be honest
 1.158 23-Jun-2006  christos add SSTO
 1.157 21-Jun-2006  lukem add FTL, FTW. warcrack ftw!
 1.156 15-May-2006  christos a new one for me.
 1.155 16-Mar-2006  yamt ETA estimated time of arrival
 1.154 27-Feb-2006  pooka while WFH add WFH
 1.153 25-Feb-2006  wiz Add PDQ: pretty darn quick.
 1.152 28-Jan-2006  jschauma TMTOWTDI there's more than one way to do it
 1.151 14-Jan-2006  rpaulo TLB is already in acronyms.comp.
 1.150 01-Jan-2006  elad This commit log is rated PG-13.

Remove MDMA.

Apparently, "LJBF" is a very commonly used slang acronym; but not the
street name for ecstasy. If you frequest #teenchat, that is.

For some time I learned that people often automatically go to wtf(6)
when stumbling upon a new acronym, and that was also indicated by
the additions to the acronyms file in the CVS log. The very initial
commit does not provide any guidelines for this file, and I honestly
think that we should step outside the computer chat bubble and try
to fill up this file with terms used *online* elsewhere.
 1.149 31-Dec-2005  elad Add MDMA.
 1.148 20-Sep-2005  jschauma add nsfw - not suitable for work
 1.147 14-Jun-2005  peter Add FOS to the acronyms list, from PR/21549.
 1.146 10-Mar-2005  soda add JSYK, heard from cgd
 1.145 18-Feb-2005  jsm Add STFW.
 1.144 24-Jan-2005  sketch + AYT (are you there), inspired by telnet and sometimes used for online chats.
 1.143 04-Dec-2004  hubertf LBNL - last but not least, by kocio@IRC
 1.142 02-Sep-2004  jmmv + POLS.
 1.141 29-Jun-2004  snj Add TNF.
 1.140 01-Apr-2004  jschauma add COTS
 1.139 26-Mar-2004  keihan Sort acronyms and fix some entries in acronyms.comp that didn't
the follow the standard.
 1.138 12-Mar-2004  snj +TPTB.
 1.137 04-Mar-2004  wiz +JHD (just hit delete'')
 1.136 17-Feb-2004  jschauma ``AFAIC'' should be in here, AFAIC.
 1.135 14-Jan-2004  keihan +RIP in acronyms.
+LIR and PAM in acronyms.comp.
 1.134 14-Jan-2004  simonb Add "FIGJAM". From Ben Elliston.
 1.133 13-Jan-2004  jmmv + B/S, BBIAB, BOATILAS, BS, NMF, NMP, RTFD, SNMP, THNX, THX, TY, YALIMO.

From PR misc/21527 by Douwe Kiela.
 1.132 04-Jan-2004  jsm Add two acronyms suggested by Pavel Machek <pavel@ucw.cz>.
 1.131 02-Jan-2004  jmmv + B/W
 1.130 19-Dec-2003  tsarna Add IWBNI, "It would be nice if..."
 1.129 22-Nov-2003  jschauma Move MMU and OTP to acronyms.comp.
 1.128 22-Nov-2003  jschauma Add OTP.
 1.127 10-Oct-2003  jmmv + TRT
 1.126 29-Sep-2003  jmmv +AFU
 1.125 18-Sep-2003  keihan Sort entries.
 1.124 31-Aug-2003  wiz Add ASAIC (as soon as I can).
 1.123 30-Aug-2003  jmmv Add NOYB, NOYFB. From Soren Jacobsen.
 1.122 21-Aug-2003  jschauma Add MIA
 1.121 08-Aug-2003  keihan Add 'stfa'.
 1.120 29-Jul-2003  wiz Add STFU (shut the fuck up).
 1.119 10-Jun-2003  wiz Add (t)tbomk -- (to) the best of my knowledge.
 1.118 26-May-2003  jmmv +IIUC
 1.117 30-Apr-2003  jmmv Add 'RTFC', as requested in PR misc/21400 by dive at endersgame.net.
 1.116 06-Apr-2003  salo Forgot G/C in the previous.
 1.115 06-Apr-2003  salo Add ATM, B/C, D/L, DIY, EOD, FCFS, GAC, GAL, GTG, HICA, IAC, IC, ICCL, J/K,
N/M, OMG, OT, PEBKAC, SNR, TBC, TINC, U/L, W/, W/O, WB, WFM, WIP and YW.
 1.114 06-Apr-2003  jschauma add 'yhbt' and 'yhl'.
 1.113 05-Feb-2003  mason IMAO == 'In my arrogant opinion.'
 1.112 27-Sep-2002  junyoung EOL: end of life.
 1.111 05-Sep-2002  jwise Add COB, EOB.
 1.110 04-Sep-2002  gendalia GIGO: garbage in, garbage out
SOP: standard operating procedure
TWIAVBP: the world is a very big place
 1.109 02-Sep-2002  wiz Add SIMCA (sitting in my chair amused).
 1.108 30-Jun-2002  gendalia ISAGN added, "I see a great need"
 1.107 15-Jun-2002  wiz Sort.
 1.106 14-Jun-2002  hubertf OTT
 1.105 06-Jun-2002  tron Add TOEFL.
 1.104 21-May-2002  lukem add AFAIU and AIU. from <dive@endersgame.net> in [misc/15905]
 1.103 13-Feb-2002  wiz Add two from Dawid Szyma�ski in private mail.
 1.102 19-Jan-2002  wiz Add FM (per 15281), ROFL and ROFLMAO.
 1.101 14-Dec-2001  wiz Add BOGAHICA, fix DKDC, and lowercase letter in another one. 2/3 from 14928.
 1.100 04-Dec-2001  simonb Add SWMBO.
 1.99 03-Dec-2001  lukem add MMU, TLB. sort
 1.98 01-Dec-2001  kleink SSIA
 1.97 30-Nov-2001  lukem ptv
 1.96 26-Nov-2001  hubertf WTF use is a acronyms DB that has only the most commone cases... add a few
less common ones.

Submitted by Sean Davis <dive@endersgame.net> in PR 14725
 1.95 19-Nov-2001  lukem pfo
 1.94 07-Nov-2001  hubertf IYSS (if you say so)
Submitted in PR 14491 by Sean Davis <dive@endersgame.net>
 1.93 28-Oct-2001  cgd add WRT (with respect to)
 1.92 28-Oct-2001  cgd fix BTTH (_boot_ to the head)
 1.91 25-Oct-2001  christos add pos
 1.90 29-Aug-2001  jsm Add AIUI, suggested by Adam Olsen <adamolsen@technologist.com>.
 1.89 11-Aug-2001  wennmach Add WOMBAT
 1.88 03-Aug-2001  cjones Added TBD.
 1.87 15-Jun-2001  christos add another one I was taught on icb yesterday.
 1.86 28-May-2001  wiz add TMA
 1.85 01-May-2001  martin Add SOB.
 1.84 30-Apr-2001  mycroft Add WAG and EWAG.
 1.83 30-Mar-2001  christos add fiir [from mycroft]
 1.82 13-Mar-2001  mason There ain't no such thing as a free lunch.
 1.81 07-Mar-2001  lukem add BIALW. sort AYBABTU
 1.80 01-Mar-2001  lukem rlc
 1.79 01-Mar-2001  lukem AYBABTU
 1.78 20-Feb-2001  jwise AWOL is `absent without official leave'
^^^^^^^^
 1.77 12-Feb-2001  sommerfeld WIBNI
 1.76 11-Feb-2001  lukem awol
 1.75 31-Dec-2000  ad +LJBF
 1.74 29-Dec-2000  mellon Add pfy (Lance Berc)
 1.73 18-Dec-2000  wiz add FSVO (for some value of)
 1.72 08-Dec-2000  briggs Add
bofh - bastard operator from hell
and lart - luser attitude readjustment tool (ie, hammer)
from Paul Goyette.
 1.71 01-Dec-2000  wiz add NFW
 1.70 18-Nov-2000  wiz add SUS
 1.69 10-Oct-2000  ad One more; also provide some alternative meanings to existing entries.
 1.68 10-Sep-2000  wiz add IHAFC and IHNFC
 1.67 12-Aug-2000  wiz add FOAD
 1.66 10-Aug-2000  hubertf Back out last entry (MCC).

It seems this file is intended for "things used often in personal
eletronic communication". (Where is my canonical list of smilies?)
 1.65 10-Aug-2000  hubertf MCC Memory Credential Cache
 1.64 14-Jul-2000  ad Add POC, RP.
 1.63 30-Jun-2000  wiz add RFC
 1.62 19-Jun-2000  kleink branches: 1.62.2;
+ FAQ
 1.61 19-Jun-2000  kleink + KITA
 1.60 14-May-2000  wiz branches: 1.60.2;
PNG
 1.59 20-Feb-2000  lukem add woftam
 1.58 14-Feb-2000  kleink Oops, typo.
CVS----------------------------------------------------------------------
 1.57 14-Feb-2000  kleink SCNR, QED.
 1.56 14-Feb-2000  deberg add FIIK
 1.55 10-Feb-2000  soren Add ITYM.
 1.54 09-Feb-2000  enami Add `be back tomorrow'.
 1.53 24-Jan-2000  thorpej Add OTL.
 1.52 17-Dec-1999  pooka add CYA, HAND, TTYL
 1.51 17-Nov-1999  sommerfeld Add NRFPT
 1.50 16-Nov-1999  tron Add "AKA".
 1.49 12-Nov-1999  christos add POLA
 1.48 05-Nov-1999  lukem add knf
 1.47 31-Oct-1999  ad Add JK, fix capitalization.
 1.46 31-Oct-1999  christos add no problem
 1.45 31-Oct-1999  christos add 'no big deal'
 1.44 25-Oct-1999  drochner btdt
 1.43 23-Oct-1999  christos webster police
 1.42 05-Oct-1999  ross RSN real soon now
 1.41 01-Oct-1999  simonb A few more...
 1.40 16-Sep-1999  kleink branches: 1.40.2;
KISS
 1.39 11-Sep-1999  ross ISTM
 1.38 13-Aug-1999  ad FUD
 1.37 13-Aug-1999  ad CMIIW, MYOB.
 1.36 06-Aug-1999  mrg +FUBAR +NFI +SNAFU
 1.35 06-Aug-1999  tsarna +IANAL, remove dupe IOW, sort
 1.34 04-Aug-1999  simonb IIANM, IIANM was missing...
 1.33 02-Aug-1999  augustss Add another bunch of acronyms (thanks to my wife Jessica).
 1.32 02-Aug-1999  cjs Add IOW.
 1.31 31-Jul-1999  thorpej Add FSDO.
 1.30 28-Jul-1999  augustss Add Away From Keyboard
 1.29 27-Jul-1999  mycroft ASAP, TYVM
 1.28 24-Jul-1999  lukem how could we forget TLA?
 1.27 23-Jul-1999  jtk SMLSFB
 1.26 23-Jul-1999  hubertf add NFC
 1.25 23-Jul-1999  mrg +AFAICR +AFAIR +BTTH +SEP +SFA +SMI
 1.24 22-Jul-1999  hubertf add g, eg, veg
 1.23 21-Jul-1999  lukem IIRC, "IIRC" == "if i recall correctly". :)
 1.22 18-Jul-1999  mrg +IMO +IMNSHO +PITA
 1.21 16-Jul-1999  christos thanks a lot :-)
 1.20 16-Jul-1999  fvdl Acronymfomania. Add YMMV.
 1.19 16-Jul-1999  christos times can be shorter...
 1.18 16-Jul-1999  christos opinions...
 1.17 16-Jul-1999  mycroft +TTFN
 1.16 16-Jul-1999  christos mit appropriate.
 1.15 16-Jul-1999  mycroft +OTOH, expand WTF/WTH
 1.14 16-Jul-1999  christos lol
 1.13 16-Jul-1999  christos made me laugh...
 1.12 16-Jul-1999  mycroft +RTFS
(Okay, enough silliness for one night.)
 1.11 16-Jul-1999  mycroft +RTF*
 1.10 16-Jul-1999  mycroft +YKWIM
 1.9 16-Jul-1999  christos and another
 1.8 16-Jul-1999  mycroft +OIC
 1.7 16-Jul-1999  christos sort properly
 1.6 16-Jul-1999  christos and another
 1.5 16-Jul-1999  christos one more
 1.4 16-Jul-1999  mycroft Minor editing, and add a RCS ID before someone whinges about it.
 1.3 16-Jul-1999  christos add a few more
 1.2 16-Jul-1999  mycroft A few more.
 1.1 16-Jul-1999  mycroft A small list of acronyms often used in electronic communication.
I'm not really sure what direction this list should grow in, but I suppose
someone else will figure that out. B-)
 1.40.2.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.60.2.1 22-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.62.2.2 25-Jan-2001  jhawk Pull up revisions 1.64-1.73 (requested by mellon):
Various acryonym updates.
 1.62.2.1 03-Jul-2000  thorpej Pull up rev. 1.63:
add RFC
 1.169.2.3 23-Mar-2008  matt sync with HEAD
 1.169.2.2 09-Jan-2008  matt sync with HEAD
 1.169.2.1 06-Nov-2007  matt sync with HEAD
 1.179.2.1 24-Mar-2008  keiichi sync with head.
 1.182.6.1 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.182.2.2 05-Oct-2008  mjf Sync with HEAD.
 1.182.2.1 05-Mar-2008  mjf file acronyms was added on branch mjf-devfs2 on 2008-10-05 20:11:24 +0000
 1.184.2.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.200.2.2 05-Mar-2011  bouyer Sync with HEAD
 1.200.2.1 17-Feb-2011  bouyer Sync with HEAD
 1.207.2.3 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.207.2.2 30-Oct-2012  yamt sync with head
 1.207.2.1 17-Apr-2012  yamt sync with head
 1.212.2.4 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.212.2.3 23-Jun-2013  tls resync from head
 1.212.2.2 25-Feb-2013  tls resync with head
 1.212.2.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.223.2.1 10-Aug-2014  tls Rebase.
 1.246.2.3 20-Mar-2017  pgoyette Sync with HEAD
 1.246.2.2 07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.246.2.1 26-Jul-2016  pgoyette Sync with HEAD
 1.250.2.1 21-Apr-2017  bouyer Sync with HEAD
 1.253.2.1 11-May-2017  pgoyette Sync with HEAD
 1.265.2.4 26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts
 1.265.2.3 30-Sep-2018  pgoyette Ssync with HEAD
 1.265.2.2 25-Jun-2018  pgoyette Sync with HEAD
 1.265.2.1 21-May-2018  pgoyette Sync with HEAD
 1.274.2.2 13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.274.2.1 10-Jun-2019  christos Sync with HEAD
 1.287.2.3 21-Jun-2020  martin Pull up following revision(s) (requested by sevan in ticket #967):

share/misc/acronyms: revision 1.302
share/misc/acronyms: revision 1.303
share/misc/acronyms: revision 1.304
share/misc/bsd-family-tree: revision 1.82
share/misc/acronyms-o.real: revision 1.7
share/misc/acronyms-o.real: revision 1.8
share/misc/acronyms.comp: revision 1.302
share/misc/acronyms.comp: revision 1.303
share/misc/acronyms.comp: revision 1.304
share/misc/acronyms.comp: revision 1.305
share/misc/acronyms.comp: revision 1.306
share/misc/acronyms.comp: revision 1.307
share/misc/acronyms: revision 1.300
share/misc/acronyms: revision 1.301

LSO large send offload
Add OWASP
BMP, DGEMM, DIB, GEMM, WMF
Add FHRP, GLBP, HSRP
IME, SCIM
QOI
ACAB
FTP
ACAB (worksafe variant)
FQA GCHQ
URM
BAU
Sync with r359561
 1.287.2.2 28-Apr-2020  martin Pull up following revision(s) (requested by sevan):

share/misc/acronyms.comp: revision 1.295
share/misc/acronyms.comp: revision 1.296
share/misc/acronyms.comp: revision 1.297
share/misc/acronyms.comp: revision 1.298
share/misc/acronyms.comp: revision 1.299
share/misc/acronyms: revision 1.292
share/misc/acronyms: revision 1.293
share/misc/acronyms: revision 1.294
share/misc/acronyms: revision 1.295
share/misc/acronyms: revision 1.296
share/misc/acronyms: revision 1.297
share/misc/acronyms: revision 1.298
share/misc/acronyms: revision 1.299
share/misc/acronyms.comp: revision 1.300
share/misc/acronyms.comp: revision 1.301
share/misc/inter.phone: revision 1.33

Add WP
From Rocky Hotas, thanks!

CCC, CPA, MDMA, SEO, WLW

SEO - already in comp

move some more to comp

Typo - heads up by Thorsten Glaser

LAG, MLAG, the G is for group, adjust MCLAG

Add RIF (reduction in force).

SSTP

Add TLDW
From Rocky Hotas, thanks!

Add HPD
From Rocky Hotas, thanks!

New Greek National Numbering Plan, according to the EETT decision published
in the Greek Government Gazette 127 B/8.2.2001

Add RFI, RFP

EPT extended page tables

SCSI OSD

PCBC
 1.287.2.1 24-Dec-2019  martin Pull up following revision(s) (requested by sevan in ticket #579):

share/misc/acronyms: revision 1.290
share/misc/acronyms: revision 1.291
share/misc/acronyms.comp: revision 1.284
share/misc/acronyms.comp: revision 1.285
share/misc/acronyms.comp: revision 1.286
share/misc/acronyms.comp: revision 1.287
share/misc/acronyms.comp: revision 1.288
share/misc/acronyms.comp: revision 1.289
share/misc/acronyms: revision 1.288
share/misc/acronyms: revision 1.289
share/misc/acronyms.comp: revision 1.290
share/misc/acronyms.comp: revision 1.291
share/misc/acronyms.comp: revision 1.292
share/misc/acronyms.comp: revision 1.293
share/misc/acronyms.comp: revision 1.294

RDP RFB VNC
ATF NURBS
SICP
GECOS
http://bitsavers.trailing-edge.com/pdf/ge/GE-6xx/CPB-1002A_GE-625_635_GECOS_Jan65.pdf
PPT
INODE STM
GFCI, RCD
CSU UTS
SDR
DAAP DLNA
AWDL, BLE, another NAN
CIA ISMS
Add UPC - universal product code
AVB
 1.315.2.1 02-Aug-2025  perseant Sync with HEAD
 1.1 21-Apr-2015  christos Split acronyms to offensive and non-offensive like fortunes.
 1.11 12-Jan-2025  macallan add FIYFS
thanks jmcneill@
 1.10 05-Sep-2021  alnsn branches: 1.10.4;
Move SOB to offensive acronyms.
 1.9 09-Aug-2020  nia TIFU
 1.8 06-Jun-2020  nia FTP
 1.7 04-Jun-2020  nia ACAB
 1.6 18-Nov-2017  pgoyette branches: 1.6.6;
Add "HFIC" and "HSIC" - as seen on IRC recently.
 1.5 27-Sep-2017  maya Add an offensive acronym, 'ayfkm'
 1.4 29-May-2017  pgoyette Add TU/Tango-Uniform --> "tits up"
 1.3 25-Jan-2017  pgoyette Add "SOS"
 1.2 24-Apr-2015  riastradh branches: 1.2.2; 1.2.4;
Per discussion with board@, remove inappropriate, hostile acronyms.

This reverts changes by rodent@ made without discussion and without
acknowledgement of objections. Board's commit guidelines include
that changes that could possibly cause anyone to object should be
discussed, and there have been multiple objections publicly and
privately throughout the week.

This also removes some other entries that have been here for some
time that do not belong. The acronyms file is not Urban Dictionary.
Nobody should expect to see any of these in use around the NetBSD
community, so there is no need to document them here. If you want
Urban Dictionary, you know where to find it.

Please run any further changes by dholland@, the games maintainer.
 1.1 21-Apr-2015  christos Split acronyms to offensive and non-offensive like fortunes.
 1.2.4.1 21-Apr-2017  bouyer Sync with HEAD
 1.2.2.1 20-Mar-2017  pgoyette Sync with HEAD
 1.6.6.1 21-Jun-2020  martin Pull up following revision(s) (requested by sevan in ticket #967):

share/misc/acronyms: revision 1.302
share/misc/acronyms: revision 1.303
share/misc/acronyms: revision 1.304
share/misc/bsd-family-tree: revision 1.82
share/misc/acronyms-o.real: revision 1.7
share/misc/acronyms-o.real: revision 1.8
share/misc/acronyms.comp: revision 1.302
share/misc/acronyms.comp: revision 1.303
share/misc/acronyms.comp: revision 1.304
share/misc/acronyms.comp: revision 1.305
share/misc/acronyms.comp: revision 1.306
share/misc/acronyms.comp: revision 1.307
share/misc/acronyms: revision 1.300
share/misc/acronyms: revision 1.301

LSO large send offload
Add OWASP
BMP, DGEMM, DIB, GEMM, WMF
Add FHRP, GLBP, HSRP
IME, SCIM
QOI
ACAB
FTP
ACAB (worksafe variant)
FQA GCHQ
URM
BAU
Sync with r359561
 1.10.4.1 02-Aug-2025  perseant Sync with HEAD
 1.414 14-Oct-2025  jschauma add rfc6975 terms DAU, DHU, N3U

DAU DNSSEC Algorithm Understood
DHU DS Hash Understood
N3U NSEC3 Hash Understood
 1.413 01-Sep-2025  jschauma +L4S Low Latency, Low Loss, and Scalable Throughput (RFC9330)
 1.412 23-Jul-2025  jschauma +FBL feedback loop (email context)
 1.411 11-Jul-2025  andvar Fix various typos, mainly in comments and log/error messages.
 1.410 25-Jun-2025  jschauma +PCR Platform Configuration Register
 1.409 12-Jun-2025  jschauma EKU extended key usage (x509)
 1.408 10-Jun-2025  jschauma +EMS extended master secret (RFC7627)
 1.407 06-May-2025  jschauma +SRS Sender Rewriting Scheme
 1.406 11-Apr-2025  jschauma +RPZ response policy zone (DNS)
 1.405 26-Mar-2025  jschauma +FHE fully homomorphic encryption
 1.404 17-Mar-2025  jschauma +CFRG Crypto Forum Research Group (IRTF)
 1.403 11-Mar-2025  jschauma +HQC Hamming Quasi-Cyclic

(HQC was selected by NIST as the second PQC KEM.)
 1.402 09-Mar-2025  jschauma add a few DNSSEC acronyms

+DS delegation signer
+KSK key signing key
+RR resource record
+RRSIG resource record signature
+ZSK zone signing key
 1.401 26-Feb-2025  jschauma +GUA global unicast address
+ULA unique local address
 1.400 21-Feb-2025  jschauma +MZM Majorana zero mode
+QPU quantum processing unit
 1.399 10-Feb-2025  jschauma +GDT (block) group descriptor table (e.g., ext file systems)
 1.398 29-Jan-2025  jschauma +PBKDF password-based key derivation function
 1.397 24-Jan-2025  jschauma SCT Signed Certificate Timestamp (x509)
 1.396 05-Jan-2025  plunky TLV type, length, value
 1.395 12-Nov-2024  jschauma add a few cryptography related acronyms:

EDDSA Edwards-curve digital signature algorithm
HBS hash-based signature
LMS Leighton-Micali Signature
XMSS eXtended Merkle Signature Scheme
XOF eXtendable-Output Function
 1.394 27-Sep-2024  jschauma +WDM Wavelength Division Multiplexing
 1.393 25-Sep-2024  jschauma +KDF key derivation function
+NIKE Non-Interactive Key Exchange
 1.392 30-Aug-2024  jschauma +SBOM Software Bill of Materials
 1.391 15-Aug-2024  jschauma +VHD virtual hard disk
 1.390 19-May-2024  gutteridge branches: 1.390.2;
acronyms.comp: add SBI
 1.389 10-Apr-2024  jschauma +FYSA for your situational awareness
+NIPR non-classified IP router (network)
+RIPR releasable IP router (network)
+SIPR secret IP router (network)

(all US military speak)
 1.388 29-Jan-2024  jschauma +HPKE, PKE (hybrid) public key encryption (see also: RFC9180)
 1.387 23-Jan-2024  jschauma +HNDL harvest now, decrypt later
 1.386 18-Jan-2024  jschauma +IKM input keying material
 1.385 02-Jan-2024  jschauma +EPSS Exploit Prediction Scoring System
+PED PIN Entry Device
 1.384 19-Dec-2023  jschauma +NVD national vulnerability database
 1.383 07-Dec-2023  jschauma +STEK session ticket encryption key
 1.382 05-Dec-2023  jschauma add some virtual networking terms

+FRR Free Range Routing
+VNI virtual network identifier
+VTEP VXLAN tunnel endpoint
+VXLAN virtual extensible LAN
 1.381 24-Nov-2023  alnsn Add two BTB entries.
 1.380 20-Nov-2023  jschauma sort
 1.379 20-Nov-2023  jschauma +ML-KEM module-lattice based key-encapsulation mechanism

(I previously added "KEM", but now that Kyber is ML-KEM it comes up frequently
enough that 'wtf ml; 'wtf kem' doesn't help folks find the answer.)
 1.378 15-Nov-2023  jschauma +NTA negative trust anchor
(DNSSEC, RFC7646)
 1.377 27-Oct-2023  jschauma +ROA route origin authorization
 1.376 26-Oct-2023  jschauma +DFZ default-free zone
 1.375 11-Oct-2023  jschauma well, kinda have to add CSRF now, don't we?

+CSRF cross-site request forgery
 1.374 11-Oct-2023  jschauma +SSRF server-side request forgery
 1.373 10-Oct-2023  jschauma +KEK key encryption key

(funny, we already had DEK, those usually come in pairs)
 1.372 04-Oct-2023  jschauma +DOH DNS over HTTPS
+DOQ DNS over QUIC
+DOT DNS over TLS
+DRN Discovery of Network-designated Resolvers
+QUIC Quick UDP Internet Connections
 1.371 02-Oct-2023  riastradh acronyms.comp: SFP -- Small Form-factor Pluggable
 1.370 30-Sep-2023  riastradh acronyms.comp: Add various CPU- and barrier-related acronyms.

CET, DMB, DSB, HLE, IBT, ISB, MDS, SSB, SSBB, SSBD, TAA, TSX

PR misc/57636
 1.369 29-Sep-2023  jschauma +VDP vulnerability disclosure policy
 1.368 21-Sep-2023  jschauma +CVSS Common Vulnerability Scoring System
 1.367 20-Sep-2023  jschauma +EPP extensible provisioning protocol (RFC5730)
 1.366 18-Sep-2023  jschauma +CERT computer emergency response team
+[C]SIRT (computer) security incident response team
+SOC security operations center
 1.365 16-Sep-2023  gutteridge acronyms.comp: add CAN & ODBC
 1.364 13-Sep-2023  jschauma +CRQC Cryptanalytically Relevant Quantum Computer
 1.363 11-Sep-2023  jschauma +RAT remoate access trojan
 1.362 06-Sep-2023  jschauma +DAE deterministic authenticated encryption
 1.361 28-Aug-2023  jschauma +IAB - Internet Architecture Board
 1.360 04-Aug-2023  jschauma +RAT register allocation table
 1.359 04-Aug-2023  gutteridge acronyms.comp: add ONCE
 1.358 03-Aug-2023  gutteridge acronyms.comp: add MLO, MMC, SPL

It takes a lot of acronyms to boot a kernel!
 1.357 06-Jul-2023  jschauma +CAC - cryptographic access control
 1.356 15-Jun-2023  jschauma +CNA (CVE Numbering Authority)
 1.355 12-Jun-2023  alnsn Add DPDK.
 1.354 11-Jun-2023  dholland +DPAA
 1.353 26-May-2023  jschauma +CRDT conflict-free replicated data type
+UDS Unix Domain Socket
 1.352 15-May-2023  andvar +LRO Large Receive Offload, +RSC Receive Segment Coalescing (win counterpart)
PR 57408
 1.351 04-Apr-2023  jschauma +RBL, DNSBL

reputation block list
real-time blackhole list
DNS block list
 1.350 01-Apr-2023  jschauma +PIR (private information retrieval)
 1.349 23-Mar-2023  jschauma +ALPN (application-layer protocol negotiation; a TLS extension)
 1.348 15-Mar-2023  jschauma +BQP bounded-error quantum polynomial time
+KEM key encapsulation mechanism
+PQC post-quantum cryptography
 1.347 14-Mar-2023  fcambus Add SPIR (standard portable intermediate representation).
 1.346 07-Mar-2023  thorpej Add:
HCC - Home Cable Computer
HCCA - Home Cable Computer Adaptor (yes, that is the original spelling)
 1.345 03-Mar-2023  jschauma add CMC (Certificate Management over CMS, RFC5272)
add CMS (Cryptographic Message Syntax, RFC5652)
 1.344 01-Mar-2023  fcambus Add RTTI (run-time type information).
 1.343 01-Mar-2023  fcambus Add TU (translation unit).
 1.342 01-Mar-2023  fcambus Add RAII (resource acquisition is initialization).
 1.341 01-Mar-2023  fcambus Add IR (intermediate representation) and MLIR (multi-level IR).
 1.340 01-Mar-2023  thorpej Add NHACP (NABU HCCA Application Communication Protocol)
 1.339 28-Feb-2023  fcambus Add DWARF (Debugging With Attributed Record Formats).
 1.338 28-Feb-2023  fcambus Add PE (portable executable).

We have an entry for COFF, so it makes sense to add PE as well.
 1.337 28-Feb-2023  fcambus Add KASAN (Kernel Address Sanitizer).
 1.336 28-Feb-2023  fcambus Add GUS (Gravis UltraSound).
 1.335 28-Feb-2023  fcambus Remove duplicate entry for RCS, keep the capitalized version to match CVS.
 1.334 28-Feb-2023  fcambus Add GCC (GNU Compiler Collection).
 1.333 28-Feb-2023  fcambus Remove sanitizer mention for CFI, it's a general term.
 1.332 27-Feb-2023  fcambus Add PGO (profile guided optimization).
 1.331 26-Jan-2023  jschauma +ABE attribute-based encryption
+TEE Trusted Execution Environment
 1.330 08-Dec-2022  jschauma +AEAD, HKDF, NMR, SIV
 1.329 06-Dec-2022  jschauma +ROP - return-oriented programming
 1.328 05-Dec-2022  jschauma +CSPM - cloud security posture management
 1.327 20-Mar-2022  andvar s/circut/circuit/ and s/circiut/circuit/ in comments and acronyms file.
 1.326 10-Feb-2022  fcambus Add PLT (procedure linkage table).
 1.325 10-Nov-2021  plunky ODMR on-demand mail relay
 1.324 18-Jun-2021  riastradh EEE: embrace, extend, extinguish; or eastern equine encephalitis
 1.323 16-Apr-2021  pgoyette Add a couple definitions for RPG
 1.322 28-Mar-2021  nia DRM
 1.321 12-Feb-2021  leot Add HOTP and TOTP
 1.320 30-Jan-2021  jakllsch Add a few network interface offload feature initialisms
 1.319 21-Jan-2021  kamil Add SRTP (Secure Real-time Transport Protocol)
 1.318 21-Jan-2021  kamil Add RTP (Real-time Transport Protocol)
 1.317 21-Jan-2021  kamil Add PBX (private branch exchange)
 1.316 17-Nov-2020  maya Add "AOT" Ahead Of Time
 1.315 05-Nov-2020  dholland +SMR
 1.314 18-Oct-2020  leot Add PBR and VBR

From Rocky Hotas, thanks!
 1.313 04-Oct-2020  nia various vidya, also md = minidisc, dc = data center
 1.312 19-Sep-2020  ginsbach CDN, CRTP, FTTH
 1.311 22-Aug-2020  nia a theoretical computer, as referenced in at least one NetBSD commit msg
 1.310 09-Aug-2020  maya Add another TOFU
 1.309 28-Jul-2020  leot Add TSV
 1.308 11-Jul-2020  nia spell system correctly; from vezhlys on freenode
 1.307 11-Jun-2020  sevan QOI
 1.306 05-Jun-2020  sevan IME, SCIM
 1.305 03-Jun-2020  sevan Add FHRP, GLBP, HSRP
 1.304 18-May-2020  sevan BMP, DGEMM, DIB, GEMM, WMF
 1.303 05-May-2020  ginsbach Add OWASP
 1.302 29-Apr-2020  rtr LSO large send offload
 1.301 27-Apr-2020  plunky EPT extended page tables
 1.300 26-Mar-2020  leot Add HPD

From Rocky Hotas, thanks!
 1.299 26-Feb-2020  sevan SSTP
 1.298 08-Feb-2020  sevan LAG, MLAG, the G is for group, adjust MCLAG
 1.297 27-Jan-2020  nia move some more to comp
 1.296 14-Dec-2019  sevan PCBC
 1.295 01-Dec-2019  sevan SCSI OSD
 1.294 20-Oct-2019  sevan CIA ISMS
 1.293 06-Oct-2019  sevan AWDL, BLE, another NAN
 1.292 02-Oct-2019  sevan DAAP DLNA
 1.291 25-Sep-2019  sevan SDR
 1.290 09-Sep-2019  sevan CSU UTS
 1.289 03-Sep-2019  sevan INODE STM
 1.288 02-Sep-2019  sevan PPT
 1.287 01-Sep-2019  sevan GECOS
http://bitsavers.trailing-edge.com/pdf/ge/GE-6xx/CPB-1002A_GE-625_635_GECOS_Jan65.pdf
 1.286 30-Aug-2019  sevan SICP
 1.285 22-Aug-2019  sevan ATF NURBS
 1.284 17-Aug-2019  sevan RDP RFB VNC
 1.283 28-Jul-2019  sevan branches: 1.283.2;
SGIs from the MIPS & ARM world :)
 1.282 23-Jul-2019  sevan REPL
 1.281 20-Jul-2019  sevan CACLS DIA ICACLS
 1.280 11-Jul-2019  sevan WPAD
 1.279 05-Jul-2019  sevan SEMB SGPIO
 1.278 04-Jul-2019  sevan ADDDC AEDC IBPI LMCE POR PPR SAF-TE SDDC SSC WHEA
 1.277 03-Jul-2019  sevan HEVC IDCT VDPAU VLD
 1.276 02-Jul-2019  sevan MHU, SCPI and another SCP
 1.275 02-Jul-2019  sevan DTB, DTC, and another DTS from the world of device trees
 1.274 02-Jul-2019  sevan SBSA
 1.273 30-Jun-2019  sevan SPAN
 1.272 29-Jun-2019  sevan GARP MMRP MRP MVR MWRP PAGP PVRST SABRE SAGE SRR STRG WTD
 1.271 28-Jun-2019  sevan RADIUS SCCP TACACS XTACACS
 1.270 23-Jun-2019  alnsn Fix a typo.
 1.269 23-Jun-2019  sevan ALSA DDI DKI EDSAC EDVAC ENIAC NDIS ODI UDI
 1.268 22-Jun-2019  sevan EAV, IRDP
 1.267 21-Jun-2019  sevan BFD COA CST DS DSCP IST MAB MCLAG TDR
 1.266 17-Jun-2019  sevan CHFS
 1.265 12-Jun-2019  sevan APFS ASR CLI CLS VES XSLT
 1.264 11-Jun-2019  sevan MRO
 1.263 08-Jun-2019  pgoyette Add MAMR
 1.262 07-Jun-2019  sevan VROC
 1.261 07-Jun-2019  sevan AOC
 1.260 07-Jun-2019  sevan LS VCCP VCP
 1.259 04-Jun-2019  sevan ISE
 1.258 04-Jun-2019  sevan SED
 1.257 04-Jun-2019  sevan Add another SMP from the world of storage and SES
 1.256 04-Jun-2019  sevan CCTL ERC TLER
 1.255 02-Jun-2019  alnsn One more CPS.
 1.254 02-Jun-2019  sevan CSP
 1.253 28-May-2019  sevan UCS, UTF
 1.252 16-May-2019  sevan CE, DLCI, LMI, MGCP, PE, PVC, SVC, VPWS
 1.251 07-May-2019  sevan TMG
 1.250 06-May-2019  sevan EFS
 1.249 24-Apr-2019  sevan RFU
 1.248 22-Apr-2019  sevan ZOI
 1.247 17-Apr-2019  sevan L2CAP
 1.246 17-Apr-2019  sevan NVMM
 1.245 17-Apr-2019  sevan BCH DSF HFS ISL LIF ODE VXFS VXVM
 1.244 17-Apr-2019  sevan LZSS NC-SI NCSI ODM VPD
 1.243 10-Apr-2019  sevan Add LLD & LLDD
 1.242 05-Apr-2019  sevan WAFL
 1.241 02-Apr-2019  sevan CDL, LBNF, TBNF
 1.240 02-Apr-2019  sevan Add RBNF
 1.239 02-Apr-2019  sevan Add ABNF and EBNF
 1.238 02-Apr-2019  uwe Oops, wrong millennium :)
 1.237 01-Apr-2019  uwe JCL
 1.236 30-Mar-2019  sevan DOTADIW, ASP, AVB, BTM, IOM, IPCF, MI, SLIC, VFS
 1.235 23-Mar-2019  sevan SOM & COM from the world of ARM
 1.234 04-Mar-2019  sevan Add XNA
 1.233 04-Mar-2019  sevan Add SNA, TIL, XNS, XTI
 1.232 21-Feb-2019  sevan Sometimes negative acknowledgement also shows up as NAK
 1.231 19-Feb-2019  sevan Add CTF
sort
 1.230 19-Feb-2019  sevan Add CTF (game) and PMIC
 1.229 01-Feb-2019  sevan Add MFU
 1.228 28-Jan-2019  sevan Capitalise acrynoms.

Heads up by <leot>
 1.227 28-Jan-2019  sevan Sun, PMEG, DNLC
 1.226 23-Jan-2019  dholland Some acronyms related to SIM cards; PR 53901 from Nikolai Lifanov.
 1.225 22-Jan-2019  htodd EOIS, additional EOL, NRND added.
 1.224 14-Jan-2019  sevan Storage related acronyms
ESDI, ESI, IPI, SES, SMD, SRP
 1.223 07-Jan-2019  sevan Add Bluetooth related terms: ACL, LMP, LELL, SCO
 1.222 30-Dec-2018  sevan Add video related terms CIF, FCIF, QCIF, SIF, SQCIF
 1.221 07-Dec-2018  sevan Continuing with ZFS
 1.220 07-Dec-2018  sevan Add some ZFS related acronyms.
While here, replace spaces with a tab for ZFS entry.
 1.219 06-Dec-2018  ginsbach Add BUAG, DCIM (2x), and SDP
 1.218 05-Dec-2018  sevan Add some performance related acronyms from Brendan Gregg's USE Method: Rosetta
Stone of Performance Checklists along with alternatives from IBM documentation
(CPC)
http://www.brendangregg.com/USEmethod/use-rosetta.html
 1.217 19-Nov-2018  sevan "What You See Is All You Get" - Brian Kernighan
 1.216 25-Sep-2018  sevan Add PCB used in a networking context.
Wondered by alnsn at EuroBSDcon 2018.
 1.215 19-Sep-2018  ginsbach Add AMDD, ASF, MSC, RMCP, SAML, STOMP, and YAML
Hyphenate TDD description (grammar)
 1.214 13-Aug-2018  alnsn It's Flattened Device Tree.

Thanks @sevan for the heads up.
 1.213 13-Aug-2018  alnsn Add FDT (flat device tree).
 1.212 04-Jul-2018  maya Add EBDA.
 1.211 27-Jun-2018  sevan branches: 1.211.2;
Add LISPs (programming language & network protocol), Vim
 1.210 26-Jun-2018  sevan Add another ARC, DCL, Emacs
 1.209 26-Jun-2018  kamil Document sanitizers in acronyms.comp

Added: ASan, CFI, DFSan, ESan, HWASan, LSan, MSan, TSan, UBSan.
 1.208 25-Jun-2018  sevan Add HVDS, LVDS, RDRAM
 1.207 24-Jun-2018  sevan typo
 1.206 24-Jun-2018  sevan Add GDI, NeWS, PRAM, PS, RIP, WDM, WDDM
 1.205 23-Jun-2018  sevan Add MDC, MDI, MDI-X, MDIO
 1.204 23-Jun-2018  sevan The s in AST is system.
Add RC and common use of IPL, previous entry was from the world of s/360
 1.203 21-Jun-2018  maya Amend MIPS, there are multiple stages in a pipeline.
 1.202 21-Jun-2018  sevan Add AFP, AMD, ASA, BSDP, DEC, IPL, MDMX, MIPS, PIX, PRU (found on the BeagleBone
Black), XHR.
 1.201 20-Jun-2018  sevan An acronym entry needs to be all uppercase.

Thanks to Thorsten Glaser
 1.200 15-Jun-2018  sevan Add POWER/PowerPC/PPC.
Leaving the original PPC entry as it's a valid case.
 1.199 29-May-2018  ginsbach Add ABRT, AER, BERT, CMC, COS, CPE, CPER, CRUD, EDAC, EINJ, ERST, ESB,
GHES, GIC, HATEOAS, HECI, HEST, IPMB, IPMI, ITP, JSON, KCS, MD-SAL,
MQTT, (another) MSR, OAM, PCE, (another) SAL, SAX, SDEI, SEA, SLAAC,
SMB, SNIA, SVI, TSDB, (another) VID, WAMP, YANG
 1.198 29-May-2018  ginsbach Fix spelling/typos
 1.197 13-May-2018  sevan Add another APM, advanced power management.
 1.196 13-May-2018  maya Add APM, APM, APU and ZFS

From Nikolai Lifanov in PR misc/53147
 1.195 11-May-2018  sevan Add IFS - internal field separator.
 1.194 11-May-2018  sevan Move HTTP Keyserver Protocol entry to the correct file.
 1.193 01-Mar-2018  ginsbach branches: 1.193.2;
Add SMEP and additional CSDL and LTO acronyms
 1.192 19-Feb-2018  ginsbach Add ANR and another ARC acronyms
 1.191 12-Feb-2018  ginsbach Add CSDL
 1.190 30-Jan-2018  ginsbach Add more "* as a service" and "software defined *" acronyms
 1.189 21-Jan-2018  alnsn Add KASLR.
 1.188 10-Jan-2018  pgoyette Add SVS - Separate Virtual Space
 1.187 22-Dec-2017  ginsbach Add board support package - BSP
 1.186 21-Sep-2017  ginsbach Add SDLC - software/system(s) development life cycle
 1.185 17-Sep-2017  rtr GVFS git virtual file system
 1.184 11-Aug-2017  ginsbach PR/52479: Nikolai Lifanov: Add definitions for CRM and CMS. Thanks!
 1.183 12-May-2017  kamil Fix typo in "Interrupt"

Noted by <wiz>
 1.182 11-May-2017  kamil Document SPL in wtf(6)

SPL system interrupt priority level
SPL spinlock

The former is documented in spl(9) in the NetBSD context.
The latter is used in some spinlock implementations.
 1.181 11-May-2017  kamil Add new entries for wtf(6)

CCNUMA cache-coherent non-uniform memory access
PIL Priority Interrut Level
RMO Relaxed Memory Ordering
TSO Total Store Ordering
 1.180 05-May-2017  ginsbach add EEE, MII, RGMII, SGMII
 1.179 24-Mar-2017  ginsbach branches: 1.179.2;
Add the more prevalent media access control (MAC) in addition to
medium access control
 1.178 13-Mar-2017  leot Add UB (undefined behavior)

Seen in several commit messages
 1.177 07-Mar-2017  dholland cve
 1.176 07-Mar-2017  dholland qvl
 1.175 23-Feb-2017  kamil Add SSA to wtf(6)

SSA static single assignment

Fix position of AMP.
 1.174 26-Jan-2017  ginsbach Add virtual routing and forwarding
 1.173 19-Jan-2017  ginsbach Add single and multi-mode fiber
 1.172 19-Jan-2017  riastradh Add and tweak some cryptography entries.
 1.171 19-Jan-2017  riastradh NFCI no functional change intended

(Not to be taken literally about this commit!)
 1.170 01-Jan-2017  kamil branches: 1.170.2;
Document AMP in wtf(6)

AMP asymmetric multiprocessing
 1.169 26-Nov-2016  kamil Add: PCB process control block
 1.168 14-Aug-2016  dholland BTS is for "bug tracking system", but it's not for "bits per second", or
at least not that either I or the Goog have heard of.
 1.167 11-Aug-2016  ginsbach Add some VLAN related acronyms.
 1.166 31-May-2016  jnemeth branches: 1.166.2;
PR/51205 - Nikolai Lifanov -- add EAPOL, PEAP, and RSN
 1.165 15-May-2016  jnemeth PR/51028 - Nikolai Lifanov -- add RPKI, BGPSEC
 1.164 15-May-2016  jnemeth PR/51023 - Nikolai Lifanov -- add more acronyms
 1.163 07-May-2016  pgoyette Add "uaf" - use-after-free

Seen in a recent NetBSD commit message...
 1.162 21-Apr-2016  riastradh MLD: multicast listener discovery
 1.161 22-Mar-2016  ginsbach +HSM is also hierarchical storage management
 1.160 22-Mar-2016  dholland add some stuff; PR 50992 from Nikolai Lifanov
 1.159 26-Feb-2016  jnemeth PR/50851 - Nikolai Lifanov -- add EAI
 1.158 28-Jan-2016  pgoyette Add a couple of entries for NFC

Fixes PR/50718
 1.157 22-Jan-2016  jnemeth PR/50691 - Nikolai Lifanov -- add LTS
 1.156 08-Jan-2016  jnemeth PR/50630 - Nikolai Lifanov -- add some acronyms
 1.155 03-Dec-2015  jnemeth PR/50492 - Nikolai Lifanov -- add MBA
 1.154 27-Oct-2015  jakllsch EIDE is "enhanced", not "enchanced".
 1.153 27-Oct-2015  jakllsch +EBCDIC
 1.152 11-Oct-2015  mbalmer add LUA
 1.151 11-Oct-2015  dholland ALUA (asymmetric logical unit access) from Nikolai Lifanov in PR 50227
 1.150 22-Aug-2015  dholland +LTO
 1.149 13-Apr-2015  rodent Welcome to 2015, acronyms.
 1.148 06-Feb-2015  ginsbach PR/49646: Nikolai Lifanov: Add LLDP - 802.1ab link layer discovery protocol
 1.147 06-Feb-2015  ginsbach Add Port Control Protocol (RFC 6887)
 1.146 29-Jan-2015  plunky IOT
 1.145 12-Dec-2014  riz Spell 'persistent' correctly.
 1.144 12-Dec-2014  ginsbach Add one from the security realm.
 1.143 20-Aug-2014  ginsbach Add one more RAS
 1.142 14-Jun-2014  jnemeth PR/48902 - Nikolai Nifanov -- add XSI
 1.141 28-Sep-2013  dholland branches: 1.141.2;
Typos.
 1.140 28-Sep-2013  dholland Add some more things.
 1.139 07-Aug-2013  agc Add some more (cryptography-related) acronyms
 1.138 29-Jun-2013  jdf Added entries: BIOS, DP, DVI, HDMI
Changed entries: BIOS, CGA, DDWG, DP, DVI, EGA, HDCP, HDMI, MCGA, MDA, OQL,
RAID, RDF, SMBIOS, SVGA, VESA, VGA, XGA

Patch supplied by Bug Hunting.
 1.137 05-Jun-2013  dholland PEBKAC was already in the base acronyms file; move the variant spelling
there.
 1.136 05-Jun-2013  pgoyette Add PEBCAK and PICNIC
 1.135 25-May-2013  jdf Add more wireless networking acronyms:

* BSA basic service area
* BSS basic service set
* BSSID basic service set identifier
* ESS extended service set
* ESSID extended service set identifier
* IBSS independent basic service set
* SSID service set identifier
* TKIP Temporal Key Integrity Protocol
* WAP wireless access point
* WPA2 Wi-Fi Protected Access II
* WPS Wi-Fi Protected Setup

Also properly capitalize the existing `WPA' entry.

Patch supplied by Bug Hunting.
 1.134 17-May-2013  dholland FTL
 1.133 16-Apr-2013  ginsbach AMQP OTP
 1.132 22-Feb-2013  plunky since /etc/rc.d/network now prints messages about DAD
to the console during boot, lets provide a hint what it
is:

duplicate address detection
 1.131 23-Jan-2013  wiz - Added:
FSF, GPG, NIDS, NIPS, OOO, PHP,
RCS (now being doubled: one capitalized entry for the program name,
one non capitalized entry for the general term),
SEO,
SFTP (3 times, with 3 different meanings),
SIR (in the meaning of ``signal-to-interference ratio''),
SPDIF (variant on S/PDIF),
TUI, WOM.

- Removed:
Empty line between the RCS ID and first acronym (not present in
acronyms; may cause parsing issues in the future though, and
causes trouble when sorting the file, so, to keep things
consistent, remove it here instead of adding it in acronyms);
ADP (duplicate),
AWK (also in acronyms),
EOL (in the meaning of ``end of life''; also in acronyms),
FCFS (also in acronyms),
ICE (in the meaning of ``in-circuit emulator''; duplicate),
MP (in the meaning of ``multiprocessor''; combined with the equally
named entry for ``multiprocessing''),
PERL (not an official acronym),
PIN (also in acronyms).

- augment / correct entries (more consistent use of ``{}'' and
``[]'', capitalization, spelling, typos, fix incorrect acronym
translations, quoting, punctuation);
- sort entries, as well as the order within ``{}'' parts;
- remove explanations within ``()'' parts where those are unneccesary
(this is an acronym list, not a dictionary) and, in one case,
correct such explanation;
- white space fixes.

From Bug Hunting.
 1.130 11-Oct-2012  ginsbach A few natty acronyms.
 1.129 21-Sep-2012  ginsbach Add APIPA
 1.128 06-Sep-2012  ginsbach branches: 1.128.2;
Add UX (User eXperience)
 1.127 29-Aug-2011  jruoho branches: 1.127.2;
Add few.
 1.126 14-Jun-2011  jruoho Add some.
 1.125 10-May-2011  enami branches: 1.125.2;
According to their home page, N of IANA is plural.
 1.124 26-Mar-2011  dholland +DDL, DF, PCM, SA, VCS; fix IDPS
 1.123 24-Mar-2011  ginsbach +SCADA (supervisory control and data acquisition)
 1.122 09-Mar-2011  jruoho ADD, enough said.

AAA, ADD, ADS, AM, ARR, ASC, ASD, ASE, ASPM, ASQ, AV, AVL, AVX, BDD, BDUF,
BLC, BPB, BPM, BT, BTC, BTR, BTS, CA, CASE, CD, CLF, CLTT, CM, CMA, CSV,
CUT, CV, DA, DAA, DEA, DGL, DH, DIRT, DMS, DOE, DPST, DRRS, DSB, DSN, DTS,
DVCS, EBR, EH, EMI, EMR, FDE, FEA, FET, FLOSS, FMR, FRR, FS, FSK, FTA, FUS,
GR, HOOD, HTCC, HVM, IA, IBC, IDPS, IMS, IPE, IS, IV, JFET, LAR, LBS, LDA,
LDR, LFO, LL, LLMNR, LM, LPS, LSL, LTCC, LWP, MCM, MMIC, MO, MOSFET, MSE,
NCO, ND, NE, NW, OFET, OU, PA, PAC, PCD, PCE, PDAG, PDB, PDM, PE, PEP, PGE,
PIM, PIV, PLTM, PM, POF, PP, PSD, PSK, PTV, PVI, QAM, QDI, RA, RBF, RBT,
RFI, RIB, RMPM, RMS, RMW, RS, SA, SASD, SC, SCA, SCC, SCCS, SMA, SNR, SOC,
SQA, SS, SSB, STC, STD, TA, TAI, TB, TDC, TDM, TDOA, TK, TM, TOS, TSD, TSL,
UMPC, UT, VA, VCA, VCF, VCO, VFO, VME, W, WP, WS, ZBR.
 1.121 03-Mar-2011  jruoho This will never end... ABR, ACP, ACS, ACU, ADP, ADO, ADP, AGC, AI, AN, AO,
AOS, ARU, ASK, ASR, BCC, BCR, BFT, BIU, BM, BMIC, BN, BNF, BO, BOF, BOM,
BPI, BSF, BSR, BWM, CAU, CBC, CBR, CC, CI, CMP, CPB, CPG, CPT, DAT, DBS,
DCC, DCD, DCS, DCU, DDK, DDS, DEK, DFC, DFT, DOF, ECC, ECS, EDAT, EDS, EFL,
ELS, EMP, ERD, ESS, EU, FCL, HLL, HP, IBM, ICA, IDA, ILM, ITB, LER, LFN,
LLF, LMM, LNO, LRM, LRO, LSR, MD, MESI, MI, MOESI, MOF, MOSI, MR, MSI, MUD,
NIA, NIP, ODT, OPS, OPM, OSPM, PDS, PGAS, PIM, PIPT, PLRU, PM, PMU, POP,
PPM, PUN, QBE, QC, RF, RFO, RH, RLO, RM, RR, RWM, SAM, SLRU, SMAF, SMC, SMU,
SPT, SRC, TAOCP, TCB, TOD, TPM, VB, VIPT, VIVT, VOD, VRM, WH, WM, WTC, YTD.
 1.120 19-Feb-2011  jruoho AA, AAT, AC, ACK, ACL, AI, AL, AM, AMT, AOL, AP, ASIC, AT, BAL, BBS, BD, BP,
BTS, BW, CF, CLR, CMS, CN, CNC, CPS, CRC, CTM, CUA, DAO, DAP, DAT, DC, DDE,
DL, DSL, EPIC, ATL, EULA, FDC, FDD, FPR, FWS, GPR, GPT, HAT, HCL, HF, HMI,
HTT, ICE, IHV, IM, ISV, JGI, KB, KBD, LF, LTR, MB, MBS, MIMD, MISD, MPI,
MPP, MS, MT, MTBF, MTTF, MX, NACK, NAN, NC, PD, PLC, PME, PNP, PPI, PSW, PU,
RAD, RDM, RDMA, SAAS, SBU, SFC, SISD, SLOC, SOL, SP, SPMD, SPR, SSI, TAO,
TSO, TSP, UAC, UL, UMA, URN, VR, WOL, WOR, ZIF, ZMA.
 1.119 12-Feb-2011  dholland +MVCC, noted by asau
 1.118 12-Feb-2011  dholland Move GPS, OTS, and the "trademark" definition of TM from acronyms.comp
to acronyms. (OTS is maybe debatable, but COTS is in acronyms and the
two should clearly be together.)
 1.117 10-Feb-2011  jruoho ACID, BFS, CIL, DBMS, DFA, FSM, GPS, LLVM, MCC, ML, NFA, NP, NTM, OOSE, OTS,
PDA, RSS, RUP, SDL, SDT, TECO, TM, TP, UCS, XOR.
 1.116 17-Jan-2011  jruoho branches: 1.116.2;
DPC, IMCR, IRQL, MP, TPR.
 1.115 04-Jan-2011  dholland fsck should be in acronyms.comp, not the regular acronyms file.
 1.114 22-Nov-2010  dholland +HCF
 1.113 21-Nov-2010  dholland +GPF, RKM, SEGV, WORM
 1.112 21-Nov-2010  dholland +BSP (binary space partition)
 1.111 24-Oct-2010  dholland +YAWPFAPR (you are welcome; please file a problem report)
 1.110 24-Oct-2010  jruoho More TLAs and couple of FLAs: ARAT, CG, CHAP, CMOS, CPL, DEP, DL, DMI, DOS,
DPL, DRM, DSP, DTL, ECL, FFT, FG, GEM, ILP, ILP, IPS, KMS, LE, MIB, MIF,
MLC, NTP, OAEP, PAP, PCB, PDN, PKCS, PPU, PV, PVG, RC, RPL, RSA, RTL, SLC,
SLI, SMBIOS, SMI, TMO, TS, TSP, TTL, TTM, VA, VHDCI, VLIW.
 1.109 05-Sep-2010  ahoka Add RAS, CAS, VCC, ALE, REST, ONFI
 1.108 21-Aug-2010  jruoho BCS, BIST, BSP, COF, CS, FEC, FID, HTC, IBS, IFCM, LINT, LVT, MC, MCQ, OOE,
PRBS, RX, TX, UI, VID, WDT, XBAR, XIP.
 1.107 18-Aug-2010  jruoho BKDG, BP, COMA, CS, CSI, DSO, GOT, HMA, ISA, ORM, PMIO, SCI, TAS, UMA, UMB.
 1.106 15-Aug-2010  cegger + OSVW, PAT
 1.105 15-Aug-2010  jruoho BGA, DSDT, DVFS, FSB, GPE, GSI, HFM, HPET, LAPIC, LFM, MADT, MMIO, MPS, OBO,
OBOE, ODCM, PMI, SAPIC, TCC, TDP.
 1.104 06-Aug-2010  jruoho CMI, DE, DS, DVB, EST, FFH, IOMMU, IPI, MCA, MCE, MID, MMX,
MSR, MTRR, NX, PBE, PSE, QAM, RT, SFI, SMM, SS, SVM, TSC, VMX.
 1.103 30-Jul-2010  dholland another CAM; the "atomic" in CAS is implicit; add LL/SC
 1.102 30-Jul-2010  jruoho More: ARC, BLAS, CAM, CAS, HPC, LFU, LRU, MRU, SMT, SP.
 1.101 29-Jul-2010  jruoho BMC, FWH, GAS, GMCH, ICH, IMC, LPC, MCH, TPM.
 1.100 08-Jun-2010  jruoho GDT, IDT, ISR, IST, IVT, LDT, LTR, MSI, SCI, SMI, TR, TSS.
 1.99 29-May-2010  dholland wap was already there; wifi was misfiled
 1.98 29-May-2010  dholland +awk, cifs, lfs, mcga, mda, nntp, rss, wap, yp
 1.97 23-Apr-2010  dholland + JBOD, NAS, OQL, OWL, RDF, SPARQL, TOS (type of service), UUID
 1.96 23-Apr-2010  dholland minor edits, mostly capitalization.
remove FUD since it's in the main acronyms file already.
Don't use {a,b} notation for semantically unrelated expansions.
 1.95 23-Apr-2010  wiz Uppercase some proper names and abbreviations (probably more to do here).
 1.94 23-Apr-2010  jruoho Add some common ones.
 1.93 09-Aug-2009  jakllsch Add DNARD, AKA 'shark'.
 1.92 06-Jun-2009  dholland +OOM
 1.91 11-Nov-2008  matt Add BSS -> block started by symbol
 1.90 26-Sep-2008  dholland +TLS (thread-local storage)
 1.89 03-Sep-2008  dholland +FOSS,OSS,OSD
 1.88 30-Aug-2008  tsutsui Add RNG, PRNG, and TRNG.
 1.87 24-Aug-2008  dholland Some additions of mine prompted by the other commit of additions to acronyms.
 1.86 23-Aug-2008  tnn FFI, foreign function interface
 1.85 19-Jun-2008  spz TIAS added as suggested by ASau @irc.freenode.net
 1.84 16-Mar-2008  dholland branches: 1.84.2; 1.84.6;
+CFG (context-free grammar, control-flow graph)
 1.83 25-Feb-2008  elad Add "the other" BFKL, from blymn@. :)
 1.82 24-Jan-2008  tnn branches: 1.82.2;
While here, also add HBA
 1.81 24-Jan-2008  tnn Add HCI
 1.80 29-Dec-2007  dholland This file's rcsid apparently got mangled at some point.
Noted by Chavdar Ivanov.
 1.79 28-Dec-2007  dholland Still more stuff: AST, PAE, RAS.
(I guess this is what happens when I catch up on old mail)
 1.78 28-Dec-2007  dholland Add some more stuff:
ADB, AFS, BAR, HA, OS, RPC, TCB, LOC, KLOC, LSI, VLSI, VA, PA
ICE as in-circuit emulator
KVM as kernel virtual memory
 1.77 28-Dec-2007  dholland add ASLR, PIC, PIE
 1.76 22-Dec-2007  tsutsui Add ICE (internal compiler error), used on gcc.
 1.75 10-Dec-2007  reed Add MFC. A FreeBSD-ism that is often used outside of FreeBSD.
 1.74 03-Dec-2007  riz Add SCTP and a second definition of STP.
 1.73 25-Jan-2007  jschauma branches: 1.73.4;
add UUOC
 1.72 19-Jan-2007  hubertf Add a few entries contributed by Alexey Eremenko <al4321@gmail.com>,
and add CARP (by me)
 1.71 12-Oct-2006  salo Add a couple of (mostly) 802.11 related terms, WEP, WPA, EAP, PSK.
 1.70 14-Jul-2006  wiz Add two entries for SCM. Sort.
 1.69 09-Jun-2006  elad add KPI
 1.68 30-May-2006  jnemeth add BQS
 1.67 30-Mar-2006  rpaulo RFC is already in acronyms.
 1.66 20-Mar-2006  rpaulo Add EOF and EOT.
 1.65 21-Jan-2006  elad add SAD, SPD.
 1.64 21-Jan-2006  elad add PFS.
 1.63 21-Jan-2006  elad add DPD.
 1.62 13-Jan-2006  elad add ATC. from Rhialto.
 1.61 28-Mar-2005  jschauma add tls (not the developer)
 1.60 27-Mar-2005  uwe Add CLUT.
 1.59 22-Feb-2005  grant +RIFF
 1.58 16-Feb-2005  kleink Add COW, FCS, GCR, ZFOD.
 1.57 14-Jan-2005  wiz Add FIR and SIR.
 1.56 13-Jan-2005  jmmv + OCL, UML
 1.55 13-Jan-2005  kleink Since we already have BER, just add the remaining ASN.1 encoding rules.
 1.54 13-Jan-2005  jmmv Some minor nits from kleink@.
 1.53 13-Jan-2005  jmmv Add W3HS, ACL, ADSL, AP, ARQ, AS, ASN, ASCII, BER, CSMA, CSMA/CA, CSMA/CD, CTS,
DCE, DIFS, DLE, DSSS, DTE, EGP, FHSS, GRE, IDRP, IGP, ISI, ISM, ISN, LCP, LLC,
MSS, NAV, NCP, OFDM, PAT, PDU, PLL, PSTN, RIP, RIR, RTS, SIFS, TR, UART, USART,
VLAN, WLAN.

Fix MAC. Make SIP all lowercase.
 1.52 10-Jan-2005  jmmv + AMI
 1.51 10-Jan-2005  jmmv + AM, EPRML, FM, MFM, PRML, RLL.
 1.50 09-Jan-2005  salo It's CMYK (or YMCK), not CYMK. (hi, jmmv!)
 1.49 08-Jan-2005  wiz Fix ADPCM and DPCM; make NRZ more obvious; uppercase proper names.
 1.48 08-Jan-2005  jmmv + ADPCM, BPS, CCD, CDDA, CIS, CYMK, DCT, DFT, DPCM, DPI, EFM, LRC, LZW, MSF,
MWE, NRZ, OCR, PAM, PC, PCM, PIN, PMT, PWM, RLE, RTT, SSFDC, TTL, UDO, UFS,
VLSM
 1.47 11-Nov-2004  grant +qos
 1.46 16-Jul-2004  xtraeme + SIP
 1.45 03-Jun-2004  jmmv + TDD
 1.44 18-May-2004  jmmv + GC
 1.43 29-Apr-2004  jschauma add IPC
 1.42 01-Apr-2004  simonb Add POTS.
 1.41 26-Mar-2004  keihan Sort acronyms and fix some entries in acronyms.comp that didn't
the follow the standard.
 1.40 11-Mar-2004  keihan Add STP and UTP cable types.

Sort ARP entry.
 1.39 11-Mar-2004  jschauma Correct OSI and FDDI as suggested by Michael Eriksson.
 1.38 03-Mar-2004  jschauma Add OSI and FDDI.
 1.37 15-Jan-2004  grant +ELF, COFF
 1.36 15-Jan-2004  grant NFS -> network file system
 1.35 15-Jan-2004  grant +ATM, OSF, PPPOA
 1.34 14-Jan-2004  keihan +RIP in acronyms.
+LIR and PAM in acronyms.comp.
 1.33 14-Jan-2004  grant +TIFF
 1.32 13-Jan-2004  jmmv + MPEG, SACD. From keihan@.
 1.31 13-Jan-2004  keihan Added SNMP.
 1.30 13-Jan-2004  jmmv + ARP, CGI, DHCP, FAT, LED, MIME, NFS, OEM, VAX, VM, WAN.

From PR misc/21527 by Douwe Kiela.

While here, add TLB and WAP too.
 1.29 03-Jan-2004  jmmv + MIDI
 1.28 02-Dec-2003  sketch Spell "and" correctly.
 1.27 22-Nov-2003  jschauma Move MMU and OTP to acronyms.comp.
 1.26 29-Oct-2003  wennmach Add ADC
Change "conversor" -> "converter" in DAC entry
 1.25 29-Oct-2003  wennmach Add LSB and MSB
 1.24 17-Oct-2003  keihan Add BGP, GPU, IC, MAC, PTLA, RGB, TLA and fix CPU.

OK'd by salo@
 1.23 15-Oct-2003  wennmach add PCMCIA
 1.22 14-Oct-2003  mycroft ANSI IEC INCITS ISO SASI
 1.21 14-Oct-2003  mycroft The expansion of SCSI was wrong(!).
 1.20 14-Oct-2003  mycroft Add CAV and CLV.
 1.19 07-Oct-2003  jmmv + CAD, CGA, CRT, DAC, DDC, DDWG, DVI, EDID, EGA, HDCP, LCD, POST, SVGA, TFT,
TMDS, VESA, VGA, XGA
 1.18 03-Oct-2003  jmmv + ACPI, APIC, AT, ATAPI, ATX, CPU, ECP, EPP, PIC, PIO, S/PDIF, SMART, SPD
UC, USWC, XT
 1.17 02-Oct-2003  jmmv +FPM
 1.16 01-Oct-2003  jmmv Add several memory related terms.
 1.15 18-Sep-2003  keihan Sort entries.
 1.14 16-Sep-2003  keihan Add MTU and fix lower case description on MTA and MUA.

OK'd by Grant Beattie
 1.13 10-Sep-2003  jschauma Add MUA and MTA.
 1.12 30-Aug-2003  wiz Add KVA, PDP, PTE, and PTP.
 1.11 15-Aug-2003  keihan Add CIDR and NIC.
 1.10 10-Aug-2003  keihan Add a bunch more, ok'd by Grant Beattie.
 1.9 09-Aug-2003  keihan Add a bunch of acronyms, approved by Grant Beattie.
 1.8 08-Aug-2003  keihan Add a couple of acronyms and fix API.
This and the previous commit to acronyms approved by Lubomir Sedlacik.
 1.7 18-Jul-2003  jschauma Add SMP and NUMA.
 1.6 19-Jun-2003  jschauma Add ABI and API.
 1.5 07-Jun-2003  jmmv +DMA, GIF, NAT, WWW
 1.4 07-Jun-2003  jmmv Add cvs id tag.
 1.3 25-Apr-2003  jmmv Fix ISA meaning; thanks salo@.
 1.2 25-Apr-2003  jmmv +BLOB
 1.1 11-Apr-2003  jmmv Add the share/misc/acronyms.comp file, which is a small acronyms database
containing computer-related terms; a complement for manpages.

As discussed on tech-userlevel, if wtf(6) is going to stay in the system
(and it seems so), it's worth improving it.

Closes my own PR misc/17559.
 1.73.4.2 23-Mar-2008  matt sync with HEAD
 1.73.4.1 09-Jan-2008  matt sync with HEAD
 1.82.2.1 24-Mar-2008  keiichi sync with head.
 1.84.6.2 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.84.6.1 23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.84.2.3 05-Oct-2008  mjf Sync with HEAD.
 1.84.2.2 29-Jun-2008  mjf Sync with HEAD.
 1.84.2.1 16-Mar-2008  mjf file acronyms.comp was added on branch mjf-devfs2 on 2008-06-29 08:51:20 +0000
 1.116.2.2 05-Mar-2011  bouyer Sync with HEAD
 1.116.2.1 17-Feb-2011  bouyer Sync with HEAD
 1.125.2.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.127.2.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.127.2.1 30-Oct-2012  yamt sync with head
 1.128.2.4 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.128.2.3 23-Jun-2013  tls resync from head
 1.128.2.2 25-Feb-2013  tls resync with head
 1.128.2.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.141.2.1 10-Aug-2014  tls Rebase.
 1.166.2.3 26-Apr-2017  pgoyette Sync with HEAD
 1.166.2.2 20-Mar-2017  pgoyette Sync with HEAD
 1.166.2.1 07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.170.2.1 21-Apr-2017  bouyer Sync with HEAD
 1.179.2.2 19-May-2017  pgoyette Resolve conflicts from previous merge (all resulting from $NetBSD
keywork expansion)
 1.179.2.1 11-May-2017  pgoyette Sync with HEAD
 1.193.2.9 26-Jan-2019  pgoyette Sync with HEAD
 1.193.2.8 18-Jan-2019  pgoyette Synch with HEAD
 1.193.2.7 26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts
 1.193.2.6 26-Nov-2018  pgoyette Sync with HEAD, resolve a couple of conflicts
 1.193.2.5 30-Sep-2018  pgoyette Ssync with HEAD
 1.193.2.4 06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.193.2.3 28-Jul-2018  pgoyette Sync with HEAD
 1.193.2.2 25-Jun-2018  pgoyette Sync with HEAD
 1.193.2.1 21-May-2018  pgoyette Sync with HEAD
 1.211.2.2 13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.211.2.1 10-Jun-2019  christos Sync with HEAD
 1.283.2.3 21-Jun-2020  martin Pull up following revision(s) (requested by sevan in ticket #967):

share/misc/acronyms: revision 1.302
share/misc/acronyms: revision 1.303
share/misc/acronyms: revision 1.304
share/misc/bsd-family-tree: revision 1.82
share/misc/acronyms-o.real: revision 1.7
share/misc/acronyms-o.real: revision 1.8
share/misc/acronyms.comp: revision 1.302
share/misc/acronyms.comp: revision 1.303
share/misc/acronyms.comp: revision 1.304
share/misc/acronyms.comp: revision 1.305
share/misc/acronyms.comp: revision 1.306
share/misc/acronyms.comp: revision 1.307
share/misc/acronyms: revision 1.300
share/misc/acronyms: revision 1.301

LSO large send offload
Add OWASP
BMP, DGEMM, DIB, GEMM, WMF
Add FHRP, GLBP, HSRP
IME, SCIM
QOI
ACAB
FTP
ACAB (worksafe variant)
FQA GCHQ
URM
BAU
Sync with r359561
 1.283.2.2 28-Apr-2020  martin Pull up following revision(s) (requested by sevan):

share/misc/acronyms.comp: revision 1.295
share/misc/acronyms.comp: revision 1.296
share/misc/acronyms.comp: revision 1.297
share/misc/acronyms.comp: revision 1.298
share/misc/acronyms.comp: revision 1.299
share/misc/acronyms: revision 1.292
share/misc/acronyms: revision 1.293
share/misc/acronyms: revision 1.294
share/misc/acronyms: revision 1.295
share/misc/acronyms: revision 1.296
share/misc/acronyms: revision 1.297
share/misc/acronyms: revision 1.298
share/misc/acronyms: revision 1.299
share/misc/acronyms.comp: revision 1.300
share/misc/acronyms.comp: revision 1.301
share/misc/inter.phone: revision 1.33

Add WP
From Rocky Hotas, thanks!

CCC, CPA, MDMA, SEO, WLW

SEO - already in comp

move some more to comp

Typo - heads up by Thorsten Glaser

LAG, MLAG, the G is for group, adjust MCLAG

Add RIF (reduction in force).

SSTP

Add TLDW
From Rocky Hotas, thanks!

Add HPD
From Rocky Hotas, thanks!

New Greek National Numbering Plan, according to the EETT decision published
in the Greek Government Gazette 127 B/8.2.2001

Add RFI, RFP

EPT extended page tables

SCSI OSD

PCBC
 1.283.2.1 24-Dec-2019  martin Pull up following revision(s) (requested by sevan in ticket #579):

share/misc/acronyms: revision 1.290
share/misc/acronyms: revision 1.291
share/misc/acronyms.comp: revision 1.284
share/misc/acronyms.comp: revision 1.285
share/misc/acronyms.comp: revision 1.286
share/misc/acronyms.comp: revision 1.287
share/misc/acronyms.comp: revision 1.288
share/misc/acronyms.comp: revision 1.289
share/misc/acronyms: revision 1.288
share/misc/acronyms: revision 1.289
share/misc/acronyms.comp: revision 1.290
share/misc/acronyms.comp: revision 1.291
share/misc/acronyms.comp: revision 1.292
share/misc/acronyms.comp: revision 1.293
share/misc/acronyms.comp: revision 1.294

RDP RFB VNC
ATF NURBS
SICP
GECOS
http://bitsavers.trailing-edge.com/pdf/ge/GE-6xx/CPB-1002A_GE-625_635_GECOS_Jan65.pdf
PPT
INODE STM
GFCI, RCD
CSU UTS
SDR
DAAP DLNA
AWDL, BLE, another NAN
CIA ISMS
Add UPC - universal product code
AVB
 1.390.2.1 02-Aug-2025  perseant Sync with HEAD
 1.70 07-Mar-2021  nia BER
 1.69 04-Mar-2020  maya Remove ETH (defunct) and add ETM.
 1.68 04-Mar-2020  fcambus Add LUZ and WMI airports (Poland).
 1.67 15-Sep-2017  mbalmer branches: 1.67.4; 1.67.6;
Fix COC.
 1.66 04-Jun-2017  mbalmer it's Rorschach, not Rorshach
 1.65 11-May-2017  mbalmer fix TIA entry
 1.64 06-Apr-2017  mbalmer branches: 1.64.2;
add Turukhansk airport
 1.63 08-Jun-2016  kre branches: 1.63.2; 1.63.4;

Correct misspellings in a few Thai airport names
 1.62 07-Jun-2016  mbalmer BER is not an operational airport
 1.61 03-Jan-2016  mbalmer add tehran airport
 1.60 02-Oct-2015  mbalmer Fix case.
 1.59 13-Sep-2015  mbalmer Fix a few entries, add a not about IATA vs. ICAO codes.
 1.58 21-Sep-2014  mbalmer add Kukes
 1.57 20-Jul-2014  mbalmer Keep countries in sync with IATA listings. NetBSD is not in the business
of defining in which country an airport is.
 1.56 13-Jul-2014  asau Vinnitsa isn't even in South-Western Russia. Make it Ukraine.
 1.55 13-Jul-2014  asau Sukhum isn't in Georgia since 1993 (1990, 1992, 1993, 1994,
1999, or 2008 depending on what you count as break-up).
In any case in recent twenty years it was easier to get there
through Russia than through Georgia.
 1.54 13-Jul-2014  asau Simferopol' is in Krym rather than in Adygeya, and it is in Russia.
(Whether your government recognize it or not is another issue.
If you want to visit it these days, you have to enter Russia.
Following Ukrainians, even before the recent unrest and referendum
it was strongly advised not to discuss this topic with locals there.
At least it was advised not to call Krym a part of Ukraine.)
Fix Kerch' entry as well.
 1.53 12-Jul-2014  mbalmer Add HCJ. About a dozen mountain tops where nuked to make place for the runway,
see http://cdn2.spiegel.de/images/image-723855-galleryV9-jjgv.jpg
 1.52 28-Mar-2014  apb branches: 1.52.2;
+ICN:Incheon, South Korea
Also fix spelling of Incheon in the entry for JCN
 1.51 25-Apr-2013  mbalmer update PAP
 1.50 12-Jan-2013  asau URRR (ROV) is in Rostov-na-Donu (lower Don) rather than in Rostov (lake Nero)
which is far away from lower Don.
 1.49 12-Jan-2013  asau UUOO (VOZ) is also known as Chertovitskoe.
No need to repeat "Voronezh" twice, it is large city and it is region centre.
 1.48 12-Jan-2013  asau UWPP (PEZ) is also known as Ternovka.
No need to repeat "Penza" twice, Penza is region central city.
 1.47 12-Jan-2013  asau There's no "Simbirsk" for a century, it is Ulyanovsk.
UWLL (ULV) is in Barataevka.
 1.46 12-Jan-2013  asau UWWW (KUF) is in Kurumoch.
 1.45 12-Jan-2013  asau URWW (VOG) is in Gumrak, not in Stalingrad (if you're talking about history).
 1.44 12-Jan-2013  asau Fix spelling: "Sormovo".
 1.43 11-Jan-2013  mbalmer Add a missing entry.
 1.42 03-Jan-2013  mbalmer Add a southeastern china airport.
 1.41 02-Nov-2012  mbalmer Prague airport was renamed to Vaclav Havel airport Prague on october 5th, 2012.
 1.40 28-Apr-2011  mbalmer branches: 1.40.4; 1.40.10;
Fix SCO.
 1.39 13-May-2010  dholland typo in comment
 1.38 11-May-2010  mbalmer Fix YOW entry while I am here...
 1.37 22-Dec-2009  mbalmer Fix LIS.
 1.36 10-Oct-2009  mbalmer Sassari airport is actually in Alghero.
 1.35 07-Jul-2009  mbalmer Unify BSL, MLH, and EAP, which are all the same airport.
 1.34 22-Jun-2009  tron Correct the name of "FDH". It is called Bodensee-Airport Friedrichshafen.
Patch provided by Marc Balmer in private e-mail.
 1.33 07-Jun-2009  zafer fix typo in MLX. It's Malatya.
 1.32 07-Jun-2009  tonnerre BSL is the "Basel/Mulhouse/Freiburg Euroairport", not Europort.

Patch contributed in private mail by Marc Balmer.
 1.31 16-Jan-2009  jnemeth PR/40404 - Robert Elz -- Thailand airport updates
 1.30 02-Mar-2006  tron branches: 1.30.4; 1.30.14; 1.30.26;
"PVG" is now used for the Pudong International Airport.
 1.29 12-Dec-2005  tron Add a huge number of missing airports taken from a list provided
by Bernhard Moellemann.
 1.28 27-Nov-2005  is This year's EuroBSDCon is in Basel.
 1.27 21-Oct-2005  is It's HERakleion.
 1.26 24-Aug-2005  rpaulo Add LIS (Aeroporto da Portela de Sacavem, Lisbon).
 1.25 24-Aug-2005  tron Add LCY (London City).
 1.24 06-Jan-2005  tron branches: 1.24.2;
Add Paderborn/Lippstadt.
 1.23 02-Apr-2004  pooka add AVP

misc/23094
 1.22 20-Jan-2004  zuntum branches: 1.22.4;
Add some Polish airports: WAW, GDN, KRK, KTW, LCJ, POZ, WRO
 1.21 10-May-2003  salo Fix AMS, from Douwe Kiela via PR misc/21523.
Better describe PRG.
Add BTS.
 1.20 17-Feb-2003  simonb Add ROA (Roanoke, VA).
 1.19 18-Feb-2002  wiz Add Vienna, Austria.
 1.18 18-Feb-2002  pooka Add Cairo and Budapest airports.

And while in here, also add BSD airport. Happy landings!
 1.17 08-Apr-2001  pooka add the all-important airports FOO and BAR
 1.16 29-Jan-2001  hubertf Add proper entries for Berlin, Germany.
 1.15 19-Oct-2000  simonb Update Bangkok airport, and add some other major Thai airports.
 1.14 18-Oct-2000  simonb For Australian airports, consistantly use <city/town>,<state>,<country>.
 1.13 11-Oct-2000  is Added Aarhus.
 1.12 11-Oct-2000  is Added a couple of entries. Corrected some sorting errors.
 1.11 15-Jan-1999  hubertf branches: 1.11.2; 1.11.10;
Add stuttgart airport - for Heiko "pilhuhn" Rupp, at MeKa6
 1.10 06-Jan-1999  hubertf Add a URL with a full list of airport codes, contributed by nigel@nelgin.nu
 1.9 06-Jan-1999  cjs Fix spelling of `San Francisco.' Closes PR 6738 from ckane@best.com.
 1.8 05-Jan-1999  hubertf Add codes for CPH, ARN & DUB, submitted by Sean Doran <smd@ebone.net>
 1.7 02-Jan-1999  hubertf add Munich International Airport, Munich, Germany (MUC)
 1.6 10-Jul-1998  fair add & correct bunches of airport codes per PR#3324
 1.5 26-Mar-1997  mikel merge lite-2 changes
 1.4 10-Aug-1996  explorer Add some new airports from pr misc/2291
 1.3 17-Sep-1993  jtc Never trust officemates that are absolutly, positively, sure of anything:
San Jose IS JSC. I'm off to the library this weekend to get information
to complete this database, but I had to fix this one now.
 1.2 16-Sep-1993  jtc Fixed Typo: SJC -> SJO; Added YVR (Vancouver International).
Sorted database to make further additions easier.
I'm trying to find a pilot with a book of north american airports so I
can double check and extend this database.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 26-Mar-1997  mikel import 4.4BSD-Lite2 versions
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.11.10.3 19-Oct-2000  he Pull up revision 1.15 (requested by simonb):
Update Bangkok airport, and add some other major Thai airports.
 1.11.10.2 18-Oct-2000  tv Pullup 1.14 [simonb]:
For Australian airports, consistantly use <city/town>,<state>,<country>.
 1.11.10.1 17-Oct-2000  tv Pullup 1.12 and 1.13 [is]:
Some additions, and a sorting error fixed.
 1.11.2.1 19-Oct-2000  he Pull up revisions 1.12-1.15 (requested by simonb):
Various updates, synchronize to current head.
 1.22.4.1 28-Oct-2005  jmc "Pullup rev 1.26 (requested by is in ticket #5937)
Correct typo in the airport file."
 1.24.2.6 20-Apr-2006  snj Pull up following revision(s) (requested by tron in ticket #1252):
share/misc/airport: revision 1.30
"PVG" is now used for the Pudong International Airport.
 1.24.2.5 20-Apr-2006  snj Pull up following revision(s) (requested by tron in ticket #1252):
share/misc/airport: revision 1.29
Add a huge number of missing airports taken from a list provided
by Bernhard Moellemann.
 1.24.2.4 20-Apr-2006  snj Pull up following revision(s) (requested by tron in ticket #1252):
share/misc/airport: revision 1.28
This year's EuroBSDCon is in Basel.
 1.24.2.3 20-Apr-2006  snj Pull up following revision(s) (requested by tron in ticket #1252):
share/misc/airport: revision 1.26
Add LIS (Aeroporto da Portela de Sacavem, Lisbon).
 1.24.2.2 20-Apr-2006  snj Pull up following revision(s) (requested by tron in ticket #1252):
share/misc/airport: revision 1.25
Add LCY (London City).
 1.24.2.1 22-Oct-2005  riz Pull up following revision(s) (requested by is in ticket #908):
share/misc/airport: revision 1.27
It's HERakleion.
 1.30.26.1 16-Jan-2009  bouyer Pull up following revision(s) (requested by jnemeth in ticket #277):
share/misc/airport: revision 1.31
PR/40404 - Robert Elz -- Thailand airport updates
 1.30.14.1 16-Jan-2009  bouyer Pull up following revision(s) (requested by jnemeth in ticket #1265):
share/misc/airport: revision 1.31
PR/40404 - Robert Elz -- Thailand airport updates
 1.30.4.1 16-Jan-2009  bouyer Pull up following revision(s) (requested by jnemeth in ticket #1265):
share/misc/airport: revision 1.31
PR/40404 - Robert Elz -- Thailand airport updates
 1.40.10.4 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.40.10.3 23-Jun-2013  tls resync from head
 1.40.10.2 25-Feb-2013  tls resync with head
 1.40.10.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.40.4.3 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.40.4.2 23-Jan-2013  yamt sync with head
 1.40.4.1 16-Jan-2013  yamt sync with (a bit old) head
 1.52.2.1 10-Aug-2014  tls Rebase.
 1.63.4.1 21-Apr-2017  bouyer Sync with HEAD
 1.63.2.1 26-Apr-2017  pgoyette Sync with HEAD
 1.64.2.1 19-May-2017  pgoyette Resolve conflicts from previous merge (all resulting from $NetBSD
keywork expansion)
 1.67.6.1 28-Apr-2020  martin Pull up following revision(s) (requested by sevan in ticket #862):

share/misc/airport: revision 1.68
share/misc/inter.phone: revision 1.32

Fix area code for Czestochowa and add area code for Tarnow.
While there, fix names for some other Polish cities.
Add LUZ and WMI airports (Poland).
 1.67.4.1 08-Apr-2020  martin Merge changes from current as of 20200406
 1.4 08-Feb-2018  pgoyette Revert previous changes due to popular demand. Instead, add a note at
the bottom of each document to provide the original ASCII characters'
names.
 1.3 08-Feb-2018  pgoyette While here, also update 014 - it's name is "ff" ("form feed"), and not
"np" ("new page").
 1.2 08-Feb-2018  pgoyette Since this is the ASCII charactger set, use the ASCII name for the
012 character - "lf" for "line feed", not "nl" for "new line".

Follow-on from PR misc/52989 (from Eitab Adler)
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 26-Mar-1997  mikel import 4.4BSD-Lite2 versions
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.87 31-Aug-2025  ast bsd-family-tree: update diagram and add FBSD, OBSD, DBSD, & macos releases
 1.86 20-Dec-2024  martin add 10.1
 1.85 16-May-2024  ast branches: 1.85.2;
. Update the ASCII art timeline for the last two years
. In particular, add NetBSD 8.3 to timeline
. Add respective "publication dates" of those points in time
While here, also:
. Fix white space idiosyncracies and opt for https instead of http
. Track some changes made to the FreeBSD version of this file
 1.84 30-Mar-2024  martin Note NetBSD 10.0
 1.83 07-Aug-2022  ast Update what has been released by the BSD family during the last
two years; that is, since May 2020 after NetBSD 8.2 was registered
in this file.

Merge some additional information from the FreeBSD and DragonFly
versions that had several updates during this time. Added OpenBSD
and macos release dates for the same interval.

Where some release dates don't match exactly (release vs. announce
date) in the various bsd-family-tree files, assume the respective
flavor to be authoritive for its dates in this file.

Reviewed by: Sergey A. Osokin <osa@NetBSD.org>
 1.82 11-Jun-2020  sevan Sync with r359561
 1.81 02-Apr-2020  sevan Sync with FreeBSD r359561
 1.80 20-Mar-2020  sevan Update to r359157 from FreeBSD
 1.79 23-Feb-2020  sevan Sync with r358264 which fixes NetBSD 9.0 release
 1.78 22-Feb-2020  sevan Sync with FreeBSD r358254
 1.77 23-Dec-2019  sevan Update to r355063
 1.76 06-Nov-2019  sevan sync with FreeBSD r354417
 1.75 22-Jun-2019  sevan branches: 1.75.2;
sync with FreeBSD r349295
 1.74 18-Jun-2019  sevan Sync with FreeBSD r349177
 1.73 17-Jun-2019  sevan Sync with FreeBSD r349157
 1.72 05-Sep-2018  eadler bsd-family-tree: Add NetBSD 7.2; fix 8.0

8.0 was not derived from 7.x.
Also add recent release of 7.2.

Reported by: martin
 1.71 15-Aug-2018  sevan Sync with FreeBSD
 1.70 25-Jul-2018  eadler bsd-family-tree: use the right date...
 1.69 25-Jul-2018  eadler bsd-family-tree: announce NetBSD 8.0; dfly 5.2.2
 1.68 19-Jul-2018  martin Add 8.0 release date in history table (but no "graphical" representation
yet).
 1.67 30-Jun-2018  eadler bsd-family-tree: Add missing DragonFly and FreeBSD releases

Add DragonFly 5.2.1, 5.2.2, FreeBSD 11.2
 1.66 13-Apr-2018  eadler branches: 1.66.2;
[bsd-family-tree] announce OpenBSD 6.3 & DragonFly 5.2.0

ok pgoyette@ maya@
 1.65 21-Mar-2018  eadler [bsd-family-tree] announce NetBSD 7.1.2 & 6.0.6

rearrange some elements to better reflect the release timings

ok pgoyette@
 1.64 16-Dec-2017  sevan branches: 1.64.2;
Sync with r326869 from FreeBSD.
 1.63 15-Dec-2017  riastradh Update for dfly 5.0.1 and 5.0.2.

From Eitan Adler <lists@eitanadler.com>.
 1.62 14-Dec-2017  maya Fixup bsd family tree for netbsd after PR misc/52808
add netbsd 7.0.2 too.

requested by phone who is actually paying attention.
 1.61 13-Dec-2017  maya bsd-family-tree: update freebsd rcsid, too.

Reminded by wiz, thanks.
 1.60 12-Dec-2017  maya sync bsd family tree with freebsd

From Eitan Adler in PR misc/52808.
 1.59 30-Mar-2017  sevan Sync with r316082 from FreeBSD
 1.58 29-Sep-2016  sevan branches: 1.58.2;
Add NetBSD 7.0.1
heads up by wiz@
 1.57 29-Sep-2016  sevan Sync with FreeBSD r305215
Add NetBSD rcs tag which was lost with r1.13.
 1.56 30-May-2014  msaitoh branches: 1.56.2; 1.56.6; 1.56.8;
Sync with FreeBSD:
- Add DragonFly 3.6.0 and 3.6.1
- Add FreeBSD 9.2 and 10.0
- Add Mac OS X 10.9
- Add OpenBSD 5.4
- Change the master's URL.
Add some releases:
- Add NetBSD 5.1.4 and 5.2.2
- Add OpenBSD 5.5
 1.55 30-May-2014  msaitoh Add 6.0.[45] and 6.1.[34]
 1.54 30-Sep-2013  riz branches: 1.54.2;
NetBSD 6.1.2 and 6.0.3 are out. Also, add 6.1.1.
 1.53 29-Sep-2013  riz NetBSD 5.1.3 and 5.2.1 were released on 29 September 2013.
(from Eitan Adler)
 1.52 11-Jun-2013  apb Fix tab damage in previous
 1.51 11-Jun-2013  apb Add FreeBSD-8.4 (merge with FreeBSD svn revision 251501).
 1.50 23-May-2013  apb slight improvement in layout; no semantic change intended.
 1.49 19-May-2013  riz Added NetBSD 5.2, 6.0.1, 6.0.2 and 6.1. Someone *please* clean up my
artwork.
 1.48 07-May-2013  apb Add DragonFly 3.2.1, DragonFly 3.4.1, FreeBSD 9.1, OpenBSD 5.2, OpenBSD 5.3.

Adapted from FreeBSD base/head/share/misc/bsd-family-tree (svn revision
250330), but the NetBSD version of this file includes entries for
NetBSD-5.0.1 and NetBSD-5.0.2 which are missing from the FreeBSD
version.

Resolves PR misc/47799 from Eitan Adler
 1.47 24-Oct-2012  riz Add some missing NetBSD releases: 4.0.1, 5.0.1, 5.0.2 and 5.1.2.
 1.46 24-Oct-2012  riz Re-add a line from NetBSD 0.8 to FreeBSD 1.0, which got lost in the
last commit. From the original commit log of rev 1.33:


revision 1.33
date: 2006/03/02 16:21:53; author: tls; state: Exp; lines: +3 -3
Add line from NetBSD 0.8 to FreeBSD 1.0, reflecting the fact that the
patchkit maintainers were provided with a prerelease snapshot of NetBSD,
changes from which they integrated into their working tree, well prior
to their announcement of the FreeBSD project. Per personal communications
with Charles Hannum and Chris Demetriou. This line is in at least one
other published version of this chart, but seems to never have been in
the version in our repository (unfortunately, cvs diff on ascii art is
not very helpful).
 1.45 19-Oct-2012  jnemeth Sync with FreeBSD rev. 241698.

Adds:

- FreeBSD 8.3 2012-04-18 [FBD]
- OpenBSD 5.1 2012-05-01 [OBD]
- Mac OS X 10.8 2012-07-25 [APL]
- NetBSD 6.0 2012-10-17 [NBD]
 1.44 13-Mar-2012  ryoon branches: 1.44.2;
* Sync with FreeBSD: src/share/misc/bsd-family-tree,v rev. 1.151
Add DragonFly 3.0.1.
 1.43 27-Jan-2012  hubertf branches: 1.43.2; 1.43.6;
Sync with FreeBSD: src/share/misc/bsd-family-tree,v rev. 1.150
Submitted in PR 45880 by Rares Aioanei
 1.42 24-Jan-2009  hubertf branches: 1.42.8;
Sync with Rev. 1.124 from FreeBSD
 1.41 18-Jan-2009  cyber Recover tls' change in rev1.33 that was clobbered in the rev1.40 sync.
 1.40 03-Nov-2007  xtraeme branches: 1.40.12;
Sync with FreeBSD 1.116, this adds information about FreeBSD 1.0.2,
DragonFlyBSD 1.10.0 and OpenBSD 4.2.
 1.39 31-Jan-2007  rpaulo branches: 1.39.4;
Sync with v1.111 adding FreeBSD 6.2 and DragonFly 1.8.0.
 1.38 21-Dec-2006  rpaulo Sync with v 1.109.
 1.37 02-Aug-2006  rpaulo branches: 1.37.4; 1.37.8;
Sync with FreeBSD v 1.107
 1.36 01-Aug-2006  rpaulo Add NetBSD 3.0.1 and DragonFly 1.6.0.

Both released on the same day.
What a coincidence...
Both use pkgsrc.
What a coincidence...
 1.35 27-Jun-2006  rpaulo Sync with FreeBSD v1.105.
 1.34 13-May-2006  rpaulo Sync with FreeBSD rev. 1.103: OpenBSD 3.9 and FreeBSD 6.1.
 1.33 02-Mar-2006  tls Add line from NetBSD 0.8 to FreeBSD 1.0, reflecting the fact that the
patchkit maintainers were provided with a prerelease snapshot of NetBSD,
changes from which they integrated into their working tree, well prior
to their announcement of the FreeBSD project. Per personal communications
with Charles Hannum and Chris Demetriou. This line is in at least one
other published version of this chart, but seems to never have been in
the version in our repository (unfortunately, cvs diff on ascii art is
not very helpful).
 1.32 02-Mar-2006  rpaulo Sync with FreeBSD v 1.101. Daemon News only changed the url of it, it
was not dead.
 1.31 02-Mar-2006  rpaulo Point the url of the "BSD Family Tree" article to my public_html on
www.netbsd.org since the original url is now dead.
 1.30 08-Jan-2006  rpaulo Sync with FreeBSD rev. 1.100, adding NetBSD 3.0 and DragonFly 1.4.0.
 1.29 03-Nov-2005  rpaulo Sync with FreeBSD's rev. 1.98 adding FreeBSD 6 and updating FreeBSD-current.
 1.28 02-Nov-2005  rpaulo Add NetBSD 2.1 and 2.0.3. Thanks to riz, jmc, jschauma and salo. Did if
forget anyone?
 1.27 02-Nov-2005  rpaulo Sync with FreeBSD version 1.96 adding OpenBSD 3.8.
 1.26 24-Jun-2005  soda mark 2.0.2 as "security/critical release" instead of "patch release" like 1.X.Y,
as described in http://www.netbsd.org/Releases/release-map.html
 1.25 24-Jun-2005  soda NetBSD 1.4 branch was EOL'ed, announced on 2002-09-22
NetBSD 1.5 branch was EOL'ed, announced on 2005-01-26
NetBSD 2.0.2, 2005-04-14
 1.24 24-Jun-2005  soda Sync w/ FreeBSD v1.94.
DragonFly 1.2.0, FreeBSD 5.4, MacOS 10.4, OpenBSD 3.7, etc.
 1.23 15-Mar-2005  peter Sync w/ FreeBSD v1.88, lots of updates for all recent *BSD releases
including NetBSD 2.0.
 1.22 26-Feb-2004  itojun update URL, requested by Wolfram Schneider
 1.21 06-Sep-2003  cjep Sync w/ FreeBSD v1.73 (add FreeBSD 5.1 and BSD/OS 5.0 to the family tree).
 1.20 07-May-2003  itojun sync w/ freebsd 1.72 (includes up to openbsd 3.3)
 1.19 26-Jan-2003  wiz v1.68 from FreeBSD.
 1.18 20-Oct-2002  junyoung netbsd-1-4 branch is EOL'ed.
 1.17 20-Oct-2002  junyoung Pull in the latest from FreeBSD.
 1.16 30-Jul-2002  junyoung Consistent use of 'v'.
 1.15 24-Jul-2002  junyoung Add NetBSD 1.5.3 to the tree as well.
 1.14 24-Jul-2002  junyoung Readd NetBSD 1.5.3. Note that entries should be sorted in chronological
order.
 1.13 24-Jul-2002  junyoung Pull in the latest from FreeBSD tree.
 1.12 23-Jul-2002  grant add NetBSD 1.5.3.
 1.11 26-Nov-2001  itojun branches: 1.11.2;
pull in the latest from freebsd tree. now darwin is listed as well.
 1.10 25-Nov-2001  jhawk Try to reserve "v" (down arrow) to indicate active development,
so, e.g. not between 1.4.2 and 1.4.3.
Note that NetBSD 1.4 development continues at this time ("v").
Note NetBSD 1.5.2 (and continuing 1.5 development).
Correct 1.5.1 release date to Jun 11 not July 11.
Add 1.5.2 release date.
 1.9 12-Jul-2001  itojun sync with freebsd tree. 1.5.1 is listed, couple of updates to URL.
 1.8 28-Jun-2001  itojun sync with freebsd bsd-family-tree 1.47.
reminded to me by Petri Koistinen <pkoistin@cs.stadia.fi>
 1.7 19-Jan-2001  itojun sync with freebsd share/misc/bsd-family-tree.
- lots of BSD/386 and BSD/OS updates.
- recent *BSD releases including NetBSD 1.5.
 1.6 02-Oct-2000  itojun sync with FreeBSD share/misc/bsd-family-tree.
 1.5 07-Jul-1999  abs branches: 1.5.8;
Attempt to remove my head from a somewhat timewarp shaped rear-end and fix the
years for NetBSD 1.3 and 1.3.1. Noted by Noriyuki Soda <soda@sra.co.jp>.
 1.4 29-Jun-1999  abs Fixes and updates (most from Noriyuki Soda <soda@sra.co.jp>)
 1.3 11-May-1999  jwise Reflect NetBSD 1.4, NetBSD 1.3.3 is descended from 1.3.2, not 1.3, consistent
use of | vs. |
| v
 1.2 08-May-1999  abs Clean up - 1.3 is taken from 1.2, not 1.2.1... etc
 1.1 24-Apr-1999  abs Add bsd-family-tree - Wolfram Schneider's FreeBSD work with NetBSD and OpenBSD
entries updated.
 1.5.8.4 25-Nov-2001  he Pull up revision 1.10 (requested by jhawk):
Update to reflect current reality.
 1.5.8.3 29-Jul-2001  he Pull up revisions 1.8-1.9 (requested by itojun):
Update to state after NetBSD-1.5.1.
 1.5.8.2 03-Feb-2001  he Pull up revision 1.7 (requested by itojun):
Keep in sync with current reality. Include up-to-date information
about NetBSD-1.5, BSD/386, BSD/OS and other BSDs.
 1.5.8.1 08-Oct-2000  itojun pullup 1.5 -> 1.6 (approved by releng-1-5)
sync with FreeBSD share/misc/bsd-family-tree.
 1.11.2.10 09-Sep-2003  tron Pull up revision 1.21 (requested by cjep in ticket #1451):
Sync w/ FreeBSD v1.73 (add FreeBSD 5.1 and BSD/OS 5.0 to the family
tree).
 1.11.2.9 09-Sep-2003  tron Pull up revision 1.20 (requested by cjep in ticket #1451):
sync w/ freebsd 1.72 (includes up to openbsd 3.3)
 1.11.2.8 09-Sep-2003  tron Pull up revision 1.19 (requested by cjep in ticket #1451):
v1.68 from FreeBSD.
 1.11.2.7 09-Sep-2003  tron Pull up revision 1.18 (requested by cjep in ticket #1451):
netbsd-1-4 branch is EOL'ed.
 1.11.2.6 09-Sep-2003  tron Pull up revision 1.17 (requested by cjep in ticket #1451):
Pull in the latest from FreeBSD.
 1.11.2.5 09-Sep-2003  tron Pull up revision 1.16 (requested by cjep in ticket #1451):
Consistent use of 'v'.
 1.11.2.4 09-Sep-2003  tron Pull up revision 1.15 (requested by cjep in ticket #1451):
Add NetBSD 1.5.3 to the tree as well.
 1.11.2.3 09-Sep-2003  tron Pull up revision 1.14 (requested by cjep in ticket #1451):
Readd NetBSD 1.5.3. Note that entries should be sorted in chronological
order.
 1.11.2.2 09-Sep-2003  tron Pull up revision 1.13 (requested by cjep in ticket #1451):
Pull in the latest from FreeBSD tree.
 1.11.2.1 09-Sep-2003  tron Pull up revision 1.12 (requested by cjep in ticket #1451):
add NetBSD 1.5.3.
 1.37.8.2 25-Oct-2012  sborrill Pull up the following revisions(s) (requested by riz in ticket #1463):
share/misc/bsd-family-tree: revision 1.46-1.47

Re-add a line from NetBSD 0.8 to FreeBSD 1.0.
Add some missing NetBSD releases: 4.0.1, 5.0.1, 5.0.2 and 5.1.2.
 1.37.8.1 23-Oct-2012  riz Pull up following revision(s) (requested by jnemeth in ticket #1462):
share/misc/bsd-family-tree: revision 1.45
Sync with FreeBSD rev. 241698.
Adds:
- FreeBSD 8.32012-04-18 [FBD]
- OpenBSD 5.12012-05-01 [OBD]
- Mac OS X 10.82012-07-25 [APL]
- NetBSD 6.02012-10-17 [NBD]
 1.37.4.2 25-Oct-2012  sborrill Pull up the following revisions(s) (requested by riz in ticket #1463):
share/misc/bsd-family-tree: revision 1.46-1.47
share/misc/bsd-family-tree: revision 1.47

Re-add a line from NetBSD 0.8 to FreeBSD 1.0.
Add some missing NetBSD releases: 4.0.1, 5.0.1, 5.0.2 and 5.1.2.
 1.37.4.1 23-Oct-2012  riz Pull up following revision(s) (requested by jnemeth in ticket #1462):
share/misc/bsd-family-tree: revision 1.45
Sync with FreeBSD rev. 241698.
Adds:
- FreeBSD 8.32012-04-18 [FBD]
- OpenBSD 5.12012-05-01 [OBD]
- Mac OS X 10.82012-07-25 [APL]
- NetBSD 6.02012-10-17 [NBD]
 1.39.4.1 06-Nov-2007  matt sync with HEAD
 1.40.12.4 25-Oct-2012  sborrill Pull up the following revisions(s) (requested by riz in ticket #1806):
share/misc/bsd-family-tree: revision 1.46-1.47

Re-add a line from NetBSD 0.8 to FreeBSD 1.0.
Add some missing NetBSD releases: 4.0.1, 5.0.1, 5.0.2 and 5.1.2.
 1.40.12.3 24-Oct-2012  riz Pull up following revision(s) (requested by jnemeth in ticket #1804):
share/misc/bsd-family-tree: revision 1.45
Sync with FreeBSD rev. 241698.
Adds:
- FreeBSD 8.32012-04-18 [FBD]
- OpenBSD 5.12012-05-01 [OBD]
- Mac OS X 10.82012-07-25 [APL]
- NetBSD 6.02012-10-17 [NBD]
 1.40.12.2 26-Jan-2009  snj branches: 1.40.12.2.2; 1.40.12.2.6;
Pull up following revision(s) (requested by hubertf in ticket #317):
share/misc/bsd-family-tree: revision 1.42
Sync with Rev. 1.124 from FreeBSD
 1.40.12.1 22-Jan-2009  snj Pull up following revision(s) (requested by cyber in ticket #287):
share/misc/bsd-family-tree: revision 1.41
Recover tls' change in rev1.33 that was clobbered in the rev1.40 sync.
 1.40.12.2.6.2 25-Oct-2012  sborrill Pull up the following revisions(s) (requested by riz in ticket #1806):
share/misc/bsd-family-tree: revision 1.46-1.47

Re-add a line from NetBSD 0.8 to FreeBSD 1.0.
Add some missing NetBSD releases: 4.0.1, 5.0.1, 5.0.2 and 5.1.2.
 1.40.12.2.6.1 24-Oct-2012  riz Pull up following revision(s) (requested by jnemeth in ticket #1804):
share/misc/bsd-family-tree: revision 1.45
Sync with FreeBSD rev. 241698.
Adds:
- FreeBSD 8.32012-04-18 [FBD]
- OpenBSD 5.12012-05-01 [OBD]
- Mac OS X 10.82012-07-25 [APL]
- NetBSD 6.02012-10-17 [NBD]
 1.40.12.2.2.2 25-Oct-2012  sborrill Pull up the following revisions(s) (requested by riz in ticket #1806):
share/misc/bsd-family-tree: revision 1.46-1.47

Re-add a line from NetBSD 0.8 to FreeBSD 1.0.
Add some missing NetBSD releases: 4.0.1, 5.0.1, 5.0.2 and 5.1.2.
 1.40.12.2.2.1 24-Oct-2012  riz Pull up following revision(s) (requested by jnemeth in ticket #1804):
share/misc/bsd-family-tree: revision 1.45
Sync with FreeBSD rev. 241698.
Adds:
- FreeBSD 8.32012-04-18 [FBD]
- OpenBSD 5.12012-05-01 [OBD]
- Mac OS X 10.82012-07-25 [APL]
- NetBSD 6.02012-10-17 [NBD]
 1.42.8.3 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.42.8.2 30-Oct-2012  yamt sync with head
 1.42.8.1 17-Apr-2012  yamt sync with head
 1.43.6.2 26-Oct-2012  sborrill Pull up the following revisions(s) (requested by riz in ticket #641):
share/misc/bsd-family-tree: revision 1.46-1.47

Re-add a line from NetBSD 0.8 to FreeBSD 1.0.
Add some missing NetBSD releases: 4.0.1, 5.0.1, 5.0.2 and 5.1.2.
 1.43.6.1 24-Oct-2012  riz Pull up following revision(s) (requested by jnemeth in ticket #630):
share/misc/bsd-family-tree: revision 1.45
Sync with FreeBSD rev. 241698.
Adds:
- FreeBSD 8.3 2012-04-18 [FBD]
- OpenBSD 5.1 2012-05-01 [OBD]
- Mac OS X 10.8 2012-07-25 [APL]
- NetBSD 6.0 2012-10-17 [NBD]
 1.43.2.2 25-Oct-2012  sborrill Pull up the following revisions(s) (requested by riz in ticket #641):
share/misc/bsd-family-tree: revision 1.46-1.47

Re-add a line from NetBSD 0.8 to FreeBSD 1.0.
Add some missing NetBSD releases: 4.0.1, 5.0.1, 5.0.2 and 5.1.2.
 1.43.2.1 24-Oct-2012  riz Pull up following revision(s) (requested by jnemeth in ticket #630):
share/misc/bsd-family-tree: revision 1.45
Sync with FreeBSD rev. 241698.
Adds:
- FreeBSD 8.3 2012-04-18 [FBD]
- OpenBSD 5.1 2012-05-01 [OBD]
- Mac OS X 10.8 2012-07-25 [APL]
- NetBSD 6.0 2012-10-17 [NBD]
 1.44.2.3 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.44.2.2 23-Jun-2013  tls resync from head
 1.44.2.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.54.2.1 10-Aug-2014  tls Rebase.
 1.56.8.1 18-Jan-2017  skrll Sync with netbsd-5
 1.56.6.2 26-Apr-2017  pgoyette Sync with HEAD
 1.56.6.1 04-Nov-2016  pgoyette Sync with HEAD
 1.56.2.2 12-May-2017  snj Pull up following revision(s) (requested by sevan in ticket #1392):
share/misc/bsd-family-tree: revision 1.59
Sync with r316082 from FreeBSD
 1.56.2.1 18-Dec-2016  snj Pull up following revision(s) (requested by nakayama in ticket #1317):
share/misc/bsd-family-tree: revisions 1.57, 1.58
Sync with FreeBSD r305215
--
Add NetBSD rcs tag which was lost with r1.13.
Add NetBSD 7.0.1
heads up by wiz@
 1.58.2.1 21-Apr-2017  bouyer Sync with HEAD
 1.64.2.4 06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.64.2.3 28-Jul-2018  pgoyette Sync with HEAD
 1.64.2.2 16-Apr-2018  pgoyette Sync with HEAD, resolve some conflicts
 1.64.2.1 22-Mar-2018  pgoyette Synch with HEAD, resolve conflicts
 1.66.2.2 13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.66.2.1 10-Jun-2019  christos Sync with HEAD
 1.75.2.3 21-Jun-2020  martin Pull up following revision(s) (requested by sevan in ticket #967):

share/misc/acronyms: revision 1.302
share/misc/acronyms: revision 1.303
share/misc/acronyms: revision 1.304
share/misc/bsd-family-tree: revision 1.82
share/misc/acronyms-o.real: revision 1.7
share/misc/acronyms-o.real: revision 1.8
share/misc/acronyms.comp: revision 1.302
share/misc/acronyms.comp: revision 1.303
share/misc/acronyms.comp: revision 1.304
share/misc/acronyms.comp: revision 1.305
share/misc/acronyms.comp: revision 1.306
share/misc/acronyms.comp: revision 1.307
share/misc/acronyms: revision 1.300
share/misc/acronyms: revision 1.301

LSO large send offload
Add OWASP
BMP, DGEMM, DIB, GEMM, WMF
Add FHRP, GLBP, HSRP
IME, SCIM
QOI
ACAB
FTP
ACAB (worksafe variant)
FQA GCHQ
URM
BAU
Sync with r359561
 1.75.2.2 28-Apr-2020  martin Pull up following revision(s) (requested by sevan in ticket #861):

share/misc/bsd-family-tree: revision 1.80
share/misc/bsd-family-tree: revision 1.81
share/misc/bsd-family-tree: revision 1.78
share/misc/bsd-family-tree: revision 1.79

Sync with FreeBSD r358254
Sync with r358264 which fixes NetBSD 9.0 release
Update to r359157 from FreeBSD
Sync with FreeBSD r359561
 1.75.2.1 24-Dec-2019  martin Pull up following revision(s) (requested by sevan in ticket #578):

share/misc/bsd-family-tree: revision 1.76
share/misc/bsd-family-tree: revision 1.77

sync with FreeBSD r354417

Update to r355063
 1.85.2.1 02-Aug-2025  perseant Sync with HEAD
 1.16 07-Sep-2012  ginsbach Regenerate to handle changes since 2009-12-14 (Newsletters VI-7 thru VI-13)
 1.15 15-Dec-2009  christos branches: 1.15.6;
commit the auto-generated file
 1.14 20-Oct-2004  tsarna Add FIPS (US Federal Information Processing Standards) PUB 10-4 codes
where possible.
 1.13 20-Oct-2004  tsarna Bring up to date with latest ISO data. Added "AX", changed several
country names to match http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1-semic.txt
and removed "FX", which is an "exceptionally reserved" code (similar to
"UK", "EU", etc). We don't include any of those others here, so I
removed FX.

XXX: The official name of AX is "&aring;land Island". I've entered this
as "Aaland Island" on the advice of Soren Jorvang, keeping this file
ASCII. But perhaps we should consider this file UTF-8 or latin-1 instead?
 1.12 23-Jul-2003  kleink Oops, bump the date for previous.
 1.11 23-Jul-2003  kleink Incorporate ISO 3166/MA Newsletter V-8 (Serbia and Montenegro).
 1.10 10-Apr-2003  kleink Incorporate ISO 3166/MA Newsletter V-6 (Timor-Leste).
 1.9 15-Oct-2002  kleink 2002-05-20:
* Macau -> Macao
* East Timor: TP -> TL.
 1.8 26-Feb-2002  kleink branches: 1.8.2;
While we're here, roll forward the up-to-date tag.
 1.7 26-Feb-2002  kleink ISO 3166/MA web pages have moved.
 1.6 13-Oct-2000  hubertf Correct comment describing format of this file (missing "<TAB>").
Adresses PR 11209 by Masao Uebayashi <uebayasi@soum.co.jp>
 1.5 02-Dec-1999  kleink branches: 1.5.4;
Add a couple of comments, as requested by Hubert Feyrer.
 1.4 30-Nov-1999  kleink As observed in ISO 3166-1, expand `St.' to `Saint' for Saint Helena and Saint
Pierre and Miquelon.
 1.3 30-Nov-1999  kleink Sync with ISO 3166-1 as of 1999-10-01:
* Vatican City State -> Holy See
* Zaire -> The Democratic Republic of the Congo
 1.2 30-Nov-1999  kleink Add Palestinian Territory, Occupied; from ISO 3166-1 as of 1999-10-01.
 1.1 03-Sep-1999  christos branches: 1.1.4;
Import country and language iso codes from my work database.
 1.1.4.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.5.4.1 16-Oct-2000  tv Pullup 1.6 [hubertf]:
Correct comment describing format of this file (missing "<TAB>").
Adresses PR 11209 by Masao Uebayashi <uebayasi@soum.co.jp>
 1.8.2.1 07-Dec-2002  he Pull up revision 1.9 (requested by kleink in ticket #913):
Update to 20 May 2002 version.
 1.15.6.1 30-Oct-2012  yamt sync with head
 1.10 30-Apr-2023  nikita domains: re-gen with fix.
 1.9 30-Apr-2023  nikita domains: re-gen
 1.8 02-Jun-2013  rodent branches: 1.8.38;
+sx Sint Maarten
-yu Yugoslavia; deprecated on 2010-03-30 [1]

[1]:
http://web.archive.org/web/20100201171046/http://www.rnids.rs/en/node/67
 1.7 29-Sep-2007  hubertf branches: 1.7.28; 1.7.34;
regen
 1.6 17-Nov-2004  wiz branches: 1.6.16;
Update from http://www.iana.org/cctld/cctld-whois.htm via
Ossi Herrala in PR 26632.
 1.5 02-Mar-2003  jhawk Re-gen (via make -f update-domains).
No actual changes.
 1.4 15-Oct-2002  kleink Update list to 2001-11-26 data.
While here, sort by domain (rather than country) and capitalize country
names.
 1.3 05-Apr-2000  hubertf branches: 1.3.6;
Use "uk" for the United Kingdom, not "gb". (there's only one domain
remaining under .gb and the organisation concerned doesn't use it
any more).

Addresses PR 9789 by dot@dotat.at
 1.2 06-Jan-1999  hubertf Fix for countries with more than one word, pointed out by
William O Ferry <woferry@iname.com>
 1.1 05-Jan-1999  hubertf Import TLD list per ISO 3166, as of Thu Aug 7 17:59:51 MET DST 1997
 1.3.6.1 07-Dec-2002  he Pull up revision 1.4 (requested by kleink in ticket #914):
Update list to 26 Nov 2002 data. Re-sort, and capitalize
country names.
 1.6.16.1 06-Nov-2007  matt sync with HEAD
 1.7.34.1 23-Jun-2013  tls resync from head
 1.7.28.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.8.38.1 09-Aug-2023  martin Pull up following revision(s) (requested by nikita in ticket #314):

share/misc/domains: revision 1.9
share/misc/Makefile: revision 1.39
share/misc/domains: revision 1.10
share/misc/Makefile: revision 1.40

fix update-domains rule.
domains: re-gen
update-domains: replace missed html.
domains: re-gen with fix.
 1.3 29-Sep-2007  hubertf Fix the update-domains target:
update domains.sed to parse new HTML structure, and greatly simplify
it at the same time.
 1.2 02-Mar-2003  jhawk branches: 1.2.22;
Strip carriage returns in domains.sed, not with tr in Makefile.
 1.1 02-Mar-2003  jhawk sed script to parse cctld-whois.htm and produce the "domains" file
 1.2.22.1 06-Nov-2007  matt sync with HEAD
 1.1 23-Aug-2024  wiz branches: 1.1.2; 1.1.6;
Add basic clang-format configuration file for NetBSD sources.
 1.1.6.2 02-Aug-2025  perseant Sync with HEAD
 1.1.6.1 23-Aug-2024  perseant file dot.clang-format was added on branch perseant-exfatfs on 2025-08-02 05:55:18 +0000
 1.1.2.2 12-Sep-2024  martin Pull up following revision(s) (requested by rin in ticket #854):

distrib/sets/lists/base/mi: revision 1.1349
share/misc/dot.clang-format: revision 1.1
share/misc/Makefile: revision 1.41

Add basic clang-format configuration file for NetBSD sources.
 1.1.2.1 23-Aug-2024  martin file dot.clang-format was added on branch netbsd-10 on 2024-09-12 20:12:10 +0000
 1.2 09-Jan-1998  perry RCS Id Police.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.3 17-Nov-2012  mbalmer Correct spelling of "Lily" and "Camellia". From FreeBSD.
 1.2 26-Mar-1997  mikel branches: 1.2.68; 1.2.74;
merge lite-2 changes
 1.1 26-Mar-1997  mikel branches: 1.1.1;
Initial revision
 1.1.1.1 26-Mar-1997  mikel import 4.4BSD-Lite2 versions
 1.2.74.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.2.68.1 16-Jan-2013  yamt sync with (a bit old) head
 1.6 15-Sep-1999  hubertf This file is hopeless outdated & broken and would need some rework to
get it going. Given that we have a decent example in the getopt(3) manpage
and lots of working getopt() examples in our source, this is removed.
 1.5 01-Nov-1997  lukem getopt returns -1 not EOF
 1.4 26-Mar-1997  mikel RCSid police
 1.3 29-Mar-1994  cgd upd.
 1.2 26-Mar-1994  cgd typo
 1.1 26-Mar-1994  cgd style guide
 1.3 02-Mar-2000  lukem change from -di8 to -di0 (the indentation, in character positions, from a
declaration keyword to the following identifier)
 1.2 21-Aug-1999  hubertf Indent "else if" the NetBSD way.
 1.1 26-Jan-1999  thorpej An 'indent' profile which almost gets you KNF. from polk@bsdi.com.

This was committed to a different part of the repository in 1993. Arguably,
it should have been here from the start.
 1.34 23-Feb-2021  mrg update the list of prefixes/regions/towns in ireland. from:

https://en.wikipedia.org/wiki/Telephone_numbers_in_the_Republic_of_Ireland

(i got a call from letterkenny!)
 1.33 19-Apr-2020  is New Greek National Numbering Plan, according to the EETT decision published
in the Greek Government Gazette 127 B/8.2.2001
 1.32 04-Mar-2020  fcambus Fix area code for Czestochowa and add area code for Tarnow.

While there, fix names for some other Polish cities.
 1.31 12-Jun-2019  mrg branches: 1.31.2;
update this to as much reality of 2019 as i can find on the web.
 1.30 08-Feb-2018  wiz branches: 1.30.4;
Convert inter.phone from iso-8859-1 to utf-8.

Suggested by Eitan Adler in PR 52990.
 1.29 06-May-2014  zafer Update Turkey. Add cities with a population greater than one million.
 1.28 06-May-2014  gson Add country codes for Lithuania, Latvia, and Estonia
 1.27 06-Mar-2012  mbalmer branches: 1.27.2; 1.27.8;
Add a few.
 1.26 27-May-2011  drochner branches: 1.26.4;
add Upper Volta (Burkina Faso)
(got a nigeria-style spam mail with a phone number and was curious
where it came from)
 1.25 31-May-2007  wiz Updates for Switzerland and Liechtenstein.
 1.24 10-Apr-2003  salo Fix prefix for Bratislava, it has changed from 7 to 2.
Add entries for all areas in Slovak Republic.
 1.23 28-Mar-2003  chris Neither Reading or Scarborough is as important as Slough, Maidenhead or
High Wycombe, so I'll add them.
 1.22 28-Mar-2003  skrll Scarborough is at least (if not more) important than Bracknell.
 1.21 27-Mar-2003  agc Some UK-centric corrections:
Correct the code for Leicester.
Add codes for other important places (Reading, Bracknell).
Order UK area codes numerically.
 1.20 02-Apr-2002  ragge Add Lulea. Someone may want to call me.
 1.19 26-Apr-2001  kleink While we're here, add Erlangen, Germany.
 1.18 25-Apr-2001  wiz Update and add some Austrian prefixes.
 1.17 23-Mar-2001  hubertf Update lots of cities from Poland. Also, Poland was People's Republic until
1989, how people hate the name because it sounds so socialist.

Patch sent by Tomasz Luchowski <zuntum@netbsd.org> in private mail.
 1.16 11-Dec-2000  ad London switched area codes earlier this year. While there's supposedly only
one code, for the moment they still map to inner and outer London (as the
old ones did), so supply two codes.
 1.15 11-Dec-2000  hubertf Update, submitted by petri.koistinen@iki.fi in PR 11691
 1.14 30-Nov-2000  soren Danish area codes have faded away.
 1.13 05-Sep-2000  kleink + Trier, FRG.
 1.12 05-Dec-1999  jdolecek branches: 1.12.4;
g/c Czechoslovakia as it doesn't exist anymore, add correct entries for
Czech Republic and Slovak Republic
 1.11 30-Nov-1999  jwise Nix that, apparently the prefered form is simply `Romania'
 1.10 30-Nov-1999  jwise Romania, Socialist Republic of -> Romania, Republic of (this is correct, but
the appropriate standards should be checked anyhow (HI KLAUS!)).
 1.9 21-Nov-1999  tron Update for regional telephone codes in Finland supplied by
Antti Kantee in PR misc/8839.
 1.8 05-Jan-1999  pk branches: 1.8.6;
Updates from Niger Reed (PR#6734)
 1.7 15-Oct-1997  lukem fix some australian entries. (simon burge <simonb@telstra.com.au> [misc/4274])
 1.6 06-Oct-1997  hubertf German Democratic Republic -> Federal Republic of Germany,
plus some new ones.
 1.5 17-Apr-1997  mikel update some .nl prefixes; from Janjaap van Velthooven <janjaap@stack.nl>
in OpenBSD PR 160.
 1.4 26-Mar-1997  mikel merge lite-2 changes
 1.3 07-Apr-1996  neil $NetBSD$ RCS IDs
 1.2 07-Apr-1996  neil Update for phONE day, and also split for London Inner/Outer 171/181
area code change.

XXX This file is quite out of date. The above sorts out the UK
but no doubt more needs to be done. sned-pr any changes please.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 26-Mar-1997  mikel import 4.4BSD-Lite2 versions
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.8.6.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.12.4.1 30-Mar-2001  he Pull up revision 1.17 (requested by hubertf):
Add a few cities in Poland, and correctly note the official name
for Poland post-1989.
 1.26.4.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.26.4.1 17-Apr-2012  yamt sync with head
 1.27.8.1 10-Aug-2014  tls Rebase.
 1.27.2.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.30.4.3 21-Apr-2020  martin Sync with HEAD
 1.30.4.2 13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.30.4.1 08-Apr-2020  martin Merge changes from current as of 20200406
 1.31.2.2 28-Apr-2020  martin Pull up following revision(s) (requested by sevan in ticket #862):

share/misc/airport: revision 1.68
share/misc/inter.phone: revision 1.32

Fix area code for Czestochowa and add area code for Tarnow.
While there, fix names for some other Polish cities.
Add LUZ and WMI airports (Poland).
 1.31.2.1 28-Apr-2020  martin Pull up following revision(s) (requested by sevan):

share/misc/acronyms.comp: revision 1.295
share/misc/acronyms.comp: revision 1.296
share/misc/acronyms.comp: revision 1.297
share/misc/acronyms.comp: revision 1.298
share/misc/acronyms.comp: revision 1.299
share/misc/acronyms: revision 1.292
share/misc/acronyms: revision 1.293
share/misc/acronyms: revision 1.294
share/misc/acronyms: revision 1.295
share/misc/acronyms: revision 1.296
share/misc/acronyms: revision 1.297
share/misc/acronyms: revision 1.298
share/misc/acronyms: revision 1.299
share/misc/acronyms.comp: revision 1.300
share/misc/acronyms.comp: revision 1.301
share/misc/inter.phone: revision 1.33

Add WP
From Rocky Hotas, thanks!

CCC, CPA, MDMA, SEO, WLW

SEO - already in comp

move some more to comp

Typo - heads up by Thorsten Glaser

LAG, MLAG, the G is for group, adjust MCLAG

Add RIF (reduction in force).

SSTP

Add TLDW
From Rocky Hotas, thanks!

Add HPD
From Rocky Hotas, thanks!

New Greek National Numbering Plan, according to the EETT decision published
in the Greek Government Gazette 127 B/8.2.2001

Add RFI, RFP

EPT extended page tables

SCSI OSD

PCBC
 1.4 10-Mar-2014  mbalmer reformat comment
 1.3 13-Sep-2003  kleink branches: 1.3.54; 1.3.60;
Fix one formatting botch.
 1.2 13-Sep-2003  kleink Overhaul; replace with current data from the ISO 639/JAC site and adopt
the format of the country table.
 1.1 03-Sep-1999  christos Import country and language iso codes from my work database.
 1.3.60.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.3.54.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.2 07-Sep-2012  ginsbach - Fix broken links (ISO web site reorganized). Script now works again.
- Use a few more variables so that it will be easier to change the
next time ISO shuffles the deck.
 1.1 15-Dec-2009  christos branches: 1.1.6;
Add a script to update the countries ISO/FIPS list.
 1.1.6.1 30-Oct-2012  yamt sync with head
 1.3 09-Jun-1998  lukem add SECURITY CONSIDERATIONS
 1.2 25-Mar-1997  mikel expand on these a bit.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.7 10-Jul-2002  yamt change section order. (CAVEATS before BUGS)
suggested by Thomas Klausner in private mail.
 1.6 10-Jul-2002  yamt add CAVEATS section. discussed on tech-userlevel.
 1.5 12-Jan-2002  wiz Mention LIBRARY section, and some minor changes.
 1.4 28-Aug-2000  kleink Document an ``EXIT STATUS'' section appropriate for section one and eight
commands and utilities.
 1.3 09-Jun-1998  lukem add SECURITY CONSIDERATIONS
 1.2 25-Mar-1997  mikel expand on these a bit.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.20 28-Jan-2023  jmcneill Regen
 1.19 16-Feb-2010  mrg update this a little bit.
 1.18 03-Mar-2003  jhawk re-gen with new machinery. Finally up-to-date.
 1.17 13-Sep-2002  atatat Add new numbers, remove some stars, and mildly sort it so that it's
actually in numeric order.
 1.16 02-Aug-2002  soren Fix comment about format.
Fixes PR misc/17722 from David MacKenzie.
 1.15 08-Jul-2001  tv branches: 1.15.2;
Fix gross errors in state abbreviations, add missing state abbreviations,
remove stray whitespace at end of some lines.
 1.14 21-Mar-2001  fair Commit the patch from PR 11314 containing corrections for abbreviations.
 1.13 16-Oct-1999  christos branches: 1.13.6;
Resolve conflicts
 1.12 04-Oct-1999  garbled Update with new 623 and 480 area codes for Arizona. Not positive about
how Phoenix divides on those lines, but the whole thing is rediculously
confusing anyhow.
 1.11 15-Oct-1997  sommerfe branches: 1.11.6;
Fix PR's 4262, 4273 (Massachusetts area code split).
Towns included are ones nominated as "interesting" by various NetBSD
users and developers.
 1.10 15-Oct-1997  fair Add a few cities in the "Silicon Valley" which are now part of area
code 650 which becomes mandatory on Jan 31, 1998. These cities are
south of San Franciso proper, and north of the 408 area code boundary
(essentially what the locals call "The Peninsula").

Note that on Nov 1, 1997, the area of north eastern California
outside of Sacramento will leave area code 916 and become 530.
 1.9 17-Apr-1997  mikel fix area codes (210, 512, 817) of some Texas cities; from
Dave Huang <khym@bga.com>.
also added some more codes that took effect in April 1997.
 1.8 01-Apr-1997  mikel update; from Dave Huang in PR misc/3383 and the Bellcore NANP WWW site.
 1.7 26-Mar-1997  mikel merge lite-2 changes
 1.6 12-Aug-1996  explorer add new area code ; closes pr misc/2627
 1.5 09-Jul-1996  thorpej Add Oakland and Berkeley, CA (510 area code) as suggested by
Michael I. Bushnell <mib@gnu.ai.mit.edu>.
 1.4 31-Dec-1995  thorpej Reflect recent area code chagnes, per PR #1843, from Andrew Carey
<careya@PEAK.ORG>.
 1.3 06-Oct-1995  briggs Add my new area code, sort, and Ohih -> Ohio.
 1.2 02-Oct-1995  hpeyerl Changes to update new area codes. From 'TELECOM Digest" archives.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.3 16-Oct-1999  christos PR/8629: Eric E. Fair: na.phones is hopelessly out of date.
Import a new one from http://www.teltronics.com/nanp2.html
 1.1.1.2 26-Mar-1997  mikel import 4.4BSD-Lite2 versions
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.11.6.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.13.6.1 22-Mar-2001  he Pull up revision 1.14 (requested by fair):
A few corrections for abbreviations. Fixes PR#11314.
 1.15.2.1 16-Jun-2003  grant Pullup revisions 1.16-1.18 (requested by jhawk, ticket #1189):

Fix comment about format.
Fixes PR misc/17722 from David MacKenzie.

Add new numbers, remove some stars, and mildly sort it so that it's
actually in numeric order.

re-gen with new machinery. Finally up-to-date.
 1.1 03-Mar-2003  jhawk From na.phone (rev 1.17): our local customizations that are not
in the NANPA database (city names, overlay information, etc.)
 1.1 26-Mar-2003  tsarna North American postal region codes table. These are the two letter
"State or Province" codes seen in US, Canadian, and a few other
addresses. Eg, MT for Montana, ON for Ontario, etc. Includes all the
"wierd" ones that many people don't know, like AA, GU, PW, etc.

This information was compiled from a half dozen websites, as there
didn't seem to be (before this) a good complete list.

Discussed with christos, oster, david, and others.
 1.3 28-Jan-2023  jmcneill Catch up to 20 years of HTML and URL changes.
 1.2 13-Mar-2003  jhawk Note todo item (overlay/split info for non-future areacodes)
 1.1 03-Mar-2003  jhawk Download and parse area code database from NANPA.COM
 1.3 28-Jan-2023  jmcneill Catch up to 20 years of HTML and URL changes.
 1.2 25-Dec-2006  wiz Spell "separate" correctly. From Zafer Aydogan.
 1.1 03-Mar-2003  jhawk Parse HTML tables from NANPA.COM (used by nanpa.awk to produce
na.phone)
 1.4 18-Jan-2011  uwe Bring over improvements from FreeBSD.

List all of the assignment operators explicitly, for those who have
been traumatized by perl.

Add C++ operators (from Christoph Mallon <christoph.mallon@gmx.de>)

Markup improvements to make PostScript output pretty.

Bring back FILES section now that /usr/share/misc/operator is
resurrected.
 1.3 18-Jan-2011  jruoho The drama club has spoken. Put this killer feature of NetBSD back.
 1.2 17-Jan-2011  jruoho Remove /usr/share/misc/operator.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.77 29-Jan-2024  rin style: One more typo, NFC
 1.76 24-Jan-2024  rin style: Fix typo, NFC

"it it" --> "it is" (across a newline)
 1.75 07-Aug-2023  riastradh style(5): Advise against new struct typedefs and explain why.

Proposed on tech-kern:
https://mail-index.netbsd.org/tech-kern/2023/07/11/msg028950.html

Positive feedback to general concept, negative feedback to specifics
and phrasing of the first iteration but no objections to latest
iteration after several weeks at:
https://mail-index.netbsd.org/tech-kern/2023/07/16/msg028994.html
 1.74 21-Apr-2023  rillig style: remove mentions of ANSI C

The distinction between traditional C and ISO C90 or later is no longer
needed in the style guide. Any old-style code is caught by the
compilers.

https://mail-index.netbsd.org/tech-userlevel/2023/04/15/msg013768.html
https://mail-index.netbsd.org/tech-userlevel/2023/04/17/msg013776.html
 1.73 17-Apr-2023  dholland share/misc/style: Don't prescribe using "extern.h" for all prototypes.

That's very 80s.

No objection (or even response, amazingly enough) on tech-userlevel in
two weeks.
 1.72 15-Apr-2023  rillig style: fix spelling of plural parentheses
 1.71 14-Apr-2023  rillig style: don't require sorting variables in functions

Sorting the variables by size would be platform-dependent and thus is
not possible.

Sorting the variables alphabetically may or may not make the code easier
to read, and the example given below that rule doesn't follow it,
otherwise the correct order would be 'eight, eleven, nine, ten,
thirteen, twelve'.

https://mail-index.netbsd.org/tech-userlevel/2023/04/11/msg013749.html
 1.70 11-Apr-2023  riastradh style(5): Omit redundant proscription against .c externs in previous.
 1.69 30-Mar-2023  riastradh style(5): Forbid extern in .c files.

Discussed on tech-userlevel (bcc tech-kern):
https://mail-index.netbsd.org/tech-userlevel/2023/03/15/msg013727.html
 1.68 14-Feb-2023  jschauma exit with EXIT_FAILURE, not 1, as elsewhere
 1.67 30-Dec-2022  jkoshy Move a style recommendation closer to the syntax that it describes.
 1.66 30-Dec-2022  jkoshy C99: Suggest using narrow scopes for loop indices.
 1.65 29-Dec-2022  jkoshy Terminate a sentence with a full stop.
 1.64 10-Mar-2022  rillig share/misc/style: lint no longer needs CONSTCOND in do-while-loops

Since usr.bin/xlint/lint1/tree.c 1.202 from 2021-01-31, lint recognizes
the common idiom 'do { ... } while (0)' and no longer complains about
its constant condition; see tests/usr.bin/xlint/lint1/msg_161.c.
 1.63 10-Mar-2022  rillig share/misc/style: clarify enum example code

The only purpose of the enum example is to show that enum constants are
written in uppercase.

The previous code could be mistakenly interpreted as requiring each
definition of an enum type to also define a global variable of that
type, and to make the variable name the abbreviated type name. Even if
the enum type were prefixed with 'typedef', choosing different names for
the tag and the typedef would not be necessary.

To avoid these possible misinterpretations above, remove the variable
name from the declaration.
 1.62 28-Mar-2021  christos Clarify and explain the rationale for parentheses in sizeof and return as
discussed.
 1.61 28-Mar-2021  christos - EXIT_FAILURE instead of 1
- %j instead of PRI for *intmax_t
- != -1 instead of < 0 for syscalls
 1.60 29-Nov-2020  rillig style: fix typo
 1.59 02-Aug-2020  riastradh Remove confusing advice about macros that might expand to nothing.

Such macros should not exist; as advised earlier in the file, they
should expand to `__nothing' (literally) from <sys/cdefs.h> which
itself expands to ((void)0) precisely so that the problem this advice
sought to avoid does not arise.
 1.58 02-Aug-2020  riastradh Update style around single-line braces according to discussion.

https://mail-index.netbsd.org/tech-userlevel/2020/07/12/msg012536.html
https://mail-index.netbsd.org/tech-kern/2020/07/12/msg026594.html

Retain some examples of technically unnecessary braces that likely
aid legibility from the previous commit.
 1.57 02-Aug-2020  lukem style: revert previous

I misintepreted the consensus.
 1.56 01-Aug-2020  lukem style: prefer braces for single statement control statements

Prefer to use { braces } around single statements after
control statements, instead of discouraging them.

Per discussion on tech-userlevel & tech-kern, where the significant
majority of developers who responded (including current and former
core members) prefer this new style.
 1.55 26-Jul-2020  rillig style: fix typo about enum constants being capitalized
 1.54 28-Jan-2019  christos document how we want to use __nothing
 1.53 23-May-2016  salazar branches: 1.53.16;
fix spelling mistakes
 1.52 24-Oct-2015  christos Amend variable initialization in the declarations comment.
 1.51 08-Mar-2013  christos PR/47632: Supratim Chakraborty: Spelling Mistake for Variadic functions
 1.50 27-Jun-2012  riastradh branches: 1.50.2;
Elaborate and clarify rules about #include order.

ok christos
 1.49 01-Sep-2011  christos branches: 1.49.2;
explain NULL casts
 1.48 27-Aug-2011  joerg Prototyping main is silly and shouldn't be encouraged.
 1.47 30-Oct-2010  christos make usage dead.
 1.46 24-Apr-2010  christos Be explicit about sizeof(*var) being preferred over sizeof(type).
 1.45 15-Feb-2009  dholland Avoid trailing whitespace. It is definitely against the style rules.
 1.44 09-Sep-2008  jschauma branches: 1.44.4;
move punctuation of a complete sentence into its parens
 1.43 20-Jul-2008  lukem Remove the \n from the __COPYRIGHT example; what(1) stops extracting
at them, so we lose most of the message.
 1.42 16-Feb-2008  apb branches: 1.42.4; 1.42.8;
Don't mention <machine/int_fmtio.h>; code should just
include <inttypes.h> to get intmax_t, PRIdMAX, and friends.
 1.41 20-Sep-2007  plunky getopt uses : when an argument is expected
 1.40 26-May-2007  christos branches: 1.40.4;
Fix reversed test and missing +; from Joerg Niendorf
 1.39 13-Apr-2007  darcy Add entry about making include files self-sufficient.
 1.38 02-Nov-2006  christos update brace comments to reflect current reality.
 1.37 25-Feb-2006  wiz Mention the preferred option order in
getopt(), usage(), and man page.
Suggest describing newly added options in usage() and man page.
 1.36 25-Aug-2005  briggs Add some comments about using inttypes.h / int_fmtio.h macros.
Show use of PRIdMAX, PRIxMAX, PRId64, PRIx32, and refer to SCN*.
Inspired by comments from Roland Illig and others.
 1.35 20-Aug-2005  rillig Partly reverted my last change. I had forgotten that off_t is a signed
data type.
 1.34 20-Aug-2005  rillig Don't cast unsigned values to long long. They might overflow.
 1.33 20-Aug-2005  rillig Use exit(EXIT_FAILURE) instead of exit(1).
 1.32 10-Jun-2005  junyoung More clarification on uintN_t.
 1.31 03-Feb-2005  christos Make comment more specific.
 1.30 02-Feb-2005  christos fix accidental join that made the comment look like functions that
return ``void *'' should not be cast'ed.
 1.29 01-Feb-2005  christos Add missing (void) cast to printf return.
Prefer returning from main rather than calling exit.
 1.28 03-Jan-2005  wiz Add uint32_t as example (so that it is implicitly clear we prefer the C99 types).
 1.27 27-Sep-2003  simonb Use uintN_t in code example instead of u_intN_t. Agrees with current
standards (and more importantly Klaus too :-).
 1.26 05-Aug-2003  jmmv Recommend EXIT_SUCCESS and EXIT_FAILURE for exit status, instead of directly
using 0 and 1 values, respectively.
 1.25 17-Apr-2003  lukem check strtol for ERANGE overflow too...
 1.24 10-Mar-2003  lukem There's no need anymore to protect __COPYRIGHT() and __RCSID() with:
#ifndef __lint
...
#endif
 1.23 04-Mar-2003  fvdl Return value style update (no parentheses)
 1.22 02-Mar-2003  jhawk Amend rev 1.21: there is insufficient concensus on #define<TAB>.
Permit any whitespace after #define, but mandate consistency of
TABs within a file.
 1.21 23-Feb-2003  jhawk Clarify that macros should be #define<TAB>; it's important to specify this
in the actual document, just not in the cvs logs (cf. rev 1.15).
 1.20 23-Oct-2001  kleink branches: 1.20.2;
Inspired by rev. 1.18: consistency, pull in <assert.h> for _DIAGASSERT().
 1.19 23-Oct-2001  kleink As discussed with Luke, add a short _DIAGASSERT(3) example.
Fixes PR lib/14324.
 1.18 21-Feb-2001  cgd add include of stdlib.h, for use of setprogname() & getprogname()
 1.17 19-Feb-2001  cgd nuke __progname, suggest setprogname() and getprogname()
 1.16 06-Sep-2000  enami Fix typos.
 1.15 04-Sep-2000  lukem - fix spelo
- be consistent with #define<TAB> for macros
 1.14 10-Mar-2000  lukem add example on how to printf 64 bit quantities
 1.13 10-Mar-2000  lukem fix comment around CONSTCOND
 1.12 02-Mar-2000  lukem major overhaul:
* require ANSI not K&R for prototypes, stdargs, etc
* document current practice for
- rcsids & copyright
- header file inclusion protection
- expressions, and multi-statement macros
- enum & struct decls
- empty and large statements
- wrapping long lines, prototypes, function decls
 1.11 03-Jul-1999  abs Fix error in example - from VaX#n8 <vax@linkdead.paranoia.com>
 1.10 29-Jan-1999  scottr Add a pointer to the indent(1) profile, and a disclaimer regarding same.
 1.9 20-Jan-1999  lukem provide a better parenthesis example. from Brian Grayson in [misc/6714]
 1.8 01-Sep-1998  simonb Function type declarations are manatory now.
 1.7 09-Feb-1998  enami Make C sentense end with `;'.
 1.6 30-Aug-1996  thorpej RCS id police. Side effect: shows the RCS id style we prefer :-)
 1.5 31-Mar-1996  scottr getopt() returns -1 when the arg list is exhausted, not EOF. Ironic
that it should show up here...
 1.4 10-Apr-1995  briggs Minor grammatical nit: "have too" -> "have to."
 1.3 19-Dec-1994  cgd s/externs.h/extern.h/
 1.2 26-Mar-1994  cgd style guide
 1.1 06-Aug-1993  cgd overall source code style guide. it is king. revere it.
 1.20.2.1 02-Jun-2003  tron Pull up revision 1.23 (requested by mason in ticket #1191):
Return value style update (no parentheses)
 1.40.4.2 23-Mar-2008  matt sync with HEAD
 1.40.4.1 06-Nov-2007  matt sync with HEAD
 1.42.8.1 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.42.4.1 05-Oct-2008  mjf Sync with HEAD.
 1.44.4.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.49.2.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.49.2.1 30-Oct-2012  yamt sync with head
 1.50.2.1 23-Jun-2013  tls resync from head
 1.53.16.1 10-Jun-2019  christos Sync with HEAD
 1.3 10-Mar-2014  mbalmer add a nice CVS marker
 1.2 10-Mar-2014  mbalmer note that kropla.com/dialcode.htm redirects to countrycode.org
 1.1 07-Jul-2001  christos branches: 1.1.56; 1.1.62;
This file should replace inter.phone (since inter.phone is incomplete
and does not include NDD and IDD), but I am not removing inter.phone
for now because it has some city codes and people might find those useful
 1.1.62.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.56.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.8 06-Mar-2012  pgoyette Add another missing zipcode - this is where I live!
 1.7 06-Mar-2012  mbalmer Add a missing zipcode.
 1.6 11-May-2003  wiz branches: 1.6.54;
Add Centreville, and fix 22015. From Sean Davis in PR 21407.
 1.5 26-Mar-1997  mikel merge lite-2 changes
 1.4 30-Dec-1995  thorpej Add missing zipcode for Ames, IA, from Michael Graff, PR #1869.
 1.3 30-Dec-1995  thorpej Add missing zipcode for Manteca, CA. Fixes PR #934, from Barry Books
<bfb@planet-texas.com>.
 1.2 15-Sep-1993  jtc Fix typo: San Francisco, GU -> San Francisco, CA
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 26-Mar-1997  mikel import 4.4BSD-Lite2 versions
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.6.54.1 17-Apr-2012  yamt sync with head

RSS XML Feed