svn commit: r266301 - in head/sys: arm/allwinner arm/arm arm/broadcom/bcm2835 arm/conf arm/freescale/imx arm/freescale/vybrid arm/include arm/lpc arm/mv arm/rockchip arm/samsung/exynos arm/tegra ar...

2014-05-17 Thread Andrew Turner
Author: andrew Date: Sat May 17 11:27:36 2014 New Revision: 266301 URL: http://svnweb.freebsd.org/changeset/base/266301 Log: Add the start of the ARM platform code. This is based on the PowerPC platform code, it is expected these will be merged in the future when the ARM code is more

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

2014-05-17 Thread Andrew Turner
Author: andrew Date: Sat May 17 11:29:44 2014 New Revision: 266303 URL: http://svnweb.freebsd.org/changeset/base/266303 Log: Fix a comment s/initarm_/platform_/ Modified: head/sys/arm/include/devmap.h Modified: head/sys/arm/include/devmap.h

Re: svn commit: r266238 - head/contrib/ldns/ldns

2014-05-17 Thread Dag-Erling Smørgrav
Warner Losh i...@bsdimp.com writes: Dag-Erling Smørgrav d...@des.no writes: Do our standard endianness conversion functions handle unaligned accesses? No. The warning appears to be telling us something that’s being papered over. No, the conversion is fine, they were just casting away the

svn commit: r266307 - head/sys/netpfil/pf

2014-05-17 Thread Gleb Smirnoff
Author: glebius Date: Sat May 17 12:30:27 2014 New Revision: 266307 URL: http://svnweb.freebsd.org/changeset/base/266307 Log: o In pf_normalize_ip() we don't need mtag in !(PFRULE_FRAGCROP|PFRULE_FRAGDROP) case. o In the (PFRULE_FRAGCROP|PFRULE_FRAGDROP) case we should allocate mtag

svn commit: r266308 - head/sys/netinet

2014-05-17 Thread Gleb Smirnoff
Author: glebius Date: Sat May 17 12:33:27 2014 New Revision: 266308 URL: http://svnweb.freebsd.org/changeset/base/266308 Log: Provide compatibility #define after r265408. Suggested by: truckman Modified: head/sys/netinet/tcp_var.h Modified: head/sys/netinet/tcp_var.h

svn commit: r266310 - in head: sbin/ipfw sys/netinet sys/netpfil/ipfw

2014-05-17 Thread Alexander V. Chernikov
Author: melifaro Date: Sat May 17 13:45:03 2014 New Revision: 266310 URL: http://svnweb.freebsd.org/changeset/base/266310 Log: Fix wrong formatting of 0.0.0.0/X table records in ipfw(8). Add `flags` u16 field to the hole in ipfw_table_xentry structure. Kernel has been guessing address

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

2014-05-17 Thread Dimitry Andric
On 17 May 2014, at 03:47, Warner Losh i...@freebsd.org wrote: Author: imp Date: Sat May 17 01:47:06 2014 New Revision: 266278 URL: http://svnweb.freebsd.org/changeset/base/266278 Log: Read in SRCCONF early and consistently, if src.sys.mk exists, which is should for all normal builds.

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

2014-05-17 Thread Warner Losh
On May 17, 2014, at 9:56 AM, Dimitry Andric d...@freebsd.org wrote: On 17 May 2014, at 03:47, Warner Losh i...@freebsd.org wrote: Author: imp Date: Sat May 17 01:47:06 2014 New Revision: 266278 URL: http://svnweb.freebsd.org/changeset/base/266278 Log: Read in SRCCONF early and

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

2014-05-17 Thread Andrew Turner
Author: andrew Date: Sat May 17 14:57:34 2014 New Revision: 266318 URL: http://svnweb.freebsd.org/changeset/base/266318 Log: Mark the i.MX51 and i.MX53 boards as compatible with the i.MX51 and i.MX53 respectively. MFC after:1 week Modified:

svn commit: r266319 - head/sys/geom

2014-05-17 Thread Alexander Motin
Author: mav Date: Sat May 17 15:07:00 2014 New Revision: 266319 URL: http://svnweb.freebsd.org/changeset/base/266319 Log: Make GEOM DISK to account also BIO_FLUSH operations. Modified: head/sys/geom/geom_disk.c Modified: head/sys/geom/geom_disk.c

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

2014-05-17 Thread Warner Losh
On May 17, 2014, at 10:57 AM, Dimitry Andric d...@freebsd.org wrote: On 17 May 2014, at 16:27, Warner Losh i...@bsdimp.com wrote: On May 17, 2014, at 9:56 AM, Dimitry Andric d...@freebsd.org wrote: On 17 May 2014, at 03:47, Warner Losh i...@freebsd.org wrote: Author: imp Date: Sat May

svn commit: r266320 - head/usr.sbin/gstat

2014-05-17 Thread Alexander Motin
Author: mav Date: Sat May 17 15:26:08 2014 New Revision: 266320 URL: http://svnweb.freebsd.org/changeset/base/266320 Log: Add -o option to gstat to display other operatins (e.g. BIO_FLUSH). MFC after:1 week Modified: head/usr.sbin/gstat/gstat.8 head/usr.sbin/gstat/gstat.c

svn commit: r266322 - head/usr.bin/procstat

2014-05-17 Thread John Baldwin
Author: jhb Date: Sat May 17 16:11:06 2014 New Revision: 266322 URL: http://svnweb.freebsd.org/changeset/base/266322 Log: Use 'RESOURCE' instead of the more generic 'TYPE' for the resource name column header when displaying resource usage. This more closely matches other procstat displays.

