Re: svn commit: r278486 - head

2015-02-09 Thread Glen Barber
On Mon, Feb 09, 2015 at 07:40:02PM -0800, NGie Cooper wrote: > On Mon, Feb 9, 2015 at 5:35 PM, Glen Barber wrote: > > Log: > > Exclude 'tests' from DEBUG_DISTRIBUTIONS. > > > > Were the tests distribution debug files really blowing up the install size? No, considering there are no tests debugg

svn commit: r278494 - head/sys/kern

2015-02-09 Thread Rui Paulo
Author: rpaulo Date: Tue Feb 10 04:34:39 2015 New Revision: 278494 URL: https://svnweb.freebsd.org/changeset/base/278494 Log: Sanitise the coredump file names sent to devd. While there, add a sysctl to turn this feature off as requested by kib@. Modified: head/sys/kern/kern_sig.c Modi

Re: svn commit: r278494 - head/sys/kern

2015-02-09 Thread Rui Paulo
On Feb 9, 2015, at 20:34, Rui Paulo wrote: > > Author: rpaulo > Date: Tue Feb 10 04:34:39 2015 > New Revision: 278494 > URL: https://svnweb.freebsd.org/changeset/base/278494 > > Log: > Sanitise the coredump file names sent to devd. > > While there, add a sysctl to turn this feature off as req

Re: svn commit: r278494 - head/sys/kern

2015-02-09 Thread Rui Paulo
On Feb 9, 2015, at 21:02, Ian Lepore wrote: > Or... we could consider restoring devd to its original relatively benign > existance handling device-related events, and move handling of crash > dumps into a separate daemon which can shoulder the burden of security > for itself. > > At $work we list

Re: svn commit: r278494 - head/sys/kern

2015-02-09 Thread Ian Lepore
On Mon, 2015-02-09 at 20:46 -0800, Rui Paulo wrote: > On Feb 9, 2015, at 20:34, Rui Paulo wrote: > > > > Author: rpaulo > > Date: Tue Feb 10 04:34:39 2015 > > New Revision: 278494 > > URL: https://svnweb.freebsd.org/changeset/base/278494 > > > > Log: > > Sanitise the coredump file names sent to

Re: svn commit: r278472 - in head/sys: netinet netinet6

2015-02-09 Thread randall
Peter: I am not sure what you mean.. :-) The in6_lltable_lookup() is right at the line where the code has done: LLE_WLOCK(lle); lle->la_flags |= LLE_DELETED;<- Now without seeing the registers and having a bit more details I can't say. My guess is lle is NULL or 0xdeadcode.. If so this m

svn commit: r278495 - in head/sys: conf powerpc/aim powerpc/conf powerpc/ofw powerpc/wii

2015-02-09 Thread Rui Paulo
Author: rpaulo Date: Tue Feb 10 06:35:16 2015 New Revision: 278495 URL: https://svnweb.freebsd.org/changeset/base/278495 Log: Remove FreeBSD/wii. This port failed to gain traction and probably only a couple Wii consoles ran FreeBSD all the way to single user mode with an md(4). IPC supp

<    1   2