Page MenuHomeFreeBSD

bms (Bruce Simpson)
User

Projects

User does not belong to any projects.

User Details

User Since
Jul 27 2015, 12:55 PM (577 w, 4 d)

Recent Activity

Sun, Aug 16

bms committed R11:47e8b1422a25: net/dot1ag-utils: Update to 1.0.2 from SourceHut; minor bug fix release..
Sun, Aug 16, 7:36 AM

Sat, Aug 15

bms committed R11:cbd8d6156ed2: editors/vim-classic: Fix unwanted character in pkg-descr..
Sat, Aug 15, 1:17 PM

Fri, Aug 14

bms committed R11:bf6603e6137a: www/go-away: New port: Proxy implementing LLM countermeasures.
Fri, Aug 14, 12:57 PM
bms committed R11:f80f063aa062: editors/vim-classic: Adjust MASTER_SITES so DISTNAME, WRKSRC need not be set..
Fri, Aug 14, 12:57 PM
bms committed R11:5d6d5a68548f: net/dot1ag-utils: Connect to ports/net/Makefile. Slipped..
Fri, Aug 14, 7:45 AM

Thu, Aug 13

bms committed R11:c3c4c8f5c497: editors/vim-classic: New port: Fork of Vim 8.x for long-term maintenance.
Thu, Aug 13, 8:31 PM

Mon, Aug 3

bms committed rG4c4be9ab4c5e: mtest: Update my copyright on this file..
Mon, Aug 3, 3:48 PM
bms committed rG459af94e43b0: netinet6: Fix some issues with passing v4-mapped groups to IPv6 sockets..
Mon, Aug 3, 3:48 PM
bms committed rGc8d4287e30d6: mtest: Add support for exercising IPv4-mapped groups on IPv6 sockets..
Mon, Aug 3, 3:48 PM
bms committed rG4a59a0cf99bb: netinet6: Add a definition of struct ip6_hdr_pseudo{} for OCF compatibility..
Mon, Aug 3, 11:29 AM
bms committed rG9fffb4e09859: netinet6: We will never support the KAME :: feature to listen for all groups..
Mon, Aug 3, 11:29 AM
bms committed rG4e4c7b835aa8: if_wg: Prefix crypto_init() & crypto_deinit() with wg_ for a cleaner namespace..
Mon, Aug 3, 11:29 AM
bms committed rG0efe935648f3: netipsec: Update my copyright notice on the TCP-MD5 feature..
Mon, Aug 3, 11:29 AM
bms committed rG0e80d9c15deb: netinet6: Document IPv4-mapped extension to IPV6_JOIN_GROUP et al..
Mon, Aug 3, 11:29 AM
bms committed rGf9cdaeeeb9ad: netinet6: Pass IPv4-mapped ASM multicast joins/leaves to netinet..
Mon, Aug 3, 11:29 AM
bms committed rGb451bdb7894d: netipsec: Refactor TCP-MD5 shim to use ip6_hdr_pseudo{} for brevity..
Mon, Aug 3, 11:29 AM

Tue, Jul 28

bms committed R11:c65f5421d9a0: net/dot1ag-utils: new port.
Tue, Jul 28, 6:38 PM
bms committed rGf884e820d87f: netinet6: Tear down IPv6 source address selection policies with rest of IPv6..
Tue, Jul 28, 6:36 PM

Mon, Jul 27

bms committed rGe52655a93909: netinet: Promote IFP_TO_IA() from macro to function in_ifprimaryaddr()..
Mon, Jul 27, 9:56 PM
bms committed rGd93d23529128: netinet: Replace IFP_TO_IA() with in_ifprimaryaddr() completely..
Mon, Jul 27, 9:56 PM

Jul 18 2026

bms committed R9:7fa7abbc48a5: Document recent and historical hardware donations..
Jul 18 2026, 5:42 PM

Feb 13 2026

bms committed R9:df27c83675be: Update FreeBSD public key to use my new personal Yubikey 5 NFC..
Feb 13 2026, 11:58 PM

Dec 13 2020

bms committed R9:85c68eb409d3: Add my GPG public key..
Dec 13 2020, 7:00 PM
bms committed R9:e4f6459ee89c: Approved by: jake (mentor).
Dec 13 2020, 7:00 PM
bms committed R9:331c3175971a: Add notification of my committership to the web pages..
Dec 13 2020, 7:00 PM
bms committed R9:d5c079e2e55d: Add SPC to the list of non-profit organisations using FreeBSD..
Dec 13 2020, 6:59 PM
bms committed R9:9e2fe318c709: Document the removal of IPIP tunnels from IPv4 multicast forwarding.
Dec 13 2020, 6:05 PM
bms committed R9:b56cf4ece0a7: Document __FreeBSD_version 700048: introduction of RFC 3678 advanced.
Dec 13 2020, 6:01 PM
bms committed R9:7c7bfbbf2b21: Add __FreeBSD_version entry 701106 for POSIX semaphore wait fix..
Dec 13 2020, 5:41 PM
bms committed R9:8823b48f6ac9: Add a note about Hybrid Cluster, a FreeBSD based distribution which.
Dec 13 2020, 5:27 PM

