[Bug 221772] vt(4) lacks (some?) semi-graphics, causing visible regression to the curses apps

2018-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221772

Conrad Meyer  changed:

   What|Removed |Added

 Status|New |Closed
 CC||c...@freebsd.org
 Resolution|--- |Not Enough Information

-- 
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 230985] pmcstat triggers assertion "pmcval outside of expected range"

2018-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230985

Conrad Meyer  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |FIXED

-- 
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 228431] existing mounts not showing up after reboot.

2018-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228431

Conrad Meyer  changed:

   What|Removed |Added

 CC||c...@freebsd.org

--- Comment #1 from Conrad Meyer  ---
Did it work before?  Do you have some idea of when?

-- 
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 228448] [PATCH] `unlink -foo` , the original use of `unlink`, no longer works.

2018-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228448

Conrad Meyer  changed:

   What|Removed |Added

 CC||c...@freebsd.org
 Resolution|--- |FIXED
 Status|New |Closed

-- 
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 229775] syslog(3) includes process id in each message even if LOG_PID is not specified as 2nd argument of openlog(3)

2018-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229775

Conrad Meyer  changed:

   What|Removed |Added

 Resolution|--- |Works As Intended
 Status|New |Closed
 CC||c...@freebsd.org

--- Comment #5 from Conrad Meyer  ---
Agree.

-- 
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 229264] [mips] init died (signal 0, exit 1) and kernel panic

2018-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229264

Conrad Meyer  changed:

   What|Removed |Added

Summary|init died (signal 0, exit   |[mips] init died (signal 0,
   |1) and kernel panic |exit 1) and kernel panic

-- 
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 231923] [pci] AMD Ryzen X370 chipset PCIe bridge failed to allocate initial memory window

2018-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231923

Conrad Meyer  changed:

   What|Removed |Added

   Keywords|regression  |

--- Comment #1 from Conrad Meyer  ---
Clearing 'regression' keyword -- this does not appear to be a software
regression.

-- 
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 232081] 12.0-BETA8 crashes under 11.2+Bhyve on Phenom-II (unemulated clflush [ebx])

2018-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232081

Andriy Gapon  changed:

   What|Removed |Added

 CC||k...@freebsd.org

--- Comment #1 from Andriy Gapon  ---
I suspect that the issue was uncovered by base r338807.
It seems that CPUID_CLFSH feature is advertised to the guest because the host
supports it.  But there is some special code in initializecpucache() that
clears the flag for VM guests.  But ifuncs are resolved before
initializecpucache() is called.  So, clflush gets enabled since the switch to
ifuncs.

I guess that if bhyve does not emulate clflush and if the hardware does not
support it in virtualized mode, then bhyve should clear CPUID_CLFSH.

-- 
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 232085] riscv64sf fails to link static binaries due to multiply defined symbols

2018-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232085

--- Comment #1 from Brooks Davis  ---
I've opened https://reviews.freebsd.org/D17476 to remove riscv64sf from
universe until this is resolved.

-- 
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 232084] bhyve crashes with SIGSEGV under NetBSD guest and xhci

2018-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232084

Bug ID: 232084
   Summary: bhyve crashes with SIGSEGV under NetBSD guest and xhci
   Product: Base System
   Version: CURRENT
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: bin
  Assignee: b...@freebsd.org
  Reporter: olev...@olevole.ru

Hello. NetBSD works fine in bhyve, except for the case when the bhyve
emulates eXtensible Host Controller Interface (xHCI) USB controller. (
-s 30,xhci,tablet )

LLDB output upon bhyve crash (guest screen: https://pasteboard.co/HFAqTOk.png
):

https://github.com/freebsd/freebsd/blob/ebeb3285f598d6c1214c49598c951493d09e1067/usr.sbin/bhyve/pci_xhci.c#L735

