svn commit: r279594 - in head/sys/powerpc: aim booke powerpc

2015-03-04 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Mar 4 16:45:31 2015 New Revision: 279594 URL: https://svnweb.freebsd.org/changeset/base/279594 Log: Move Book-E/AIM dependent bits for setting user PMAP during thread switch out of cpu_switch() and into pmap_activate() where they belong. This also removes all

svn commit: r279593 - head/sys/modules/dtb/imx6

2015-03-04 Thread Ian Lepore
Author: ian Date: Wed Mar 4 16:19:34 2015 New Revision: 279593 URL: https://svnweb.freebsd.org/changeset/base/279593 Log: Remove imx6s-wandboard.dts, there is no such file. Also imx6q-wandboard to follow imx6dl-wandboard (so that the entries are sorted by board name first, then by soc

Re: svn commit: r279571 - head/usr.sbin/freebsd-update

2015-03-04 Thread Craig Rodrigues
On Mar 4, 2015 6:59 AM, Justin T. Gibbs gi...@scsiguy.com wrote: Would --non-interactive be a better name for this option? Or maybe there is a standard option name used by other utilities to disable the TTY check? cperciva@ had a few reasons for recommending the flag name:

Re: svn commit: r279551 - in head/sys: arm/conf modules/dtb/imx6

2015-03-04 Thread Bjoern A. Zeeb
On 02 Mar 2015, at 22:12 , Ian Lepore i...@freebsd.org wrote: Author: ian Date: Mon Mar 2 22:12:56 2015 New Revision: 279551 URL: https://svnweb.freebsd.org/changeset/base/279551 Log: Add a module to build the dtb files for all supported imx6 systems. Added:

Re: svn commit: r279551 - in head/sys: arm/conf modules/dtb/imx6

2015-03-04 Thread Ian Lepore
On Wed, 2015-03-04 at 16:01 +, Bjoern A. Zeeb wrote: On 02 Mar 2015, at 22:12 , Ian Lepore i...@freebsd.org wrote: Author: ian Date: Mon Mar 2 22:12:56 2015 New Revision: 279551 URL: https://svnweb.freebsd.org/changeset/base/279551 Log: Add a module to build the dtb files

svn commit: r279595 - head/sys/powerpc/include

2015-03-04 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Mar 4 17:04:22 2015 New Revision: 279595 URL: https://svnweb.freebsd.org/changeset/base/279595 Log: Garbage collect old function prototypes. Modified: head/sys/powerpc/include/pte.h Modified: head/sys/powerpc/include/pte.h

Re: svn commit: r278183 - in head/sys: amd64/include conf dev/xen/timer i386/include i386/xen x86/include x86/x86

