svn commit: r251516 - in head: sys/dev/mfi usr.sbin/mfiutil

2013-06-07 Thread Sean Bruno
Author: sbruno Date: Sat Jun 8 02:54:59 2013 New Revision: 251516 URL: http://svnweb.freebsd.org/changeset/base/251516 Log: Implement foreign volume handling. Allows admins to view foreign metadata and clear or import it for use. PR: kern/172091 Submitted by: s...@freebsd.org

Re: svn commit: r251512 - in head: . etc etc/mtree gnu/usr.bin/gdb gnu/usr.bin/gdb/arch/amd64 gnu/usr.bin/gdb/arch/arm gnu/usr.bin/gdb/arch/i386 gnu/usr.bin/gdb/arch/ia64 gnu/usr.bin/gdb/arch/mips gnu

2013-06-07 Thread Glen Barber
On Fri, Jun 07, 2013 at 04:50:58PM -0700, Don Lewis wrote: > On 7 Jun, Glen Barber wrote: > > On Fri, Jun 07, 2013 at 04:35:23PM -0700, Don Lewis wrote: > >> On 7 Jun, Ed Maste wrote: > >> > Author: emaste > >> > Date: Fri Jun 7 21:40:02 2013 > >> > New Revision: 251512 > >> > URL: http://svnweb

Re: svn commit: r251512 - in head: . etc etc/mtree gnu/usr.bin/gdb gnu/usr.bin/gdb/arch/amd64 gnu/usr.bin/gdb/arch/arm gnu/usr.bin/gdb/arch/i386 gnu/usr.bin/gdb/arch/ia64 gnu/usr.bin/gdb/arch/mips gnu

2013-06-07 Thread Ed Maste
On 7 June 2013 19:35, Don Lewis wrote: > Can the debug files be compressed so they don't take up as much room? It > looks like gdb supports compressed symbol files. The same would be nice > for /boot/kernel/*.symbols, btw ... Unfortunately our binutils is too old, so we're out of luck in the sho

Re: svn commit: r251512 - in head: . etc etc/mtree gnu/usr.bin/gdb gnu/usr.bin/gdb/arch/amd64 gnu/usr.bin/gdb/arch/arm gnu/usr.bin/gdb/arch/i386 gnu/usr.bin/gdb/arch/ia64 gnu/usr.bin/gdb/arch/mips gnu

2013-06-07 Thread Don Lewis
On 7 Jun, Glen Barber wrote: > On Fri, Jun 07, 2013 at 04:35:23PM -0700, Don Lewis wrote: >> On 7 Jun, Ed Maste wrote: >> > Author: emaste >> > Date: Fri Jun 7 21:40:02 2013 >> > New Revision: 251512 >> > URL: http://svnweb.freebsd.org/changeset/base/251512 >> > >> > Log: >> > Add a new knob

Re: svn commit: r251512 - in head: . etc etc/mtree gnu/usr.bin/gdb gnu/usr.bin/gdb/arch/amd64 gnu/usr.bin/gdb/arch/arm gnu/usr.bin/gdb/arch/i386 gnu/usr.bin/gdb/arch/ia64 gnu/usr.bin/gdb/arch/mips gnu

2013-06-07 Thread Glen Barber
On Fri, Jun 07, 2013 at 04:35:23PM -0700, Don Lewis wrote: > On 7 Jun, Ed Maste wrote: > > Author: emaste > > Date: Fri Jun 7 21:40:02 2013 > > New Revision: 251512 > > URL: http://svnweb.freebsd.org/changeset/base/251512 > > > > Log: > > Add a new knob WITH_DEBUG_FILES to control the building

Re: svn commit: r251512 - in head: . etc etc/mtree gnu/usr.bin/gdb gnu/usr.bin/gdb/arch/amd64 gnu/usr.bin/gdb/arch/arm gnu/usr.bin/gdb/arch/i386 gnu/usr.bin/gdb/arch/ia64 gnu/usr.bin/gdb/arch/mips gnu

2013-06-07 Thread Don Lewis
On 7 Jun, Ed Maste wrote: > Author: emaste > Date: Fri Jun 7 21:40:02 2013 > New Revision: 251512 > URL: http://svnweb.freebsd.org/changeset/base/251512 > > Log: > Add a new knob WITH_DEBUG_FILES to control the building of standalone > debug files for userland programs and libraries. The "-

Re: svn commit: r251507 - head/usr.sbin/portsnap/portsnap

2013-06-07 Thread Eitan Adler
On 7 June 2013 22:21, Xin LI wrote: > Author: delphij > Date: Fri Jun 7 20:21:30 2013 > New Revision: 251507 > URL: http://svnweb.freebsd.org/changeset/base/251507 > > Log: > Make 'portsnap alfred' overwrite ports tree if it's not created by a > portsnap. FWIW, the 'alfred' command is poorly

svn commit: r251515 - head/sys/dev/usb/controller

2013-06-07 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jun 7 22:35:58 2013 New Revision: 251515 URL: http://svnweb.freebsd.org/changeset/base/251515 Log: Fix some recent regression issues: 1) Only multi-TD isochronous transfers should use NORMAL type after specific type as per XHCI specification. 2) BEI bit is

svn commit: r251514 - head/lib/libc/arm/gen

2013-06-07 Thread Andrew Turner
Author: andrew Date: Fri Jun 7 22:01:06 2013 New Revision: 251514 URL: http://svnweb.freebsd.org/changeset/base/251514 Log: Finish pulling in the NetBSD setjmp/longjmp updates on ARM. Store/restore the VFP registers in setjmp/longjmp on ARM EABI if VFP is enabled in the kernel. It checks

svn commit: r251513 - head/share/man/man5

2013-06-07 Thread Ed Maste
Author: emaste Date: Fri Jun 7 21:51:10 2013 New Revision: 251513 URL: http://svnweb.freebsd.org/changeset/base/251513 Log: Add WITH_DEBUG_FILES makeman currently generates a src.conf that claims every option also enforces WITHOUT_BIND_UTILS, so I applied this section by hand. Modified:

svn commit: r251512 - in head: . etc etc/mtree gnu/usr.bin/gdb gnu/usr.bin/gdb/arch/amd64 gnu/usr.bin/gdb/arch/arm gnu/usr.bin/gdb/arch/i386 gnu/usr.bin/gdb/arch/ia64 gnu/usr.bin/gdb/arch/mips gnu/...

2013-06-07 Thread Ed Maste
Author: emaste Date: Fri Jun 7 21:40:02 2013 New Revision: 251512 URL: http://svnweb.freebsd.org/changeset/base/251512 Log: Add a new knob WITH_DEBUG_FILES to control the building of standalone debug files for userland programs and libraries. The "-g" debug flag is automatically applied wh

svn commit: r251510 - head/sys/arm/include

2013-06-07 Thread Andrew Turner
Author: andrew Date: Fri Jun 7 21:23:11 2013 New Revision: 251510 URL: http://svnweb.freebsd.org/changeset/base/251510 Log: Reduce the difference to NetBSD. * Stop pretending we support anything other than ELF by removing code surrounded by #ifdef __ELF__ ... #endif. * Remove _JB_

svn commit: r251509 - head/lib/libc/arm/gen

2013-06-07 Thread Andrew Turner
Author: andrew Date: Fri Jun 7 21:13:28 2013 New Revision: 251509 URL: http://svnweb.freebsd.org/changeset/base/251509 Log: Include machine/setjmp.h to get the definition of _JB_MAGIC__SETJMP. This allows us to remove it from the ARM copy of machine/asm.h. Modified: head/lib/libc/arm/gen/s

svn commit: r251508 - head/lib/libstand/arm

2013-06-07 Thread Andrew Turner
Author: andrew Date: Fri Jun 7 21:06:19 2013 New Revision: 251508 URL: http://svnweb.freebsd.org/changeset/base/251508 Log: Remove an extra copy of _setjmp from libstand. We have used the libc version of this function since r183876. Deleted: head/lib/libstand/arm/ _

