svn commit: r282621 - head/sys/vm

2015-05-07 Thread Adrian Chadd
Author: adrian Date: Fri May 8 06:02:23 2015 New Revision: 282621 URL: https://svnweb.freebsd.org/changeset/base/282621 Log: oops - how'd i miss this. Sorry! Modified: head/sys/vm/vm_phys.h Modified: head/sys/vm/vm_phys.h =

svn commit: r282620 - head/sys/arm/amlogic/aml8726

2015-05-07 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Fri May 8 04:38:01 2015 New Revision: 282620 URL: https://svnweb.freebsd.org/changeset/base/282620 Log: This follows the gic and ti/aintc code by adding additional barriers to the Amlogic pic driver. Differential Revision:https://reviews.freebsd.org/D2472

svn commit: r282619 - head/sys/boot/fdt/dts/arm

2015-05-07 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Fri May 8 04:22:11 2015 New Revision: 282619 URL: https://svnweb.freebsd.org/changeset/base/282619 Log: The interrupt-parent is set globally so it's unnecessary to also set it at each node. Differential Revision:https://reviews.freebsd.org/D2471 Submitted b

svn commit: r282618 - stable/10/release

2015-05-07 Thread Glen Barber
Author: gjb Date: Fri May 8 02:21:29 2015 New Revision: 282618 URL: https://svnweb.freebsd.org/changeset/base/282618 Log: MFC r282419, r282435: r282419: Add logic to detect if the net/bsdec2-image-upload port needs to be installed. [1] For the cw-ec2-portinstall and ec2ami

svn commit: r282617 - in head/sys: vm x86/acpica

2015-05-07 Thread Adrian Chadd
Author: adrian Date: Fri May 8 00:56:56 2015 New Revision: 282617 URL: https://svnweb.freebsd.org/changeset/base/282617 Log: Add initial memory locality cost awareness to the VM, and include a basic ACPI SLIT table parser. For now this just exports the map via sysctl; it'll eventually be

svn commit: r282613 - head/contrib/netcat

2015-05-07 Thread Xin LI
Author: delphij Date: Thu May 7 22:54:31 2015 New Revision: 282613 URL: https://svnweb.freebsd.org/changeset/base/282613 Log: MFV r282611: netcat from OpenBSD 5.7. MFC after:2 weeks Modified: head/contrib/netcat/netcat.c Directory Properties: head/contrib/netcat/ (props changed)

svn commit: r282612 - vendor/netcat/5.7

2015-05-07 Thread Xin LI
Author: delphij Date: Thu May 7 22:48:13 2015 New Revision: 282612 URL: https://svnweb.freebsd.org/changeset/base/282612 Log: Tag netcat from OpenBSD 5.7. Added: vendor/netcat/5.7/ - copied from r282611, vendor/netcat/dist/ ___ svn-src-all@fre

svn commit: r282611 - vendor/netcat/dist

2015-05-07 Thread Xin LI
Author: delphij Date: Thu May 7 22:47:15 2015 New Revision: 282611 URL: https://svnweb.freebsd.org/changeset/base/282611 Log: Vendor import nc(1) from OPENBSD_5_7. Modified: vendor/netcat/dist/netcat.c Modified: vendor/netcat/dist/netcat.c ===

svn commit: r282610 - in head/sys: arm/broadcom/bcm2835 arm/conf boot/fdt/dts/arm

2015-05-07 Thread Luiz Otavio O Souza
Author: loos Date: Thu May 7 22:11:44 2015 New Revision: 282610 URL: https://svnweb.freebsd.org/changeset/base/282610 Log: Add the SMP support for Raspberry Pi 2 (BCM2836). Tested with the build of some ports and a buildworld. Submitted by: Daisuke Aoyama Added: head/sys/arm/broad

svn commit: r282609 - head/usr.bin/checknr

