[Bug 132112] [patch] devd(8) unnecessarily reconfigures carp(4) interfaces

2016-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=132112 Mark Linimon changed: What|Removed |Added Resolution|--- |Overcome By Events Stat

[Bug 206652] [ext2fs][patch] EXT4: sparse file fixes and mmap optimizations

2016-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206652 Mark Linimon changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|freebsd...@freebsd.org -- You are

[Bug 206699] [Hyper-V]FreeBSD potential NULL pointer dereference in storage bounce buffer

2016-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206699 Mark Linimon changed: What|Removed |Added Keywords||patch Assignee|freebsd-bu

[Bug 206716] HPN-SSH: getsockopt(SO_SNDBUF) returns high watermark, not setsockopt(SO_SNDBUF)

2016-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206716 Mark Linimon changed: What|Removed |Added CC||d...@freebsd.org --- Comment #2 fro

[Bug 187015] [panic] make_dev_credv: bad si_name (error=17, si_name=agpgart)

2016-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187015 --- Comment #9 from tookm...@gmail.com --- (In reply to tookmund from comment #8) I forgot to add that I am using a Thinkpad R51 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 187015] [panic] make_dev_credv: bad si_name (error=17, si_name=agpgart)

2016-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187015 tookm...@gmail.com changed: What|Removed |Added CC||tookm...@gmail.com --- Comment

[Bug 206721] FreeBSDs DHCP client(dhclient) does not support the interface-mtu option(option 26).

2016-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206721 Bug ID: 206721 Summary: FreeBSDs DHCP client(dhclient) does not support the interface-mtu option(option 26). Product: Base System Version: 11.0-CURRENT Hardware: Any

[Bug 206659] r294822: bad gptzfsboot?

2016-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206659 Larry Rosenman changed: What|Removed |Added Status|In Progress |Closed Resolution|---

[Bug 206716] HPN-SSH: getsockopt(SO_SNDBUF) returns high watermark, not setsockopt(SO_SNDBUF)

2016-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206716 --- Comment #1 from Chris Stankevitz --- Typo on the first line of comment #0: get->set getsockopt(SO_SNDBUF) does not return the value set by setsockopt(SO_SNDBUF). -- You are receiving this mail because: You are the assignee for the bu

[Bug 206716] HPN-SSH: getsockopt(SO_SNDBUF) returns high watermark, not setsockopt(SO_SNDBUF)

2016-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206716 Bug ID: 206716 Summary: HPN-SSH: getsockopt(SO_SNDBUF) returns high watermark, not setsockopt(SO_SNDBUF) Product: Base System Version: 10.1-RELEASE Hardware: amd64

[Bug 206711] Export linux_ioctl_{,un}register_handler from linux64 for x11/nvidia-driver

2016-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206711 Jan Beich changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|emulat...@freebsd.org Keywor

[Bug 206711] Export linux_ioctl_{,un}register_handler from linux64 for x11/nvidia-driver

2016-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206711 Bug ID: 206711 Summary: Export linux_ioctl_{,un}register_handler from linux64 for x11/nvidia-driver Product: Base System Version: 11.0-CURRENT Hardware: Any

Re: [Bug 193445] New: [nis] ypserv(8) and ypbind(8) lack IPv6 RPC support

2016-01-28 Thread Matthew Kirkham
___ 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 205256] Segmentation fault with mount_smbfs

2016-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205256 --- Comment #7 from dohz...@gmail.com --- This may be a fix for 10/stable of this issue. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183153 -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 206699] [Hyper-V]FreeBSD potential NULL pointer dereference in storage bounce buffer

2016-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206699 --- Comment #2 from Hongjiang --- Yes, the final fix should be using BUSDMA. Temporarily we still used the customized bounce buffer. The code review for this patch: https://reviews.freebsd.org/D5097 -- You are receiving this mail because:

[Bug 206699] [Hyper-V]FreeBSD potential NULL pointer dereference in storage bounce buffer

2016-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206699 --- Comment #1 from Roger Pau Monné --- I've already told Wei that creating your own bounce buffer is a bad idea. Instead you should use the BUSDMA API and let it take care of the bouncing when necessary: https://reviews.freebsd.org/D1964