[Bug 141915] [hang] Unspecified lockup/deadlock with 7.2 on AMD64

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=141915

Mark Linimon  changed:

   What|Removed |Added

 Status|In Discussion   |Issue Resolved
 Resolution|--- |Unable to Reproduce

--- Comment #2 from Mark Linimon  ---
Closing as requested by submitter.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191354] tools/regression/lib/libc/regex fails to link after xlocale changes done in 10.x+

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191354

--- Comment #1 from David Chisnall  ---
It looks like it's including some private libc headers, but relying on private
libc symbols.  Is it meant to run without linking to libc, or to test internal
libc functionality?  If it's the former, it can probably be fixed by just
adding the relevant locale files to the build.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 139127] [vfs] False negative vfs cache entry

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=139127

Peter Holm  changed:

   What|Removed |Added

 Status|In Discussion   |Timeout
 Resolution|--- |Unable to Reproduce

--- Comment #1 from Peter Holm  ---
I have not been able to reproduce this on HEAD.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191359] New: [PANIC] Memory modified after free w/MEMGUARD build

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191359

Bug ID: 191359
   Summary: [PANIC] Memory modified after free w/MEMGUARD build
   Product: Base System
   Version: 11.0-CURRENT
  Hardware: Any
OS: Any
Status: Needs Triage
  Severity: Affects Some People
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: p...@freebsd.org

db:0:pho> bt
Tracing pid 785 tid 100153 td 0xf8002a52c490
uma_find_refcnt() at uma_find_refcnt+0x33/frame 0xfe17288d2590
mb_ctor_clust() at mb_ctor_clust+0x8f/frame 0xfe17288d25c0
uma_zalloc_arg() at uma_zalloc_arg+0x164/frame 0xfe17288d2660
m_getjcl() at m_getjcl+0xa3/frame 0xfe17288d26b0
m_getm2() at m_getm2+0xe7/frame 0xfe17288d2700
m_uiotombuf() at m_uiotombuf+0xa4/frame 0xfe17288d2770
sosend_generic() at sosend_generic+0x6cc/frame 0xfe17288d2820
sosend() at sosend+0x5d/frame 0xfe17288d2880
soo_write() at soo_write+0x42/frame 0xfe17288d28b0
dofilewrite() at dofilewrite+0x88/frame 0xfe17288d2900
kern_writev() at kern_writev+0x68/frame 0xfe17288d2950
sys_write() at sys_write+0x63/frame 0xfe17288d29a0
amd64_syscall() at amd64_syscall+0x278/frame 0xfe17288d2ab0

How to repeat:
sysctl vm.memguard.options=3; sysctl vm.memguard.desc=allocdirect +
ssh activity

Details: http://people.freebsd.org/~pho/stress/log/memguard4.txt

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 190669] 'emmintrin.h' file not found - in /usr/src/lib/clang/libclangbasic

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669

Nils Beyer  changed:

   What|Removed |Added

 CC||n...@renzel.net

--- Comment #11 from Nils Beyer  ---
What happens if you try:

cd /usr/include/clang
ln -s 3.4.1 3.4

and then build world?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 185084] [regression][geli] Keyfile content potentially cleared prematurely after r259428

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185084

--- Comment #3 from commit-h...@freebsd.org ---
A commit references this bug:

Author: marius
Date: Wed Jun 25 10:17:00 UTC 2014
New revision: 267860
URL: http://svnweb.freebsd.org/changeset/base/267860

Log:
  MFC: r267145

  Fix the keyfile being cleared prematurely after r259428 (MFCed to stable/10
  in r266749).

  PR:185084
  Submitted by:f...@fabiankeil.de
  Reviewed by:pjd

Changes:
_U  stable/10/
  stable/10/sys/geom/eli/g_eli.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 185084] [regression][geli] Keyfile content potentially cleared prematurely after r259428

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185084

--- Comment #4 from commit-h...@freebsd.org ---
A commit references this bug:

Author: marius
Date: Wed Jun 25 10:17:10 UTC 2014
New revision: 267861
URL: http://svnweb.freebsd.org/changeset/base/267861

