Page MenuHomeFreeBSD

jrtc27 (Jessica Clarke)
User

Projects

User Details

User Since
Jul 4 2018, 7:23 PM (389 w, 6 d)

Recent Activity

Yesterday

jrtc27 added a comment to D53910: website: complete refresh of beastie theme.

On this point specifically:

Mon, Dec 22, 1:38 PM
jrtc27 added a comment to D53910: website: complete refresh of beastie theme.

Your response reads to me as dismissive, and this annoys me. Yes, it does not need to be perfect. However, it needs to be good enough, and the feedback I gave was for various aspects in which I do not believe it is good enough for the project. Once live, the world will have to see and deal with it. I have no clue how long it will take to fix the issues I see that make the site look unprofessional or be painful to navigate. This is compounded by the fact that there has been no recent attempt to solicit feedback and get buy-in from the developer community. This feels like it's being pushed forward whether we like it or not, and that is not a good way to build goodwill. I hope you rethink this strategy and don't continue to burn bridges with the developer community.

Mon, Dec 22, 1:37 PM

Sun, Dec 21

jrtc27 added a comment to D53910: website: complete refresh of beastie theme.

Oh and what happened to the sidebar for various pages like https://freebsd.fortasse.cloud/where/? They feel rather lacking without that (pages of text and tables with a lot of empty space around them), and there are various pages on the site I've never known how to find without the sidebar...

Sun, Dec 21, 11:23 PM
jrtc27 added a comment to D53910: website: complete refresh of beastie theme.

Other bug reports (all on Safari):

Sun, Dec 21, 11:15 PM
jrtc27 added a comment to D53910: website: complete refresh of beastie theme.

Just looking at the homepage there is some very strange use of whitespace: specifically, there is a lot of extra vertical whitespace in various places that look unbalanced and make the content too spread out, and there is vertical whitespace lacking in the feed headings. See the attachments for before and after fixing these oddities that make the design feel more cohesive, polished and readable.

Sun, Dec 21, 11:10 PM

Thu, Dec 18

jrtc27 added inline comments to D54291: Makefile.inc1: Make NO_INSTALLKERNEL less of a hack.
Thu, Dec 18, 9:31 PM
jrtc27 updated the diff for D54291: Makefile.inc1: Make NO_INSTALLKERNEL less of a hack.

Move INSTALLEXTRAKERNELS after NO_INSTALLEXTRAKERNELS is set. Hidden by testing originally on CheriBSD where we set NO_INSTALLEXTRAKERNELS to no early for Morello..

Thu, Dec 18, 6:01 PM
jrtc27 added a comment to D54282: packages: Always install kernel as /boot/kernel.NAME.

D54291

Thu, Dec 18, 5:55 PM
jrtc27 requested review of D54291: Makefile.inc1: Make NO_INSTALLKERNEL less of a hack.
Thu, Dec 18, 5:55 PM
jrtc27 added a comment to D54282: packages: Always install kernel as /boot/kernel.NAME.
In D54282#1240665, @ivy wrote:

To avoid breaking existing users of distributekernel (which is what we
currently use to stage the kernel), reimplement stage-packages-kernel
to run make install itself rather than changing the existing behaviour
of distributekernel; this means release builds and other downstream
users are not affected by this change.

Does the confusingly-named NO_INSTALLKERNEL not do what you want?

possibly, but this is an awful hack that works by adding incorrect entries to ${BUILDKERNELS}, which means the logic for create-dtb-package would probably need to be updated to work around that... the amount of new code for this specific change is very small, so i think i prefer doing it this way.

Thu, Dec 18, 5:31 PM
jrtc27 added a comment to D54282: packages: Always install kernel as /boot/kernel.NAME.

To avoid breaking existing users of distributekernel (which is what we
currently use to stage the kernel), reimplement stage-packages-kernel
to run make install itself rather than changing the existing behaviour
of distributekernel; this means release builds and other downstream
users are not affected by this change.

Thu, Dec 18, 1:32 PM

Tue, Dec 16

jrtc27 added a comment to D54259: armv8rng: Fix an inverted test in random_rndr_read_one().

So the current code tries 10 times to hit a failure, and will use the last value if all 10 reads succeeded, given the condition after the loop is correct? Importantly, there's no security issue here, because we didn't actually report a successful read when it failed?

Tue, Dec 16, 8:02 PM

Mon, Dec 15

jrtc27 committed rG4aa306667080: cross-build: Workaround system-provided strchrnul on macOS 15.4+ (authored by jhb).
cross-build: Workaround system-provided strchrnul on macOS 15.4+
Mon, Dec 15, 6:21 PM
jrtc27 committed rG056563a1580f: cross-build: fix after the recent sqlite3 import (authored by kib).
cross-build: fix after the recent sqlite3 import
Mon, Dec 15, 6:21 PM
jrtc27 committed rG79fc0a5b5036: mips: Include CCLDFLAGS when linking kernel.tramp.bin (authored by jrtc27).
mips: Include CCLDFLAGS when linking kernel.tramp.bin
Mon, Dec 15, 6:20 PM
jrtc27 committed rGeb955433b1e7: mips: Drop unused TRAMP_LDFLAGS (authored by jrtc27).
mips: Drop unused TRAMP_LDFLAGS
Mon, Dec 15, 6:20 PM
jrtc27 added a reverting change for rGe9a38ed2fa61: rtld: fix allocate_module_tls() variant I fallback to static allocation: rG749af7d9d89f: Revert "rtld: fix allocate_module_tls() variant I fallback to static allocation".
Mon, Dec 15, 6:20 PM
jrtc27 committed rG3e264f4d3586: imgact_elf: Fix off-by-one in note size check (authored by jrtc27).
imgact_elf: Fix off-by-one in note size check
Mon, Dec 15, 6:20 PM
jrtc27 committed rG577b231f3ae6: freebsd-update: Mention upgrading packages, not just ports (authored by jrtc27).
freebsd-update: Mention upgrading packages, not just ports
Mon, Dec 15, 6:20 PM
jrtc27 committed rG29e74434e4d0: bsd.compat.mk: Honour XSTRIPBIN for lib32 (authored by jrtc27).
bsd.compat.mk: Honour XSTRIPBIN for lib32
Mon, Dec 15, 6:20 PM
jrtc27 committed rGcb891745397b: sys: Various whitespace style(9) fixes for sys/elf_common.h (authored by jrtc27).
sys: Various whitespace style(9) fixes for sys/elf_common.h
Mon, Dec 15, 6:20 PM
jrtc27 committed rGdc6d1c831d74: rtld-elf: Delete unused RELOC_ALIGNED_P copies (authored by jrtc27).
rtld-elf: Delete unused RELOC_ALIGNED_P copies
Mon, Dec 15, 6:20 PM
jrtc27 committed rG7a41a7442ae4: sys: Sync RISC-V relocations (authored by jrtc27).
sys: Sync RISC-V relocations
Mon, Dec 15, 6:20 PM
jrtc27 committed rG275e5537486c: elf: Remove R_RISCV_[GT]PREL_[IS] relocation defines (authored by jrtc27).
elf: Remove R_RISCV_[GT]PREL_[IS] relocation defines
Mon, Dec 15, 6:20 PM
jrtc27 committed rG749af7d9d89f: Revert "rtld: fix allocate_module_tls() variant I fallback to static allocation" (authored by jrtc27).
Revert "rtld: fix allocate_module_tls() variant I fallback to static allocation"
Mon, Dec 15, 6:20 PM
jrtc27 committed rG205f65bcdd91: sys: Delete stale comments in sys/elf_common.h (authored by jrtc27).
sys: Delete stale comments in sys/elf_common.h
Mon, Dec 15, 6:20 PM
jrtc27 committed rGec80f8a3ada0: share: Delete bitrotted make_*_driver.sh scripts (authored by jrtc27).
share: Delete bitrotted make_*_driver.sh scripts
Mon, Dec 15, 6:20 PM
jrtc27 committed rGc668cd775b29: libc/riscv: Fix initial exec TLS mode for dynamically loaded shared objects (authored by jrtc27).
libc/riscv: Fix initial exec TLS mode for dynamically loaded shared objects
Mon, Dec 15, 6:20 PM
jrtc27 committed rG7d8ea3c846f0: hexdump.3: Add missing LIBRARY section (authored by dgilbert_eicat.ca).
hexdump.3: Add missing LIBRARY section
Mon, Dec 15, 6:20 PM
jrtc27 committed rGa85ba2eca4d6: rtld-elf/riscv: Don't allocate static TLS for dynamic TLS relocations (authored by jrtc27).
rtld-elf/riscv: Don't allocate static TLS for dynamic TLS relocations
Mon, Dec 15, 6:20 PM
jrtc27 committed rG6216ed808d1b: rtld-elf: Fix executable's TLS module index for direct exec (authored by jrtc27).
rtld-elf: Fix executable's TLS module index for direct exec
Mon, Dec 15, 6:20 PM
jrtc27 committed rGc9793e87025e: rtld-elf: Fix dl_iterate_phdr's dlpi_tls_data for PowerPC and RISC-V (authored by jrtc27).
rtld-elf: Fix dl_iterate_phdr's dlpi_tls_data for PowerPC and RISC-V
Mon, Dec 15, 6:20 PM
jrtc27 committed rGcb48c371f277: rtld-elf: Fix UB for direct exec with no extra rtld arguments (authored by jrtc27).
rtld-elf: Fix UB for direct exec with no extra rtld arguments
Mon, Dec 15, 6:20 PM
jrtc27 committed rGd5e9943bec69: rtld-elf: Fix dlsym(3) for TLS symbols on PowerPC and RISC-V (authored by jrtc27).
rtld-elf: Fix dlsym(3) for TLS symbols on PowerPC and RISC-V
Mon, Dec 15, 6:20 PM
jrtc27 committed rG03d5ae50dc7f: libc: Fix dl_iterate_phdr's dlpi_tls_data for PowerPC and RISC-V (authored by jrtc27).
libc: Fix dl_iterate_phdr's dlpi_tls_data for PowerPC and RISC-V
Mon, Dec 15, 6:20 PM
jrtc27 committed rG915a65a92a9f: libc: Don't bias DTV entries by TLS_DTV_OFFSET (authored by jrtc27).
libc: Don't bias DTV entries by TLS_DTV_OFFSET
Mon, Dec 15, 6:20 PM
jrtc27 committed rG017ebaa60a83: ofw: Fix inverted bcmp in ofw_bus_node_status_okay (authored by jrtc27).
ofw: Fix inverted bcmp in ofw_bus_node_status_okay
Mon, Dec 15, 6:20 PM
jrtc27 committed rG7adf09f6307b: riscv: Fix and generalise saving TP (PCPU pointer) whilst in userspace (authored by jrtc27).
riscv: Fix and generalise saving TP (PCPU pointer) whilst in userspace
Mon, Dec 15, 6:20 PM
jrtc27 committed rGae54b3ca7831: sys/cdefs.h: Add comments to make #if/#else/#endif triple more obvious (authored by jrtc27).
sys/cdefs.h: Add comments to make #if/#else/#endif triple more obvious
Mon, Dec 15, 6:20 PM
jrtc27 committed rGd00f1d6858a0: gic_v3: Correctly handle GICC GIGR Base Address case (authored by jrtc27).
gic_v3: Correctly handle GICC GIGR Base Address case
Mon, Dec 15, 6:20 PM
jrtc27 committed rG3d292b9ee8cf: libc/csu: Unify INIT_RELOCS across architectures (authored by jrtc27).
libc/csu: Unify INIT_RELOCS across architectures
Mon, Dec 15, 6:19 PM
jrtc27 committed rG1b03e7f80e16: tools/build/cross-build: Don't include sys/uio.h from linux limits.h (authored by jrtc27).
tools/build/cross-build: Don't include sys/uio.h from linux limits.h
Mon, Dec 15, 6:19 PM
jrtc27 committed rG271d0a3119d5: depend-cleanup.sh: Clean up after riscv static binary IFUNC addition (authored by jrtc27).
depend-cleanup.sh: Clean up after riscv static binary IFUNC addition
Mon, Dec 15, 6:19 PM
jrtc27 committed rGe41762d412d7: Fix off-by-one bug in btpand (authored by dg612_cam.ac.uk).
Fix off-by-one bug in btpand
Mon, Dec 15, 6:19 PM
jrtc27 committed rG3abb712c2308: libc/csu: Support IFUNCs on riscv (authored by jrtc27).
libc/csu: Support IFUNCs on riscv
Mon, Dec 15, 6:19 PM
jrtc27 committed rGfc195afbb4cb: lib/clang: Commit cleaned-up workaround for building on RISC-V (authored by jrtc27).
lib/clang: Commit cleaned-up workaround for building on RISC-V
Mon, Dec 15, 6:19 PM
jrtc27 committed rG9c9f4654e4db: kldxref: Don't warn and skip file if no relocations are found (authored by jrtc27).
kldxref: Don't warn and skip file if no relocations are found
Mon, Dec 15, 6:19 PM
jrtc27 committed rGdb284e1732ef: Merge commit 88433e640ddb from upstream OpenZFS (by Jessica Clarke) (authored by jrtc27).
Merge commit 88433e640ddb from upstream OpenZFS (by Jessica Clarke)
Mon, Dec 15, 6:19 PM
jrtc27 committed rG09e84ec73eef: riscv: Add machine/ifunc.h corresponding to rtld-elf's resolver interface (authored by jrtc27).
riscv: Add machine/ifunc.h corresponding to rtld-elf's resolver interface
Mon, Dec 15, 6:19 PM
jrtc27 committed rG8ccd9c23e64c: rtld-elf: Support IFUNCs on riscv (authored by jrtc27).
rtld-elf: Support IFUNCs on riscv
Mon, Dec 15, 6:19 PM
jrtc27 committed rG19b23effacaf: gpart: Add u-boot-env alias for U-Boot's environment GPT partition UUID (authored by jrtc27).
gpart: Add u-boot-env alias for U-Boot's environment GPT partition UUID
Mon, Dec 15, 6:19 PM
jrtc27 committed rGaaf455cfdc5f: riscv: Recognise B extension for AT_HWCAP (authored by jrtc27).
riscv: Recognise B extension for AT_HWCAP
Mon, Dec 15, 6:19 PM
jrtc27 committed rG91104d97ef24: rtld-elf: Pass parsed aux_info to ifunc_init (authored by jrtc27).
rtld-elf: Pass parsed aux_info to ifunc_init
Mon, Dec 15, 6:19 PM
jrtc27 committed rGd3fc73b79c6c: mx25l.4: Document the correct disk device path (authored by jrtc27).
mx25l.4: Document the correct disk device path
Mon, Dec 15, 6:19 PM
jrtc27 committed rG8aaae40a354a: ee: Fix use of uninitialised pointer in ispell_op (authored by jrtc27).
ee: Fix use of uninitialised pointer in ispell_op
Mon, Dec 15, 6:19 PM
jrtc27 added a reverting change for rGcd19ecdbdc87: Similar to r296013 for NO_ROOT, force SUBDIR_PARALLEL for buildworld WORLDTMP…: rGede1087a4015: bsd.subdir.mk: Drop broken optimisation for realinstall parallelisation.
Mon, Dec 15, 6:19 PM
jrtc27 committed rGc4f666e81c6e: efibootmgr: Simplify make_next_boot_var_name and fix cnt == 0 case (authored by jrtc27).
efibootmgr: Simplify make_next_boot_var_name and fix cnt == 0 case
Mon, Dec 15, 6:19 PM
jrtc27 committed rG8a29ebd6eac8: bsdinstall: Drop Error from title in netconfig no interfaces dialog (authored by jrtc27).
bsdinstall: Drop Error from title in netconfig no interfaces dialog
Mon, Dec 15, 6:19 PM
jrtc27 committed rG919db8472a3e: bsdinstall: Fix netconfig script when no interfaces are present (authored by jrtc27).
bsdinstall: Fix netconfig script when no interfaces are present
Mon, Dec 15, 6:19 PM
jrtc27 committed rGede1087a4015: bsd.subdir.mk: Drop broken optimisation for realinstall parallelisation (authored by jrtc27).
bsd.subdir.mk: Drop broken optimisation for realinstall parallelisation
Mon, Dec 15, 6:19 PM
Herald added a reviewer for D44029: efibootmgr: Simplify make_next_boot_var_name and fix cnt == 0 case: cheri.
Mon, Dec 15, 6:19 PM
jrtc27 committed rG8a95bcc10b23: riscv: Remove the unused riscv64_cpu driver (authored by jrtc27).
riscv: Remove the unused riscv64_cpu driver
Mon, Dec 15, 6:19 PM
Herald added a reviewer for D43705: bsd.subdir.mk: Drop broken optimisation for realinstall parallelisation: cheri.
Mon, Dec 15, 6:18 PM
jrtc27 committed rG52a61478e558: cross-build: fix after the recent sqlite3 import (authored by kib).
cross-build: fix after the recent sqlite3 import
Mon, Dec 15, 5:04 PM
jrtc27 committed rG323a47103c2b: cross-build: Workaround system-provided strchrnul on macOS 15.4+ (authored by jhb).
cross-build: Workaround system-provided strchrnul on macOS 15.4+
Mon, Dec 15, 5:04 PM
jrtc27 added a reverting change for rGe9a38ed2fa61: rtld: fix allocate_module_tls() variant I fallback to static allocation: rG02cb2f8094ba: Revert "rtld: fix allocate_module_tls() variant I fallback to static allocation".
Mon, Dec 15, 5:04 PM
jrtc27 committed rG34671bb50983: freebsd-update: Mention upgrading packages, not just ports (authored by jrtc27).
freebsd-update: Mention upgrading packages, not just ports
Mon, Dec 15, 5:04 PM
jrtc27 committed rGd37b3562e701: imgact_elf: Fix off-by-one in note size check (authored by jrtc27).
imgact_elf: Fix off-by-one in note size check
Mon, Dec 15, 5:04 PM
jrtc27 committed rGd9bff46977de: sys: Various whitespace style(9) fixes for sys/elf_common.h (authored by jrtc27).
sys: Various whitespace style(9) fixes for sys/elf_common.h
Mon, Dec 15, 5:03 PM
jrtc27 committed rG3300572ffcc6: bsd.compat.mk: Honour XSTRIPBIN for lib32 (authored by jrtc27).
bsd.compat.mk: Honour XSTRIPBIN for lib32
Mon, Dec 15, 5:03 PM
jrtc27 committed rG362eb7d34014: rtld-elf: Delete unused RELOC_ALIGNED_P copies (authored by jrtc27).
rtld-elf: Delete unused RELOC_ALIGNED_P copies
Mon, Dec 15, 5:03 PM
jrtc27 committed rG123a24445686: Makefile.libcompat: Use same PATH for _lc_build-tools as _build-tools (authored by jrtc27).
Makefile.libcompat: Use same PATH for _lc_build-tools as _build-tools
Mon, Dec 15, 5:03 PM
jrtc27 committed rGa1fed6a29cb1: sys: Sync RISC-V relocations (authored by jrtc27).
sys: Sync RISC-V relocations
Mon, Dec 15, 5:03 PM
jrtc27 committed rGd13a8521247f: sys: Delete stale comments in sys/elf_common.h (authored by jrtc27).
sys: Delete stale comments in sys/elf_common.h
Mon, Dec 15, 5:03 PM
jrtc27 committed rGdccbc59475ce: share: Delete bitrotted make_*_driver.sh scripts (authored by jrtc27).
share: Delete bitrotted make_*_driver.sh scripts
Mon, Dec 15, 5:03 PM
jrtc27 committed rG02cb2f8094ba: Revert "rtld: fix allocate_module_tls() variant I fallback to static allocation" (authored by jrtc27).
Revert "rtld: fix allocate_module_tls() variant I fallback to static allocation"
Mon, Dec 15, 5:03 PM
jrtc27 committed rGd07b82ecbe64: libc/riscv: Fix initial exec TLS mode for dynamically loaded shared objects (authored by jrtc27).
libc/riscv: Fix initial exec TLS mode for dynamically loaded shared objects
Mon, Dec 15, 5:03 PM
jrtc27 committed rGacf47e5d105e: rtld-elf/riscv: Don't allocate static TLS for dynamic TLS relocations (authored by jrtc27).
rtld-elf/riscv: Don't allocate static TLS for dynamic TLS relocations
Mon, Dec 15, 5:03 PM
jrtc27 committed rG8e8ae9ac48cc: rtld-elf: Fix executable's TLS module index for direct exec (authored by jrtc27).
rtld-elf: Fix executable's TLS module index for direct exec
Mon, Dec 15, 5:03 PM
jrtc27 committed rGf1344d0aa816: rtld-elf: Fix UB for direct exec with no extra rtld arguments (authored by jrtc27).
rtld-elf: Fix UB for direct exec with no extra rtld arguments
Mon, Dec 15, 5:03 PM
jrtc27 committed rG79b0a953ada4: rtld-elf: Fix dl_iterate_phdr's dlpi_tls_data for PowerPC and RISC-V (authored by jrtc27).
rtld-elf: Fix dl_iterate_phdr's dlpi_tls_data for PowerPC and RISC-V
Mon, Dec 15, 5:03 PM
jrtc27 committed rGe73457d194b0: rtld-elf: Fix dlsym(3) for TLS symbols on PowerPC and RISC-V (authored by jrtc27).
rtld-elf: Fix dlsym(3) for TLS symbols on PowerPC and RISC-V
Mon, Dec 15, 5:03 PM
jrtc27 committed rG2ef0ba80e0b5: libc: Don't bias DTV entries by TLS_DTV_OFFSET (authored by jrtc27).
libc: Don't bias DTV entries by TLS_DTV_OFFSET
Mon, Dec 15, 5:03 PM
jrtc27 committed rG11d41989cc62: libc: Fix dl_iterate_phdr's dlpi_tls_data for PowerPC and RISC-V (authored by jrtc27).
libc: Fix dl_iterate_phdr's dlpi_tls_data for PowerPC and RISC-V
Mon, Dec 15, 5:03 PM
jrtc27 committed rGa5ccd406ddc5: riscv: Fix and generalise saving TP (PCPU pointer) whilst in userspace (authored by jrtc27).
riscv: Fix and generalise saving TP (PCPU pointer) whilst in userspace
Mon, Dec 15, 5:03 PM
jrtc27 committed rG1327039aaf16: hexdump.3: Add missing LIBRARY section (authored by dgilbert_eicat.ca).
hexdump.3: Add missing LIBRARY section
Mon, Dec 15, 5:03 PM
jrtc27 committed rG645c576942c9: ofw: Fix inverted bcmp in ofw_bus_node_status_okay (authored by jrtc27).
ofw: Fix inverted bcmp in ofw_bus_node_status_okay
Mon, Dec 15, 5:03 PM
Herald added a reviewer for D48799: riscv: Fix and generalise saving TP (PCPU pointer) whilst in userspace: cheri.
Mon, Dec 15, 5:03 PM
jrtc27 committed rG753dd37ab951: gic_v3: Correctly handle GICC GIGR Base Address case (authored by jrtc27).
gic_v3: Correctly handle GICC GIGR Base Address case
Mon, Dec 15, 5:03 PM
jrtc27 committed rG735452dad4bf: sys/cdefs.h: Add comments to make #if/#else/#endif triple more obvious (authored by jrtc27).
sys/cdefs.h: Add comments to make #if/#else/#endif triple more obvious
Mon, Dec 15, 5:02 PM
jrtc27 committed rGe4f4a057772b: libc/csu: Unify INIT_RELOCS across architectures (authored by jrtc27).
libc/csu: Unify INIT_RELOCS across architectures
Mon, Dec 15, 5:02 PM
jrtc27 committed rG9848c2085511: tools/build/cross-build: Don't include sys/uio.h from linux limits.h (authored by jrtc27).
tools/build/cross-build: Don't include sys/uio.h from linux limits.h
Mon, Dec 15, 5:02 PM
jrtc27 committed rG40200fae9124: depend-cleanup.sh: Clean up after riscv static binary IFUNC addition (authored by jrtc27).
depend-cleanup.sh: Clean up after riscv static binary IFUNC addition
Mon, Dec 15, 5:02 PM
jrtc27 committed rGa06143795a22: libc/csu: Support IFUNCs on riscv (authored by jrtc27).
libc/csu: Support IFUNCs on riscv
Mon, Dec 15, 5:02 PM
jrtc27 committed rG6559b303a34b: lib/clang: Commit cleaned-up workaround for building on RISC-V (authored by jrtc27).
lib/clang: Commit cleaned-up workaround for building on RISC-V
Mon, Dec 15, 5:02 PM
jrtc27 committed rGf6578a0ec7cb: Merge commit 88433e640ddb from upstream OpenZFS (by Jessica Clarke) (authored by jrtc27).
Merge commit 88433e640ddb from upstream OpenZFS (by Jessica Clarke)
Mon, Dec 15, 5:02 PM
jrtc27 committed rG0e3963317e14: kldxref: Don't warn and skip file if no relocations are found (authored by jrtc27).
kldxref: Don't warn and skip file if no relocations are found
Mon, Dec 15, 5:02 PM
jrtc27 committed rGa39564b58f92: gpart: Add u-boot-env alias for U-Boot's environment GPT partition UUID (authored by jrtc27).
gpart: Add u-boot-env alias for U-Boot's environment GPT partition UUID
Mon, Dec 15, 5:01 PM
jrtc27 committed rGc700f3b25298: riscv: Add machine/ifunc.h corresponding to rtld-elf's resolver interface (authored by jrtc27).
riscv: Add machine/ifunc.h corresponding to rtld-elf's resolver interface
Mon, Dec 15, 5:01 PM
jrtc27 committed rGf61eabc1f4cf: rtld-elf: Support IFUNCs on riscv (authored by jrtc27).
rtld-elf: Support IFUNCs on riscv
Mon, Dec 15, 5:01 PM