Page MenuHomeFreeBSD
Feed Advanced Search

Jul 8 2023

brooks accepted D40917: Don't bother to check COMPAT_32BIT when __LP64__ is defined.

Probably should upstream this

Jul 8 2023, 12:33 AM
brooks accepted D40919: rtld-elf: Reuse _BASENAME_RTLD for debug.h rather than duplicating logic.
Jul 8 2023, 12:33 AM
brooks accepted D40918: elf-hints.h: Allow rtld_paths.h to be included before it.
Jul 8 2023, 12:32 AM
brooks accepted D40920: lib: Enable libcbor and libfido2 for COMPAT_32BIT.
Jul 8 2023, 12:31 AM
brooks accepted D40916: libsysdecode: Drop dead __amd64__ && COMPAT_32BIT code.
Jul 8 2023, 12:30 AM

Jul 7 2023

brooks committed rGf55ef85748e4: etc/rc.d/routing: use find_system_scripts (authored by brooks).
etc/rc.d/routing: use find_system_scripts
Jul 7 2023, 10:26 PM

Jun 27 2023

brooks committed R11:d1f8dd148d22: devel/llvm-devel: fix compiler-rt build on current (authored by brooks).
devel/llvm-devel: fix compiler-rt build on current
Jun 27 2023, 5:25 PM

Jun 26 2023

brooks accepted D40571: Generalise libcompat to be a list rather than a single option.
Jun 26 2023, 6:34 PM

Jun 23 2023

brooks committed R11:4ab820d58246: devel/llvm16: backport fix for generate arm_neon.h (authored by brooks).
devel/llvm16: backport fix for generate arm_neon.h
Jun 23 2023, 11:38 PM
brooks committed R11:880ad3b00f27: devel/llvm15: arm fixes, lite default change (authored by brooks).
devel/llvm15: arm fixes, lite default change
Jun 23 2023, 11:38 PM
brooks committed R11:5e81b0383c51: devel/llvm16: update to 16.0.6 release (authored by brooks).
devel/llvm16: update to 16.0.6 release
Jun 23 2023, 11:38 PM
brooks committed R11:4b887326f2a1: devel/llvm16: backport fix for generate arm_neon.h (authored by brooks).
devel/llvm16: backport fix for generate arm_neon.h
Jun 23 2023, 8:57 PM
brooks committed R11:1a779a48ef96: devel/llvm-devel: new snapshot (authored by brooks).
devel/llvm-devel: new snapshot
Jun 23 2023, 8:06 PM

Jun 21 2023

brooks committed rGb95d2237af40: le(4): deprecate and mark for removal before 15.0 (authored by brooks).
le(4): deprecate and mark for removal before 15.0
Jun 21 2023, 11:53 PM
brooks closed D40683: le(4): deprecate and mark for removal before 15.0.
Jun 21 2023, 11:53 PM
brooks requested review of D40683: le(4): deprecate and mark for removal before 15.0.
Jun 21 2023, 1:42 AM

Jun 20 2023

brooks accepted D40625: bfe: add unmaintained / deprecation notice.
Jun 20 2023, 5:09 PM
brooks committed R11:9fe34588c282: devel/llvm-devel: typo fix (llcm->llvm) (authored by brooks).
devel/llvm-devel: typo fix (llcm->llvm)
Jun 20 2023, 4:40 PM
brooks added a comment to D40625: bfe: add unmaintained / deprecation notice.

Also add a gone_in_dev() in attach?

Jun 20 2023, 4:24 PM

Jun 19 2023

brooks committed R11:f67260aafd1c: devel/llvm15: arm fixes, lite default change (authored by brooks).
devel/llvm15: arm fixes, lite default change
Jun 19 2023, 6:44 PM
brooks committed R11:5a6a8d9fff8f: devel/llvm-devel: Update to new snapshot (authored by brooks).
devel/llvm-devel: Update to new snapshot
Jun 19 2023, 6:44 PM
brooks committed R11:50593575e96b: devel/llvm16: update to 16.0.6 release (authored by brooks).
devel/llvm16: update to 16.0.6 release
Jun 19 2023, 6:44 PM

Jun 16 2023

brooks accepted D40571: Generalise libcompat to be a list rather than a single option.
Jun 16 2023, 5:43 PM
brooks accepted D40570: Makefile.libcompat: Handle MK_FOO varying for native and compat arches.
Jun 16 2023, 4:59 PM
brooks accepted D40569: Makefile.libcompat: Remove unused _LC_INCDIRS.

