summaryrefslogtreecommitdiff
path: root/share/misc
AgeCommit message (Collapse)Author
2023-07-06+CAC - cryptographic access controljschauma
2023-06-15+CNA (CVE Numbering Authority)jschauma
2023-06-12Add DPDK.alnsn
2023-06-11+DPAAdholland
2023-05-26+CRDT conflict-free replicated data typejschauma
+UDS Unix Domain Socket
2023-05-15+LRO Large Receive Offload, +RSC Receive Segment Coalescing (win counterpart)andvar
PR 57408
2023-04-30domains: re-gen with fix.nikita
2023-04-30update-domains: replace missed html.nikita
2023-04-30domains: re-gennikita
2023-04-30fix update-domains rule.nikita
2023-04-21style: remove mentions of ANSI Crillig
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
2023-04-17share/misc/style: Don't prescribe using "extern.h" for all prototypes.dholland
That's very 80s. No objection (or even response, amazingly enough) on tech-userlevel in two weeks.
2023-04-15style: fix spelling of plural parenthesesrillig
2023-04-14style: don't require sorting variables in functionsrillig
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
2023-04-11style(5): Omit redundant proscription against .c externs in previous.riastradh
2023-04-04+RBL, DNSBLjschauma
reputation block list real-time blackhole list DNS block list
2023-04-01+PIR (private information retrieval)jschauma
2023-03-30style(5): Forbid extern in .c files.riastradh
Discussed on tech-userlevel (bcc tech-kern): https://mail-index.netbsd.org/tech-userlevel/2023/03/15/msg013727.html
2023-03-23+ALPN (application-layer protocol negotiation; a TLS extension)jschauma
2023-03-15+BQP bounded-error quantum polynomial timejschauma
+KEM key encapsulation mechanism +PQC post-quantum cryptography
2023-03-14Add SPIR (standard portable intermediate representation).fcambus
2023-03-07Add:thorpej
HCC - Home Cable Computer HCCA - Home Cable Computer Adaptor (yes, that is the original spelling)
2023-03-03add CMC (Certificate Management over CMS, RFC5272)jschauma
add CMS (Cryptographic Message Syntax, RFC5652)
2023-03-01Add RTTI (run-time type information).fcambus
2023-03-01Add TU (translation unit).fcambus
2023-03-01Add RAII (resource acquisition is initialization).fcambus
2023-03-01Add IR (intermediate representation) and MLIR (multi-level IR).fcambus
2023-03-01Add NHACP (NABU HCCA Application Communication Protocol)thorpej
2023-02-28Add DWARF (Debugging With Attributed Record Formats).fcambus
2023-02-28Add PE (portable executable).fcambus
We have an entry for COFF, so it makes sense to add PE as well.
2023-02-28Add KASAN (Kernel Address Sanitizer).fcambus
2023-02-28Add GUS (Gravis UltraSound).fcambus
2023-02-28Remove duplicate entry for RCS, keep the capitalized version to match CVS.fcambus
2023-02-28Add GCC (GNU Compiler Collection).fcambus
2023-02-28Remove sanitizer mention for CFI, it's a general term.fcambus
2023-02-27Add PGO (profile guided optimization).fcambus
2023-02-14exit with EXIT_FAILURE, not 1, as elsewherejschauma
2023-01-28Regenjmcneill
2023-01-28Catch up to 20 years of HTML and URL changes.jmcneill
2023-01-26+ABE attribute-based encryptionjschauma
+TEE Trusted Execution Environment
2022-12-30Move a style recommendation closer to the syntax that it describes.jkoshy
2022-12-30C99: Suggest using narrow scopes for loop indices.jkoshy
2022-12-29Terminate a sentence with a full stop.jkoshy
2022-12-08+AEAD, HKDF, NMR, SIVjschauma
2022-12-06+ROP - return-oriented programmingjschauma
2022-12-05+CSPM - cloud security posture managementjschauma
2022-09-26add PFA (please find attached)jschauma
2022-09-09Add YMMDpgoyette
2022-08-07Update what has been released by the BSD family during the lastast
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>
2022-03-20s/circut/circuit/ and s/circiut/circuit/ in comments and acronyms file.andvar