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 documented

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

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

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: r251489 - stable/8/release/doc/en_US.ISO8859-1/errata

2013-06-07 Thread Hiroki Sato
@@ sect1 id=open-issues titleOpen Issues/title +para[20130607] The man.bge.4; network interface driver has an + issue when TSO (TCP Segmentation Offload) is enabled. It causes + intermittent reset and re-initialization./para + +paraA workaround is disabling the TSO

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 nvass gmx.com Submitted by: zec Tested by:Nikos

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 Reported by:

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 Properly set

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 Properly set curvnet

svn commit: r251491 - in stable/8/sys/cam: ata scsi

2013-06-07 Thread Steven Hartland
Author: smh Date: Fri Jun 7 12:24:15 2013 New Revision: 251491 URL: http://svnweb.freebsd.org/changeset/base/251491 Log: Enhanced BIO_DELETE support for CAM SCSI to add ATA_TRIM support. Disable CAM BIO queue sorting for non-rotating media by default. MFC r245253 Use sysctl tunable

svn commit: r251492 - in stable/8/sys: cam cam/ata cam/scsi dev/ahci

2013-06-07 Thread Steven Hartland
Author: smh Date: Fri Jun 7 12:33:40 2013 New Revision: 251492 URL: http://svnweb.freebsd.org/changeset/base/251492 Log: MFC r250792: Added output of device QUIRKS for CAM and AHCI devices during boot. Modified: stable/8/sys/cam/ata/ata_da.c stable/8/sys/cam/cam_xpt.c

svn commit: r251493 - in stable/8/sys/cam: ata scsi

2013-06-07 Thread Steven Hartland
Author: smh Date: Fri Jun 7 12:42:49 2013 New Revision: 251493 URL: http://svnweb.freebsd.org/changeset/base/251493 Log: MFC r251061: More 4k quirks for SSD's Modified: stable/8/sys/cam/ata/ata_da.c stable/8/sys/cam/scsi/scsi_da.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r251494 - in stable/8: sbin/camcontrol sys/sys

2013-06-07 Thread Steven Hartland
Author: smh Date: Fri Jun 7 13:30:59 2013 New Revision: 251494 URL: http://svnweb.freebsd.org/changeset/base/251494 Log: MFC r249115: Adds security command to camcontrol which provides the ability to secure erase SSD's Modified: stable/8/sbin/camcontrol/camcontrol.8

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

svn commit: r251496 - in stable/8: sbin/camcontrol sys/sys

2013-06-07 Thread Steven Hartland
Author: smh Date: Fri Jun 7 13:59:41 2013 New Revision: 251496 URL: http://svnweb.freebsd.org/changeset/base/251496 Log: MFC r249895: Add Host Protected Area (HPA) support to camcontrol MFC r249904: mdoc: remove superfluous paragraph macro. MFC r249153: (included in r251494)

svn commit: r251497 - in stable/9: sbin/camcontrol sys/sys

2013-06-07 Thread Steven Hartland
Author: smh Date: Fri Jun 7 14:10:18 2013 New Revision: 251497 URL: http://svnweb.freebsd.org/changeset/base/251497 Log: MFC r249115: Adds security command to camcontrol which provides the ability to secure erase SSD's MFC r249153: (included in r251494) mdoc: remove superfluous

svn commit: r251498 - in stable/9: sbin/camcontrol sys/sys

2013-06-07 Thread Steven Hartland
Author: smh Date: Fri Jun 7 14:23:11 2013 New Revision: 251498 URL: http://svnweb.freebsd.org/changeset/base/251498 Log: MFC r249895: Add Host Protected Area (HPA) support to camcontrol MFC r249904: mdoc: remove superfluous paragraph macro. Modified:

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

svn commit: r251500 - stable/8

2013-06-07 Thread Sergey Kandaurov
to become production ready. +20130607: + 8.4-RELEASE. + 20130524: `list' command has been added to hastctl(8). For now, it is full equivalent of `status' command. ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org

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: 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: r251504 - in stable/9: sys/dev/filemon sys/modules/filemon tools/regression/filemon

2013-06-07 Thread David E. O'Brien
Author: obrien Date: Fri Jun 7 19:02:32 2013 New Revision: 251504 URL: http://svnweb.freebsd.org/changeset/base/251504 Log: MFC: r251368, r251382: Match the options of the kernel. Modified: stable/9/sys/dev/filemon/filemon.c stable/9/sys/dev/filemon/filemon_wrapper.c

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

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

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:

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:

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: 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/

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:

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

svn commit: r251511 - in stable/8: etc/mtree include sys/dev/filemon sys/modules/filemon tools/regression/filemon

2013-06-07 Thread David E. O'Brien
Author: obrien Date: Fri Jun 7 21:39:46 2013 New Revision: 251511 URL: http://svnweb.freebsd.org/changeset/base/251511 Log: MF9: r237968, r251504: MFC: r251368, r251382: Match the options of the kernel. MFC: r237279: install filemon.h into /usr/include for userland consumption.

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

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.

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

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

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

2013-06-07 Thread Eitan Adler
On 7 June 2013 22:21, Xin LI delp...@freebsd.org 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'

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 -g debug

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 of standalone

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 WITH_DEBUG_FILES to

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 truck...@freebsd.org 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

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:

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