Log:
  MFC: r267145

  Fix the keyfile being cleared prematurely after r259428 (MFCed to stable/9
  in r266750).

  PR:185084
  Submitted by:f...@fabiankeil.de
  Reviewed by:pjd

Changes:
_U  stable/9/sys/
  stable/9/sys/geom/eli/g_eli.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 185084] [regression][geli] Keyfile content potentially cleared prematurely after r259428

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185084

--- Comment #5 from commit-h...@freebsd.org ---
A commit references this bug:

Author: marius
Date: Wed Jun 25 10:27:17 UTC 2014
New revision: 267862
URL: http://svnweb.freebsd.org/changeset/base/267862

Log:
  MFC: r267145

  Fix the keyfile being cleared prematurely after r259428 (MFCed to stable/9
  in r266750).

  PR:185084
  Submitted by:f...@fabiankeil.de
  Reviewed by:pjd
  Approved by:re (glebius)

Changes:
_U  releng/9.3/sys/
  releng/9.3/sys/geom/eli/g_eli.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 185084] [regression][geli] Keyfile content potentially cleared prematurely after r259428

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185084

Marius Strobl  changed:

   What|Removed |Added

 Status|In Discussion   |Issue Resolved
 CC||mar...@freebsd.org
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 190669] 'emmintrin.h' file not found - in /usr/src/lib/clang/libclangbasic

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669

--- Comment #12 from roberth...@rcn.com ---
(In reply to Nils Beyer from comment #11)

> What happens if you try:
> 
> cd /usr/include/clang
> ln -s 3.4.1 3.4
> 
> and then build world?

 "/usr/include/clang" is empty.
 Did some digging and found this in /usr/src/ObsoleteFiles.inc:

# 20140512: new clang import which bumps version from 3.4 to 3.4.1.
OLD_FILES+=usr/include/clang/3.4/__wmmintrin_aes.h
OLD_FILES+=usr/include/clang/3.4/__wmmintrin_pclmul.h
OLD_FILES+=usr/include/clang/3.4/altivec.h
OLD_FILES+=usr/include/clang/3.4/ammintrin.h
OLD_FILES+=usr/include/clang/3.4/avx2intrin.h
OLD_FILES+=usr/include/clang/3.4/avxintrin.h
OLD_FILES+=usr/include/clang/3.4/bmi2intrin.h
OLD_FILES+=usr/include/clang/3.4/bmiintrin.h
OLD_FILES+=usr/include/clang/3.4/cpuid.h
OLD_FILES+=usr/include/clang/3.4/emmintrin.h
OLD_FILES+=usr/include/clang/3.4/f16cintrin.h
OLD_FILES+=usr/include/clang/3.4/fma4intrin.h
OLD_FILES+=usr/include/clang/3.4/fmaintrin.h
OLD_FILES+=usr/include/clang/3.4/immintrin.h
OLD_FILES+=usr/include/clang/3.4/lzcntintrin.h

 Is this somehow related, given the system is

FreeBSD 11.0-CURRENT #1 r264673: Sat Apr 19 09:43:10 EDT 2014  amd64 

?
If not: where do I find contents for that directory?  I have a 10.0 cd, but
that only has (/usr/include/clang/)3.3 and I have not been able to find 3.4
anywhere.  Is it dynamically generated by the clang build process?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 190669] 'emmintrin.h' file not found - in /usr/src/lib/clang/libclangbasic

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669

--- Comment #13 from Benedict Reuschling  ---
You could install lang/clan34 or lang/clang-devel from ports/pkg. That should
get you the required files.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 190669] 'emmintrin.h' file not found - in /usr/src/lib/clang/libclangbasic

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669

--- Comment #14 from Nils Beyer  ---
(In reply to roberthuff from comment #12)
> If not: where do I find contents for that directory?

You can copy the content of

/usr/src/contrib/llvm/tools/clang/lib/Headers

to

/usr/include/clang/3.4.1
resp.
/usr/include/clang/3.4

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


Update PCBSD today

2014-06-25 Thread Hubert Dixius

Hello,

since an update of PCBSD today, my installed programs like Firefox and 
so on, cannot be startet. Cairo dock has no addons. Whats is wrong 
there? Thank you for further help.


Best Regards


Hubert
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 190669] 'emmintrin.h' file not found - in /usr/src/lib/clang/libclangbasic

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669