2015-03-04 Thread Ryan Stone
On Wed, Feb 4, 2015 at 3:26 AM, Bryan Venteicher bry...@freebsd.org wrote: +static void +pvclock_read_time_info(struct pvclock_vcpu_time_info *ti, +uint64_t *cycles, uint8_t *flags) +{ + uint32_t version; + + do { + version = ti-version; +

Re: svn commit: r278183 - in head/sys: amd64/include conf dev/xen/timer i386/include i386/xen x86/include x86/x86

2015-03-04 Thread Konstantin Belousov
On Wed, Mar 04, 2015 at 01:24:52PM -0500, Ryan Stone wrote: On Wed, Feb 4, 2015 at 3:26 AM, Bryan Venteicher bry...@freebsd.org wrote: +static void +pvclock_read_time_info(struct pvclock_vcpu_time_info *ti, +uint64_t *cycles, uint8_t *flags) +{ + uint32_t version; + +

svn commit: r279598 - in head/sys/boot: i386/boot2 pc98/boot2

2015-03-04 Thread Dimitry Andric
Author: dim Date: Wed Mar 4 20:33:15 2015 New Revision: 279598 URL: https://svnweb.freebsd.org/changeset/base/279598 Log: When compiling boot2 with gcc on i386 and pc98, only use the custom flag -mno-align-long-strings when compiling with base gcc. This is checked by comparing the version

svn commit: r279597 - head/usr.bin/calendar

2015-03-04 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 4 20:04:23 2015 New Revision: 279597 URL: https://svnweb.freebsd.org/changeset/base/279597 Log: Rework calendar(1) parser Support includes surrounded by '' or '' '' Print warnings about bad syntax Correctly navigate through include directories to find

svn commit: r279599 - head/sys/dev/drm2

2015-03-04 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Wed Mar 4 20:43:46 2015 New Revision: 279599 URL: https://svnweb.freebsd.org/changeset/base/279599 Log: drm: Import Linux commit b7ea85a4fed37835eec78a7be3039c8dc22b8178 Author: Huacai Chen che...@lemote.com Date: Tue May 21 06:23:43 2013 + drm: fix

svn commit: r279600 - in head/sys/modules/drm2: . radeonkmsfw

2015-03-04 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Wed Mar 4 20:47:43 2015 New Revision: 279600 URL: https://svnweb.freebsd.org/changeset/base/279600 Log: drm: Allow parallel builds of drivers and firmwares Submitted by: hps@ MFC after:2 weeks Modified: head/sys/modules/drm2/Makefile

svn commit: r279601 - in head/sys/powerpc: aim booke include powerpc

2015-03-04 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Mar 4 21:06:57 2015 New Revision: 279601 URL: https://svnweb.freebsd.org/changeset/base/279601 Log: The AIM DAR (data access fault address register) and Book-E DEAR registers have the same meaning and occupy the same memory address in the trapframe courtesy of

svn commit: r279603 - in head: bin/rcp usr.bin/rlogin usr.bin/rsh

2015-03-04 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 4 22:01:44 2015 New Revision: 279603 URL: https://svnweb.freebsd.org/changeset/base/279603 Log: r* commands are not precious anymore Modified: head/bin/rcp/Makefile head/usr.bin/rlogin/Makefile head/usr.bin/rsh/Makefile Modified: head/bin/rcp/Makefile

svn commit: r279621 - head/sys/dev/gpio

2015-03-04 Thread Luiz Otavio O Souza
Author: loos Date: Thu Mar 5 02:54:30 2015 New Revision: 279621 URL: https://svnweb.freebsd.org/changeset/base/279621 Log: Change ofw_gpiobus_destroy_devinfo() to unmap the GPIO pins and then rework the code a little bit to use this function consistently to cleanup all the changes made as

svn commit: r279622 - head/sys/dev/gpio

2015-03-04 Thread Luiz Otavio O Souza
Author: loos Date: Thu Mar 5 03:11:47 2015 New Revision: 279622 URL: https://svnweb.freebsd.org/changeset/base/279622 Log: Use the child device name here is lame because at the point that this happens, the child device is not yet specified. Modified: head/sys/dev/gpio/gpiobus.c

svn commit: r279620 - head/sys/dev/gpio

2015-03-04 Thread Luiz Otavio O Souza
Author: loos Date: Thu Mar 5 01:49:58 2015 New Revision: 279620 URL: https://svnweb.freebsd.org/changeset/base/279620 Log: Add a bus_probe_nomatch() method for gpiobus/ofw_gpiobus. This prints a warning when your system have a hinted child or a FDT child node for which you don't have a

svn commit: r279624 - head/usr.sbin/sysrc

2015-03-04 Thread Devin Teske
Author: dteske Date: Thu Mar 5 05:54:34 2015 New Revision: 279624 URL: https://svnweb.freebsd.org/changeset/base/279624 Log: sysrc(8): Add `key-=remove' and improve `key+=append' syntax MFC after:3 days X-MFC-to: stable/10 stable/9 Modified: head/usr.sbin/sysrc/sysrc

svn commit: r279623 - head/sys/powerpc/booke

2015-03-04 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Mar 5 05:53:08 2015 New Revision: 279623 URL: https://svnweb.freebsd.org/changeset/base/279623 Log: Move IVOR setup from assembler to C, decreasing required assumptions about address formats for trap handlers. Modified: head/sys/powerpc/booke/locore.S

svn commit: r279626 - head/sys/cddl/dev/fbt/arm

2015-03-04 Thread Robert Watson
Author: rwatson Date: Thu Mar 5 07:40:41 2015 New Revision: 279626 URL: https://svnweb.freebsd.org/changeset/base/279626 Log: Don't all DTrace's FBT on ARM to instrument undefinedinstruction(), as this would lead to DTrace reentrance. Sponsored by: DARPA, AFRL Modified:

svn commit: r279582 - head/sys/modules/usb

2015-03-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 4 09:17:03 2015 New Revision: 279582 URL: https://svnweb.freebsd.org/changeset/base/279582 Log: Allow USB modules to be built in parallel. Modified: head/sys/modules/usb/Makefile Modified: head/sys/modules/usb/Makefile

svn commit: r279587 - head/sys/ofed/include/linux

2015-03-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 4 09:58:39 2015 New Revision: 279587 URL: https://svnweb.freebsd.org/changeset/base/279587 Log: Define PTR_ALIGN() macro which will be needed coming Mellanox driver releases. Sponsored by: Mellanox Technologies MFC after:3 days Modified:

svn commit: r279584 - in head/sys/ofed: drivers/net/mlx4 include/linux/mlx4

2015-03-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 4 09:30:03 2015 New Revision: 279584 URL: https://svnweb.freebsd.org/changeset/base/279584 Log: Updates for the Mellanox ethernet driver List of fixes: * use correct format for GID printouts * double array indexing * spelling in printouts *

svn commit: r279581 - head/share/misc

2015-03-04 Thread Wei Hu
Author: whu Date: Wed Mar 4 09:05:20 2015 New Revision: 279581 URL: https://svnweb.freebsd.org/changeset/base/279581 Log: Add myself (whu) to committers-src.dot. Approved by: royger (mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot

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

2015-03-04 Thread Alexander Motin
Author: mav Date: Wed Mar 4 12:12:46 2015 New Revision: 279589 URL: https://svnweb.freebsd.org/changeset/base/279589 Log: Fix handling of queued text and logout requests. While it may have little sense, text and logout requests can be queued. If they are, they consume cmdsn, so we

svn commit: r279588 - head/sys/netinet6

2015-03-04 Thread Andrey V. Elsukov
Author: ae Date: Wed Mar 4 11:20:01 2015 New Revision: 279588 URL: https://svnweb.freebsd.org/changeset/base/279588 Log: Fix deadlock in IPv6 PCB code. When several threads are trying to send datagram to the same destination, but fragmentation is disabled and datagram size exceeds link

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

2015-03-04 Thread Alexander Motin
Author: mav Date: Wed Mar 4 14:12:38 2015 New Revision: 279590 URL: https://svnweb.freebsd.org/changeset/base/279590 Log: If target name starts with naa., set it as WWNN for CTL port. MFC after:1 week Sponsored by: iXsystems, Inc. Modified: head/usr.sbin/ctld/kernel.c Modified:

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

2015-03-04 Thread Alexander Motin
Author: mav Date: Wed Mar 4 14:30:09 2015 New Revision: 279591 URL: https://svnweb.freebsd.org/changeset/base/279591 Log: Add example configuration for FibreChannel ports. MFC after:1 week Modified: head/usr.sbin/ctld/ctl.conf.5 Modified: head/usr.sbin/ctld/ctl.conf.5

Re: svn commit: r279571 - head/usr.sbin/freebsd-update

2015-03-04 Thread Justin T. Gibbs
On Mar 3, 2015, at 4:20 PM, Allan Jude allanj...@freebsd.org wrote: Author: allanjude (doc committer) Date: Tue Mar 3 23:20:18 2015 New Revision: 279571 URL: https://svnweb.freebsd.org/changeset/base/279571 Log: Add a new safetly belt to freebsd-update to prevent a user doing a minor

svn commit: r279592 - head/sys/net

2015-03-04 Thread Gleb Smirnoff
Author: glebius Date: Wed Mar 4 15:00:20 2015 New Revision: 279592 URL: https://svnweb.freebsd.org/changeset/base/279592 Log: Optimize SIOCGIFMEDIA handling removing malloc(9) and double traversal of the list. Sponsored by: Nginx, Inc. Sponsored by: Netflix Modified: