svn commit: r255625 - head/sys/kern

2013-09-17 Thread Gleb Smirnoff
Author: glebius Date: Tue Sep 17 06:37:21 2013 New Revision: 255625 URL: http://svnweb.freebsd.org/changeset/base/255625 Log: Fix assertion in sendfile_readpage() to assert only the validity of requested amount of data in a page. Move assertion down below object unlock. Approved by:

svn commit: r255626 - head/sys/vm

2013-09-17 Thread Konstantin Belousov
Author: kib Date: Tue Sep 17 07:35:26 2013 New Revision: 255626 URL: http://svnweb.freebsd.org/changeset/base/255626 Log: PG_SLAB no longer serves a useful purpose, since m-object is no longer abused to store pointer to slab. Remove it. Reviewed by:alc Sponsored by: The FreeBSD

svn commit: r255627 - head/share/mk

2013-09-17 Thread Dag-Erling Smørgrav
Author: des Date: Tue Sep 17 07:41:08 2013 New Revision: 255627 URL: http://svnweb.freebsd.org/changeset/base/255627 Log: Set the correct path for LIBUNBOUND. Approved by: re (blanket) Modified: head/share/mk/bsd.libnames.mk Modified: head/share/mk/bsd.libnames.mk

svn commit: r255628 - svnadmin/conf

2013-09-17 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Sep 17 08:43:12 2013 New Revision: 255628 URL: http://svnweb.freebsd.org/changeset/base/255628 Log: Explicitly require Security Officer's approval for kernel PRNG bits. Note that there is ongoing discussion about approval requirement for userland PRNG bits.

Re: svn commit: r255613 - head/sys/arm/arm

2013-09-17 Thread Zbigniew Bodek
2013/9/16 Ed Schouten e...@80386.nl 2013/9/16 Zbigniew Bodek z...@freebsd.org: Log: Fix GCC build error when building for ARMv6 Apply theravens's idea to move __strong_reference macros into the proper ifdef section. Approved by: cognet (mentor) Approved by: re

Re: svn commit: r255613 - head/sys/arm/arm

2013-09-17 Thread Zbigniew Bodek
2013/9/17 Zbigniew Bodek z...@freebsd.org 2013/9/16 Ed Schouten e...@80386.nl 2013/9/16 Zbigniew Bodek z...@freebsd.org: Log: Fix GCC build error when building for ARMv6 Apply theravens's idea to move __strong_reference macros into the proper ifdef section. Approved by:

Re: svn commit: r255628 - svnadmin/conf

2013-09-17 Thread Gleb Smirnoff
Edward, On Tue, Sep 17, 2013 at 08:43:12AM +, Edward Tomasz Napierala wrote: E Modified: svnadmin/conf/approvers E == E --- svnadmin/conf/approvers Tue Sep 17 07:41:08 2013(r255627) E +++

svn commit: r255629 - in head: include usr.sbin/gpioctl

2013-09-17 Thread Sean Bruno
Author: sbruno Date: Tue Sep 17 11:48:47 2013 New Revision: 255629 URL: http://svnweb.freebsd.org/changeset/base/255629 Log: Assume that the -f argument is /dev/gpioc0 if it is not passed. hrs@ provided this verison of the patch and showed me where all the needed changes were to be made

svn commit: r255630 - stable/9/sys/dev/usb

2013-09-17 Thread Hans Petter Selasky
Author: hselasky Date: Tue Sep 17 12:50:57 2013 New Revision: 255630 URL: http://svnweb.freebsd.org/changeset/base/255630 Log: MFC r248246: - Make quirk for reading device descriptor from broken USB devices. Else they won't enumerate at all: hw.usb.full_ddesc=1 - Reduce the USB

svn commit: r255631 - stable/9/sys/dev/usb/input

2013-09-17 Thread Hans Petter Selasky
Author: hselasky Date: Tue Sep 17 12:53:09 2013 New Revision: 255631 URL: http://svnweb.freebsd.org/changeset/base/255631 Log: MFC r254572: Force keyboards which don't have the required HID fields to use the USB BOOT protocol for now. PR: usb/181425 Modified:

svn commit: r255632 - stable/8/sys/dev/usb

2013-09-17 Thread Hans Petter Selasky
Author: hselasky Date: Tue Sep 17 12:56:37 2013 New Revision: 255632 URL: http://svnweb.freebsd.org/changeset/base/255632 Log: MFC r248246: - Make quirk for reading device descriptor from broken USB devices. Else they won't enumerate at all: hw.usb.full_ddesc=1 - Reduce the USB

svn commit: r255633 - stable/8/sys/dev/usb/input