--- Comment #15 from roberth...@rcn.com ---
(In reply to Nils Beyer from comment #14)
> (In reply to roberthuff from comment #12)
> > If not: where do I find contents for that directory?
> 
> You can copy the content of
> 
> /usr/src/contrib/llvm/tools/clang/lib/Headers
> 
> to
> 
> /usr/include/clang/3.4.1
> resp.
> /usr/include/clang/3.4

 Doing this, and running 

 rm -f /usr/obj
 make -v cleandir
 make -d l -DNOCACHE buildworld

 produces:

echo ">>> stage 1.2: bootstrap tools"
>>> stage 1.2: bootstrap tools
echo "--"
--
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/tmp  INSTALL="sh
/usr/src/tools/install.sh" 
PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/sbin:/bin:/usr/sbin:/usr/bin
 WORLDTMP=/usr/obj/usr/src/tmp  VERSION="FreeBSD 11.0-CURRENT amd64 1100023" 
MAKEFLAGS="-m /usr/src/tools/build/mk  -d l -D NOCACHE -m /usr/src/share/mk"
make  -f Makefile.inc1  DESTDIR=  BOOTSTRAPPING=1100019  SSP_CFLAGS= MK_PIE=no 
MK_HTML=no MK_INFO=no NO_LINT=yes MK_MAN=no  -DNO_PIC MK_PROFILE=no -DNO_SHARED
 -DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no  MK_CLANG_FULL=no MK_LLDB=no MK_TESTS=no
bootstrap-tools
echo "===> lib/clang/libllvmsupport (obj,depend,all,install)";  cd
/usr/src/lib/clang/libllvmsupport &&  make DIRPRFX=lib/clang/libllvmsupport/
obj &&  make DIRPRFX=lib/clang/libllvmsupport/ depend &&  make
DIRPRFX=lib/clang/libllvmsupport/ all &&  make
DIRPRFX=lib/clang/libllvmsupport/ DESTDIR=/usr/obj/usr/src/tmp/legacy install
===> lib/clang/libllvmsupport (obj,depend,all,install)
if ! test -d /usr/obj/usr/src/tmp/usr/src/lib/clang/libllvmsupport/; then 
mkdir -p /usr/obj/usr/src/tmp/usr/src/lib/clang/libllvmsupport;  if ! test -d
/usr/obj/usr/src/tmp/usr/src/lib/clang/libllvmsupport/; then  echo "Unable to
create /usr/obj/usr/src/tmp/usr/src/lib/clang/libllvmsupport.";  exit 1;  fi; 
echo "/usr/obj/usr/src/tmp/usr/src/lib/clang/libllvmsupport created for
/usr/src/lib/clang/libllvmsupport";  fi
/usr/obj/usr/src/tmp/usr/src/lib/clang/libllvmsupport created for
/usr/src/lib/clang/libllvmsupport
rm -f .depend
mkdep -f .depend -a   
-I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include
-I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include
-I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I.
-I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include
-DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS
-DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.0\"
-DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"\"
-I/usr/obj/usr/src/tmp/legacy/usr/include -std=gnu99  
/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ConvertUTF.c
/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/regcomp.c
/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/regerror.c
/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/regexec.c
/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/regfree.c
/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/regstrlcpy.c
/usr/include/clang/3.4/module.map:12:14: error: header 'arm_neon.h' not found
  header "arm_neon.h"
 ^

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 190669] 'emmintrin.h' file not found - in /usr/src/lib/clang/libclangbasic

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669

--- Comment #16 from roberth...@rcn.com ---
The problem is not that the file isn't there:

huff@>> find /usr/src -name emmiintrin.h
/usr/src/contrib/gcc/config/i386/emmintrin.h
/usr/src/contrib/llvm/tools/clang/lib/Headers/emmintrin.h
huff@>>

 The problem is the buildworld bootstrap process, which - as I understand
it - shouldn't depend on anything outside itself except a working C/C++
compiler, can't find a .h which is part of the buildworld environment.
 Am I wrong?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191380] New: Problem with tagged vlan after upgrading

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191380

