[Bug 217606] Bridge stops working after some days

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217606 Bug ID: 217606 Summary: Bridge stops working after some days Product: Base System Version: 11.0-RELEASE Hardware: amd64 OS: Any Status: New Severity

[Bug 217607] ng_cisco flow control messages and IPv6

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217607 Bug ID: 217607 Summary: ng_cisco flow control messages and IPv6 Product: Base System Version: 11.0-STABLE Hardware: Any OS: Any Status: New Severity

[Bug 207747] sysutils/runit: fix to allow send logs via UDP

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207747 --- Comment #1 from commit-h...@freebsd.org --- A commit references this bug: Author: danfe Date: Tue Mar 7 11:45:34 UTC 2017 New revision: 435595 URL: https://svnweb.freebsd.org/changeset/ports/435595 Log: - Add a patch to allow sendin

[Bug 207747] sysutils/runit: fix to allow send logs via UDP

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207747 Alexey Dokuchaev changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 217610] ELF loader should have a special case for program headers with p_filesz == 0

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217610 Bug ID: 217610 Summary: ELF loader should have a special case for program headers with p_filesz == 0 Product: Base System Version: 11.0-RELEASE Hardware: Any

[Bug 217610] ELF loader should have a special case for program headers with p_filesz == 0

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217610 --- Comment #1 from Robert Clausecker --- As an example, save the following file in test.S and type cc -c test.S ld -o test test.o ./test on an amd64 machine to reproduce the problem. test.S: #include .bss

[Bug 168298] VirtualBox using AIO on a zvol crashes

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=168298 mar...@sugioarto.com changed: What|Removed |Added CC||mar...@sugioarto.com --- Com

[Bug 217613] FreeBSD make -- local variable $(.PREFIX) does not strip preceding directory components

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217613 Bug ID: 217613 Summary: FreeBSD make -- local variable $(.PREFIX) does not strip preceding directory components Product: Base System Version: 11.0-RELEASE Hardware: A

[Bug 217613] FreeBSD make -- local variable $(.PREFIX) does not strip preceding directory components

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217613 --- Comment #1 from Erik Nordstrøm --- Furthermore, even if making the paths absolute by replacing BINDIR = bin OBJDIR = build in the BSDmakefile with BINDIR = $(PWD)/bin OBJDIR = $(PWD)/build the prefix is still not stripped of the pre

[Bug 217613] FreeBSD make -- local variable $(.PREFIX) does not strip preceding directory components

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217613 --- Comment #2 from Erik Nordstrøm --- In the original message I meant to say "create the hello world program in src/hello.c", not "create the hello world program in src/main.c", and also, the line in the BSDmakefile that reads $(C

[Bug 217613] FreeBSD make -- local variable $(.PREFIX) does not strip preceding directory components

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217613 Erik Nordstrøm changed: What|Removed |Added Attachment #180603|0 |1 is obsolete|

[Bug 217221] contrib/libpcap installs internal header files in /usr/include

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217221 Xin LI changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|delp...@freebsd.org -- You are receiving

[Bug 217610] ELF loader should have a special case for program headers with p_filesz == 0

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217610 Conrad Meyer changed: What|Removed |Added CC||c...@freebsd.org --- Comment #2 fro

[Bug 168298] VirtualBox using AIO on a zvol crashes

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=168298 --- Comment #8 from rkober...@gmail.com --- I have done some experimentation and havebeen able to modify these settings to less extreme values and still get VB to run without failing. vfs.aio.max_aio_queue: 8192 vfs.aio.max_aio_queue_per_pro

[Bug 217610] ELF loader should have a special case for program headers with p_filesz == 0

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217610 --- Comment #3 from Robert Clausecker --- You are correct in both observations. Programs linked against crt0.o should never trigger this bug, which is probably how it went undiscovered for so long. If there is interest, I can write and test

[Bug 217610] ELF loader should have a special case for program headers with p_filesz == 0

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217610 --- Comment #4 from Konstantin Belousov --- Created attachment 180607 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=180607&action=edit Handle filsz == 0. Attached is the proposed patch. Note that it is somewhat more involved t

[Bug 217610] ELF loader should have a special case for program headers with p_filesz == 0

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217610 Konstantin Belousov changed: What|Removed |Added Attachment #180607|0 |1 is obsolete|