2013-09-17 Thread Hans Petter Selasky
Author: hselasky Date: Tue Sep 17 12:58:17 2013 New Revision: 255633 URL: http://svnweb.freebsd.org/changeset/base/255633 Log: MFC r254572: Force keyboards which don't have the required HID fields to use the USB BOOT protocol for now. PR: usb/181425 Modified:

svn commit: r255634 - head

2013-09-17 Thread Dag-Erling Smørgrav
Author: des Date: Tue Sep 17 12:59:37 2013 New Revision: 255634 URL: http://svnweb.freebsd.org/changeset/base/255634 Log: Add unbound to the list of UIDs / GIDs to check fore before installing. Approved by: re (blanket) Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

Re: svn commit: r255634 - head

2013-09-17 Thread Bryan Drewery
On 9/17/2013 7:59 AM, Dag-Erling Smørgrav wrote: Author: des Date: Tue Sep 17 12:59:37 2013 New Revision: 255634 URL: http://svnweb.freebsd.org/changeset/base/255634 Log: Add unbound to the list of UIDs / GIDs to check fore before installing. Approved by:re (blanket)

Re: svn commit: r255486 - in head/lib/libc: gen sys

2013-09-17 Thread Bryan Drewery
On 9/12/2013 8:15 AM, Bruce Evans wrote: On Thu, 12 Sep 2013, Bryan Drewery wrote: On 9/12/2013 6:36 AM, Hiroki Sato wrote: Bryan Drewery bdrew...@freebsd.org wrote in 201309120053.r8c0rc7h082...@svn.freebsd.org: bd Author: bdrewery (ports committer) bd Date: Thu Sep 12 00:53:38 2013

svn commit: r255635 - head

2013-09-17 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Sep 17 14:19:05 2013 New Revision: 255635 URL: http://svnweb.freebsd.org/changeset/base/255635 Log: Explicitly require Security Officer's approval for kernel PRNG bits. Note that there is ongoing discussion about approval requirement for userland PRNG bits.

svn commit: r255636 - head/usr.sbin/iscsid

2013-09-17 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Sep 17 14:23:15 2013 New Revision: 255636 URL: http://svnweb.freebsd.org/changeset/base/255636 Log: Improve iSCSI address resolution, fixing InitiatorAddress handling, and error reporting. Approved by: re (kib) Modified: head/usr.sbin/iscsid/iscsid.c

svn commit: r255637 - head/tools/tools/sysbuild

2013-09-17 Thread Poul-Henning Kamp
Author: phk Date: Tue Sep 17 15:19:26 2013 New Revision: 255637 URL: http://svnweb.freebsd.org/changeset/base/255637 Log: Don't attempt to build ports with missing dependencies. Approved by: re (gjb) Modified: head/tools/tools/sysbuild/sysbuild.sh Modified:

Re: svn commit: r255628 - svnadmin/conf

2013-09-17 Thread Rui Paulo
On 17 Sep 2013, at 01:43, Edward Tomasz Napierala tr...@freebsd.org wrote: Author: trasz Date: Tue Sep 17 08:43:12 2013 New Revision: 255628 URL: http://svnweb.freebsd.org/changeset/base/255628 Log: Explicitly require Security Officer's approval for kernel PRNG bits. Note that there

svn commit: r255638 - head/sys/amd64/vmm

2013-09-17 Thread Neel Natu
Author: neel Date: Tue Sep 17 16:06:07 2013 New Revision: 255638 URL: http://svnweb.freebsd.org/changeset/base/255638 Log: Fix a bug in decoding an instruction that has an SIB byte as well as an immediate operand. The presence of an SIB byte in decoding the ModR/M field would cause

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

2013-09-17 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Sep 17 17:29:07 2013 New Revision: 255639 URL: http://svnweb.freebsd.org/changeset/base/255639 Log: Make sure to copy segments back to the segs array if non-NULL. This is relied upon by bus_dmamap_load_mbuf_sg() (i.e. all network drivers). Approved by: re

svn commit: r255640 - in head/sys/powerpc: include powerpc

2013-09-17 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Sep 17 17:29:56 2013 New Revision: 255640 URL: http://svnweb.freebsd.org/changeset/base/255640 Log: Add POWER7+ and POWER8 to the CPU ID table. Approved by: re (kib) Modified: head/sys/powerpc/include/spr.h head/sys/powerpc/powerpc/cpu.c Modified:

svn commit: r255641 - head/release/powerpc

2013-09-17 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Sep 17 17:30:49 2013 New Revision: 255641 URL: http://svnweb.freebsd.org/changeset/base/255641 Log: CDs are not partitioned, so this is not correct syntax for loading from ISO 9660. Omit the partition ID. Approved by: re (kib) MFC after:2 weeks

svn commit: r255645 - head/sys/amd64/vmm