Bug ID: 191380
   Summary: Problem with tagged vlan after upgrading
   Product: Base System
   Version: 11.0-CURRENT
  Hardware: Any
OS: Any
Status: Needs Triage
  Severity: Affects Only Me
  Priority: ---
 Component: misc
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: ri...@ige.unicamp.br

After upgrading my system to 11.0-CURRENT r267824, I cannot use the vlan
interfaces as I used before. I have in rc.conf:

ifconfig_em0="media 1000baseT mediaopt full-duplex"
cloned_interfaces="vlan1 vlan2 vlan100 vlan150"
ifconfig_vlan1="inet 10.0.0.20 netmask 255.0.0.0 vlan 1 vlandev em0"
ifconfig_vlan2="inet X.X.X.X netmask 255.255.255.192 vlan 2 vlandev em0"
ifconfig_vlan100="vlan 100 vlandev em0"
ifconfig_vlan150="inet 192.168.2.10 netmask 255.255.255.0 vlan 150 vlandev em0"

But this isn't working anymore.

When I remove the vlan tag in my switch and set the inet to the em0
card, everithing works fine.

The hardware:

em0@pci0:0:25:0:  class=0x02 card=0xe0001458 chip=0x153b8086 rev=0x04
hdr=0x00
vendor = 'Intel Corporation'
device = 'Ethernet Connection I217-V'
class  = network
subclass   = ethernet

Everything got back to normal after the command below:

# ifconfig em0 -vlanhwtag

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191354] tools/regression/lib/libc/regex fails to link after xlocale changes done in 10.x+

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191354

--- Comment #2 from yaneurab...@gmail.com ---
(In reply to David Chisnall from comment #1)
> It looks like it's including some private libc headers, but relying on
> private libc symbols.  Is it meant to run without linking to libc, or to
> test internal libc functionality?  If it's the former, it can probably be
> fixed by just adding the relevant locale files to the build.

I'm not entirely sure to be honest. I would think based on the sourcecode and
test inputs that it's largely blackbox testcases, but like you suggest it seems
to be accessing whitebox/graybox features/source.

I have some testcases from NetBSD which supplement this. I'll check and see
whether or not the NetBSD testcases are a super set of the FreeBSD regex/grot
testcases. If they are, then the code doesn't need to be fixed, and
lib/libc/regex/grot should probably be deorbited from the tree as it's
bitrotted code.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191384] New: ixgbe driver failed to identify PCI-Express slot bandwidth on 10-STABLE and 9.3-RC1, 10.0-RELEASE is partialy affected

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191384

Bug ID: 191384
   Summary: ixgbe driver failed to identify PCI-Express slot
bandwidth on 10-STABLE and 9.3-RC1, 10.0-RELEASE is
partialy affected
   Product: Base System
   Version: 10.0-STABLE
  Hardware: Any
OS: Any
Status: Needs Triage
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: avv...@gmail.com

Hardware is Dell R510, 2xCPU E5620, 32GB RAM
Intel 10Gb SR Server Adapter:
ix0@pci0:3:0:0: class=0x02 card=0xa05f8086 chip=0x10c78086 rev=0x01
hdr=0x00
vendor = 'Intel Corporation'
device = '82598EB 10-Gigabit AF Network Connection'
class  = network
subclass   = ethernet

If this 10Gb card inserted into PCI-E x8 Gen2 slot:
Booting FreeBSD 10.0-STABLE #0 r267874:
ix0:  port
0xece0-0xecff mem
0xdf2a-0xdf2b,0xdf2c-0xdf2f,0xdf29c000-0xdf29 irq 38 at
device 0.0 on pci3
ix0: Using MSIX interrupts with 9 vectors
ix0: Ethernet address: 00:1b:21:5c:83:11
ix0: PCI Express Bus: Speed 2.5GT/s Width x1
ix0: PCI-Express bandwidth available for this card
 is not sufficient for optimal performance.
