[Bug 204261] systm.h doesn’t take advantage of __freebsd_kprintf__ clang format

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204261

Anton Rang  changed:

   What|Removed |Added

 Resolution|--- |Works As Intended
 Status|New |Closed

--- Comment #1 from Anton Rang  ---
Ugh, this is done via a -D in a makefile.

Not the cleanest but it works.

-- 
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 204437] 10.2 STABLE Crashing with IPSec Support

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204437

Bug ID: 204437
   Summary: 10.2 STABLE Crashing with IPSec Support
   Product: Base System
   Version: 10.2-STABLE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: peixotocassi...@gmail.com

I think there is a serious bug with IPSec compiled on kernel. It didn't happen
with 10.1-STABLE. This machine is running squid, c-icap and ipsec. About 10
minutes it just crash and reboot all the time.

I've turned on debug kernel mode to get more details. Let me know if you need
any other info. Here it is:

# kgdb kernel.debug /var/crash/vmcore.0
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd"...

Unread portion of the kernel message buffer:


Fatal trap 12: page fault while in kernel mode
cpuid = 4; apic id = 32
fault virtual address= 0x0
fault code= supervisor read data, page not present
instruction pointer= 0x20:0x80ac9cbe
stack pointer= 0x28:0xfe02ebd758b0
frame pointer= 0x28:0xfe02ebd758f0
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= 12 (swi1: netisr 0)
trap number= 12
panic: page fault
cpuid = 4
KDB: stack backtrace:
#0 0x808fc8e0 at kdb_backtrace+0x60
#1 0x808c0526 at vpanic+0x126
#2 0x808c03f3 at panic+0x43
#3 0x80d48e7b at trap_fatal+0x36b
#4 0x80d4917d at trap_pfault+0x2ed
#5 0x80d4881a at trap+0x47a
#6 0x80d2e8c2 at calltrap+0x8
#7 0x80acaa7a at ipsec4_in_reject+0x2a
#8 0x80a73b3b at tcp_input+0x89b
#9 0x80a0484b at ip_input+0xab
#10 0x8099efb3 at swi_net+0x143
#11 0x80890d6b at intr_event_execute_handlers+0xab
#12 0x808911b6 at ithread_loop+0x96
#13 0x8088e8aa at fork_exit+0x9a
#14 0x80d2edfe at fork_trampoline+0xe
Uptime: 24m15s
Dumping 807 out of 12248 MB:..2%..12%..22%..32%..42%..52%..62%..72%..82%..92%

Reading symbols from /boot/kernel/zfs.ko.symbols...done.
Loaded symbols for /boot/kernel/zfs.ko.symbols
Reading symbols from /boot/kernel/opensolaris.ko.symbols...done.
Loaded symbols for /boot/kernel/opensolaris.ko.symbols
Reading symbols from /boot/kernel/if_lagg.ko.symbols...done.
Loaded symbols for /boot/kernel/if_lagg.ko.symbols
Reading symbols from /boot/kernel/coretemp.ko.symbols...done.
Loaded symbols for /boot/kernel/coretemp.ko.symbols
Reading symbols from /boot/modules/plcm.ko...done.
Loaded symbols for /boot/modules/plcm.ko
Reading symbols from /boot/kernel/ums.ko.symbols...done.
Loaded symbols for /boot/kernel/ums.ko.symbols
#0  doadump (textdump=) at pcpu.h:219
219__asm("movq %%gs:%1,%0" : "=r" (td)
(kgdb) list *0x80ac9cbe
0x80ac9cbe is in ipsec_getpolicybysock
(/usr/src/sys/netipsec/ipsec.c:502).
497IPSEC_ASSERT(inp != NULL, ("null inp"));
498IPSEC_ASSERT(inp->inp_sp != NULL, ("null inp_sp"));
499IPSEC_ASSERT(inp->inp_sp->sp_out != NULL && inp->inp_sp->sp_in !=
NULL,
500("null sp_in || sp_out"));
501
502error = ipsec_setspidx(m, >inp_sp->sp_in->spidx, 1);
503if (error == 0) {
504inp->inp_sp->sp_in->spidx.dir = IPSEC_DIR_INBOUND;
505inp->inp_sp->sp_out->spidx = inp->inp_sp->sp_in->spidx;
506inp->inp_sp->sp_out->spidx.dir = IPSEC_DIR_OUTBOUND;
Current language:  auto; currently minimal

-- 
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 204121] numa(4) is broken

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204121

Adrian Chadd  changed:

   What|Removed |Added

 Status|New |In Progress

--- Comment #7 from Adrian Chadd  ---
ok, I bet my first-touch iterator is biting me. It doesn't skip over the
first-touch domain, so it's possible that you've hit a situation where the
domain 'n' fails allocation, and the per-thread round-robin domain value is
also 'n'.

We'll just have to fix the round-robin iterator routine to take a domain to
'skip' over (and have it ensure that it isn't just a single domain (0) and thus
gets stuck skipping over that. :-)

I don't have any NUMA boxes handy atm but I'll try to come up with a patch to
test.

Thanks!


-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 197764] bsd.dep.mk appears to missing a .ORDER: directive

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197764

catte...@thebarn.com changed:

   What|Removed |Added

 Resolution|--- |Works As Intended
 Status|New |Closed

--- Comment #3 from catte...@thebarn.com ---
The original problem was not related to the use of .ORDER.

Closing as invalid

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


Re: [Bug 2137] [vm] systat(1) total vm statistics are b

2015-11-10 Thread Bruce Evans

On Tue, 10 Nov 2015 a bug that doesn't want a reply wrote:


--- Comment #4 from NGie Cooper  ---
This is still sadly valid on 11-CURRENT -- please note that the amount of
memory shown is negative ~2GB :(...

This affects many people because... having this much memory is commonplace now.


Er, this was fixed in 2005 (except for the count line which overflows at
1G pages = 4 TB on x86).


% sysctl hw.physmem
hw.physmem: 3188523008


That is a small memory.  freefall has about 8 times as much.  But only 24GB.
Its real memory can grow 682 times larger before the display overflows, or
2730 times large before the kernel overflows.


% systat -vmstat

   6 usersLoad  0.38  0.28  0.82  Nov 10 00:59

Mem:KBREALVIRTUAL   VN PAGER   SWAP PAGER
   Tot   Share  TotShareFree   in   out in   out
Act   243407768   57758411968  114780  count
All   270007816   -2146M24652  pages


freefall:

Tot   Share  TotShareFree   in   out in   out
Act  985808   25312  753148449332 5109528  count74
All 1108128  123268  8216028   612212  pages74

The virtual memory sizes will overflow sooner, but this one is only 8 times
larger for 'Tot'.  It is only about 8M, and can expand by almost a factor
of 512 before overflowing.

These sizes show very little of the 24GB is "Allocated" -- only about 1GB
real and 8GB virtual.  The other large counts (in K) on freefall now are
about 5M for "wire", 13M for "inact" (vmio) and 5M for "free".  That is
almost all of the other 24GB of real memory.

Bruce
___
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 204409] Uploading to a FreeBSD sshd server drops bandwidth

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204409

--- Comment #2 from Vlad K.  ---
It appears that using OpenSSH-portable on the same servers mostly fixes the
issue.

Why is it "mostly" and not for all servers, I'm still investigating, could be
that one particular pair of servers I'm still seeing 3Mpbs (on a 100MBps link,
8 hops and 11msec away from each other) are affected by something in the
provider's network configuration.

-- 
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 204438] setsockopt() handling of kern.ipc.maxsockbuf limit

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204438

Allan Jude  changed:

   What|Removed |Added

 CC||allanj...@freebsd.org

--- Comment #1 from Allan Jude  ---
I have run into this, but never understood why it happened, just worked around
it.

in openssh-portable with HPN enabled, I tried to use '-oTcpRcvBuf=4M' to
increase the socket buffer size to receive large ZFS replication streams more
quickly. Of course, with kern.ipc.maxsockbuf set to 4M, this fails, I have to
use 3.5M or something.

This patch would seem to solve that. Thank you.

The biggest question is, why can't I actually use a sockbuf for 4M?

-- 
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 204097] witness_initialize() does not perform bound checking of witness_count

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204097

Benjamin Kaduk  changed:

   What|Removed |Added

 CC||b...@freebsd.org

--- Comment #1 from Benjamin Kaduk  ---
Changing 'i' to be of type size_t would be a more architecturally pleasing
change, if a change is needed here.

I see some argument for anti-foot-shooting here, but it is not a particularly
strong one -- such a large value of witness_count seems unlikely to lead to a
usable system anyway, so it is not reasonable for an administrator to want to
set such a value.  There are many, many ways in which tunables can be (ab)used
to create a broken system and panics, and it's not reasonable to put in
anti-foot-shooting measures for all of them, particularly the ones where there
is not a reasonable reason to want to set such values in the first place.

-- 
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 204438] setsockopt() handling of kern.ipc.maxsockbuf limit

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204438

--- Comment #2 from Cameron Sparr  ---
I don't quite understand the purpose of the adjusted max either, but changing
that could have much larger ramifications.

-- 
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 182170] strtofflags.c build failures

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=182170

--- Comment #3 from Bryan Drewery  ---
(In reply to NGie Cooper from comment #2)
> bdrewery: have you tried without the WITHOUT_CROSS_COMPILER option yet?

No, but I can see that it is broken. It needs to fallback to using the
'external compiler' logic to set a proper --sysroot and avoid issues like this.

-- 
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 204437] 10.2 STABLE Crashing with IPSec Support

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204437

Mark Linimon  changed:

   What|Removed |Added

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

--- Comment #1 from Mark Linimon  ---
Assign to net@ with a Cc: to gnn.

-- 
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 204424] When live migrating FreeBSD domU's under XenServer the domU moves it's clock several seconds into the future.

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204424

Mark Linimon  changed:

   What|Removed |Added

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

-- 
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 204438] setsockopt() handling of kern.ipc.maxsockbuf limit

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204438

NGie Cooper  changed:

   What|Removed |Added

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

--- Comment #3 from NGie Cooper  ---
Reassigning to -net@

-- 
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 174388] [patch] 9.1-RELEASE build world problem with yyparser.

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174388

Marcelo Araujo  changed:

   What|Removed |Added

 Resolution|--- |Overcome By Events
 Status|In Progress |Closed

--- Comment #2 from Marcelo Araujo  ---
I'm not use 9.1-RELEASE anymore and with the other RELEASES I don't have any
issue like this one.

-- 
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 2137] [vm] systat(1) total vm statistics are bad

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=2137

NGie Cooper  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|n...@freebsd.org
   Severity|Affects Only Me |Affects Many People
 CC||n...@freebsd.org

--- Comment #4 from NGie Cooper  ---
This is still sadly valid on 11-CURRENT -- please note that the amount of
memory shown is negative ~2GB :(...

This affects many people because... having this much memory is commonplace now.

% sysctl hw.physmem
hw.physmem: 3188523008
% systat -vmstat

6 usersLoad  0.38  0.28  0.82  Nov 10 00:59

Mem:KBREALVIRTUAL   VN PAGER   SWAP PAGER
Tot   Share  TotShareFree   in   out in   out
Act   243407768   57758411968  114780  count
All   270007816   -2146M24652  pages

-- 
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 41583] [patch] mtree(8) assorted mtree bugs

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=41583

NGie Cooper  changed:

   What|Removed |Added

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

-- 
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 50949] mtree(8) doesn't honor the -P when checking/changing ownership

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=50949

NGie Cooper  changed:

   What|Removed |Added

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

-- 
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 166673] sade(8) will not properly format 2TB disk (maybe other sizes as well)

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=166673

NGie Cooper  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|sysinst...@freebsd.org
 Status|In Progress |Open
 CC||n...@freebsd.org

--- Comment #2 from NGie Cooper  ---
sade was moved in to bsdinstall, but has been grossly modified to work with
2TB+ disks I believe. Reassigning to freebsd-sysinstall for input/closure.

-- 
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 6785] place for all the default dump flags

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=6785

NGie Cooper  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|m...@freebsd.org
 CC||n...@freebsd.org

--- Comment #3 from NGie Cooper  ---
Reassigning bug to mi@ for input/potential commit.

-- 
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 204417] [autofs] automountd truncates labels > 23 characters long

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204417

Edward Tomasz Napierala  changed:

   What|Removed |Added

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

-- 
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 172957] pc-sysinstall can not handle disk layouts that have a 0 size in anything but the last slice or partition

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=172957

NGie Cooper  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|kmo...@freebsd.org
 CC||n...@freebsd.org

--- Comment #1 from NGie Cooper  ---
kmoore owns pc-sysinstall.

-- 
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 13042] make(1) doesn't handle wildcards in subdirectory paths

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=13042

NGie Cooper  changed:

   What|Removed |Added

 CC||n...@freebsd.org
   Assignee|freebsd-bugs@FreeBSD.org|s...@freebsd.org

--- Comment #4 from NGie Cooper  ---
This behavior still occurs; not sure if it's correct though...

