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

2014-02-15 Thread Devin Teske
Author: dteske Date: Sun Feb 16 06:56:44 2014 New Revision: 261960 URL: http://svnweb.freebsd.org/changeset/base/261960 Log: Add zfsboot to the scripted interface of bsdinstall(8); oops! NB: If the zfsboot variables ($ZFSBOOT_*) are set, a script is assumed to want zfsboot module instead of

svn commit: r261959 - head/tests

2014-02-15 Thread Julio Merino
Author: jmmv Date: Sun Feb 16 04:11:40 2014 New Revision: 261959 URL: http://svnweb.freebsd.org/changeset/base/261959 Log: Install a symlink from /usr/tests/local to /usr/local/tests. This is to let Kyua descend into any tests that may have been installed by ports under /usr/local/tests w

Re: svn commit: r261916 - head/sys/dev/xen/console

2014-02-15 Thread Bruce Evans
On Sat, 15 Feb 2014, David Chisnall wrote: On 15 Feb 2014, at 17:02, Bruce Evans wrote: Why? There are hundreds if not thousands of static inline functions in headers, and most of these functions are not always used, so there would be [hundreds if not thousands] * [number of #includes] compi

svn commit: r261958 - head/sys/dev/fdt

2014-02-15 Thread Ian Lepore
Author: ian Date: Sun Feb 16 03:34:07 2014 New Revision: 261958 URL: http://svnweb.freebsd.org/changeset/base/261958 Log: Catch up with last-second name change. Modified: head/sys/dev/fdt/fdt_common.c Modified: head/sys/dev/fdt/fdt_common.c ===

svn commit: r261957 - head/sys/arm/freescale

2014-02-15 Thread Ian Lepore
Author: ian Date: Sun Feb 16 03:30:22 2014 New Revision: 261957 URL: http://svnweb.freebsd.org/changeset/base/261957 Log: Oops, remove some dregs of debugging. Modified: head/sys/arm/freescale/fsl_ocotp.c Modified: head/sys/arm/freescale/fsl_ocotp.c ==

svn commit: r261956 - head/sys/arm/freescale

2014-02-15 Thread Ian Lepore
Author: ian Date: Sun Feb 16 03:09:39 2014 New Revision: 261956 URL: http://svnweb.freebsd.org/changeset/base/261956 Log: Make it possible to access the ocotp registers before the ocotp device is attached, by establishing a temporary mapping of the registers when necessary. This is a tempor

svn commit: r261955 - head/sys/dev/fdt

2014-02-15 Thread Ian Lepore
Author: ian Date: Sun Feb 16 03:00:59 2014 New Revision: 261955 URL: http://svnweb.freebsd.org/changeset/base/261955 Log: Add a helper routine to depth-search the device tree for a node with a matching 'compatible' property. This probably has a short half-life (as do most of the fdt_ functi

svn commit: r261948 - head/games/fortune/datfiles

2014-02-15 Thread Joe Marcus Clarke
Author: marcus (doc,ports committer) Date: Sat Feb 15 22:15:24 2014 New Revision: 261948 URL: http://svnweb.freebsd.org/changeset/base/261948 Log: Correct a typo in Malcolm MacDougall's name. Approved by: gabor Modified: head/games/fortune/datfiles/fortunes Modified: head/games/fortune

svn commit: r261947 - head/sys/arm/freescale

2014-02-15 Thread Ian Lepore
Author: ian Date: Sat Feb 15 21:59:00 2014 New Revision: 261947 URL: http://svnweb.freebsd.org/changeset/base/261947 Log: Sweep up a couple crumbs left over from the imx6->fsl renaming. Modified: head/sys/arm/freescale/fsl_ocotp.c Modified: head/sys/arm/freescale/fsl_ocotp.c

svn commit: r261946 - in head/sys/arm/freescale: . imx

2014-02-15 Thread Ian Lepore
Author: ian Date: Sat Feb 15 21:21:57 2014 New Revision: 261946 URL: http://svnweb.freebsd.org/changeset/base/261946 Log: It turns out Freescale cleverly made the ocotp device compatible across several different families of SoCs, so move it to the freescale directory and prefix everything wi

svn commit: r261945 - head/sys/dev/sdhci

2014-02-15 Thread Ian Lepore
Author: ian Date: Sat Feb 15 20:45:53 2014 New Revision: 261945 URL: http://svnweb.freebsd.org/changeset/base/261945 Log: Add timeout logic to sdhci, separate from the timeouts done by the hardware. If the hardware is not in a good state (like maybe clocks aren't running because of a conf

svn commit: r261944 - head/sys/dev/mmc

2014-02-15 Thread Ian Lepore
Author: ian Date: Sat Feb 15 20:36:54 2014 New Revision: 261944 URL: http://svnweb.freebsd.org/changeset/base/261944 Log: If no compatible cards were found after probing the bus, say so. Modified: head/sys/dev/mmc/mmc.c Modified: head/sys/dev/mmc/mmc.c ===

Re: svn commit: r261916 - head/sys/dev/xen/console

2014-02-15 Thread David Chisnall
On 15 Feb 2014, at 17:02, Bruce Evans wrote: > Why? There are hundreds if not thousands of static inline functions in > headers, and most of these functions are not always used, so there would > be [hundreds if not thousands] * [number of #includes] compiler warnings > if compilers warned about

svn commit: r261943 - head/sys/netpfil/ipfw

2014-02-15 Thread George V. Neville-Neil
Author: gnn Date: Sat Feb 15 18:36:31 2014 New Revision: 261943 URL: http://svnweb.freebsd.org/changeset/base/261943 Log: Summary: Two quick edits to the implementation notes as they're no longer stored in netinet but in netpfil. Modified: head/sys/netpfil/ipfw/dummynet.txt Modified: head/

Re: svn commit: r261916 - head/sys/dev/xen/console

2014-02-15 Thread Dimitry Andric
On 15 Feb 2014, at 18:02, Bruce Evans wrote: > On Sat, 15 Feb 2014, Dimitry Andric wrote: ... > Why? There are hundreds if not thousands of static inline functions in > headers, and most of these functions are not always used, so there would > be [hundreds if not thousands] * [number of #includes

svn commit: r261940 - head/sys/dev/sdhci

2014-02-15 Thread Ian Lepore
Author: ian Date: Sat Feb 15 17:59:32 2014 New Revision: 261940 URL: http://svnweb.freebsd.org/changeset/base/261940 Log: Increase the wait time for acquiring the bus from 10 to 250ms. Normally it never needs to wait here at all; waiting is done at the end of the prior command. When doin

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

2014-02-15 Thread Ian Lepore
Author: ian Date: Sat Feb 15 17:55:35 2014 New Revision: 261939 URL: http://svnweb.freebsd.org/changeset/base/261939 Log: Convert the "R1B fix" from a busy-loop in the interrupt handler to a callout. Modified: head/sys/arm/freescale/imx/imx_sdhci.c Modified: head/sys/arm/freescale/imx/imx_sd

Re: svn commit: r261916 - head/sys/dev/xen/console

2014-02-15 Thread Bruce Evans
On Sat, 15 Feb 2014, Dimitry Andric wrote: Log: In sys/dev/xen/console/console.c, #if 0 an unused static function. MFC after: 3 days Modified: head/sys/dev/xen/console/console.c Modified: head/sys/dev/xen/console/console.c ===

svn commit: r261938 - in head/sys: arm/freescale/imx boot/fdt/dts

2014-02-15 Thread Ian Lepore
Author: ian Date: Sat Feb 15 17:19:55 2014 New Revision: 261938 URL: http://svnweb.freebsd.org/changeset/base/261938 Log: Add a driver to provide access to imx6 on-chip one-time-programmble data. Submitted by: Steven Lawrance Added: head/sys/arm/freescale/imx/imx6_ocotp.c (contents, p

svn commit: r261937 - head/sbin/pfctl

2014-02-15 Thread Gleb Smirnoff
Author: glebius Date: Sat Feb 15 16:22:51 2014 New Revision: 261937 URL: http://svnweb.freebsd.org/changeset/base/261937 Log: Better build fix. Modified: head/sbin/pfctl/pfctl.c Modified: head/sbin/pfctl/pfctl.c == -

svn commit: r261934 - head/usr.bin/rctl

2014-02-15 Thread Bryan Drewery
Author: bdrewery Date: Sat Feb 15 14:56:50 2014 New Revision: 261934 URL: http://svnweb.freebsd.org/changeset/base/261934 Log: Rework rctl(8) manpage - Note that kernel options are required - Shift parameters around in SYNOPSIS to make it more clear that there are different modes -

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

2014-02-15 Thread Bryan Drewery
Author: bdrewery Date: Sat Feb 15 14:52:12 2014 New Revision: 261932 URL: http://svnweb.freebsd.org/changeset/base/261932 Log: Add forgotten rc.conf(5) update with r261931 Reviewed by: trasz Approved by: bapt (mentor) MFC after:1 week Modified: head/share/man/man5/rc.conf.5 Mo

svn commit: r261931 - in head/etc: defaults rc.d

2014-02-15 Thread Bryan Drewery
Author: bdrewery Date: Sat Feb 15 14:50:47 2014 New Revision: 261931 URL: http://svnweb.freebsd.org/changeset/base/261931 Log: Allow overriding rctl.conf(5) file location for /etc/rc.d/rctl Reviewed by: trasz Approved by: bapt (mentor) MFC after: 1 week Modified: head/etc/defa

svn commit: r261922 - head/sys/arm/arm

2014-02-15 Thread Zbigniew Bodek
Author: zbb Date: Sat Feb 15 13:27:45 2014 New Revision: 261922 URL: http://svnweb.freebsd.org/changeset/base/261922 Log: Handle pmap_enter() on already promoted mappings for ARMv6/v7 Attempt to demote the superpage if trying to pmap_enter() on one. Panic only when the particular superpag

svn commit: r261921 - head/sys/arm/arm

2014-02-15 Thread Zbigniew Bodek
Author: zbb Date: Sat Feb 15 13:24:58 2014 New Revision: 261921 URL: http://svnweb.freebsd.org/changeset/base/261921 Log: Remove spurious assertion from pmap_extract_locked() on ARM The condition under assertion is no longer valid since superpages support is operating on section mappings.

svn commit: r261920 - head/sys/arm/arm

2014-02-15 Thread Zbigniew Bodek
Author: zbb Date: Sat Feb 15 13:22:37 2014 New Revision: 261920 URL: http://svnweb.freebsd.org/changeset/base/261920 Log: Avoid redundant superpage promotion attempts on ARM Because pmap_enter_locked() is called from few different functions some redundancy in superpage promotion attempts

svn commit: r261919 - head/sys/arm/arm

2014-02-15 Thread Zbigniew Bodek
Author: zbb Date: Sat Feb 15 13:20:17 2014 New Revision: 261919 URL: http://svnweb.freebsd.org/changeset/base/261919 Log: Fix superpage promotion on ARM with respect to RO/RW and wired attributes It was possible to create RW superpage mapping even if the base pages were RO due to wrong se

svn commit: r261918 - head/sys/arm/arm

2014-02-15 Thread Zbigniew Bodek
Author: zbb Date: Sat Feb 15 13:17:51 2014 New Revision: 261918 URL: http://svnweb.freebsd.org/changeset/base/261918 Log: Ensure proper TLB invalidation on superpage promotion and demotion on ARM Base pages within newly created superpage need to be invalidated so that new mapping is "visi

svn commit: r261917 - in head/sys/arm: arm include

2014-02-15 Thread Zbigniew Bodek
Author: zbb Date: Sat Feb 15 13:13:00 2014 New Revision: 261917 URL: http://svnweb.freebsd.org/changeset/base/261917 Log: Always clear L1 PTE descriptor when removing superpage on ARM Invalidate L1 PTE regardles of existance of the corresponding l2_bucket. This is relevant when superpage

svn commit: r261916 - head/sys/dev/xen/console

2014-02-15 Thread Dimitry Andric
Author: dim Date: Sat Feb 15 12:37:26 2014 New Revision: 261916 URL: http://svnweb.freebsd.org/changeset/base/261916 Log: In sys/dev/xen/console/console.c, #if 0 an unused static function. MFC after:3 days Modified: head/sys/dev/xen/console/console.c Modified: head/sys/dev/xen/conso

svn commit: r261915 - head/sys/netpfil/ipfw

2014-02-15 Thread Dimitry Andric
Author: dim Date: Sat Feb 15 12:25:01 2014 New Revision: 261915 URL: http://svnweb.freebsd.org/changeset/base/261915 Log: Under sys/netpfil/ipfw, surround two IPv6-specific static functions with #ifdef INET6, since they are unused when INET6 is disabled. MFC after:3 days Modified:

svn commit: r261914 - head/sys/fs/nandfs

2014-02-15 Thread Dimitry Andric
Author: dim Date: Sat Feb 15 11:42:56 2014 New Revision: 261914 URL: http://svnweb.freebsd.org/changeset/base/261914 Log: In sys/fs/nandfs/nandfs_vfsops.c, #if 0 an unused static function. MFC after:3 days Modified: head/sys/fs/nandfs/nandfs_vfsops.c Modified: head/sys/fs/nandfs/nan

svn commit: r261913 - head/lib/libcrypt

2014-02-15 Thread Dag-Erling Smørgrav
Author: des Date: Sat Feb 15 10:53:44 2014 New Revision: 261913 URL: http://svnweb.freebsd.org/changeset/base/261913 Log: Switch the hardcoded default hash function from MD5 / DES to SHA512. Modified: head/lib/libcrypt/crypt.c Modified: head/lib/libcrypt/crypt.c =

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

2014-02-15 Thread Luigi Rizzo
Author: luigi Date: Sat Feb 15 08:23:31 2014 New Revision: 261912 URL: http://svnweb.freebsd.org/changeset/base/261912 Log: complete svn 261909 - new netmap version. since i updated the manpage i might as well commit it. MFC after:3 days Modified: head/share/man/man4/netmap.4 Modi