ix0: For optimal performance a x8 PCIE, or x4 PCIE Gen2 slot is required.
Same situation for 9.3-RC1, but I have no dmesg output for it, so may be not
excatly.

Booting 10.0-RELEASE seems is Ok. But fail to detect Gen2.
ix0:  port
0xece0-0xecff mem
0xdf2a-0xdf2b,0xdf2c-0xdf2f,0xdf29c000-0xdf29 irq 38 at
device 0.0 on pci3
ix0: Using MSIX interrupts with 9 vectors
ix0: Ethernet address: 00:1b:21:5c:83:11
ix0: PCI Express Bus: Speed 2.5GT/s Width x8

When same card inserted into x4 Gen2 slot, 10.0-RELEASE also fail to detect
Gen2:
ix0:  port
0xdce0-0xdcff mem
0xdf4a-0xdf4b,0xdf4c-0xdf4f,0xdf49c000-0xdf49 irq 41 at
device 0.0 on pci5
ix0: Using MSIX interrupts with 9 vectors
ix0: Ethernet address: 00:1b:21:5c:83:11
ix0: PCI Express Bus: Speed 2.5GT/s Width x4
ix0: PCI-Express bandwidth available for this card
 is not sufficient for optimal performance.
ix0: For optimal performance a x8 PCIE, or x4 PCIE Gen2 slot is required.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191380] [vlan] Problem with tagged vlan after upgrading

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191380

Mark Linimon  changed:

   What|Removed |Added

   Keywords||regression
  Component|misc|kern
   Assignee|freebsd-bugs@FreeBSD.org|freebsd-...@freebsd.org
Summary|Problem with tagged vlan|[vlan] Problem with tagged
   |after upgrading |vlan after upgrading

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191252] [rc.conf] [vlan] [carp] broken alias syntax on vlan interfaces

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191252

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd...@freebsd.org

--- Comment #1 from Mark Linimon  ---
Over to maintainers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191270] [patch] df(1): df -h output missing units when size is 1TB

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191270

Mark Linimon  changed:

   What|Removed |Added

Summary|df -h output missing units  |[patch] df(1): df -h output
   |when size is 1TB|missing units when size is
   ||1TB

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191279] [jail] jail allow.sysvipc - doesn't work until jail is started TWICE after reboot

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191279

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-j...@freebsd.org
Summary|jail allow.sysvipc -|[jail] jail allow.sysvipc -
   |doesn't work until jail is  |doesn't work until jail is
   |started TWICE after reboot  |started TWICE after reboot

--- Comment #1 from Mark Linimon  ---
Over to maintainers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191302] [kernel] add short sleep in sys/kern/init_main.c before panic() ?

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191302

Mark Linimon  changed:

   What|Removed |Added

Summary|short sleep in  |[kernel] add short sleep in
   |sys/kern/init_main.c before |sys/kern/init_main.c before
   |panic() ?   |panic() ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191312] [re] re does not work with TP-Link TG-3468 v2

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191312

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-...@freebsd.org
Summary|re does not work with   |[re] re does not work with
   |TP-Link TG-3468 v2  |TP-Link TG-3468 v2

--- Comment #1 from Mark Linimon  ---
Over to maintainers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191343] [ipnat] ipnat error at boot disables active sessions

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191343

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-...@freebsd.org
Summary|ipnat error at boot |[ipnat] ipnat error at boot
   |disables active sessions|disables active sessions

--- Comment #3 from Mark Linimon  ---
Over to maintainers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191359] [memguard] [panic] Memory modified after free w/MEMGUARD build

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191359

Mark Linimon  changed:

   What|Removed |Added

Summary|[PANIC] Memory modified |[memguard] [panic] Memory
   |after free w/MEMGUARD build |modified after free
   ||w/MEMGUARD build

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 190919] [patch] [xenhvm] stable/9 buildworld is broken with MODULES_WITH_WORLD=yes (again)

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190919

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-...@freebsd.org

--- Comment #1 from Mark Linimon  ---
Over to maintainers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191070] [boot] Boot hangs on Levono Thinkpad Edge E545 at atkdbc

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191070

Mark Linimon  changed:

   What|Removed |Added