Oct 22 2017

bms committed rS324860: Modernise this man page somewhat..
Oct 22 2017, 11:41 AM
bms committed rS324858: Add Prolific PL27A1 USB 3.0 Host-Host device to udbp(4)..
Oct 22 2017, 11:16 AM

Feb 27 2017

bms committed rS314345: Add ID for NEC uPD720202 xHCI controller..
Feb 27 2017, 5:04 PM

Jan 13 2017

bms added a comment to D9157: xHCI Debug Capability support for USB 3.0.

Fixup.

Jan 13 2017, 5:13 PM
bms updated the diff for D9157: xHCI Debug Capability support for USB 3.0.

Style changes cem@ and unsigned integer constants.

Jan 13 2017, 5:12 PM
bms added a comment to D9157: xHCI Debug Capability support for USB 3.0.

It's probably also worth pointing out that because a lot of things in USB are generally named in Hungarian notation, some concessions already get made to that in/around dev/usb/*.

Jan 13 2017, 5:00 PM
bms added a comment to D9157: xHCI Debug Capability support for USB 3.0.

I actually find spelling out the bits in hex is more useful here - it's a driver and it's accessing a register, so although UINT32_MAX might well represent the value (and be equivalent to it), stylistically spelling out those bits makes it crystal clear that we're acting on a register.

Jan 13 2017, 4:58 PM
bms updated D9157: xHCI Debug Capability support for USB 3.0.
Jan 13 2017, 4:51 PM
bms updated the test plan for D9157: xHCI Debug Capability support for USB 3.0.
Jan 13 2017, 4:49 PM
bms updated the diff for D9157: xHCI Debug Capability support for USB 3.0.

Catch up with Sec. 7.6.9 of xHCI v1.1: DbC context sizes (DbC Info and Endpoint) are always 64 bytes, regardless of whether or not the host controller uses 32 byte contexts for ordinary endpoints (HCCPARAMS1).

Jan 13 2017, 4:47 PM

Jan 12 2017

bms added a reviewer for D9157: xHCI Debug Capability support for USB 3.0: hselasky.
Jan 12 2017, 6:24 PM
bms retitled D9157: xHCI Debug Capability support for USB 3.0 from
Jan 12 2017, 6:19 PM
bms closed D9123: Allow uart(4) to use MSI interrupts (for PCI child instances). by committing rS311987: Allow uart(4) to use MSI interrupts on single-port PCI instances..
Jan 12 2017, 4:30 PM
bms committed rS311987: Allow uart(4) to use MSI interrupts on single-port PCI instances..
Jan 12 2017, 4:30 PM
bms updated the diff for D9123: Allow uart(4) to use MSI interrupts (for PCI child instances)..

Simplify based on feedback. MSI detected and used OK.

Jan 12 2017, 3:37 PM

Jan 11 2017

bms updated the test plan for D9123: Allow uart(4) to use MSI interrupts (for PCI child instances)..
Jan 11 2017, 10:43 PM

Jan 10 2017

bms retitled D9123: Allow uart(4) to use MSI interrupts (for PCI child instances). from Allow uart(4) to use MSI interrupts (for PCI child instances). This is likely to aid users implementing 1PPS for NTP or PTP, however it may also have benefits for hypervisor-emulated hardware.
Jan 10 2017, 9:10 PM
bms retitled D9123: Allow uart(4) to use MSI interrupts (for PCI child instances). from to Allow uart(4) to use MSI interrupts (for PCI child instances). This is likely to aid users implementing 1PPS for NTP or PTP, however it may also have benefits for hypervisor-emulated hardware..
Jan 10 2017, 7:41 PM
bms committed rS311847: Allow udbp(4) to claim Belkin "Windows Easy Transfer Cable" for Netgraph use..
Jan 10 2017, 1:31 AM
bms committed rD49816: Update my OpenPGP key..
Jan 10 2017, 1:02 AM
bms committed rS311844: Add PID for Belkin F5U258 "Windows Easy Transfer Cable", a udbp-like device..
Jan 10 2017, 12:28 AM

Aug 12 2015

bms added a comment to D3371: Add RB_NUMNODES in tree(3).

Please consider renaming to RB_COUNT(), and please do not change the memory layout or semantics of basic containers which are already used in-kernel (discussed on src-committers@)

Aug 12 2015, 8:36 PM

Jul 27 2015

bms added a comment to D3039: Make shutdown() return ENOTCONN as required by POSIX, part deux..

The new behaviour appears to be POSIXly correct. POSIX shutdown spec

Jul 27 2015, 1:00 PM