2013-09-17 Thread Peter Grehan
Author: grehan Date: Tue Sep 17 17:56:53 2013 New Revision: 255645 URL: http://svnweb.freebsd.org/changeset/base/255645 Log: Hide TSC-deadline APIC timer support from guests. This mode isn't yet implemented in bhyve's APIC emulation. Reviewed by: neel Approved by: re@ (blanket)

svn commit: r255643 - in head/sys: conf powerpc/conf powerpc/pseries

2013-09-17 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Sep 17 17:37:04 2013 New Revision: 255643 URL: http://svnweb.freebsd.org/changeset/base/255643 Log: Merge in support for PAPR-compliant (Power Architecture Platform Requirements) systems from the projects/pseries branch. This in principle includes all IBM POWER

Re: svn commit: r255613 - head/sys/arm/arm

2013-09-17 Thread Ed Schouten
2013/9/17 Zbigniew Bodek z...@freebsd.org: Can you test this one: http://people.freebsd.org/~zbb/arm/other/stdatomic_fix_vol2.diff Works. Thanks! -- Ed Schouten e...@80386.nl ___ svn-src-all@freebsd.org mailing list

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

2013-09-17 Thread Peter Grehan
Author: grehan Date: Tue Sep 17 18:42:13 2013 New Revision: 255647 URL: http://svnweb.freebsd.org/changeset/base/255647 Log: Pass the number of supported vectors to pci_emul_add_msicap() and not the actual PCI BAR number. Reviewed by: neel Approved by: re@ (blanket) Modified:

svn commit: r255646 - head/share/man/man4

2013-09-17 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Tue Sep 17 18:41:32 2013 New Revision: 255646 URL: http://svnweb.freebsd.org/changeset/base/255646 Log: psm: Update struct synapticshw in psm(4) man page This structure was updated in r255153 and r255154. PR: kern/170834 Approved by: re (hrs)

svn commit: r255648 - head/sys/dev/nfe

2013-09-17 Thread Xin LI
Author: delphij Date: Tue Sep 17 18:46:10 2013 New Revision: 255648 URL: http://svnweb.freebsd.org/changeset/base/255648 Log: Fix a typo when accounting for tx_broadcast statistics. Submitted by: Paul A. Patience paul-a patience polymtl ca MFC after:2 weeks Approved by: re (hrs)

svn commit: r255649 - stable/9/sys/netinet

2013-09-17 Thread Andrey V. Elsukov
Author: ae Date: Tue Sep 17 18:47:31 2013 New Revision: 255649 URL: http://svnweb.freebsd.org/changeset/base/255649 Log: MFC r255235: Remove unused code and sort variables declarations. PR: kern/181822 Modified: stable/9/sys/netinet/ip_mroute.c Directory Properties:

Re: svn commit: r255187 - in head/sys: conf crypto/aesni modules/aesni

2013-09-17 Thread Bjoern A. Zeeb
On Tue, 3 Sep 2013, John-Mark Gurney wrote: Author: jmg Date: Tue Sep 3 18:31:23 2013 New Revision: 255187 URL: http://svnweb.freebsd.org/changeset/base/255187 Log: Use the fact that the AES-NI instructions can be pipelined to improve performance... Use SSE2 instructions for calculating the

svn commit: r255650 - stable/8/sys/netinet

2013-09-17 Thread Andrey V. Elsukov
Author: ae Date: Tue Sep 17 18:51:35 2013 New Revision: 255650 URL: http://svnweb.freebsd.org/changeset/base/255650 Log: MFC r255235: Remove unused code and sort variables declarations. PR: kern/181822 Modified: stable/8/sys/netinet/ip_mroute.c Directory Properties:

svn commit: r255651 - in head/share/i18n: csmapper esdb

2013-09-17 Thread Jilles Tjoelker
Author: jilles Date: Tue Sep 17 20:09:25 2013 New Revision: 255651 URL: http://svnweb.freebsd.org/changeset/base/255651 Log: share/i18n: Fix installworld with read-only obj. Since iconv was enabled (r254273, August 13), it has been impossible to installworld using a read-only obj tree.

svn commit: r255653 - head/etc

2013-09-17 Thread Hiroki Sato
Author: hrs Date: Tue Sep 17 20:22:24 2013 New Revision: 255653 URL: http://svnweb.freebsd.org/changeset/base/255653 Log: Fix parsing lines of ifconfig output which include \t in the case of inet and inet6. Approved by: re (delphij) Modified: head/etc/network.subr Modified:

svn commit: r255654 - head/etc/rc.d

2013-09-17 Thread Hiroki Sato
Author: hrs Date: Tue Sep 17 20:24:03 2013 New Revision: 255654 URL: http://svnweb.freebsd.org/changeset/base/255654 Log: - Fix pidfile handling in sendmail_msp_queue. The pidfile was ignored and multiple instances were invoked by start/stop cycles. - Remove redundant start_cmd

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