Summary|Boot hangs on Levono|[boot] Boot hangs on Levono
   |Thinkpad Edge E545 at   |Thinkpad Edge E545 at
   |atkdbc  |atkdbc

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191086] grep(1) and bsdgrep(1) do not recognize [[:<:]] and [[:>:]]

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191086

Mark Linimon  changed:

   What|Removed |Added

Summary|grep and bsdgrep do not |grep(1) and bsdgrep(1) do
   |recognize [[:<:]] and   |not recognize [[:<:]] and
   |[[:>:]] |[[:>:]]

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191114] [build] buildworld failure using WITHOUT_NCURSESW

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191114

Mark Linimon  changed:

   What|Removed |Added

Summary|buildworld failure using|[build] buildworld failure
   |WITHOUT_NCURSESW|using WITHOUT_NCURSESW

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191135] [hptrr] [patch] probe hptrr INQUIRY CDB: 12 00 00 00 24 00 CAM status: Invalid Target ID Error 22

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191135

Mark Linimon  changed:

   What|Removed |Added

  Component|bin |kern
Summary|probe hptrr INQUIRY CDB: 12 |[hptrr] [patch] probe hptrr
   |00 00 00 24 00 CAM status:  |INQUIRY CDB: 12 00 00 00 24
   |Invalid Target ID Error 22  |00 CAM status: Invalid
   ||Target ID Error 22

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191155] [usb] [patch] Fix USB operation after second suspend/resume

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191155

Mark Linimon  changed:

   What|Removed |Added

  Component|kern|usb
   Assignee|freebsd-bugs@FreeBSD.org|freebsd-...@freebsd.org
Summary|Fix USB operation after |[usb] [patch] Fix USB
   |second suspend/resume   |operation after second
   ||suspend/resume

--- Comment #2 from Mark Linimon  ---
Over to maintainers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191181] [jail] Jailnames cannot contain a dash

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191181

Mark Linimon  changed:

   What|Removed |Added

  Component|misc|kern
   Assignee|freebsd-bugs@FreeBSD.org|freebsd-j...@freebsd.org
Summary|Jailnames cannot contain a  |[jail] Jailnames cannot
   |dash|contain a dash

--- Comment #2 from Mark Linimon  ---
over to maintainers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191173] [xen] Poor file write performance on xen blockfront

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191173

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-...@freebsd.org
Summary|Poor file write performance |[xen] Poor file write
   |on xen blockfront   |performance on xen
   ||blockfront

--- Comment #1 from Mark Linimon  ---
Over to maintainers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191192] [e1000] [patch] add support for Intel I218 V2 (0x15a1 PCI ID) network controller in the H97I chipset

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191192

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-...@freebsd.org
Summary|support for Intel I218 V2   |[e1000] [patch] add support
   |(0x15a1 PCI ID) network |for Intel I218 V2 (0x15a1
   |controller in the H97I  |PCI ID) network controller
   |chipset |in the H97I chipset

--- Comment #2 from Mark Linimon  ---
Over to maintainers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191348] [mps] LSI2308 with WD3000FYYZ drives disappears after hotswapping

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191348

Mark Linimon  changed:

   What|Removed |Added

Summary|LSI2308 and WD3000FYYZ  |[mps] LSI2308 with
   |dissapears after|WD3000FYYZ drives
   |hotswapping |disappears after
   ||hotswapping

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191384] [ixgbe] ixgbe driver failed to identify PCI-Express slot bandwidth on 10-STABLE and 9.3-RC1, 10.0-RELEASE is partialy affected

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191384

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-...@freebsd.org
Summary|ixgbe driver failed to  |[ixgbe] ixgbe driver failed
   |identify PCI-Express slot   |to identify PCI-Express
   |bandwidth on 10-STABLE and  |slot bandwidth on 10-STABLE
   |9.3-RC1, 10.0-RELEASE is|and 9.3-RC1, 10.0-RELEASE
   |partialy affected   |is partialy affected

--- Comment #1 from Mark Linimon  ---
Over to maintainers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191151] [pam] Relative module path in PAM service description file does not work well

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191151

