[Bug 233601] Intel ix drivers
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233601 Bug ID: 233601 Summary: Intel ix drivers Product: Base System Version: 12.0-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: kern Assignee: b...@freebsd.org Reporter: paut...@kharkiv.net Hello. sysctl hw.ix.num_queues variable more is not supported? -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 233606] bhyve: usb_mouse.c has dead code
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233606 Bug ID: 233606 Summary: bhyve: usb_mouse.c has dead code Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: b...@freebsd.org Reporter: le...@movementarian.org usr.sbin/bhyve/usb_mouse.c has this code: static int umouse_request(void *scarg, struct usb_data_xfer *xfer) ... done: if (xfer->ureq && (xfer->ureq->bmRequestType & UT_WRITE) && (err == USB_ERR_NORMAL_COMPLETION) && (data != NULL)) data->blen = 0; else if (eshort) err = USB_ERR_SHORT_XFER; However, UT_WRITE is 0, so this doesn't do what the author seems to have expected. Found with smatch; impact unknown. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 233607] [ix] netmap's pkt-gen can not stop transmission at ix0 (same as PR233022)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233607 Bug ID: 233607 Summary: [ix] netmap's pkt-gen can not stop transmission at ix0 (same as PR233022) Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: b...@freebsd.org Reporter: l...@freebsd.org I have same problem with ix (X520-DA1) as I had with em/igb (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233022) 070.647811 main_thread [2464] 0 pps (0 pkts 0 bps in 1002979 usec) 0.00 avg_batch 9 min_space 071.00 sender_body [1647] pending tx tail 316 head 318 on ring 0 071.20 sender_body [1647] pending tx tail 316 head 318 on ring 0 071.31 sender_body [1647] pending tx tail 316 head 318 on ring 0 071.42 sender_body [1647] pending tx tail 316 head 318 on ring 0 071.52 sender_body [1647] pending tx tail 316 head 318 on ring 0 071.648690 main_thread [2464] 0 pps (0 pkts 0 bps in 1000879 usec) 0.00 avg_batch 9 min_space 072.02 sender_body [1647] pending tx tail 316 head 318 on ring 0 072.20 sender_body [1647] pending tx tail 316 head 318 on ring 0 072.32 sender_body [1647] pending tx tail 316 head 318 on ring 0 072.42 sender_body [1647] pending tx tail 316 head 318 on ring 0 072.52 sender_body [1647] pending tx tail 316 head 318 on ring 0 072.649762 main_thread [2464] 0 pps (0 pkts 0 bps in 1001072 usec) 0.00 avg_batch 9 min_space 073.02 sender_body [1647] pending tx tail 316 head 318 on ring 0 073.14 sender_body [1647] pending tx tail 316 head 318 on ring 0 073.24 sender_body [1647] pending tx tail 316 head 318 on ring 0 073.34 sender_body [1647] pending tx tail 316 head 318 on ring 0 073.44 sender_body [1647] pending tx tail 316 head 318 on ring 0 073.650790 main_thread [2464] 0 pps (0 pkts 0 bps in 1001028 usec) 0.00 avg_batch 9 min_space -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 233607] [ix] netmap's pkt-gen can not stop transmission at ix0 (same as PR233022)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233607 Lev A. Serebryakov changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 233607] [ix] netmap's pkt-gen can not stop transmission at ix0 (same as PR233022)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233607 Lev A. Serebryakov changed: What|Removed |Added Keywords||IntelNetworking -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 233611] [meta] base system migration from obsolete GNU as 2.17.50
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233611 Bug ID: 233611 Summary: [meta] base system migration from obsolete GNU as 2.17.50 Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: b...@freebsd.org Reporter: ema...@freebsd.org Blocks: 205250, 233094 One of the goals for FreeBSD 13.0 is to retire obsolete binutils 2.17.50. In order to do so we need to address a few assembly files in the tree that are currently assembled by GNU as. (Most assembly files have a .S extension and are assembled by invoking the compiler driver, which uses Clang's Integrated Assembler (IAS) by default on many architectures.) Below is a list of .s files (typically assembled by GNU as) in the tree, sorted by architecture. i386/amd64 (used by both): stand/i386/kgzldr/crt.s stand/i386/kgzldr/sio.s stand/i386/kgzldr/start.s stand/i386/mbr/mbr.s stand/i386/pmbr/pmbr.s amd64: sys/crypto/skein/amd64/skein_block_asm.s i386: cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/tst.badinstr.s cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/tst.branch.s cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/tst.embedded.s cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/tst.ret.s cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/tst.retlist.s cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/ustack/tst.circstack.s sys/i386/i386/apic_vector.s sys/i386/i386/atpic_vector.s sys/i386/i386/bioscall.s sys/i386/i386/copyout_fast.s sys/i386/i386/exception.s sys/i386/i386/locore.s sys/i386/i386/mpboot.s sys/i386/i386/sigtramp.s sys/i386/i386/support.s sys/i386/i386/swtch.s sys/i386/i386/vm86bios.s sys/i386/linux/linux_vdso.lds.s tools/test/vm86/vm86_test_asm.s *** sparc64: cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/tst.br.s cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/tst.branch.s cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/tst.embedded.s cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/tst.circstack.s lib/libc/sparc64/gen/assym.s lib/libc/sparc64/sys/assym.s stand/sparc64/boot1/_start.s *** arm: sys/arm/arm/setstack.s *** unused / not applicable: contrib/libpcap/msdos/pkt_rx1.s sys/amd64/linux/linux_vdso.lds.s sys/amd64/linux32/linux32_vdso.lds.s sys/arm64/linux/linux_vdso.lds.s (lds.s are linker script files, typically named "ldscript.${arch}" elsewhere in the tree.) Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205250 [Bug 205250] [exp-run] removal of /usr/bin/as (evaluate ports impact) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233094 [Bug 233094] [meta] Base system tool chain modernization tracking -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 233094] [meta] Base system tool chain modernization tracking
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233094 Ed Maste changed: What|Removed |Added Depends on||233611 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233611 [Bug 233611] [meta] base system migration from obsolete GNU as 2.17.50 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 233611] [meta] base system migration from obsolete GNU as 2.17.50
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233611 --- Comment #1 from Ed Maste --- It turns out Clang IAS accepts -Wa,-defsym,FOO=BAR but not -Wa,--defsym,FOO=BAR -- see LLVM PR 39825 https://llvm.org/pr39825 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 233611] [meta] base system migration from obsolete GNU as 2.17.50
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233611 --- Comment #2 from Ed Maste --- These two reviews address all of the assembly files used by amd64 except for skein_block_asm.s: https://reviews.freebsd.org/D18344 https://reviews.freebsd.org/D18369 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 233511] [panic] Fatal trap 12: page fault while in kernel mode (kern_ptrace, sys_process.c:1148)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233511 Konstantin Belousov changed: What|Removed |Added CC||k...@freebsd.org Resolution|--- |FIXED Status|New |Closed --- Comment #2 from Konstantin Belousov --- r340290 was the MFC to stable/11 which closes the issue. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 233606] bhyve: usb_mouse.c has dead code
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233606 John Baldwin changed: What|Removed |Added Assignee|b...@freebsd.org|virtualizat...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 232282] [libc] Restore symbol __collate_load_error
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232282 n...@w4w.net changed: What|Removed |Added CC||n...@w4w.net --- Comment #1 from n...@w4w.net --- Same problem with old Arcserve backup agent (Arcserve Backup Client Agent for UNIX r16.5). Upgrading from 10.4 to 11.2 breaks the compatibility: /opt/CA/BABuagent/uagentd Undefined symbol "__collate_load_error" referenced from COPY relocation in /opt/CA/BABuagent/uagentd Compats for 10 and down are installed: pkg info compat\* compat10x-amd64-10.3.1003000.20170608 compat6x-amd64-6.4.604000.200810_3 compat7x-amd64-7.4.704000.201310.1 compat8x-amd64-8.4.804000.20151116 compat9x-amd64-9.3.903000.20170608 Any suggestions? -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 233617] kldunload if_ix could crash system in iflib
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233617 Lev A. Serebryakov changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 233617] kldunload if_ix could crash system in iflib
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233617 Bug ID: 233617 Summary: kldunload if_ix could crash system in iflib Product: Base System Version: CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: b...@freebsd.org Reporter: l...@freebsd.org I need to load and unload if_ix.ko due to its problems (PR233114). After several unloads and loads system crashes with: Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x64 fault code = supervisor read data, page not present instruction pointer = 0x20:0x805e504d stack pointer = 0x28:0xfe00402f5790 frame pointer = 0x28:0xfe00402f57a0 code segment= base 0x0, limit 0xf, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags= resume, IOPL = 0 current process = 10 (idle: cpu0) trap number = 12 panic: page fault cpuid = 0 time = 1543431661 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfe00402f5440 vpanic() at vpanic+0x1a3/frame 0xfe00402f54a0 panic() at panic+0x43/frame 0xfe00402f5500 trap_fatal() at trap_fatal+0x35f/frame 0xfe00402f5550 trap_pfault() at trap_pfault+0x49/frame 0xfe00402f55b0 trap() at trap+0x29e/frame 0xfe00402f56c0 calltrap() at calltrap+0x8/frame 0xfe00402f56c0 --- trap 0xc, rip = 0x805e504d, rsp = 0xfe00402f5790, rbp = 0xfe00402f57a0 --- grouptaskqueue_enqueue() at grouptaskqueue_enqueue+0xd/frame 0xfe00402f57a0 iflib_fast_intr() at iflib_fast_intr+0x33/frame 0xfe00402f57c0 intr_event_handle() at intr_event_handle+0xbe/frame 0xfe00402f5810 intr_execute_handlers() at intr_execute_handlers+0x58/frame 0xfe00402f5840 lapic_handle_intr() at lapic_handle_intr+0x44/frame 0xfe00402f5860 Xapic_isr1() at Xapic_isr1+0xd9/frame 0xfe00402f5860 --- interrupt, rip = 0x8037699c, rsp = 0xfe00402f5930, rbp = 0xfe00402f5970 --- acpi_cpu_idle() at acpi_cpu_idle+0x2bc/frame 0xfe00402f5970 cpu_idle_acpi() at cpu_idle_acpi+0x3f/frame 0xfe00402f5990 cpu_idle() at cpu_idle+0xa7/frame 0xfe00402f59b0 sched_idletd() at sched_idletd+0x515/frame 0xfe00402f5a70 fork_exit() at fork_exit+0x83/frame 0xfe00402f5ab0 fork_trampoline() at fork_trampoline+0xe/frame 0xfe00402f5ab0 --- trap 0, rip = 0, rsp = 0, rbp = 0 --- Uptime: 3h26m47s Dumping 935 out of 8144 MB:..2%..11%..21%..31%..42%..52%..62%..71%..81%..91% -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 232483] loader crashes on "lsdev" command
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232483 --- Comment #10 from Lev A. Serebryakov --- Should it be closed or we are waiting for MFC? -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 233585] sh(1) ${param?} default error message is broken
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233585 --- Comment #1 from commit-h...@freebsd.org --- A commit references this bug: Author: jilles Date: Wed Nov 28 20:03:54 UTC 2018 New revision: 341164 URL: https://svnweb.freebsd.org/changeset/base/341164 Log: sh: Fix ${param?} default error message If word in ${param?word} is missing, the shell shall write a default error message. So expanding ${param?} when param is not set should write an error message like sh: param: parameter not set This was broken by r316417. PR: 233585 Changes: head/bin/sh/expand.c head/bin/sh/tests/expansion/Makefile head/bin/sh/tests/expansion/question2.0 -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 230240] import clang 7.0.0 (tracking PR)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230240 Ed Maste changed: What|Removed |Added Depends on||230355 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230355 [Bug 230355] [exp-run] Against projects/clang700-import branch -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 231296] smartpqi - and/or ZFS - related kernel panics
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231296 --- Comment #21 from Mark Johnston --- (In reply to Mark Johnston from comment #20) I believe the kevent bug was fixed in r340734. I think I know what's causing the kmem_back() panic as well. Is the system using a Skylake CPU? Please try the patch here: https://people.freebsd.org/~markj/patches/blacklist_freecnt.diff -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 230048] Document existence of new ipfw queue types
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230048 Guangyuan Yang changed: What|Removed |Added CC||y...@freebsd.org Status|New |Open -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 230048] Document existence of new ipfw queue types
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230048 Guangyuan Yang changed: What|Removed |Added Assignee|b...@freebsd.org|y...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 232456] release/tools/gce.conf: cannot query NTP because of the non resolved hostname
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232456 --- Comment #3 from commit-h...@freebsd.org --- A commit references this bug: Author: gjb Date: Thu Nov 29 00:28:09 UTC 2018 New revision: 341167 URL: https://svnweb.freebsd.org/changeset/base/341167 Log: MFC r340983: Fix NTP query on GCE due to unresolved hostname. PR: 232456 Submitted by: Lucas Kanashiro Sponsored by: The FreeBSD Foundation Changes: _U stable/11/ stable/11/release/tools/gce.conf _U stable/12/ stable/12/release/tools/gce.conf -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 232456] release/tools/gce.conf: cannot query NTP because of the non resolved hostname
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232456 Glen Barber changed: What|Removed |Added Resolution|--- |FIXED Status|In Progress |Closed --- Comment #4 from Glen Barber --- Fixed, thank you! -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 232456] release/tools/gce.conf: cannot query NTP because of the non resolved hostname
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232456 --- Comment #5 from commit-h...@freebsd.org --- A commit references this bug: Author: gjb Date: Thu Nov 29 01:02:52 UTC 2018 New revision: 341169 URL: https://svnweb.freebsd.org/changeset/base/341169 Log: MFS12 r341167: MFC r340983: Fix NTP query on GCE due to unresolved hostname. PR: 232456 Submitted by: Lucas Kanashiro Approved by: re (delphij) Sponsored by: The FreeBSD Foundation Changes: _U releng/12.0/ releng/12.0/release/tools/gce.conf -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 232282] [libc] Restore symbol __collate_load_error
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232282 --- Comment #2 from Leonid Nevecherya --- The library /lib/libc.so.7 was included in FreeBSD 7.0. It was broken and fixing in FreeBSD 9.0 https://lists.freebsd.org/pipermail/freebsd-stable/2012-July/068761.html It was broken in FreeBSD 11.x (i386) only, but I don't sure of only (i386). IMHO 32bit version of library was broken and wasn't broken 64bit version. My workaround is to use the version of your software compiled for FreeBSD 6.x with compat6x. See bug #213781, comment #10 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"