I think this is a vestige of the times when we built a separate sysroot.

Jun 16 2023, 12:09 AM

Jun 15 2023

brooks committed rG4591322980a3: oce(4): deprecate (authored by brooks).
oce(4): deprecate
Jun 15 2023, 4:37 PM
brooks closed D40531: oce(4): deprecate.
Jun 15 2023, 4:37 PM
brooks closed D40519: oce(4): Don't directly access usespace.
Jun 15 2023, 4:36 PM
brooks committed rG758927a982db: oce(4): Don't directly access usespace (authored by brooks).
oce(4): Don't directly access usespace
Jun 15 2023, 4:36 PM

Jun 14 2023

brooks added inline comments to D40519: oce(4): Don't directly access usespace.
Jun 14 2023, 11:29 PM
brooks updated the diff for D40519: oce(4): Don't directly access usespace.
  • Fix missing braces
Jun 14 2023, 5:31 PM
brooks updated the diff for D40519: oce(4): Don't directly access usespace.
  • Fix error returns
Jun 14 2023, 4:06 PM

Jun 13 2023

brooks added a comment to D40519: oce(4): Don't directly access usespace.

This driver should probably be on the list of potential drivers to cull in 15.

Probably - are you willing to add the man page deprecation notice and gone_in?

Jun 13 2023, 11:04 PM
brooks requested review of D40531: oce(4): deprecate.
Jun 13 2023, 11:02 PM
brooks requested review of D40530: certctl: invoke with LOCALBASE set.
Jun 13 2023, 10:50 PM
brooks requested review of D40529: certctl.8: document LOCALBASE.
Jun 13 2023, 10:50 PM
brooks added reviewers for D40519: oce(4): Don't directly access usespace: jhb, markj, emaste.

This driver should probably be on the list of potential drivers to cull in 15. Other than quite a few bug fixes to ioctl handling it hasn't seen any non-sweeping commits since 2016.

Jun 13 2023, 9:18 PM
brooks requested review of D40519: oce(4): Don't directly access usespace.
Jun 13 2023, 9:12 PM
brooks committed R11:002024a3a13e: devel/llvm*: Consistently use python:3.7+ (authored by brooks).
devel/llvm*: Consistently use python:3.7+
Jun 13 2023, 6:03 PM

Jun 12 2023

brooks committed R11:f070ee1c5b13: devel/llvm-{cheri,morello}: new snapshots (authored by brooks).
devel/llvm-{cheri,morello}: new snapshots
Jun 12 2023, 11:05 PM

Jun 6 2023

brooks committed R11:fc0f58253f01: devel/llvm16: Update to 16.0.5 (authored by brooks).
devel/llvm16: Update to 16.0.5
Jun 6 2023, 12:05 AM

May 30 2023

brooks committed R11:c0b0bd52bbda: devel/llvm16: remove obsolete patch (authored by brooks).
devel/llvm16: remove obsolete patch
May 30 2023, 6:50 PM

May 24 2023

brooks added a comment to D40261: ci: Add basic pull request checker.

Enabling this as an experiment seems plausible. It might be nice to start with excluding contrib out of the gate to avoid generating too much noise.

May 24 2023, 11:07 PM

May 23 2023

brooks committed R11:c3af61d7799d: devel/llvm16: Update to 16.0.4 (authored by brooks).
devel/llvm16: Update to 16.0.4
May 23 2023, 8:22 PM
brooks committed R11:4e6019af8787: devel/llvm-devel: update to a new snapshot (authored by brooks).
devel/llvm-devel: update to a new snapshot
May 23 2023, 8:22 PM

May 18 2023

brooks accepted D40136: Cirrus-CI: switch to lite LLVM package.
May 18 2023, 8:16 PM
brooks added inline comments to D40136: Cirrus-CI: switch to lite LLVM package.
May 18 2023, 7:45 PM
brooks accepted D40148: linux(4): Add a dedicated linux_exec_copyin_args().
May 18 2023, 7:41 PM
brooks added inline comments to D40136: Cirrus-CI: switch to lite LLVM package.
May 18 2023, 4:24 AM

May 16 2023

brooks added a comment to D40098: wasi: update libc to sdk-20 and modularise LLVM bits.

This feels like flavors might make sense instead of the shared pseudo ports, but seems fine as is. I might give the pseudo ports a nonstandard directory name to highlight that they are aren't really ports (e.g., devel/_wasi-libcxx or devel/.wasi-libcxx).

May 16 2023, 1:47 PM

May 10 2023

brooks abandoned D35268: Make ntp work out of the box at IPv6-only sites.
May 10 2023, 9:21 PM
brooks commandeered D35268: Make ntp work out of the box at IPv6-only sites.

Superseded by D39954. Commandeering to close

May 10 2023, 9:21 PM

May 3 2023

brooks added inline comments to D39936: src.conf: add WITH_TOOLCHAIN description.
May 3 2023, 3:40 PM
brooks committed R11:f186015f22a1: devel/llvm16: Update to 16.0.3 release (authored by brooks).
devel/llvm16: Update to 16.0.3 release
May 3 2023, 12:41 PM
brooks committed R11:83c69a45e2cb: emulators/qemu-cheri: new snapshot (authored by brooks).
emulators/qemu-cheri: new snapshot
May 3 2023, 12:41 PM

Apr 24 2023

brooks committed R11:5541fd26f03f: devel/llvm-cheri: new snapshot (authored by brooks).
devel/llvm-cheri: new snapshot
Apr 24 2023, 5:07 PM
brooks committed R11:65a846e0a250: devel/llvm-morello: new snapshot (authored by brooks).
devel/llvm-morello: new snapshot
Apr 24 2023, 5:07 PM
brooks committed R11:7ea7349f985c: devel/llvm16: Update to 16.0.2 (authored by brooks).
devel/llvm16: Update to 16.0.2
Apr 24 2023, 5:07 PM
brooks committed R11:fb323dfd2ac2: devel/llvm*: Consistently use python:3.7+ (authored by brooks).
devel/llvm*: Consistently use python:3.7+
Apr 24 2023, 5:07 PM

Apr 20 2023

brooks committed rG85e8c2a03490: Cirrus-CI: Run makeman script (authored by brooks).
Cirrus-CI: Run makeman script
Apr 20 2023, 9:40 PM
brooks committed rG8612e44589d7: Remove unused NETLINK build option (authored by brooks).
Remove unused NETLINK build option
Apr 20 2023, 9:40 PM
brooks closed D39682: Cirrus-CI: Run makeman script.
Apr 20 2023, 9:40 PM
brooks closed D39678: Remove unused NETLINK build option.
Apr 20 2023, 9:40 PM
brooks committed rG6c1be0194aba: src.conf.5: regen with WITH_NETLINK_SUPPORT desc (authored by brooks).
src.conf.5: regen with WITH_NETLINK_SUPPORT desc
Apr 20 2023, 9:40 PM
brooks closed D39677: src.conf.5: regen with WITH_NETLINK_SUPPORT desc.
Apr 20 2023, 9:40 PM
brooks committed rG0ef8e98fda0e: Add WITH_NETLINK_SUPPORT description (authored by brooks).
Add WITH_NETLINK_SUPPORT description
Apr 20 2023, 9:39 PM
brooks closed D39676: Add WITH_NETLINK_SUPPORT description.
Apr 20 2023, 9:39 PM
brooks updated the summary of D39678: Remove unused NETLINK build option.
Apr 20 2023, 9:27 PM
brooks added a comment to D39678: Remove unused NETLINK build option.

I think I'd be inclined to remove it and restore it once there's a consumer. It's not hard to restore. If it's going to stay we need descriptions for src.conf.5 which are hard to write when we don't quite know what it will do.

Apr 20 2023, 9:25 PM
brooks requested changes to D39723: Add a compile time warning for qsort() about issues regarding execution time..

Absolutely not.

Apr 20 2023, 5:46 PM

Apr 19 2023

brooks committed rG8cee0c9ae9d8: Cirrus-CI: Run check-ldirs in include/ (authored by brooks).
Cirrus-CI: Run check-ldirs in include/
Apr 19 2023, 4:03 PM
brooks committed rGb4373ce309c6: Cirrus-CI: Check that make sysent was run (authored by brooks).
Cirrus-CI: Check that make sysent was run
Apr 19 2023, 4:03 PM
brooks committed rG1a2249ff0bd3: include: add a check-ldirs target (authored by brooks).
include: add a check-ldirs target
Apr 19 2023, 4:03 PM
brooks committed rG260b2c51b215: Cirrus-CI: Add blank lines between scripts (authored by brooks).
Cirrus-CI: Add blank lines between scripts
Apr 19 2023, 4:03 PM
brooks closed D39681: Cirrus-CI: Run check-ldirs in include/.
Apr 19 2023, 4:02 PM
brooks closed D39680: Cirrus-CI: Check that make sysent was run.
Apr 19 2023, 4:02 PM
brooks closed D39679: Cirrus-CI: Add blank lines between scripts.
Apr 19 2023, 4:02 PM
brooks closed D39006: include: add a check-ldirs target.
Apr 19 2023, 4:02 PM
brooks updated the diff for D39680: Cirrus-CI: Check that make sysent was run.
  • Use a single pkg invocation