[Bug 217617] Typo in ip_fw_table.c

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217617 Bug ID: 217617 Summary: Typo in ip_fw_table.c Product: Base System Version: 11.0-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me

[Bug 217618] Enhance hash function in ip_fw_table_algo.c for flow:hash

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217618 Bug ID: 217618 Summary: Enhance hash function in ip_fw_table_algo.c for flow:hash Product: Base System Version: 11.0-STABLE Hardware: Any OS: Any

[Bug 217618] Enhance hash function in ip_fw_table_algo.c for flow:hash

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217618 Conrad Meyer changed: What|Removed |Added CC||c...@freebsd.org --- Comment #1 fro

[Bug 217620] ipfw flow specification parsing

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217620 Bug ID: 217620 Summary: ipfw flow specification parsing Product: Base System Version: 11.0-STABLE Hardware: Any OS: Any Status: New Severity: Affect

[Bug 217600] Gateway enable not working

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217600 l...@donnerhacke.de changed: What|Removed |Added CC||l...@donnerhacke.de --- Comme

[Bug 174236] [modules] "kldunload ipdivert" corrupts kernel

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174236 l...@donnerhacke.de changed: What|Removed |Added Status|In Progress |Closed Resolution|---

[Bug 217618] Enhance hash function in ip_fw_table_algo.c for flow:hash

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217618 --- Comment #2 from l...@donnerhacke.de --- Please choose the most appropriate call, you can find. My choice was driven by minimal impact considerations. -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 217622] 1-line patch for daily/800.scrub_zfs to fix interval calculation

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217622 Bug ID: 217622 Summary: 1-line patch for daily/800.scrub_zfs to fix interval calculation Product: Base System Version: 11.0-RELEASE Hardware: Any OS:

[Bug 217620] ipfw flow specification parsing

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217620 Mark Linimon changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|freebsd-i...@freebsd.org

[Bug 217618] Enhance hash function in ip_fw_table_algo.c for flow:hash

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217618 Mark Linimon changed: What|Removed |Added Keywords||patch -- You are receiving this ma

[Bug 217622] 1-line patch for daily/800.scrub_zfs to fix interval calculation

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217622 Mark Linimon changed: What|Removed |Added Keywords||patch -- You are receiving this ma

[Bug 217617] Typo in ip_fw_table.c

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217617 Mark Linimon changed: What|Removed |Added Keywords||patch Assignee|freebsd-bu

[Bug 217613] FreeBSD make -- local variable $(.PREFIX) does not strip preceding directory components

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217613 Mark Linimon changed: What|Removed |Added Keywords||patch CC|

[Bug 217610] ELF loader should have a special case for program headers with p_filesz == 0

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217610 Mark Linimon changed: What|Removed |Added Keywords||patch -- You are receiving this ma

[Bug 217606] Bridge stops working after some days

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217606 Mark Linimon changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|freebsd-...@freebsd.org -- You are

[Bug 217607] ng_cisco only sends flow control messages to nodes connected via 'inet' hook

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217607 Mark Linimon changed: What|Removed |Added Summary|ng_cisco flow control |ng_cisco only sends flow

[Bug 217600] Gateway enable not working

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217600 Mark Linimon changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|freebsd-...@freebsd.org -- You are

[Bug 217577] fix periodic configuration issue if MK_TCP_WRAPPERS} = no

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217577 Mark Linimon changed: What|Removed |Added Summary|Periodic configuration |fix periodic configuration

[Bug 217625] Kernel panic during suspend to RAM from X11 context

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217625 Bug ID: 217625 Summary: Kernel panic during suspend to RAM from X11 context Product: Base System Version: 11.0-RELEASE Hardware: amd64 OS: Any Status: New

[Bug 217577] fix periodic configuration issue if MK_TCP_WRAPPERS} = no

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217577 Ngie Cooper changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|n...@freebsd.org CC|

[Bug 217613] FreeBSD make -- local variable $(.PREFIX) does not strip preceding directory components

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217613 --- Comment #4 from Erik Nordstrøm --- Mark, you added the keyword "patch", but I have not made any patches. The "BSDmakefile with typo fixed" is only an updated version of the attachment that shows the problem in question. Apologies for an

[Bug 217626] Some scripts committed to usr.bin/fortune/tools/... lack $FreeBSD$ RCS keywords; will fail svn pre-commit script if touched

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217626 Bug ID: 217626 Summary: Some scripts committed to usr.bin/fortune/tools/... lack $FreeBSD$ RCS keywords; will fail svn pre-commit script if touched Product: Base Syste

