[Bug 168785] calendar(1): /usr/bin/calendar does not match "Thu+1" or "Mon+1" in some months [regression]

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=168785 Greg Lehey changed: What|Removed |Added Status|In Progress |Closed CC|

[Bug 209616] [ndis][patch] compat/ndis rand() doesn't respect the seed

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209616 Andrey A. Chernov changed: What|Removed |Added CC||a...@freebsd.org --- Comment #

[Bug 209616] [ndis][patch] compat/ndis rand() doesn't respect the seed

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209616 Pedro F. Giffuni changed: What|Removed |Added Attachment #170455|0 |1 is obsolete|

[Bug 209078] Minor bugs in vidcontrol

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209078 Ed Maste changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|ema...@freebsd.org -- You are receivin

[Bug 209661] amd64_set_ioperm overflow

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209661 --- Comment #8 from commit-h...@freebsd.org --- A commit references this bug: Author: kib Date: Fri May 20 19:50:33 UTC 2016 New revision: 300332 URL: https://svnweb.freebsd.org/changeset/base/300332 Log: Check for overflow and return EI

[Bug 209661] amd64_set_ioperm overflow

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209661 --- Comment #7 from CTurt --- Yes, as I said before, the change for `i` to unsigned is also good. This latest patch fixes all my concerns. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 209661] amd64_set_ioperm overflow

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209661 --- Comment #6 from Konstantin Belousov --- Created attachment 170517 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=170517&action=edit amd64 + i386 overflow check -- You are receiving this mail because: You are the assignee fo

[Bug 209661] amd64_set_ioperm overflow

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209661 --- Comment #5 from Konstantin Belousov --- (In reply to Konstantin Belousov from comment #3) Hm, ok. Still I think that the change of i to unsigned is for better. And, don't we have the same issue on i386 ? -- You are receiving this ma

[Bug 209661] amd64_set_ioperm overflow

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209661 --- Comment #4 from CTurt --- That negative loop was indeed my original theory I was trying to explain, however I no longer think that this is true. In the loop `i` is compared against an unsigned value, so an unsigned comparison will be us

[Bug 206381] gnu/lib/libgcc builds without debug info

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206381 Ed Maste changed: What|Removed |Added Flags|mfc-stable9?, mfc-stable10? |mfc-stable9-, mfc-stable10+ -- You are

[Bug 206381] gnu/lib/libgcc builds without debug info

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206381 --- Comment #6 from commit-h...@freebsd.org --- A commit references this bug: Author: emaste Date: Fri May 20 19:05:33 UTC 2016 New revision: 300321 URL: https://svnweb.freebsd.org/changeset/base/300321 Log: MFC r294935 (kan): Make .debu

[Bug 209661] amd64_set_ioperm overflow

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209661 Konstantin Belousov changed: What|Removed |Added CC||k...@freebsd.org --- Comment

[Bug 209661] amd64_set_ioperm overflow

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209661 --- Comment #2 from CTurt --- Sorry, I made a mistake in my report; the bound check is incorrect, as described, however, no negative array index will occur from this since an unsigned comparison is used in the loop. The impact is simply tha

[Bug 209617] Confusing behavior of newlocale() and its incomplete manual page caused wctomb() to fail

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209617 j...@iki.fi changed: What|Removed |Added Summary|Confusing behavior of |Confusing behavior of

[Bug 209617] Confusing behavior of newlocale() and its incomplete manual page caused wctomb() fail

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209617 j...@iki.fi changed: What|Removed |Added Summary|wctomb() is completely |Confusing behavior of

[Bug 209617] wctomb() is completely broken when UTF-8 locales are used

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209617 --- Comment #2 from j...@iki.fi --- Right, it was not wctomb() at all that was in fault. The reason for the misbehavior was... loc = newlocale (LC_CTYPE_MASK, "fi_FI.UTF-8", LC_GLOBAL_LOCALE); Other xlocale manual pages mention LC_GLOBAL_L

[Bug 209444] bhnd/tools/nvram_map_gen.sh doesn't compile because of "Permission denied" error

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209444 --- Comment #1 from Adrian Chadd --- This should be fixed in the latest -HEAD! -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list

[Bug 209661] amd64_set_ioperm overflow

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209661 --- Comment #1 from commit-h...@freebsd.org --- A commit references this bug: Author: kib Date: Fri May 20 15:32:48 UTC 2016 New revision: 300305 URL: https://svnweb.freebsd.org/changeset/base/300305 Log: Use unsigned type for the loop i

[Bug 209661] amd64_set_ioperm overflow

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209661 Bug ID: 209661 Summary: amd64_set_ioperm overflow Product: Base System Version: 11.0-CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects O

[Bug 186435] [libexec] [patch] Allow for an alternative run-time loader

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186435 Mark Linimon changed: What|Removed |Added Keywords||patch -- You are receiving this ma

[Bug 209658] freeBSD network performance abnormal when iperf -s as server testing

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209658 Bug ID: 209658 Summary: freeBSD network performance abnormal when iperf -s as server testing Product: Base System Version: 11.0-CURRENT Hardware: Any

