User Details
- User Since
- Apr 6 2017, 10:41 PM (451 w, 6 d)
Fri, Nov 14
This might be because Juniper's code base isn't up to date with 16-current:
/w/main/src/sys/dev/tpm/tpm_crb.c:104:14: error: use of undeclared identifier 'ACPI_TPM2_COMMAND_BUFFER_WITH_PLUTON'
.acpi_sm = ACPI_TPM2_COMMAND_BUFFER_WITH_PLUTON,
^/w/main/src/sys/dev/tpm/tpm_crb.c:151:25: error: invalid application of 'sizeof' to an incomplete type 'const struct tpmcrb_sm_cfg_map[]'
for (size_t i = 0; i < nitems(tpmcrb_sm_cfg_map); i++) {
^~~~~~~~~~~~~~~~~~~~~~~~~/w/main/src/sys/sys/param.h:321:26: note: expanded from macro 'nitems'
#define nitems(x) (sizeof((x)) / sizeof((x)[0]))
^~~~~
2 errors generated.
This patch didn't make my Juniper EX4000 catch-fire-and-burn.
Thu, Nov 13
Wed, Nov 12
missed a 'git add'
Tue, Nov 11
Follow request from https://reviews.freebsd.org/D53460
Mon, Nov 10
Sun, Nov 9
update per comments
Sat, Nov 8
Fri, Nov 7
add
Thu, Nov 6
Nov 1 2025
Oct 31 2025
failed to 'git add' the DEPRECATION NOTICE section after I documented it in share/examples/mdoc/example.4
Let me give some motivation, since someone may ask "why" or "so what".
We're removing entropy sources from the enum at Juniper, (related to D53304) and I'm trying to reduce diffs to upstream. Since we're changing the order, why not semi-prefetch the 16.0 changes. RANDOM_PURE_START is currently pegged to RANDOM_PURE_SAFE which should go away for 16.0. Another way of looking at it - since I've already changed the 'enum entropy' twice in 16.0 (any KPI concerns), the reorder of RANDOM_PURE_TPM to re-peg RANDOM_PURE_START to make a smaller commit in the future for the removal of safe(4) should be non-contentious. Also, I hope to get this into 15.0-RELEASE so that RANDOM_PURE_START doesn't change in 15.x.
respond to comments
Oct 30 2025
update
update
Oct 29 2025
Oct 28 2025
DEFAULTS
Move to DEFAULTS and add tier-2
No need to explicitly include opt_global.h
Oct 23 2025
rebase HEAD
Can you add a summary in the commit log message instead of just "id: Clean up"
tweak