2015-05-07 Thread Baptiste Daroussin
Author: bapt Date: Thu May 7 21:30:29 2015 New Revision: 282609 URL: https://svnweb.freebsd.org/changeset/base/282609 Log: Reduce the size to 64 for the commands, 512 was way too large for the purpose Noticed by: julian Modified: head/usr.bin/checknr/checknr.c Modified: head/usr.bin/

svn commit: r282608 - head/bin/date

2015-05-07 Thread Xin LI
Author: delphij Date: Thu May 7 20:54:38 2015 New Revision: 282608 URL: https://svnweb.freebsd.org/changeset/base/282608 Log: date(1): Make -r behave like GNU's version when the option can not be interpreted as a number, which checks the file's modification time and use that as the date/tim

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

2015-05-07 Thread Neel Natu
Author: neel Date: Thu May 7 18:35:15 2015 New Revision: 282595 URL: https://svnweb.freebsd.org/changeset/base/282595 Log: Allow byte reads of AHCI registers. This is needed to support Windows guests that use byte reads to access certain AHCI registers (e.g. PxTFD.Status and PxTFD.Error)

svn commit: r282594 - head/sys/kern

2015-05-07 Thread Andrey V. Elsukov
Author: ae Date: Thu May 7 18:35:01 2015 New Revision: 282594 URL: https://svnweb.freebsd.org/changeset/base/282594 Log: m_dup() is supposed to give a writable copy of an mbuf chain. It uses m_dup_pkthdr(), that uses M_COPYFLAGS mask to copy m_flags field. If original mbuf chain has M_RDONL

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

2015-05-07 Thread Ed Maste
Author: emaste Date: Thu May 7 16:56:20 2015 New Revision: 282586 URL: https://svnweb.freebsd.org/changeset/base/282586 Log: Correct PL310_POWER_CTRL offset Offet for the power control register was specified incorrectly (it had the same value as the prefetch control register.) This chang

Re: svn commit: r282572 - vendor/OpenBSD/dist/usr.bin/rcs

2015-05-07 Thread Pedro Giffuni
Hello; On 05/07/15 09:58, Antoine Brodin wrote: On Thu, May 7, 2015 at 4:42 PM, Bryan Drewery wrote: On 5/6/2015 6:52 PM, Pedro F. Giffuni wrote: Author: pfg Date: Wed May 6 23:52:15 2015 New Revision: 282572 URL: https://svnweb.freebsd.org/changeset/base/282572 Log: Bring OpenRCS 201503

Re: svn commit: r282572 - vendor/OpenBSD/dist/usr.bin/rcs

2015-05-07 Thread Pedro Giffuni
On 05/07/15 09:42, Bryan Drewery wrote: On 5/6/2015 6:52 PM, Pedro F. Giffuni wrote: Author: pfg Date: Wed May 6 23:52:15 2015 New Revision: 282572 URL: https://svnweb.freebsd.org/changeset/base/282572 Log: Bring OpenRCS 20150326 to the vendor area. A BSD-licensed alternative to GN

svn commit: r282585 - in vendor: misc-GNU/texinfo texinfo

2015-05-07 Thread Pedro F. Giffuni
Author: pfg Date: Thu May 7 15:31:21 2015 New Revision: 282585 URL: https://svnweb.freebsd.org/changeset/base/282585 Log: Move some old GNU utilities to the misc-GNU. texinfo is gone from the base system so move it to the misc-GNU directory. There is another texinfo_2_0 directory there

svn commit: r282584 - in vendor: NetBSD/lukemftp NetBSD/lukemftpd NetBSD/sort lukemftp lukemftpd sort

2015-05-07 Thread Pedro F. Giffuni
Author: pfg Date: Thu May 7 15:21:54 2015 New Revision: 282584 URL: https://svnweb.freebsd.org/changeset/base/282584 Log: Move some old utilities from NetBSD to the NetBSD directory. We never used the NetBSD sort directory lukemftp and lukemftpd have been renamed upstream to tnftp and

svn commit: r282582 - in vendor: cvs misc-GNU/cvs