[Bug 208894] RTLD gives its own weak symbols preference

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208894 Mark Linimon changed: What|Removed |Added Keywords||patch -- You are receiving this ma

[Bug 197017] segfault in unzip (libarchive) with malformed zip

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197017 Mark Linimon changed: What|Removed |Added Keywords||patch -- You are receiving this ma

[Bug 209222] 11.0-CURRENT -r298793 automatic shutdown for "kernel: ACPI Error: No installed handler for fixed event - PM_Timer (0), disabling (20160422/evevent-323)" and more under virtual box

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209222 Mark Linimon changed: What|Removed |Added CC||j...@freebsd.org Keywords

[Bug 207223] acpica/acpi_battery.c: introduce hw.acpi.battery.rate sysctl

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207223 Mark Linimon changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|freebsd-a...@freebsd.org -- You ar

[Bug 204945] usr/src/usr.sbin/acpi/acpidump/acpi.c:729: code relies on undefined behaviour ?

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204945 Mark Linimon changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|freebsd-a...@freebsd.org -- You ar

[Bug 202069] FreeBSD 11-CURRENT r285794 on Dell Inspiron 13 7352: ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECRD] Namespace lookup failure, AE_NOT_FOUND (20150619/psargs-391)

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202069 Mark Linimon changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|freebsd-a...@freebsd.org -- You ar

[Bug 202551] ACPI, Exception, AE_ERROR, Could not acquire mutex

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202551 Mark Linimon changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|freebsd-a...@freebsd.org -- You ar

[Bug 201678] [acpi] ACPI Exception AE_BAD_ADDRESS in Lenovo ThinkPad S440 (11.0-CURRENT)

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201678 Mark Linimon changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|freebsd-a...@freebsd.org -- You ar

[Bug 209352] usr.bin/sed: Bug involving "\<".

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209352 Mark Linimon changed: What|Removed |Added Keywords||patch -- You are receiving this ma

[Bug 209405] r298512 forgot to change /etc/netstart

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209405 Mark Linimon changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|b...@freebsd.org --- Comment #1 fro

[Bug 209392] Panic on FreeBSD guest on bhyve

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209392 Mark Linimon changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|freebsd-virtualization@Free

[Bug 209389] x11-toolkits/gtk30: The css formatting of the window doesn't work

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209389 Mark Linimon changed: What|Removed |Added Summary|(gtk3) The css formatting |x11-toolkits/gtk30: The css

[Bug 209396] ZFS primarycache attribute affects secondary cache as well

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

[Bug 209444] bhnd/tools/nvram_map_gen.sh doesn't compile because of "Permission denied" error

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209444 Mark Linimon changed: What|Removed |Added CC||adr...@freebsd.org Summa

[Bug 209466] Dummynet Kernel Panic

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

[Bug 209460] x11/xorg: xorg-7.7_x nv driver has bad performance with xterm on GeForce 210 video card

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209460 Mark Linimon changed: What|Removed |Added Summary|xorg-7.7_x nv driver has|x11/xorg: xorg-7.7_x nv

[Bug 209462] Audio stops working after suspend on an HP Elitebook with the IDT 92HD81B1X codec

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209462 Mark Linimon changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|freebsd-multimedia@FreeBSD.

[Bug 209475] pf didn't check if enough free RAM for net.pf.states_hashsize

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

[Bug 209508] zfs import assertion failed in avl_add()

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

[Bug 209545] Heap overflows in an driver

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209545 Mark Linimon changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|freebsd-wirel...@freebsd.or

[Bug 209558] [request] Wakeup only one thread while kqueue events are available

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209558 Mark Linimon changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|freebsd-thre...@freebsd.org

[Bug 209571] ZFS and NVMe performing poorly. TRIM requests stall I/O activity

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

[Bug 209577] rc.d/ntpd relies on inconsistent file timestamps

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209577 Mark Linimon changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|freebsd...@freebsd.org

[Bug 209580] ZFS and geli broken with INVARIANTS enabled

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

[Bug 209581] igb vf driver does not correctly handle vlan tag

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209581 Mark Linimon changed: What|Removed |Added Keywords||IntelNetworking Assignee|

[Bug 209443] [Hyper-V]FreeBSD 10.3 on Windows 2012 server may fail to add/remove a disk by hot plugin

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209443 Mark Linimon changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|freebsd-virtualization@Free

[Bug 208931] [patch] [hyperv] [netvsc] hn network driver fails to initialize if_baudrate

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208931 Mark Linimon changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|freebsd-virtualization@Free

[Bug 209385] [hyperv] negative group permissions

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209385 Mark Linimon changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|freebsd-virtualization@Free

[Bug 209351] VLAN TX errors, possible performance regression after 10.1-STABLE (r281235)

2016-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209351 Mark Linimon changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|freebsd-...@freebsd.org K