svn commit: r257913 - head/sys/dev/xen/netfront

2013-11-10 Thread Gleb Smirnoff
Author: glebius Date: Sun Nov 10 09:36:51 2013 New Revision: 257913 URL: http://svnweb.freebsd.org/changeset/base/257913 Log: Fix typo in r257515. Submitted by: az Modified: head/sys/dev/xen/netfront/netfront.c Modified: head/sys/dev/xen/netfront/netfront.c

svn commit: r257914 - head/sys/cam

2013-11-10 Thread Alexander Motin
Author: mav Date: Sun Nov 10 12:16:09 2013 New Revision: 257914 URL: http://svnweb.freebsd.org/changeset/base/257914 Log: Some CAM locks polishing: - Fix LOR and possible lock recursion when handling high-power commands. Introduce new lock to protect left power quota and list of frozen

svn commit: r257915 - head/usr.sbin/ctld

2013-11-10 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Nov 10 13:16:28 2013 New Revision: 257915 URL: http://svnweb.freebsd.org/changeset/base/257915 Log: Fix typo. Submitted by: feld@ MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/ctl.conf.5 Modified:

svn commit: r257916 - head/sys/dev/isp

2013-11-10 Thread Alexander Motin
Author: mav Date: Sun Nov 10 13:37:44 2013 New Revision: 257916 URL: http://svnweb.freebsd.org/changeset/base/257916 Log: Save one more register read per command by not reading rqstoutrp register every time. The purpose of that register is unlikely output queue overflow detection, so read

svn commit: r257917 - head/usr.bin/iscsictl

2013-11-10 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Nov 10 14:18:05 2013 New Revision: 257917 URL: http://svnweb.freebsd.org/changeset/base/257917 Log: Fix typo in iscsictl -v. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/iscsictl/iscsictl.c Modified:

svn commit: r257920 - head/tools/regression/bin/sh/parser

2013-11-10 Thread Jilles Tjoelker
Author: jilles Date: Sun Nov 10 18:46:59 2013 New Revision: 257920 URL: http://svnweb.freebsd.org/changeset/base/257920 Log: sh: Add a test case for would-be assignments that are not due to quoting. Added: head/tools/regression/bin/sh/parser/var-assign1.0 (contents, props changed) Added:

svn commit: r257921 - head/share/man/man3

2013-11-10 Thread Bruce M Simpson
Author: bms Date: Sun Nov 10 19:41:04 2013 New Revision: 257921 URL: http://svnweb.freebsd.org/changeset/base/257921 Log: Document the RB_FOREACH_FROM() and RB_FOREACH_REVERSE_FROM() macros. These are largely syntactic sugar. However, they improve code readability where an RB_FOREACH()

svn commit: r257922 - head/share/man/man3

2013-11-10 Thread Bruce M Simpson
Author: bms Date: Sun Nov 10 19:49:18 2013 New Revision: 257922 URL: http://svnweb.freebsd.org/changeset/base/257922 Log: RB_FOREACH_[REVERSE_]FROM() do not require the head pointer. Reword. Modified: head/share/man/man3/tree.3 Modified: head/share/man/man3/tree.3

svn commit: r257923 - in head: share/misc usr.bin/calendar/calendars

2013-11-10 Thread Alexey Degtyarev
Author: alexey (ports committer) Date: Sun Nov 10 20:24:41 2013 New Revision: 257923 URL: http://svnweb.freebsd.org/changeset/base/257923 Log: - Add myself as port committer and my mentor's relationship. - Add myself to calendar.freebsd. Approved: wg (mentor) Modified:

svn commit: r257924 - head/sys/arm/freescale/imx

2013-11-10 Thread Ian Lepore
Author: ian Date: Sun Nov 10 21:12:42 2013 New Revision: 257924 URL: http://svnweb.freebsd.org/changeset/base/257924 Log: Apparently with const uint32_t foo = 0x60; gcc doesn't consider 'foo' to be a constant integer suitable for use in a case label, so use #defines. Modified:

svn commit: r257928 - head/sys/powerpc/powerpc

2013-11-10 Thread Andreas Tobler
Author: andreast Date: Sun Nov 10 22:42:56 2013 New Revision: 257928 URL: http://svnweb.freebsd.org/changeset/base/257928 Log: Prepare for 64-bit. Iow, use Elf_*hdr instead of the 32-bit ones. Modified: head/sys/powerpc/powerpc/dump_machdep.c Modified:

svn commit: r257929 - in head: bin/sh tools/regression/bin/sh/builtins

2013-11-10 Thread Jilles Tjoelker
Author: jilles Date: Sun Nov 10 23:00:39 2013 New Revision: 257929 URL: http://svnweb.freebsd.org/changeset/base/257929 Log: sh: Properly quote alias output from command -v. An alias should be printed by command -v as a command line; therefore, make the alias definition suitable for