2013-09-17 Thread Hiroki Sato
Author: hrs Date: Tue Sep 17 20:20:04 2013 New Revision: 255652 URL: http://svnweb.freebsd.org/changeset/base/255652 Log: Remove description ifconfig_IF_aliasN is deprecated. While this sentence was added in 2005, many users still need it. Approved by: re (gjb) PR:

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

2013-09-17 Thread Hiroki Sato
Author: hrs Date: Tue Sep 17 20:25:29 2013 New Revision: 255655 URL: http://svnweb.freebsd.org/changeset/base/255655 Log: Add EXAMPLES section to explain the format of fstab(5). Approved by: re (marius) Reviewed by: wblock Modified: head/share/man/man5/fstab.5 Modified:

svn commit: r255657 - head/sys/compat/freebsd32

2013-09-17 Thread Jilles Tjoelker
Author: jilles Date: Tue Sep 17 20:48:19 2013 New Revision: 255657 URL: http://svnweb.freebsd.org/changeset/base/255657 Log: Disallow cap_enter() in freebsd32 compatibility mode. The freebsd32 compatibility mode (for running 32-bit binaries on 64-bit kernels) does not currently allow any

Re: svn commit: r255187 - in head/sys: conf crypto/aesni modules/aesni

2013-09-17 Thread Bjoern A. Zeeb
On Tue, 17 Sep 2013, John-Mark Gurney wrote: Bjoern A. Zeeb wrote this message on Tue, Sep 17, 2013 at 19:26 +: On Tue, 3 Sep 2013, John-Mark Gurney wrote: + * + */ + +#include wmmintrin.h + This pulls in a header from user space, in fact from clang, and if cross-building without

svn commit: r255658 - head/sys/compat/freebsd32

2013-09-17 Thread Jilles Tjoelker
Author: jilles Date: Tue Sep 17 20:49:05 2013 New Revision: 255658 URL: http://svnweb.freebsd.org/changeset/base/255658 Log: Regenerate for freebsd32_cap_enter(). Approved by: re (hrs) Modified: head/sys/compat/freebsd32/freebsd32_proto.h head/sys/compat/freebsd32/freebsd32_syscall.h

Re: svn commit: r255187 - in head/sys: conf crypto/aesni modules/aesni

2013-09-17 Thread John-Mark Gurney
Bjoern A. Zeeb wrote this message on Tue, Sep 17, 2013 at 19:26 +: On Tue, 3 Sep 2013, John-Mark Gurney wrote: Author: jmg Date: Tue Sep 3 18:31:23 2013 New Revision: 255187 URL: http://svnweb.freebsd.org/changeset/base/255187 Log: Use the fact that the AES-NI instructions can be

svn commit: r255656 - head/sys/mips/conf

2013-09-17 Thread Hiren Panchasara
Author: hiren Date: Tue Sep 17 20:33:42 2013 New Revision: 255656 URL: http://svnweb.freebsd.org/changeset/base/255656 Log: We have grown a bit too big lately. Shrinking the kernel for TP-Link TL-WR1043ND. Submitted by: loos (initial version) Reviewed by:adrian Approved by:

svn commit: r255642 - head/sys/powerpc/ofw

2013-09-17 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Sep 17 17:31:53 2013 New Revision: 255642 URL: http://svnweb.freebsd.org/changeset/base/255642 Log: Only attach if properties we need (address, in particular) are present. This is the correct version of r255420. Approved by: re (kib) Modified:

svn commit: r255659 - head/sys/mips/conf

2013-09-17 Thread Sean Bruno
Author: sbruno Date: Tue Sep 17 22:26:07 2013 New Revision: 255659 URL: http://svnweb.freebsd.org/changeset/base/255659 Log: Bring in configuration for Buffalo Airstation WZR-300HP, Atheros based wireless home router. Notable things: 2x 16 MB flash devices Atheros Wireless Atheros

svn commit: r255660 - head

2013-09-17 Thread Bryan Drewery
Author: bdrewery (ports committer) Date: Wed Sep 18 00:33:24 2013 New Revision: 255660 URL: http://svnweb.freebsd.org/changeset/base/255660 Log: Fix 'make installcheck' to check for missing UID/GID as well, broken since r249893, by adding a separate _installcheck_world and

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

2013-09-17 Thread Joel Dahl
Author: joel (doc committer) Date: Wed Sep 18 04:44:54 2013 New Revision: 255662 URL: http://svnweb.freebsd.org/changeset/base/255662 Log: mdoc: sort SEE ALSO. Approved by: re (blanket) Modified: head/share/man/man5/fstab.5 Modified: head/share/man/man5/fstab.5