2015-05-07 Thread Pedro F. Giffuni
Author: pfg Date: Thu May 7 15:14:50 2015 New Revision: 282582 URL: https://svnweb.freebsd.org/changeset/base/282582 Log: Move some old GNU utilities to the misc-GNU directory. I forgot CVS. Added: vendor/misc-GNU/cvs/ - copied from r282581, vendor/cvs/ Deleted: vendor/cvs/ _

svn commit: r282579 - in vendor: awk bc bison cpio gnu-sort misc-GNU/awk misc-GNU/bc misc-GNU/bison misc-GNU/cpio misc-GNU/gnu-sort misc-GNU/patch misc-GNU/tar patch tar

2015-05-07 Thread Pedro F. Giffuni
Author: pfg Date: Thu May 7 15:07:33 2015 New Revision: 282579 URL: https://svnweb.freebsd.org/changeset/base/282579 Log: Move some old GNU utilities to the misc-GNU directory. awk, bc, bison, cpio, sort, patch and tar have been replaced in the base filesystem with code from other sour

Re: svn commit: r282572 - vendor/OpenBSD/dist/usr.bin/rcs

2015-05-07 Thread Antoine Brodin
On Thu, May 7, 2015 at 4:42 PM, Bryan Drewery wrote: > On 5/6/2015 6:52 PM, Pedro F. Giffuni wrote: >> Author: pfg >> Date: Wed May 6 23:52:15 2015 >> New Revision: 282572 >> URL: https://svnweb.freebsd.org/changeset/base/282572 >> >> Log: >> Bring OpenRCS 20150326 to the vendor area. >> >> A

Re: svn commit: r282572 - vendor/OpenBSD/dist/usr.bin/rcs

2015-05-07 Thread Bryan Drewery
On 5/6/2015 6:52 PM, Pedro F. Giffuni wrote: > Author: pfg > Date: Wed May 6 23:52:15 2015 > New Revision: 282572 > URL: https://svnweb.freebsd.org/changeset/base/282572 > > Log: > Bring OpenRCS 20150326 to the vendor area. > > A BSD-licensed alternative to GNU Revision Control System. >

svn commit: r282578 - head/sys/netinet6

2015-05-07 Thread Andrey V. Elsukov
Author: ae Date: Thu May 7 14:17:43 2015 New Revision: 282578 URL: https://svnweb.freebsd.org/changeset/base/282578 Log: Mark data checksum as valid for multicast packets, that we send back to myself via simloop. Also remove duplicate check under #ifdef DIAGNOSTIC. PR: 180065

svn commit: r282577 - in head: share/man/man4 sys/dev/usb sys/dev/usb/quirk

2015-05-07 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 7 12:54:27 2015 New Revision: 282577 URL: https://svnweb.freebsd.org/changeset/base/282577 Log: Add support for DYMO LabelWriter PnP. MFC after:2 weeks Modified: head/share/man/man4/usb_quirk.4 head/sys/dev/usb/quirk/usb_quirk.c head/sys/de

svn commit: r282576 - head/sys/arm/conf

2015-05-07 Thread Andrew Turner
Author: andrew Date: Thu May 7 12:38:23 2015 New Revision: 282576 URL: https://svnweb.freebsd.org/changeset/base/282576 Log: Clean up the ARM kernel configs to use 'include"file"'. Modified: head/sys/arm/conf/AML8726 head/sys/arm/conf/APALIS-IMX6 head/sys/arm/conf/ARMADAXP head/sys/arm

svn commit: r282575 - head/sys/netinet6

2015-05-07 Thread Andrey V. Elsukov
Author: ae Date: Thu May 7 12:15:45 2015 New Revision: 282575 URL: https://svnweb.freebsd.org/changeset/base/282575 Log: Remove unneded #ifdef INET6 and IPSEC. This file compiled only when both options are defined. Include opt_sctp.h and sctp_crc32.h to enable #ifdef SCTP code block and d