svn commit: r257930 - head/sys/dev/isp

2013-11-10 Thread Alexander Motin
Author: mav Date: Sun Nov 10 23:34:32 2013 New Revision: 257930 URL: http://svnweb.freebsd.org/changeset/base/257930 Log: Some more registers access optimizations: - Process ATIO queue only if interrupt status tells so; - Do not update queue out pointers after each processed command, do

svn commit: r257932 - head/sys/dev/isp

2013-11-10 Thread Alexander Motin
Author: mav Date: Sun Nov 10 23:48:16 2013 New Revision: 257932 URL: http://svnweb.freebsd.org/changeset/base/257932 Log: Use relaxed (write-only) memory barriers when writing some of queue index registers (for now on ISP2400+). We never read those registers back and AFAIK their semantics

svn commit: r257933 - head/usr.sbin/bhyve

2013-11-10 Thread Neel Natu
Author: neel Date: Mon Nov 11 00:45:17 2013 New Revision: 257933 URL: http://svnweb.freebsd.org/changeset/base/257933 Log: x86 platforms that use an IOAPIC route the legacy timer interrupt (IRQ0) to pin 2 of the IOAPIC. Add an 'Interrupt Source Override' entry to the MADT to describe

svn commit: r257937 - head/usr.sbin/bsdconfig/share

2013-11-10 Thread Glen Barber
Author: gjb Date: Mon Nov 11 01:42:59 2013 New Revision: 257937 URL: http://svnweb.freebsd.org/changeset/base/257937 Log: Unbreak the installer on head/: When bsdinstall(8) sources the bsdconfig(8) common.subr file, PKG_ABI is set by calling 'pkg -vv' and searching for the ABI

svn commit: r257938 - head/usr.sbin/bsdconfig/share

2013-11-10 Thread Devin Teske
Author: dteske Date: Mon Nov 11 02:02:05 2013 New Revision: 257938 URL: http://svnweb.freebsd.org/changeset/base/257938 Log: Remove the env(1) but keep the var. Modified: head/usr.sbin/bsdconfig/share/common.subr Modified: head/usr.sbin/bsdconfig/share/common.subr

svn commit: r257939 - head/usr.sbin/bsdinstall/scripts

2013-11-10 Thread Devin Teske
Author: dteske Date: Mon Nov 11 02:13:47 2013 New Revision: 257939 URL: http://svnweb.freebsd.org/changeset/base/257939 Log: Check the partition scheme before blowing away disks, instead of after. The effects of this patch would only be noticeable if you were purposefully setting a bad

svn commit: r257940 - head/tools/build/mk

2013-11-10 Thread Glen Barber
Author: gjb Date: Mon Nov 11 03:12:43 2013 New Revision: 257940 URL: http://svnweb.freebsd.org/changeset/base/257940 Log: Silence bmake(1) errors if TEST_DIRS evaluation is empty. Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc

svn commit: r257941 - head/sys/powerpc/aim

2013-11-10 Thread Justin Hibbits
Author: jhibbits Date: Mon Nov 11 03:17:38 2013 New Revision: 257941 URL: http://svnweb.freebsd.org/changeset/base/257941 Log: Add the necessary bits for dumps on ppc64. MFC after:2 weeks Modified: head/sys/powerpc/aim/mmu_oea64.c Modified: head/sys/powerpc/aim/mmu_oea64.c

svn commit: r257942 - head/release

2013-11-10 Thread Glen Barber
Author: gjb Date: Mon Nov 11 03:30:14 2013 New Revision: 257942 URL: http://svnweb.freebsd.org/changeset/base/257942 Log: Fix a few style nits. MFC after:3 days X-MFC-After: 10.0-RELEASE Sponsored by: The FreeBSD Foundation Modified: head/release/release.sh Modified:

svn commit: r257943 - in head/sys: net netinet netinet6 sys

2013-11-10 Thread Gleb Smirnoff
Author: glebius Date: Mon Nov 11 05:39:42 2013 New Revision: 257943 URL: http://svnweb.freebsd.org/changeset/base/257943 Log: Remove never used ioctls that originate from KAME. The proof of their zero usage was exp-run from misc/183538. Modified: head/sys/net/if.c head/sys/net/if.h

svn commit: r257945 - head/usr.sbin/pkg

2013-11-10 Thread Gleb Smirnoff
Author: glebius Date: Mon Nov 11 07:44:09 2013 New Revision: 257945 URL: http://svnweb.freebsd.org/changeset/base/257945 Log: Do not use just freed memory. Sponsored by: Nginx, Inc. Modified: head/usr.sbin/pkg/pkg.c Modified: head/usr.sbin/pkg/pkg.c