Re: svn commit: r251507 - head/usr.sbin/portsnap/portsnap

2013-06-07 Thread Alfred Perlstein
Oh no, you made me destructive!! :) -Alfred On 6/7/13 1:21 PM, Xin LI wrote: Author: delphij Date: Fri Jun 7 20:21:30 2013 New Revision: 251507 URL: http://svnweb.freebsd.org/changeset/base/251507 Log: Make 'portsnap alfred' overwrite ports tree if it's not created by a portsnap.

svn commit: r251507 - head/usr.sbin/portsnap/portsnap

2013-06-07 Thread Xin LI
Author: delphij Date: Fri Jun 7 20:21:30 2013 New Revision: 251507 URL: http://svnweb.freebsd.org/changeset/base/251507 Log: Make 'portsnap alfred' overwrite ports tree if it's not created by a portsnap. Discussed with: alfred Reviewed by: cperciva Modified: head/usr.sbin/por

Re: svn commit: r251506 - head/share/mk

2013-06-07 Thread Bryan Drewery
On 6/7/2013 2:45 PM, Simon J. Gerraty wrote: > Author: sjg > Date: Fri Jun 7 19:45:04 2013 > New Revision: 251506 > URL: http://svnweb.freebsd.org/changeset/base/251506 > > Log: > Override bmake's default MAKEFILE_PREFERENCE Thanks! > > Modified: > head/share/mk/sys.mk > > Modified: head/

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

2013-06-07 Thread Alfred Perlstein
On 6/5/13 10:55 AM, Adrian Chadd wrote: ... can people please boot an i386 kernel w/ this stuff in it, with the RAM constrained to something small (say, 128mb), and verify that you can at least start a buildworld (minus clang, of course) without panicing? There's a recent PR (http://www.freebsd.

svn commit: r251506 - head/share/mk

2013-06-07 Thread Simon J. Gerraty
Author: sjg Date: Fri Jun 7 19:45:04 2013 New Revision: 251506 URL: http://svnweb.freebsd.org/changeset/base/251506 Log: Override bmake's default MAKEFILE_PREFERENCE Modified: head/share/mk/sys.mk Modified: head/share/mk/sys.mk ===

svn commit: r251505 - head/sys/fs/tmpfs

2013-06-07 Thread Alan Cox
Author: alc Date: Fri Jun 7 19:42:00 2013 New Revision: 251505 URL: http://svnweb.freebsd.org/changeset/base/251505 Log: Add missing VM object unlocks in an error case. Reviewed by: kib Modified: head/sys/fs/tmpfs/tmpfs_vnops.c Modified: head/sys/fs/tmpfs/tmpfs_vnops.c ===

svn commit: r251502 - head/sys/netinet

2013-06-07 Thread Bruce M Simpson
Author: bms Date: Fri Jun 7 17:12:08 2013 New Revision: 251502 URL: http://svnweb.freebsd.org/changeset/base/251502 Log: Disable IGMPv3 link timers on a transition to IGMPv2. Submitted by: Alan Smithee Modified: head/sys/netinet/igmp.c Modified: head/sys/netinet/igmp.c

svn commit: r251501 - head/share/misc

2013-06-07 Thread Sergey Kandaurov
Author: pluknet Date: Fri Jun 7 17:06:08 2013 New Revision: 251501 URL: http://svnweb.freebsd.org/changeset/base/251501 Log: FreeBSD 8.4 added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree ===

svn commit: r251499 - head/sys/dev/usb/controller

2013-06-07 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jun 7 14:30:06 2013 New Revision: 251499 URL: http://svnweb.freebsd.org/changeset/base/251499 Log: Add support for polling the XHCI interrupt handler when the regular interrupt handler is not working properly or in case of MSI interrupts which are not yet supporte

svn commit: r251495 - head/lib/libusb