Process 57083 stopped
* thread #20, name = 'vcpu 0', stop reason = signal SIGSEGV: invalid
address (fault address: 0x0)
frame #0: 0x002587d8
bhyve`pci_xhci_insert_event(sc=0x0008010a5100,
evtrb=0x7fffddbeba78, do_intr=0) at pci_xhci.c:735
   732  rts = &sc->rtsregs;
   733
   734  erdp = rts->intrreg.erdp & ~0xF;
-> 735  erdp_idx = (erdp -
rts->erstba_p[rts->er_deq_seg].qwEvrsTablePtr) /
   736 sizeof(struct xhci_trb);
   737
   738  DPRINTF(("pci_xhci: insert event 0[%lx] 2[%x] 3[%x]\r\n"
(lldb) frame variable erdp_idx
(int) erdp_idx = 0


in all likelihood, the problem in the rts->erstba_p structure because
when I commenting 735 line ( erdp_idx is used only in DPRINTF debug
output ) the next stop when working with this structure again, e.g:

Process 58354 stopped
* thread #20, name = 'vcpu 0', stop reason = signal SIGSEGV: invalid
address (fault address: 0x8)
frame #0: 0x00258881
bhyve`pci_xhci_insert_event(sc=0x0008010a5100,
evtrb=0x7fffddbeba78, do_intr=0) at pci_xhci.c:750
   747  evtrbptr = &rts->erst_p[rts->er_enq_idx];
   748
   749  /* TODO: multi-segment table */
-> 750  if (rts->er_events_cnt >= rts->erstba_p->dwEvrsTableSize) {
   751  DPRINTF(("pci_xhci[%d] cannot insert event;
ring full\r\n",
   752   __LINE__));
   753  err = XHCI_TRB_ERROR_EV_RING_FULL;


What can I do to find out the reasons for this behavior? Thanks!

-- 
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 232085] riscv64sf fails to link static binaries due to multiply defined symbols

2018-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232085

Bug ID: 232085
   Summary: riscv64sf fails to link static binaries due to
multiply defined symbols
   Product: Base System
   Version: CURRENT
  Hardware: riscv
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: bin
  Assignee: b...@freebsd.org
  Reporter: bro...@freebsd.org
CC: b...@freebsd.org, j...@freebsd.org

Linking usb.sbin/nologin fails with __gedf2, __eqdf2, __ltdf2, __nedf2, and
__gtdf2 defined in libgcc.a and libc.a.

-- 
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 232081] 12.0-BETA8 crashes under 11.2+Bhyve on Phenom-II (unemulated clflush [ebx])

2018-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232081

Bug ID: 232081
   Summary: 12.0-BETA8 crashes under 11.2+Bhyve on Phenom-II
(unemulated clflush [ebx])
   Product: Base System
   Version: CURRENT
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: p...@freebsd.org

12.0-ALPHA8 on Phenom-II crashes with unemulated "clflush BYTE PTR [ebx]


Host:
-
FreeBSD 11.2-RELEASE-p4 FreeBSD 11.2-RELEASE-p4 #0: Thu Sep 27 08:16:24
UTC 2018 amd64

CPU: AMD Phenom(tm) II X6 1075T Processor (3013.98-MHz K8-class CPU)
  Origin="AuthenticAMD"  Id=0x100fa0  Family=0x10  Model=0xa 
Stepping=0
 
Features=0x178bfbff
  Features2=0x802009
  AMD
Features=0xee500800
  AMD
Features2=0x837ff
  SVM: NP,NRIP,NAsids=64
  TSC: P-state invariant, performance statistics
real memory  = 34359738368 (32768 MB)
avail memory = 33279193088 (31737 MB)

Guest:
--
12.0-ALPHA8-amd64-20180928-r338991


Result:
---

Host:
-

Launching virtual machine "vm14_fbsd" ...
Failed to emulate instruction [0x0f 0xae 0x3b 0x8b 0x04 0x25
0xf8 0x5d 0xb8 0x81 0x48 0x01 0xc3 0x4c 0x39] at 0x8104abb0

Guest:
--
CPU: AMD Phenom(tm) II X6 1075T Processor (3013.42-MHz K8-class
CPU)
  Origin="AuthenticAMD"  Id=0x100fa0  Family=0x10  Model=0xa 
Stepping=0
 
Features=0x1783fbff
  Features2=0x80802001
  AMD
Features=0xe6500800
  AMD
Features2=0x31fb
  TSC: P-state invariant
[...]
ACPI APIC Table: 
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
FreeBSD/SMP: 4 package(s) x 1 core(s)
arc4random: no preloaded entropy cache

-- 
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 225692] iswprint() wrong for some FULL WIDTH characters in UTF-8 locale

2018-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225692

--- Comment #17 from Conrad Meyer  ---
(In reply to Yuri Pankov from comment #15)
Hey, that's really cool!  Thanks for investigating this.  I'll look at the
reviews.

-- 
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 232075] 12-ALPHA8 page fault in kernel mode