$ cat pr13042.mk 
foo: sub*/lib*.a
touch $@
$ make -f pr13042.mk
touch foo
$ mkdir sub1 sub2
$ touch sub{1,2}/libx.a
$ make -f pr13042.mk 
`foo' is up to date.
$ make -VMAKE_VERSION
20151020

-- 
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 18326] no /usr/libdata/lint/llib-lc.ln

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=18326

NGie Cooper  changed:

   What|Removed |Added

 CC||n...@freebsd.org

--- Comment #3 from NGie Cooper  ---
I could be wrong, but I think this will fix the issue:

$ svn diff .
Index: Makefile
===
--- Makefile(revision 290633)
+++ Makefile(working copy)
@@ -1,7 +1,7 @@
 #  $NetBSD: Makefile,v 1.7 2000/06/14 20:22:19 matt Exp $
 # $FreeBSD$

-LIBS=  llib-lposix.ln llib-lstdc.ln
+LIBS=  llib-lposix.ln llib-lstdc.ln llib-lc.ln

 FILES= ${LIBS}
 FILESDIR= ${LINTLIBDIR}
@@ -14,6 +14,9 @@
 llib-lstdc.ln: llib-lstdc
${LINT} ${LINTFLAGS} -Cstdc ${.ALLSRC}

+llib-lc.ln: llib-lstdc
+   ${LINT} ${LINTFLAGS} -Cc ${.ALLSRC}
+
 .include 

 .if ${MK_META_MODE} == "yes"

-- 
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 46062] Remove skel from BSD.root.dist.

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=46062

NGie Cooper  changed:

   What|Removed |Added

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

--- Comment #7 from NGie Cooper  ---
/etc/skel is used on Linux, NetBSD, OpenBSD, and Solaris for skeleton files.
FreeBSD never implemented them this way.

Taking -- awaiting feedback on -arch@.

-- 
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 204424] When live migrating FreeBSD domU's under XenServer the domU moves it's clock several seconds into the future.

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204424

Bug ID: 204424
   Summary: When live migrating FreeBSD domU's under XenServer the
domU moves it's clock several seconds into the future.
   Product: Base System
   Version: 10.2-RELEASE
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: misc
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: kpiel...@tdx.co.uk

When 'live migrating' FreeBSD domU 'guests' under XenServer - the FreeBSD box
will 'gain' around 5-8 seconds of time, into the future.

This is enough (mostly) to stop NTP from trying to 'drag the host' back into
sync (where NTP is used). It also enough to upset anything remotely time
critical on the system (and obviously record bad times in syslog and other
apps) - for what is usually a time-sync'd system.

Even worse is when you have to 'drag' the clock back in time by several seconds
(e.g. by running 'ntpdate').

If NTP is not used - the domU / 'guest' sits ahead of time by this amount
permanently.

To test - I setup a FreeBSD guest/domU under XenServer 6.5 (SP1 + hotfixes),
with 'xe-guest-utilities' pkg installed (to make it 'agile').

I then wrote a script that displays side by side, the domU's clock - the Xen
Server the VM is running on (Xen1), the Xen Server the VM is moving to (Xen2) -
and the clock from an external (bare metal) host [that was NTP sync'd] - you
can then see when performing the live migrate that the clock 'picks up time'
and ends up seconds ahead of everything else:

"
domU: Tue Nov  3 18:56:29 GMT 2015
External: Tue Nov  3 18:56:29 GMT 2015
Xen1: Tue Nov  3 18:56:29 GMT 2015
Xen2: Tue Nov  3 18:56:29 GMT 2015

domU: Tue Nov  3 18:56:30 GMT 2015
External: Tue Nov  3 18:56:30 GMT 2015
Xen1: Tue Nov  3 18:56:30 GMT 2015
Xen2: Tue Nov  3 18:56:30 GMT 2015

(All in sync)

[After starting to move FreeBSD from Xen1 to Xen2]

domU: Tue Nov  3 18:56:39 GMT 2015
  (Gained 4 seconds)
External: Tue Nov  3 18:56:35 GMT 2015
Xen1: Tue Nov  3 18:56:35 GMT 2015
Xen2: Tue Nov  3 18:56:35 GMT 2015

domU: Tue Nov  3 18:56:43 GMT 2015
  (Completed - gained 7 seconds total)
External: Tue Nov  3 18:56:36 GMT 2015
Xen1: Tue Nov  3 18:56:36 GMT 2015
Xen2: Tue Nov  3 18:56:36 GMT 2015

domU: Tue Nov  3 18:56:44 GMT 2015
External: Tue Nov  3 18:56:37 GMT 2015
Xen1: Tue Nov  3 18:56:37 GMT 2015
Xen2: Tue Nov  3 18:56:37 GMT 2015
"

To reproduce:

 - Install two v6.5 XenServers (from the ISO available at www.xenserver.org) -
on ours we have SP1 + all hotfixes installed (though the problem exists without
these as well) - and create a 2 XenServer 'pool' from them. We use shared iSCSI
storage - but the issue also occurs with XenServer local storage - so likely
not storage related.

 - Create a FreeBSD domU (Guest) from the 10.1 or 10.2 install ISO's - and
install 'xe-guest-utilities' to make it agile.

 - Live migrate the domU from one XenServer to the other. Pretty much all the
time the domU will gain from 5-8 seconds (6 seems to be prevalent as the
seconds gained).


We have reproduced this on two XenServer pools - once is four server HP
Proliant DL series (Gen 8) based pool - using Xeon E3-1220 v3.

The other is an older two Server SuperMicro (X8DTL-IF) based pool based on Xeon
L5630.

All systems have latest BIOSes installed from HP / SuperMicro.

This issue makes maintenance a -real- pain - as mass evacuation of a XenServer
(e.g. for patching) causes all the FreeBSD domU's pushed from it to need their
clocks fixing up again (and again, when they are moved back).

-- 
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 59739] [patch] [libc] rmdir(2) and mkdir(2) both return EISDIR for argument "/"

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=59739

NGie Cooper  changed:

   What|Removed |Added

 CC||b...@freebsd.org,
   ||n...@freebsd.org

--- Comment #17 from NGie Cooper  ---
Still the case, I think:

$ uname -a
FreeBSD fbsd11 11.0-CURRENT FreeBSD 11.0-CURRENT #7
r289441+9ae1597(isilon-atf): Sat Oct 17 01:21:49 PDT 2015
ngie@fbsd11:/usr/obj/usr/src/git/sys/GENERIC-NODEBUG  amd64
$ sudo rmdir /
rmdir: /: Is a directory
$ sudo mkdir /
mkdir: /: Is a directory

bapt might have a patch in the wings for fixing this.

-- 
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 193768] src.conf/make.conf: CFLAGS/COPTFLAGS inconsistency

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193768

NGie Cooper  changed:

   What|Removed |Added

   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=8399
   ||5

-- 
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 83995] CFLAGS & COPTFLAGS ambiguous behaviour

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=83995

NGie Cooper  changed:

   What|Removed |Added

   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=1901
   ||03,
   ||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=1937
   ||68
 CC||bdrew...@freebsd.org,
   ||i...@freebsd.org,
   ||n...@freebsd.org

--- Comment #1 from NGie Cooper  ---
Agreed. This logic is broken/confusing:

 38 .if defined(DEBUG)
 39 _MINUS_O=   -O
 40 CTFFLAGS+=  -g
 41 .else
 42 .if ${MACHINE_CPUARCH} == "powerpc"
 43 _MINUS_O=   -O  # gcc miscompiles some code at -O2
 44 .else
 45 _MINUS_O=   -O2
 46 .endif
 47 .endif
 48 .if ${MACHINE_CPUARCH} == "amd64"
 49 .if ${COMPILER_TYPE} == "clang"
 50 COPTFLAGS?=-O2 -pipe
 51 .else
 52 COPTFLAGS?=-O2 -frename-registers -pipe
 53 .endif
 54 .else
 55 COPTFLAGS?=${_MINUS_O} -pipe
 56 .endif
 57 .if !empty(COPTFLAGS:M-O[23s]) && empty(COPTFLAGS:M-fno-strict-aliasing)
 58 COPTFLAGS+= -fno-strict-aliasing
 59 .endif
 60 .if !defined(NO_CPU_COPTFLAGS)
 61 COPTFLAGS+= ${_CPUCFLAGS}
 62 .endif

In particular, clang's version of COPTFLAGS always override the ${_MINUS_O}, -O
on clang is synonymous with -O2, etc. brewery was complaining about this as
well the other day/week.

-- 
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 71667] [patch] cleanup of the usr.sbin/bootparamd code

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=71667

NGie Cooper  changed:

   What|Removed |Added

   Severity|Affects Only Me |Affects Some People
 CC||n...@freebsd.org
   Assignee|freebsd-bugs@FreeBSD.org|n...@freebsd.org

-- 
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 71665] [patch] cleanup of the usr.sbin/dconschat code

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=71665

NGie Cooper  changed:

   What|Removed |Added

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

--- Comment #1 from NGie Cooper  ---
-fno-strict-aliasing is not usually a good thing to use. I'll see if I can fix
it differently.

-- 
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 74654] libsupc++.a lacks necessary functions

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=74654

NGie Cooper  changed:

   What|Removed |Added

 Status|In Progress |Open
 CC||n...@freebsd.org

--- Comment #2 from NGie Cooper  ---
This should probably be closed when clang and friends completely supersede gcc
and friends.

-- 
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 76590] adding -mapall in nfs exports requires reboot

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=76590

NGie Cooper  changed:

   What|Removed |Added

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

-- 
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 78021] sem_open(3) doesn't mention fnctl.h include requirement

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=78021

NGie Cooper  changed:

   What|Removed |Added

 CC||n...@freebsd.org

--- Comment #3 from NGie Cooper  ---
Mimicking what Linux did in the man-pages package (
http://man7.org/linux/man-pages/man3/sem_open.3.html ):

$ svn diff lib/libc/gen/sem_open.3 
Index: lib/libc/gen/sem_open.3
===
--- lib/libc/gen/sem_open.3 (revision 290640)
+++ lib/libc/gen/sem_open.3 (working copy)
@@ -38,6 +38,8 @@
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
+.In sys/stat.h /* For mode constants */
+.In fcntl.h /* For O_* constants */
 .In semaphore.h
 .Ft "sem_t *"
 .Fn sem_open "const char *name" "int oflag" ...

-- 
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 78021] sem_open(3) doesn't mention fnctl.h include requirement

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=78021

NGie Cooper  changed:

   What|Removed |Added

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

-- 
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 81692] [patch] [ata] atacontrol(8) support for disk APM and acoustic management

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=81692

NGie Cooper  changed:

   What|Removed |Added

 CC||n...@freebsd.org
 Resolution|--- |Overcome By Events
 Status|In Progress |Closed

--- Comment #6 from NGie Cooper  ---
ata(4) is no more on 9.x+. Long live atacam(4).

-- 
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 83738] [modules] kldload hwpmc.ko fails with 'link_elf: symbol lapic undefined'.

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=83738

NGie Cooper  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||n...@freebsd.org
 Status|In Progress |Closed

--- Comment #8 from NGie Cooper  ---
The issue is noted in hwpmc(4) as well as NOTES. Closing old hwpmc bug.

-- 
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 84981] [headers] [patch] header protection for

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=84981

NGie Cooper  changed:

   What|Removed |Added

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

-- 
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 190103] [build] makeoptions COPTFLAGS= is not used for kernel modules

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190103

NGie Cooper  changed:

   What|Removed |Added

   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=8399
   ||5

-- 
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 204453] panic: vnic0: Received packet fragment with NULL mbuf from ThunderX VNIC driver

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204453

Mark Linimon  changed:

   What|Removed |Added

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

-- 
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 59739] [patch] [libc] rmdir(2) and mkdir(2) both return EISDIR for argument "/"

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=59739

--- Comment #18 from Baptiste Daroussin  ---
I'm sorry but I have nothing in the wings :(

-- 
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 71628] [patch] cleanup of the usr.sbin/rpcbind code

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=71628

NGie Cooper  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|n...@freebsd.org
   Severity|Affects Only Me |Affects Some People
 CC||n...@freebsd.org

--- Comment #12 from NGie Cooper  ---
This patch isn't right. Taking and will develop a fix.

-- 
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 71667] [patch] cleanup of the usr.sbin/bootparamd code

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=71667

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

Author: ngie
Date: Tue Nov 10 11:19:37 UTC 2015
New revision: 290645
URL: https://svnweb.freebsd.org/changeset/base/290645

Log:
  Fix some trivial warnings with bootparamd/main.c

  - Convert K to something a bit less ancient
  - Remove an incorrect, duplicate prototype for bootparamprog_1(..)

  MFC after: 1 week
  PR: 71667
  Submitted by: bcran
  Sponsored by: EMC / Isilon Storage Division

Changes:
  head/usr.sbin/bootparamd/bootparamd/main.c

-- 
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 204453] panic: vnic0: Received packet fragment with NULL mbuf from ThunderX VNIC driver

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204453

Bug ID: 204453
   Summary: panic: vnic0: Received packet fragment with NULL mbuf
from ThunderX VNIC driver
   Product: Base System
   Version: 11.0-CURRENT
  Hardware: arm64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: ema...@freebsd.org

I don't know how to reproduce, but this happened while I was installing
packages from a fast local repository:

panic: vnic0: Received packet fragment with NULL mbuf

cpuid = 0
KDB: stack backtrace:
db_trace_self() at db_trace_self_wrapper+0x28
 pc = 0xff80005aa694  lr = 0xff871048
 sp = 0xff875119d540  fp = 0xff875119d660

db_trace_self_wrapper() at vpanic+0x170
 pc = 0xff871048  lr = 0xff80002b5db8
 sp = 0xff875119d670  fp = 0xff875119d6f0

vpanic() at panic+0x4c
 pc = 0xff80002b5db8  lr = 0xff80002b5c44
 sp = 0xff875119d700  fp = 0xff875119d780

panic() at nicvf_rb_ptr_to_mbuf+0x80
 pc = 0xff80002b5c44  lr = 0xff80005cc54c
 sp = 0xff875119d790  fp = 0xff875119d7b0

nicvf_rb_ptr_to_mbuf() at nicvf_cq_intr_handler+0x410
 pc = 0xff80005cc54c  lr = 0xff80005cc1c4
 sp = 0xff875119d7c0  fp = 0xff875119d870

nicvf_cq_intr_handler() at nicvf_cmp_task+0x20
 pc = 0xff80005cc1c4  lr = 0xff80005cbd1c
 sp = 0xff875119d880  fp = 0xff875119d8a0

nicvf_cmp_task() at taskqueue_run_locked+0x14c
 pc = 0xff80005cbd1c  lr = 0xff800030c8f8
 sp = 0xff875119d8b0  fp = 0xff875119d920

taskqueue_run_locked() at taskqueue_thread_loop+0x12c
 pc = 0xff800030c8f8  lr = 0xff800030da5c
 sp = 0xff875119d930  fp = 0xff875119d950

taskqueue_thread_loop() at fork_exit+0xb4
 pc = 0xff800030da5c  lr = 0xff800026f6b8
 sp = 0xff875119d960  fp = 0xff875119d990

fork_exit() at fork_trampoline+0x10
 pc = 0xff800026f6b8  lr = 0xff80005bc90c
 sp = 0xff875119d9a0  fp = 0x

KDB: enter: panic
[ thread pid 0 tid 100389 ]
Stopped at  kdb_enter+0x40:
db>

-- 
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 197764] bsd.dep.mk appears to missing a .ORDER: directive

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197764

--- Comment #2 from Bryan Drewery  ---
(In reply to NGie Cooper from comment #1)
> Bryan: might want to look at this.

I don't think it's right. I recently was testing the ordering of these and
didn't see problems. There's already an .ORDER for these targets in here.

-- 
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 75855] [libc] getpwent(3) functions on 5.3 with large password file extremely slow

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=75855

NGie Cooper  changed:

   What|Removed |Added

 CC||be...@freebsd.org,
   ||n...@freebsd.org
 Status|In Progress |Open

--- Comment #13 from NGie Cooper  ---
This seems like something we might want to fix, benno?

-- 
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 76711] [patch] rm(1): parse error in rm.c:check() while parsing value returned from strmode(3)

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=76711

NGie Cooper  changed:

   What|Removed |Added

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

-- 
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 78021] sem_open(3) doesn't mention fnctl.h include requirement

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=78021

NGie Cooper  changed:

   What|Removed |Added

  Component|kern|bin

-- 
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 78929] [atapicam] atapicam prevents boot, system hangs

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=78929

NGie Cooper  changed:

   What|Removed |Added

 CC||n...@freebsd.org
 Status|In Progress |Closed
 Resolution|--- |Overcome By Events

--- Comment #11 from NGie Cooper  ---
atapicam(4) is no more on 9.x+. Closing.

-- 
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 204458] Update to tzdata 2015g

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204458

Bug ID: 204458
   Summary: Update to tzdata 2015g
   Product: Base System
   Version: 10.1-RELEASE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: misc
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: der...@lifeofadishwasher.com

Based off the following update there maybe be some incorrect timezones: 

http://mm.icann.org/pipermail/tz-announce/2015-October/34.html

-- 
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 195901] Addition of a well-commented default /etc/src.conf file

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195901

NGie Cooper  changed:

   What|Removed |Added

 CC||n...@freebsd.org

--- Comment #1 from NGie Cooper  ---
This just duplicates src.conf(5) though and will bitrot over time if it's not
maintained :(... If anything, it should be manually generated, however... I'm
not sure if this provides much value to be honest :/...

-- 
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 193260] With WITHOUT_BLUETOOTH=true in src.conf, make installworld still installs bluetooth-related files

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193260

NGie Cooper  changed:

   What|Removed |Added

 CC||n...@freebsd.org
   Assignee|freebsd-bugs@FreeBSD.org|n...@freebsd.org
 Status|New |Closed
 Resolution|--- |FIXED

--- Comment #1 from NGie Cooper  ---
The first part was fixed in head@r277738. The second part still needs to be
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 181148] [ata] sas expanders not available in 9.2-RC1 [regression]

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181148

NGie Cooper  changed:

   What|Removed |Added

 CC||n...@freebsd.org
   Assignee|freebsd-bugs@FreeBSD.org|j...@freebsd.org

--- Comment #7 from NGie Cooper  ---
IIRC this was fixed between 9.3/10.0/10.1...?

-- 
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 93771] [ar] [panic] atacontrol status ar1 causes panic

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=93771

NGie Cooper  changed:

   What|Removed |Added

 Resolution|--- |Overcome By Events
 CC||n...@freebsd.org
 Status|In Progress |Closed

--- Comment #3 from NGie Cooper  ---
ata/atacontrol is no more after FreeBSD 9.x. Long live atacam and friends.

-- 
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 91572] [atapicam] [panic] writing to UFS/softupdates DVD media using atapicam

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=91572

NGie Cooper  changed:

   What|Removed |Added

 Status|In Progress |Closed
 CC||n...@freebsd.org
 Resolution|--- |Overcome By Events

--- Comment #1 from NGie Cooper  ---
atapicam is no more after FreeBSD 9.x. Long live atacam and friends.

-- 
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 148748] [ataraid] Metadata Read Write Inconsistency

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=148748

NGie Cooper  changed:

   What|Removed |Added

 CC||n...@freebsd.org
 Status|In Progress |Closed
 Resolution|--- |Overcome By Events

--- Comment #3 from NGie Cooper  ---
ataraid is no more after FreeBSD 9.x. Long live atacam and friends.

-- 
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 134054] [ataraid] [panic] traps kernel on boot if Intel MatrixRAID is degraded

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=134054

NGie Cooper  changed:

   What|Removed |Added

 CC||n...@freebsd.org
 Resolution|--- |Overcome By Events
 Status|In Progress |Closed

--- Comment #1 from NGie Cooper  ---
atapicam is no more after FreeBSD 9.x. Long live atacam and friends.

-- 
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 112282] [ata] atacontrol(8): changing DMA modes when disk is reading/writing crashes

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=112282

NGie Cooper  changed:

   What|Removed |Added

 CC||n...@freebsd.org
 Resolution|--- |Overcome By Events
 Status|In Progress |Closed

--- Comment #2 from NGie Cooper  ---
atacontrol is no more after FreeBSD 9.x. Long live atacam and friends.

-- 
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 116302] [ataraid] atacontrol(8) reports wrong stripe for intel raid0

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=116302

NGie Cooper  changed:

   What|Removed |Added

 Resolution|--- |Overcome By Events
 Status|In Progress |Closed
 CC||n...@freebsd.org

--- Comment #2 from NGie Cooper  ---
atacontrol is no more after FreeBSD 9.x. Long live atacam and friends.

-- 
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 127918] [ata] [request] [patch] ATA Security support for atacontrol(8)

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=127918

NGie Cooper  changed:

   What|Removed |Added

 Resolution|--- |Overcome By Events
 CC||n...@freebsd.org
 Status|In Progress |Closed

--- Comment #2 from NGie Cooper  ---
atacontrol is no more after FreeBSD 9.x. Long live atacam and friends.

-- 
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 98804] [ar] VIA V-RAID metadata mis-read (MSI K8MMV with the K8T800 & VT8237R chipset)

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=98804

NGie Cooper  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||n...@freebsd.org
 Status|In Progress |Closed

--- Comment #1 from NGie Cooper  ---
ar is no more after FreeBSD 9.x. Long live atacam and friends.

-- 
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 128654] atacontrol(8) does not preserve rebuild status through reboot

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=128654

NGie Cooper  changed:

   What|Removed |Added

 Status|In Progress |Closed
 CC||n...@freebsd.org
 Resolution|--- |Overcome By Events

--- Comment #3 from NGie Cooper  ---
atacontrol is no more after FreeBSD 9.x. Long live atacam and friends.

-- 
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 133593] [ata] `atacontrol(8) spindown` won't affect disk until some data is read from it

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=133593

NGie Cooper  changed:

   What|Removed |Added

 Status|In Progress |Closed
 Resolution|--- |Overcome By Events
 CC||n...@freebsd.org

--- Comment #6 from NGie Cooper  ---
atacontrol is no more after FreeBSD 9.x. Long live atacam and friends.

-- 
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 111024] [request] [patch] [ata] atacontrol(8): support for stand-by timer and un-protect area

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=111024

NGie Cooper  changed:

   What|Removed |Added

 CC||n...@freebsd.org
 Resolution|--- |Overcome By Events
 Status|In Progress |Closed

--- Comment #2 from NGie Cooper  ---
atacontrol is no more after FreeBSD 9.x. Long live atacam and friends.

-- 
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 196609] Install(1) doesn't set correct group

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196609

NGie Cooper  changed:

   What|Removed |Added

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

-- 
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 197764] bsd.dep.mk appears to missing a .ORDER: directive

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197764

NGie Cooper  changed:

   What|Removed |Added

 CC||bdrew...@freebsd.org,
   ||n...@freebsd.org

--- Comment #1 from NGie Cooper  ---
Bryan: might want to look at this.

-- 
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 196226] s/#ifdef __BSD_VISIBLE/#if __BSD_VISIBLE/

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196226

NGie Cooper  changed:

   What|Removed |Added

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

--- Comment #1 from NGie Cooper  ---
This will need an exp-run.

-- 
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 195901] Addition of a well-commented default /etc/src.conf file

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195901

--- Comment #2 from NGie Cooper  ---
(In reply to NGie Cooper from comment #1)

manually -> automatically

-- 
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 195705] Installer issues / bsdconfig

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195705

NGie Cooper  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-sysinstall@FreeBSD.
   ||org
 CC||n...@freebsd.org

-- 
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 187816] [panic] ia64 11.0-CURRENT #13 r262690: fatal kernel trap: Page Not Present

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187816

NGie Cooper  changed:

   What|Removed |Added

 Resolution|--- |Overcome By Events
   Assignee|freebsd-bugs@FreeBSD.org|mar...@freebsd.org
 Status|In Progress |Closed
 CC||n...@freebsd.org

--- Comment #2 from NGie Cooper  ---
marcel slayed ia64 back in July 2014:


r268191 | marcel | 2014-07-02 15:34:06 -0700 (Wed, 02 Jul 2014) | 11 lines

Remove ia64 from the list of known architectures and add an entry to
UPDATING. This is the first step towards the removal of ia64 from
head. A buildworld for ia64 will now yield:

% make buildworld
make[1]: "/usr/src/Makefile.inc1" line 151: Unknown target ia64:ia64.

While here, trim the ia64-specific additions from ObsoleteFiles.inc

Discussed at: BSDcan

-- 
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 60699] [atapicam] DVD Multidrive udma mode autosensed wrong

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=60699

NGie Cooper  changed:

   What|Removed |Added

 Status|In Progress |Closed
 Resolution|--- |Overcome By Events
 CC||n...@freebsd.org

--- Comment #7 from NGie Cooper  ---
atapicam is no more after FreeBSD 9.x. Long live atacam and friends.

-- 
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 89249] [ataraid] HighPoint RocketRAID 1520 (HPT372N) can't write on hard drives (regression)

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=89249

NGie Cooper  changed:

   What|Removed |Added

 Resolution|--- |Overcome By Events
 Status|In Progress |Closed
 CC||n...@freebsd.org

--- Comment #7 from NGie Cooper  ---
ataraid is no more after FreeBSD 9.x. Long live atacam, graid3, and friends.

-- 
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 125759] [ar] Fatal Trap 12 when ICH9R RAID becomes degraded

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=125759

NGie Cooper  changed:

   What|Removed |Added

 Resolution|--- |Overcome By Events
 Status|In Progress |Closed
 CC||n...@freebsd.org

--- Comment #2 from NGie Cooper  ---
atapicam is no more after FreeBSD 9.x. Long live atacam and friends.

-- 
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 125496] [ar] [patch] free memory on ataraid module unload

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=125496

NGie Cooper  changed:

   What|Removed |Added

 CC||n...@freebsd.org
 Status|In Progress |Closed
 Resolution|--- |Overcome By Events

--- Comment #2 from NGie Cooper  ---
atapicam is no more after FreeBSD 9.x. Long live atacam and friends.

-- 
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 116701] [atapicam] atapicam hangs initializing SATA DVDRs on sil3112a

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=116701

NGie Cooper  changed:

   What|Removed |Added

 CC||n...@freebsd.org
 Resolution|--- |Overcome By Events
 Status|In Progress |Closed

--- Comment #6 from NGie Cooper  ---
atapicam is no more after FreeBSD 9.x. Long live atacam and friends.

-- 
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 99850] [ar] ataraid hangs in g_waitidle when attaching to nVidia RAID0 with broken drive

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=99850

NGie Cooper  changed:

   What|Removed |Added

 Status|In Progress |Closed
 CC||n...@freebsd.org
 Resolution|--- |FIXED

--- Comment #1 from NGie Cooper  ---
ar is no more after FreeBSD 9.x. Long live atacam and friends.

-- 
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 101819] [ar] [patch] ata driver wrongly determines type RAID on ICH7R (LSI v3 embedded MegaRAID)

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=101819

NGie Cooper  changed:

   What|Removed |Added

 Resolution|--- |Overcome By Events
 CC||n...@freebsd.org
 Status|In Progress |Closed

--- Comment #5 from NGie Cooper  ---
ar is no more after FreeBSD 9.x. Long live atacam and friends.

-- 
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 166589] atacontrol(8) incorrectly treats RAID10 and 0+1 the same

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=166589

NGie Cooper  changed:

   What|Removed |Added

 CC||n...@freebsd.org
 Status|In Progress |Closed
 Resolution|--- |Overcome By Events

--- Comment #17 from NGie Cooper  ---
atacontrol is no more after FreeBSD 9.x. Long live atacam and friends.

-- 
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 50106] [build] [patch] make 'make release' more flexible behind FWs and local patches

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=50106

NGie Cooper  changed:

   What|Removed |Added

 Resolution|--- |Overcome By Events
 CC||n...@freebsd.org
 Status|In Progress |Closed

--- Comment #2 from NGie Cooper  ---
release/Makefile has changed quite a bit in the last 10 years (in particular
the last 2-3). Please open a new bug and submit a patch to re@ if you'd like to
enhance it to improve the customizability of release/

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