2013-06-07 Thread Ed Maste
Author: emaste Date: Fri Jun 7 13:45:58 2013 New Revision: 251495 URL: http://svnweb.freebsd.org/changeset/base/251495 Log: Add libusb_get_port_numbers libusbx deprecated libusb_get_port_path and replaced it with libusb_get_port_numbers. The latter omits an extra parameter which was u

Re: svn commit: r251490 - head/sys/net

2013-06-07 Thread Mikolaj Golub
On Fri, Jun 07, 2013 at 02:33:08PM +0400, Gleb Smirnoff wrote: > On Fri, Jun 07, 2013 at 10:27:51AM +, Mikolaj Golub wrote: > M> Author: trociny > M> Date: Fri Jun 7 10:27:50 2013 > M> New Revision: 251490 > M> URL: http://svnweb.freebsd.org/changeset/base/251490 > M> > M> Log: > M> Properl

Re: svn commit: r251490 - head/sys/net

2013-06-07 Thread Gleb Smirnoff
On Fri, Jun 07, 2013 at 02:33:08PM +0400, Gleb Smirnoff wrote: T> On Fri, Jun 07, 2013 at 10:27:51AM +, Mikolaj Golub wrote: T> M> Author: trociny T> M> Date: Fri Jun 7 10:27:50 2013 T> M> New Revision: 251490 T> M> URL: http://svnweb.freebsd.org/changeset/base/251490 T> M> T> M> Log: T> M>

Re: svn commit: r251490 - head/sys/net

2013-06-07 Thread Gleb Smirnoff
On Fri, Jun 07, 2013 at 10:27:51AM +, Mikolaj Golub wrote: M> Author: trociny M> Date: Fri Jun 7 10:27:50 2013 M> New Revision: 251490 M> URL: http://svnweb.freebsd.org/changeset/base/251490 M> M> Log: M> Properly set curvnet context in lagg_port_setlladdr() task handler. M> M> Reporte

svn commit: r251490 - head/sys/net

2013-06-07 Thread Mikolaj Golub
Author: trociny Date: Fri Jun 7 10:27:50 2013 New Revision: 251490 URL: http://svnweb.freebsd.org/changeset/base/251490 Log: Properly set curvnet context in lagg_port_setlladdr() task handler. Reported by: Nikos Vassiliadis Submitted by: zec Tested by:Nikos Vassiliadis MFC aft

svn commit: r251488 - head/sys/net80211

2013-06-07 Thread Adrian Chadd
Author: adrian Date: Fri Jun 7 09:03:56 2013 New Revision: 251488 URL: http://svnweb.freebsd.org/changeset/base/251488 Log: Don't hold the node lock over the iterator. The "find node" function call will increase the node reference anyway; so there's no reason to hold the node table lock

svn commit: r251487 - in head/sys: conf dev/ath modules/ath

2013-06-07 Thread Adrian Chadd
Author: adrian Date: Fri Jun 7 09:02:02 2013 New Revision: 251487 URL: http://svnweb.freebsd.org/changeset/base/251487 Log: Bring over the initial static bluetooth coexistence configuration for the WB195 combo NIC - an AR9285 w/ an AR3011 USB bluetooth NIC. The AR3011 is wired up using a

svn commit: r251486 - head/usr.bin/kdump

2013-06-07 Thread Andrey V. Elsukov
Author: ae Date: Fri Jun 7 08:06:48 2013 New Revision: 251486 URL: http://svnweb.freebsd.org/changeset/base/251486 Log: Use getnameinfo(3) instead of inet_ntop(3) to make printable versions of sockaddr_in6 structures. getnameinfo(3) does the same thing, but it is also able to represent a sc

svn commit: r251485 - head/sbin/mount

2013-06-07 Thread Jaakko Heinonen
Author: jh Date: Fri Jun 7 07:17:46 2013 New Revision: 251485 URL: http://svnweb.freebsd.org/changeset/base/251485 Log: Revert r238399. The "failok" option doesn't have any effect at all unless specified in fstab(5) and combined with the -a flag. The "failok" option is already document