Apr 19 2023, 3:55 PM

Apr 18 2023

brooks added inline comments to D39682: Cirrus-CI: Run makeman script.
Apr 18 2023, 10:38 PM
brooks abandoned D38991: Cirrus-CI: Add a task to check housekeeping state.

Replaced by D39680 D39681 D39682. Concurrency limits make this not work well.

Apr 18 2023, 9:50 PM
brooks requested review of D39682: Cirrus-CI: Run makeman script.
Apr 18 2023, 9:46 PM
brooks requested review of D39681: Cirrus-CI: Run check-ldirs in include/.
Apr 18 2023, 9:46 PM
brooks requested review of D39680: Cirrus-CI: Check that make sysent was run.
Apr 18 2023, 9:46 PM
brooks requested review of D39679: Cirrus-CI: Add blank lines between scripts.
Apr 18 2023, 9:46 PM
brooks added a comment to D39678: Remove unused NETLINK build option.

Alternatively, NETLINK could be documented and a dependency relationship created between it and https://reviews.freebsd.org/D39678.

Apr 18 2023, 9:45 PM
brooks requested review of D39678: Remove unused NETLINK build option.
Apr 18 2023, 9:42 PM
brooks requested review of D39677: src.conf.5: regen with WITH_NETLINK_SUPPORT desc.
Apr 18 2023, 9:42 PM
brooks requested review of D39676: Add WITH_NETLINK_SUPPORT description.
Apr 18 2023, 9:42 PM
brooks committed R11:5af6b0969512: devel/llvm16: add a lite FLAVOR (authored by brooks).
devel/llvm16: add a lite FLAVOR
Apr 18 2023, 7:30 PM
brooks committed R11:84e7ec2279e8: devel/llvm16: add a STATIC_LIBS option (authored by brooks).
devel/llvm16: add a STATIC_LIBS option
Apr 18 2023, 7:30 PM
brooks committed R11:a6ddd5c19e6d: devel/llvm15: add a STATIC_LIBS option (authored by brooks).
devel/llvm15: add a STATIC_LIBS option
Apr 18 2023, 7:30 PM
brooks committed R11:f8c110106e2d: devel/llvm15: add a lite FLAVOR (authored by brooks).
devel/llvm15: add a lite FLAVOR
Apr 18 2023, 7:30 PM
brooks committed R11:9006d9885540: devel/llvm15: enable ARM backend on aarch64 (authored by brooks).
devel/llvm15: enable ARM backend on aarch64
Apr 18 2023, 7:30 PM
brooks committed R11:cd4074145d74: devel/llvm-{cheri,morello}: new snapshots, lit fixes (authored by brooks).
devel/llvm-{cheri,morello}: new snapshots, lit fixes
Apr 18 2023, 4:49 PM
brooks committed R11:8fc3ddb680af: devel/llvm-{cheri,morello}: reduce runtime dependencies (authored by brooks).
devel/llvm-{cheri,morello}: reduce runtime dependencies
Apr 18 2023, 4:49 PM
brooks committed R11:9e513a7c81af: devel/llvm-{cheri,morello}: add a STATIC_LIBS option (authored by brooks).
devel/llvm-{cheri,morello}: add a STATIC_LIBS option
Apr 18 2023, 4:49 PM

Apr 13 2023

brooks added a reviewer for D39541: Simplify building host tools for non-FreeBSD hosts: jrtc27.

This should be pushed to GitHub and tested as a pull request before commit. That will ensure bootstrapping various bits works across the environments we test.

Apr 13 2023, 6:14 PM

Apr 12 2023

brooks committed R11:bcc6ffd087d0: devel/llvm-devel: new snapshot, lit fixes (authored by brooks).
devel/llvm-devel: new snapshot, lit fixes
Apr 12 2023, 6:01 PM

Apr 5 2023

brooks committed R11:edebabe14afc: devel/llvm16: Update to 16.0.1 (authored by brooks).
devel/llvm16: Update to 16.0.1
Apr 5 2023, 8:36 PM