Mark Linimon  changed:

   What|Removed |Added

 CC||d...@freebsd.org
  Component|bin |kern
Summary|Relative module path in PAM |[pam] Relative module path
   |service description file|in PAM service description
   |does not work well  |file does not work well

--- Comment #2 from Mark Linimon  ---
Fix summary, notify possibly interested committer.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191318] freebsd-update(8) from 9.2p8 to 10.0: after first reboot, old ifconfig can't handle 10.x interfaces

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191318

Mark Linimon  changed:

   What|Removed |Added

 CC||cperc...@freebsd.org
Summary|freebsd-update from 9.2p8   |freebsd-update(8) from
   |to 10.0: after first|9.2p8 to 10.0: after first
   |reboot, old ifconfig can't  |reboot, old ifconfig can't
   |handle 10.x interfaces  |handle 10.x interfaces

--- Comment #1 from Mark Linimon  ---
Notify cperciva for possible comment.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191054] [build] make clean/cleanobj does not clean as expected with bsd.progs.mk

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191054

Mark Linimon  changed:

   What|Removed |Added

Summary|make clean/cleanobj does|[build] make clean/cleanobj
   |not clean as expected with  |does not clean as expected
   |bsd.progs.mk|with bsd.progs.mk

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191054] [build] [bsd.progs.mk] make clean/cleanobj does not clean as expected with bsd.progs.mk

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191054

Mark Linimon  changed:

   What|Removed |Added

Summary|[build] make clean/cleanobj |[build] [bsd.progs.mk] make
   |does not clean as expected  |clean/cleanobj does not
   |with bsd.progs.mk   |clean as expected with
   ||bsd.progs.mk

--- Comment #1 from Mark Linimon  ---
refine summary again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191055] [build] [bsd.progs.mk] make install with bsd.progs.mk installs FILES/SCRIPTS multiple times if PROGS is specified

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191055

Mark Linimon  changed:

   What|Removed |Added

Summary|make install with   |[build] [bsd.progs.mk] make
   |bsd.progs.mk installs   |install with bsd.progs.mk
   |FILES/SCRIPTS multiple  |installs FILES/SCRIPTS
   |times if PROGS is specified |multiple times if PROGS is
   ||specified

--- Comment #1 from Mark Linimon  ---
refine summary.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191191] tests/mdconfig/legacy_test fails if /dev/md0 is already attached to the system

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191191

Mark Linimon  changed:

   What|Removed |Added

 Status|Needs Triage|In Discussion

--- Comment #2 from Mark Linimon  ---
So does this mean this PR can be closed?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191191] [tests] tests/mdconfig/legacy_test fails if /dev/md0 is already attached to the system

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191191

Mark Linimon  changed:

   What|Removed |Added

Summary|tests/mdconfig/legacy_test  |[tests]
   |fails if /dev/md0 is|tests/mdconfig/legacy_test
   |already attached to the |fails if /dev/md0 is
   |system  |already attached to the
   ||system

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191349] [tests] Failure with tools/regression/file/flock testcase # 16; testcase doesn't deal with EINTR properly

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191349

Mark Linimon  changed:

   What|Removed |Added

Summary|Failure with|[tests] Failure with
   |tools/regression/file/flock |tools/regression/file/flock
   |testcase # 16; testcase |testcase # 16; testcase
   |doesn't deal with EINTR |doesn't deal with EINTR
   |properly|properly

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191354] [tests] tools/regression/lib/libc/regex fails to link after xlocale changes done in 10.x+

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191354

Mark Linimon  changed:

   What|Removed |Added

Summary|tools/regression/lib/libc/r |[tests]
   |egex fails to link after|tools/regression/lib/libc/r
   |xlocale changes done in |egex fails to link after
   |10.x+   |xlocale changes done in
   ||10.x+

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191191] [tests] tests/mdconfig/legacy_test fails if /dev/md0 is already attached to the system

2014-06-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191191

--- Comment #3 from yaneurab...@gmail.com ---
(In reply to Mark Linimon from comment #2)
> So does this mean this PR can be closed?

Once the commit from my github branch is reviewed and pulled in to the tree,
this could be closed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"