2018-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232075

Bug ID: 232075
   Summary: 12-ALPHA8 page fault in kernel mode
   Product: Base System
   Version: CURRENT
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: gldisa...@gmail.com

Fatal trap 12: page fault while in kernel mode
cpuid = 13; apic id = 33
fault virtual address = 0x3c8
fault code = supervisor read data, page not present
instruction pointer = 0x20:0xf80b94b64
stack pointer = 0x28:0xfe017d0f85c0
frame pointer = 0x28:0cfe017d0f85f0
code segment = base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = 2625 (zfs)
[ thread pid 2625 tid 102072 ]
Stopped at _sx_xlock+0x44: movq 0x18(%rbx),%rax


system was under moderate load doing a zfs send/recv from one drive into the
main pool while trying to unmount some zfs datasets. kernel dump to follow.

-- 
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 231967] [PowerPC64] Rebooting results in a hang after an OPAL command issued

2018-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231967

Sean Bruno  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |FIXED

--- Comment #1 from Sean Bruno  ---
Updating petitboot on these machines fixes the OPAL errors and allows the host
to reboot now.

-- 
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 225692] iswprint() wrong for some FULL WIDTH characters in UTF-8 locale

2018-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225692

--- Comment #16 from Yuri Pankov  ---
The ctype update is our for review as well: review D17471.

-- 
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 225692] iswprint() wrong for some FULL WIDTH characters in UTF-8 locale

2018-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225692

--- Comment #15 from Yuri Pankov  ---
Properly fixing U+FF08 and other full width characters is more involved.

A bit of background: we have common ctype definitions file for all UTF-8
locales, src/share/ctypedef/en_US.UTF-8.src (all other locale's symlink to the
resulting /usr/share/locale/en_US.UTF-8/LC_CTYPE).

src/share/ctypedef/en_US.UTF-8.src is in turn assembled from
src/tools/tools/locale/etc/common.UTF-8.src and
src/tools/tools/locale/etc/manual-input.UTF-8.

src/tools/tools/locale/etc/common.UTF-8.src is built using
src/tools/tools/locale/tools/utf8-rollup.pl, which contains the character
ranges belonging to different locales, and (among other things it does) checks
the corresponding .UTF-8.src file's LC_CTYPE section for character class to be
used.  If the character is not defined, then it doesn't get into the
common.UTF-8.src, which is exactly the case here as it's not found in
ja_JP.UTF-8.src and ko_KR.UTF-8.src.

TL;DR: all such characters not defined anywhere in *.UTF-8.src from CLDR need
to be added to the manual-input.UTF-8.

CLDR v34 is really close to be released, but I strongly doubt we will have the
full width characters we are missing defined in the new *.UTF-8.src files.  To
amend the issue for the release, I propose looking up these characters in
UTF-8.src we had in src/share/mklocale in pre-11.x times, and adding them to
manual-input.UTF-8.

The longer term solution would be asking CLDR guys about a way to build a
complete ctype map while building POSIX locale data files, and if that's not
possible, going over the entire UTF-8.src contents, and adding missing bits to
manual-input.UTF-8.

-- 
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 225692] iswprint() wrong for some FULL WIDTH characters in UTF-8 locale

2018-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225692

Yuri Pankov  changed:

   What|Removed |Added

 CC||yur...@yuripv.net

--- Comment #14 from Yuri Pankov  ---
There are several issues described in this bug report, let's take a look at
U+2002 first, it is , included in "space" character class, which
localedef(1) does NOT currently identify as "print" character class.

The POSIX locale definition says the following:

print
Define characters to be classified as printable characters, including the
.

In the POSIX locale, all characters in class graph shall be included; no
characters in class cntrl shall be included.

In a locale definition file, characters specified for the keywords upper,
lower, alpha, digit, xdigit, punct, graph, and the  are automatically
included in this class. No character specified for the keyword cntrl shall be
specified.


So it doesn't explicitly say anything about "space" here, though it doesn't NOT
explicitly forbid including "space" in the "print" class, and I *think* we can
extend the  character being included to the entire "space" character
class.

See review D17467.

-- 
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 221777] merge the latest changes to the ig4 module from DragonFly BSD and add Kaby Lake / Intel 100 series platform support

2018-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221777

Cory Smelosky  changed:

   What|Removed |Added

 CC||b...@gewt.net

--- Comment #26 from Cory Smelosky  ---
driver bug: Unable to set devclass (class: ppc devname: (unknown))
driver bug: Unable to set devclass (class: ppc devname: (unknown))
ig4iic_acpi0:  iomem 0xe1122000-0xe1122fff irq 7 on
acpi0
ig4iic_acpi0: controller error during attach-1
driver bug: Unable to set devclass (class: ppc devname: (unknown))
ig4iic_acpi1:  iomem 0xe1124000-0xe1124fff irq 7 on
acpi0
ig4iic_acpi1: controller error during attach-1
iicbus0:  on ig4iic_acpi0
iic0:  on iicbus0
iicbus1:  on ig4iic_acpi1
iic1:  on iicbus1
driver bug: Unable to set devclass (class: ppc devname: (unknown))

Weird...still not attaching on Broadwell.

hostb0@pci0:0:0:0:  class=0x06 card=0x16048086 chip=0x16048086 rev=0x09
hdr=0x00
vendor = 'Intel Corporation'
device = 'Broadwell-U Host Bridge -OPI'
class  = bridge
subclass   = HOST-PCI
vgapci0@pci0:0:2:0: class=0x03 card=0x16168086 chip=0x16168086 rev=0x09
hdr=0x00
vendor = 'Intel Corporation'
device = 'HD Graphics 5500'
class  = display
subclass   = VGA
hdac0@pci0:0:3:0:   class=0x040300 card=0x160c8086 chip=0x160c8086 rev=0x09
hdr=0x00
vendor = 'Intel Corporation'
device = 'Broadwell-U Audio Controller'
class  = multimedia
subclass   = HDA
xhci0@pci0:0:20:0:  class=0x0c0330 card=0x9cb18086 chip=0x9cb18086 rev=0x03
hdr=0x00
vendor = 'Intel Corporation'
device = 'Wildcat Point-LP USB xHCI Controller'
class  = serial bus
subclass   = USB
none0@pci0:0:22:0:  class=0x078000 card=0x9cba8086 chip=0x9cba8086 rev=0x03
hdr=0x00
vendor = 'Intel Corporation'
device = 'Wildcat Point-LP MEI Controller'
class  = simple comms
hdac1@pci0:0:27:0:  class=0x040300 card=0x9ca08086 chip=0x9ca08086 rev=0x03
hdr=0x00
vendor = 'Intel Corporation'
device = 'Wildcat Point-LP High Definition Audio Controller'
class  = multimedia
subclass   = HDA
pcib1@pci0:0:28:0:  class=0x060400 card=0x9c908086 chip=0x9c908086 rev=0xe3
hdr=0x01
vendor = 'Intel Corporation'
device = 'Wildcat Point-LP PCI Express Root Port'
class  = bridge
subclass   = PCI-PCI
isab0@pci0:0:31:0:  class=0x060100 card=0x9cc38086 chip=0x9cc38086 rev=0x03
hdr=0x00
vendor = 'Intel Corporation'
device = 'Wildcat Point-LP LPC Controller'
class  = bridge
subclass   = PCI-ISA
ahci0@pci0:0:31:2:  class=0x010601 card=0x9c838086 chip=0x9c838086 rev=0x03
hdr=0x00
vendor = 'Intel Corporation'
device = 'Wildcat Point-LP SATA Controller [AHCI Mode]'
class  = mass storage
subclass   = SATA
none1@pci0:0:31:6:  class=0x118000 card=0x9ca48086 chip=0x9ca48086 rev=0x03
hdr=0x00
vendor = 'Intel Corporation'
device = 'Wildcat Point-LP Thermal Management Controller'
class  = dasp
iwm0@pci0:1:0:0:class=0x028000 card=0x50708086 chip=0x08b18086 rev=0xcb
hdr=0x00
vendor = 'Intel Corporation'
device = 'Wireless 7260'
class  = network

Handle 0x000C, DMI type 41, 11 bytes
Onboard Device
Reference Designation: trackpad
Type: Other
Status: Enabled
Type Instance: 37
Bus Address: 0001:15:00.0

>From dmidecode it should show up on the i2c controller...which can't be found.

Is my ACPI table broken or is there a bug?

(I tested this on latest commit as of this time and date, w/o patch as it's in
-CURRENT from then afaict)

-- 
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"