[Bug 210143] WITHOUT_MODULES doesn't work with subdirectories

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210143 Sergey changed: What|Removed |Added Resolution|--- |Feedback Timeout Status|New

[Bug 210145] Additional WITHOUT_DTRACE options

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210145 Sergey changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 210160] ctld and ctladm when WITHOUT_ISCSI=YES

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210160 Sergey changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 214217] Nvidia NVS 300 fails to start under xorg

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214217 Sergey changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 215334] Not possible to load compressed kernel modules once the system is running

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215334 Sergey changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 214382] Kernel compilation error when gzip device enabled

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214382 Sergey changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 213474] sed behavior change with a/i/c operands.

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213474 Sergey changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 210144] WITHOUT_SOMETHING variables from /etc/src.conf leave some stale files on the system.

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210144 Sergey changed: What|Removed |Added Resolution|--- |Feedback Timeout Status|New

[Bug 217627] Not all files are removed when WITHOUT_AUDIT=YES

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217627 Bug ID: 217627 Summary: Not all files are removed when WITHOUT_AUDIT=YES Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Sev

[Bug 217628] usr.sbin/rpcbind: multiple Coverity issues noted (resource leaks, uninitialized variables, etc)

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217628 Bug ID: 217628 Summary: usr.sbin/rpcbind: multiple Coverity issues noted (resource leaks, uninitialized variables, etc) Product: Base System Version: CURRENT Hardware

[Bug 217629] Not all files are removed when WITHOUT_BSNMP=YES

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217629 Bug ID: 217629 Summary: Not all files are removed when WITHOUT_BSNMP=YES Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Sev

[Bug 217630] sbin/devd: reports kldload errors for non-existent modules trying to be loaded

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217630 Bug ID: 217630 Summary: sbin/devd: reports kldload errors for non-existent modules trying to be loaded Product: Base System Version: CURRENT Hardware: Any

[Bug 217631] Not all files are removed when WITHOUT_SVNLITE=YES

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217631 Bug ID: 217631 Summary: Not all files are removed when WITHOUT_SVNLITE=YES Product: Base System Version: CURRENT Hardware: amd64 OS: Any Status: New

[Bug 217632] Not all files are removed when WITHOUT_PF=YES

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217632 Bug ID: 217632 Summary: Not all files are removed when WITHOUT_PF=YES Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severi

[Bug 217633] Not all files are removed when WITHOUT_IPFILTER=YES

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217633 Bug ID: 217633 Summary: Not all files are removed when WITHOUT_IPFILTER=YES Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New

[Bug 217634] Not all files are removed when WITHOUT_QUOTAS=YES

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217634 Bug ID: 217634 Summary: Not all files are removed when WITHOUT_QUOTAS=YES Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Se

[Bug 217627] Not all files are removed when WITHOUT_AUDIT=YES

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217627 --- Comment #1 from Conrad Meyer --- *** Bug 217634 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@fre

[Bug 217627] Not all files are removed when WITHOUT_AUDIT=YES

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217627 --- Comment #2 from Conrad Meyer --- *** Bug 217633 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@fre

[Bug 217634] Not all files are removed when WITHOUT_QUOTAS=YES

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217634 Conrad Meyer changed: What|Removed |Added CC||c...@freebsd.org Status

[Bug 217633] Not all files are removed when WITHOUT_IPFILTER=YES

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217633 Conrad Meyer changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 217627] Not all files are removed when WITHOUT_AUDIT=YES

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217627 --- Comment #4 from Conrad Meyer --- *** Bug 217631 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@fre

[Bug 217627] Not all files are removed when WITHOUT_AUDIT=YES

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217627 --- Comment #3 from Conrad Meyer --- *** Bug 217632 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@fre

[Bug 217632] Not all files are removed when WITHOUT_PF=YES

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217632 Conrad Meyer changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 217629] Not all files are removed when WITHOUT_BSNMP=YES

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217629 Conrad Meyer changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 217631] Not all files are removed when WITHOUT_SVNLITE=YES

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217631 Conrad Meyer changed: What|Removed |Added CC||c...@freebsd.org Status

[Bug 217627] Not all files are removed when WITHOUT_AUDIT=YES

2017-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217627 --- Comment #5 from Conrad Meyer --- *** Bug 217629 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@fre