svn commit: r266323 - head/usr.bin/procstat

2014-05-17 Thread John Baldwin
Author: jhb Date: Sat May 17 16:12:50 2014 New Revision: 266323 URL: http://svnweb.freebsd.org/changeset/base/266323 Log: Add descriptions of the display formats for -e, -l, -r, and -x. Fix a few typos in indent settings while here. Modified: head/usr.bin/procstat/procstat.1 Modified:

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

2014-05-17 Thread Warner Losh
On May 17, 2014, at 10:57 AM, Dimitry Andric d...@freebsd.org wrote: On 17 May 2014, at 16:27, Warner Losh i...@bsdimp.com wrote: On May 17, 2014, at 9:56 AM, Dimitry Andric d...@freebsd.org wrote: On 17 May 2014, at 03:47, Warner Losh i...@freebsd.org wrote: Author: imp Date: Sat May

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

2014-05-17 Thread Andrew Turner
Author: andrew Date: Sat May 17 18:02:46 2014 New Revision: 266333 URL: http://svnweb.freebsd.org/changeset/base/266333 Log: Add FDT_PLATFORM_DEF2 for when there are multiple platforms needing to use the same platform methods. Modified: head/sys/arm/include/platformvar.h Modified:

svn commit: r266334 - in head/sys/arm: conf ti

2014-05-17 Thread Andrew Turner
Author: andrew Date: Sat May 17 18:35:22 2014 New Revision: 266334 URL: http://svnweb.freebsd.org/changeset/base/266334 Log: Move the Ti SoCs to use the ARM platform. This should help allowing a single kernel to work on both PandaBoard and BeagleBone. Modified: head/sys/arm/conf/BEAGLEBONE

svn commit: r266335 - head/sys/conf

2014-05-17 Thread Li-Wen Hsu
Author: lwhsu (ports committer) Date: Sat May 17 18:40:43 2014 New Revision: 266335 URL: http://svnweb.freebsd.org/changeset/base/266335 Log: ADd axge(4) to LINT Approved by: markj Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES

svn commit: r266336 - head/sys/arm/ti

2014-05-17 Thread Andrew Turner
Author: andrew Date: Sat May 17 18:52:20 2014 New Revision: 266336 URL: http://svnweb.freebsd.org/changeset/base/266336 Log: Allow us to compile the Ti iic driver for both OMAP4 and AM335x. MFC after:1 week Modified: head/sys/arm/ti/ti_i2c.c Modified: head/sys/arm/ti/ti_i2c.c

svn commit: r266342 - head/release/doc/en_US.ISO8859-1/relnotes

2014-05-17 Thread Glen Barber
Author: gjb Date: Sat May 17 19:45:23 2014 New Revision: 266342 URL: http://svnweb.freebsd.org/changeset/base/266342 Log: Document r266209, pmcstat(8) '-l' flag. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r266350 - head/share/mk

2014-05-17 Thread Warner Losh
Author: imp Date: Sat May 17 20:31:40 2014 New Revision: 266350 URL: http://svnweb.freebsd.org/changeset/base/266350 Log: Move inclusion of /etc/make.conf and others to old location (this also moves local.sys.mk). The new location broke adding things to CXXFLAGS in /etc/src.conf with +=.

svn commit: r266349 - in head: share/mk sys/conf

2014-05-17 Thread Warner Losh
Author: imp Date: Sat May 17 20:31:34 2014 New Revision: 266349 URL: http://svnweb.freebsd.org/changeset/base/266349 Log: The time is not yet ripe to break the lack of dependencies between src/sys and the rest of the tree for builds. o eliminate including bsd.mkopts.mk for the moment in

svn commit: r266351 - head/lib/libnv

2014-05-17 Thread Ryan Stone
Author: rstone Date: Sat May 17 20:39:39 2014 New Revision: 266351 URL: http://svnweb.freebsd.org/changeset/base/266351 Log: Correct a typo. MFC after:1 week Modified: head/lib/libnv/nv.3 Modified: head/lib/libnv/nv.3

svn commit: r266354 - head/sys/amd64/amd64

2014-05-17 Thread John Baldwin
Author: jhb Date: Sat May 17 21:10:03 2014 New Revision: 266354 URL: http://svnweb.freebsd.org/changeset/base/266354 Log: Add support for decoding rdrand and rdseed. Modified: head/sys/amd64/amd64/db_disasm.c Modified: head/sys/amd64/amd64/db_disasm.c

svn commit: r266390 - head/sys/amd64/vmm/intel

2014-05-17 Thread Peter Grehan
Author: grehan Date: Sun May 18 03:50:17 2014 New Revision: 266390 URL: http://svnweb.freebsd.org/changeset/base/266390 Log: Make the vmx asm code dtrace-fbt-friendly by - inserting frame enter/leave sequences - restructuring the vmx_enter_guest routine so that it subsumes the

svn commit: r266391 - head/contrib/binutils/opcodes

2014-05-17 Thread John Baldwin
Author: jhb Date: Sun May 18 03:57:54 2014 New Revision: 266391 URL: http://svnweb.freebsd.org/changeset/base/266391 Log: Add support for the 'rdseed' instruction. Modified: head/contrib/binutils/opcodes/i386-dis.c head/contrib/binutils/opcodes/i386-opc.tbl

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

2014-05-17 Thread Allan Jude
Author: allanjude (doc committer) Date: Sun May 18 04:21:12 2014 New Revision: 266392 URL: http://svnweb.freebsd.org/changeset/base/266392 Log: Note my mentors in the committers graph. Add my birthday to the calendar. Approved by: bcr (mentor) Modified: