Re: svn commit: r289759 - in head/sys/arm: arm include

2015-11-02 Thread Jason Harmening
On Sun, Nov 1, 2015 at 8:11 AM, Ian Lepore wrote: > > It's almost certainly not related to sysinit ordering. This exception > is happening during mmc probing after interrupts are enabled. > > It appears that the problem is the faulting code is running on one of > the very early pre-allocated ker

svn commit: r290322 - head/sys/contrib/vchiq/interface/vchiq_arm

2015-11-02 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Nov 3 05:25:06 2015 New Revision: 290322 URL: https://svnweb.freebsd.org/changeset/base/290322 Log: Fix cache issues with bulk transfers - Use pmap_quick_enter_page/pmap_quick_remove_page to bounce non-cacheline aligned head and tail fragments - Switch from

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

2015-11-02 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Nov 3 04:50:58 2015 New Revision: 290321 URL: https://svnweb.freebsd.org/changeset/base/290321 Log: Raspberry Pi firmware passes cache line size as a DTB parameter - Add cache-line-size paramter to vchiq node - Add cache_line_size DTB parameter referencing to

svn commit: r290320 - head/sys/kern

2015-11-02 Thread Mark Johnston
Author: markj Date: Tue Nov 3 03:29:35 2015 New Revision: 290320 URL: https://svnweb.freebsd.org/changeset/base/290320 Log: Have elf_lookup() return an error if the specified non-weak symbol could not be found. Otherwise, relocations against such symbols will be silently ignored instead of

svn commit: r290319 - head/sys/powerpc/mpc85xx

2015-11-02 Thread Justin Hibbits
Author: jhibbits Date: Tue Nov 3 00:54:14 2015 New Revision: 290319 URL: https://svnweb.freebsd.org/changeset/base/290319 Log: Use 64-bit addresses for configuring inbound and outbound address windows. This allows using the full host and PCI ranges in the controller configuration. Modifi

svn commit: r290318 - head/lib/libc/net

2015-11-02 Thread Hiroki Sato
Author: hrs Date: Tue Nov 3 00:46:06 2015 New Revision: 290318 URL: https://svnweb.freebsd.org/changeset/base/290318 Log: sdl->sdl_len in sockaddr_dl can be longer than sizeof(struct sockaddr_dl). Modified: head/lib/libc/net/getnameinfo.c Modified: head/lib/libc/net/getnameinfo.c

svn commit: r290317 - head/sys/powerpc/mpc85xx

2015-11-02 Thread Justin Hibbits
Author: jhibbits Date: Tue Nov 3 00:21:23 2015 New Revision: 290317 URL: https://svnweb.freebsd.org/changeset/base/290317 Log: Use the correct space (PCI addresses) for the I/O and memory ranges. PCIR_IOBASE/IOLIMIT/... all use PCI-space addresses, not host addresses. Modified: head/sys

svn commit: r290316 - in head/sys: arm64/arm64 powerpc/powerpc sparc64/sparc64 x86/x86

2015-11-02 Thread Ian Lepore
Author: ian Date: Mon Nov 2 23:37:19 2015 New Revision: 290316 URL: https://svnweb.freebsd.org/changeset/base/290316 Log: Fix an alignment check that is wrong in half the busdma implementations. This will enable the elimination of a workaround in the USB driver that artifically allocates bu

svn commit: r290312 - stable/10/usr.sbin/sysrc

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:56:10 2015 New Revision: 290312 URL: https://svnweb.freebsd.org/changeset/base/290312 Log: MFC r287413: Minor code cleanups (no functional changes). Modified: stable/10/usr.sbin/sysrc/sysrc Directory Properties: stable/10/ (props changed) Modified: stab

svn commit: r290311 - stable/10/usr.sbin/sysrc

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:55:25 2015 New Revision: 290311 URL: https://svnweb.freebsd.org/changeset/base/290311 Log: MFC r287390: Bump version for altered long-opts processing Modified: stable/10/usr.sbin/sysrc/sysrc Directory Properties: stable/10/ (props changed) Modified: sta

svn commit: r290310 - stable/10/usr.sbin/sysrc

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:54:45 2015 New Revision: 290310 URL: https://svnweb.freebsd.org/changeset/base/290310 Log: MFC r287389: Simplify long-option processing Modified: stable/10/usr.sbin/sysrc/sysrc Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.sbi

svn commit: r290309 - in head/sys/arm: arm include xscale/ixp425

2015-11-02 Thread Ian Lepore
Author: ian Date: Mon Nov 2 22:49:39 2015 New Revision: 290309 URL: https://svnweb.freebsd.org/changeset/base/290309 Log: Eliminate the last dregs of the old global arm_root_dma_tag. In the old days, device drivers passed NULL for the parent tag when creating a new tag, and on arm platfo

svn commit: r290308 - stable/10/usr.sbin/sysrc

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:42:07 2015 New Revision: 290308 URL: https://svnweb.freebsd.org/changeset/base/290308 Log: MFC r287385: Bump version for prior fix (SVN r287381) Modified: stable/10/usr.sbin/sysrc/sysrc Directory Properties: stable/10/ (props changed) Modified: stable/1

svn commit: r290307 - stable/10/usr.sbin/sysrc

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:37:56 2015 New Revision: 290307 URL: https://svnweb.freebsd.org/changeset/base/290307 Log: MFC r287384: Style: Remove whitespace around brackets from function syntax options Modified: stable/10/usr.sbin/sysrc/sysrc Directory Properties: stable/10/ (pr

svn commit: r290306 - stable/10/usr.sbin/sysrc

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:35:48 2015 New Revision: 290306 URL: https://svnweb.freebsd.org/changeset/base/290306 Log: MFC r287383: Comment for escape() function. Modified: stable/10/usr.sbin/sysrc/sysrc Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.sbin

svn commit: r290305 - stable/10/usr.sbin/sysrc

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:33:34 2015 New Revision: 290305 URL: https://svnweb.freebsd.org/changeset/base/290305 Log: MFC r287382: Comment Modified: stable/10/usr.sbin/sysrc/sysrc Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.sbin/sysrc/sysrc ==

svn commit: r290304 - stable/10/usr.sbin/sysrc

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:32:59 2015 New Revision: 290304 URL: https://svnweb.freebsd.org/changeset/base/290304 Log: MFC r287381: Properly escape arguments when moving into jail or chroot Modified: stable/10/usr.sbin/sysrc/sysrc Directory Properties: stable/10/ (props changed) M

svn commit: r290303 - stable/10/usr.sbin/sysrc

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:32:13 2015 New Revision: 290303 URL: https://svnweb.freebsd.org/changeset/base/290303 Log: MFC r287380: Style: comments Modified: stable/10/usr.sbin/sysrc/sysrc Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.sbin/sysrc/sysrc ==

svn commit: r290302 - stable/10/usr.sbin/sysrc

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:31:32 2015 New Revision: 290302 URL: https://svnweb.freebsd.org/changeset/base/290302 Log: MFC r287379: Style consistency: add single space before each `;;' case entry Modified: stable/10/usr.sbin/sysrc/sysrc Directory Properties: stable/10/ (props chang

svn commit: r290301 - stable/10/usr.sbin/sysrc

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:30:55 2015 New Revision: 290301 URL: https://svnweb.freebsd.org/changeset/base/290301 Log: MFC r287378: Remove `SYSRC_' prefix from $SYSRC_VERBOSE (prefix unnecessary since this is a non-inheritable attribute; was previously). Modified: stable/10/usr.s

svn commit: r290300 - stable/10/usr.sbin/sysrc

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:24:57 2015 New Revision: 290300 URL: https://svnweb.freebsd.org/changeset/base/290300 Log: MFC r287421: Fix mandoc(1) "WARNING: end of line whitespace" Modified: stable/10/usr.sbin/sysrc/sysrc.8 Directory Properties: stable/10/ (props changed) Modified:

Re: svn commit: r290276 - head/sys/net

2015-11-02 Thread Juli Mallett
On Mon, Nov 2, 2015 at 1:21 PM, Randall Stewart wrote: > Author: rrs > Date: Mon Nov 2 21:21:00 2015 > New Revision: 290276 > URL: https://svnweb.freebsd.org/changeset/base/290276 > > Log: > Fix three flowtable bugs, a) one lookup issue, b) a two cleaner issue. > This commit message is not he

svn commit: r290299 - stable/10/usr.sbin/sysrc

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:22:48 2015 New Revision: 290299 URL: https://svnweb.freebsd.org/changeset/base/290299 Log: Snap to breuffer's r286660 (incorrectly merged) Modified: stable/10/usr.sbin/sysrc/sysrc.8 Modified: stable/10/usr.sbin/sysrc/sysrc.8

svn commit: r290298 - head/lib/libedit

2015-11-02 Thread Brooks Davis
Author: brooks Date: Mon Nov 2 22:21:02 2015 New Revision: 290298 URL: https://svnweb.freebsd.org/changeset/base/290298 Log: The ops EL_SIGNAL, EL_EDITMODE, EL_UNBUFFERED, and EL_PREP_TERM all take an int, not an int*. Sponsored by: DARPA, AFRL Discovered with: CHERI Differentia

svn commit: r290297 - stable/10/usr.sbin/sysrc

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:12:51 2015 New Revision: 290297 URL: https://svnweb.freebsd.org/changeset/base/290297 Log: MFC r287420: Remove non-functional examples. Modified: stable/10/usr.sbin/sysrc/sysrc.8 Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.s

Re: svn commit: r289279 - in head/sys: kern vm

2015-11-02 Thread Adrian Chadd
Hi Tijl, and others; Here's something that Jeff came up with that fixes my problem: adrian@victoria:~/work/freebsd/head-embedded/src % svn diff sys/kern/ Index: sys/kern/vfs_bio.c === --- sys/kern/vfs_bio.c (revision 290048) +++ sys

svn commit: r290296 - stable/10/usr.sbin/bsdinstall/scripts

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:11:19 2015 New Revision: 290296 URL: https://svnweb.freebsd.org/changeset/base/290296 Log: MFC r287683: Ignore error results from newaliases(1) Modified: stable/10/usr.sbin/bsdinstall/scripts/config Directory Properties: stable/10/ (props changed) Modif

svn commit: r290294 - stable/10/usr.sbin/bsdinstall/scripts

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:09:43 2015 New Revision: 290294 URL: https://svnweb.freebsd.org/changeset/base/290294 Log: MFC r287686: Produce meaningful exit code Modified: stable/10/usr.sbin/bsdinstall/scripts/hostname Directory Properties: stable/10/ (props changed) Modified: stab

svn commit: r290295 - stable/10/usr.sbin/bsdinstall/scripts

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:10:39 2015 New Revision: 290295 URL: https://svnweb.freebsd.org/changeset/base/290295 Log: MFC r287685: Remove use of return outside of function Modified: stable/10/usr.sbin/bsdinstall/scripts/docsinstall Directory Properties: stable/10/ (props changed)

svn commit: r290289 - stable/10/usr.sbin/bsdinstall/scripts

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:05:41 2015 New Revision: 290289 URL: https://svnweb.freebsd.org/changeset/base/290289 Log: MFC r287691: Remove trailing newline at EOF Modified: stable/10/usr.sbin/bsdinstall/scripts/rootpass Directory Properties: stable/10/ (props changed) Modified: st

svn commit: r290293 - stable/10/usr.sbin/bsdinstall/scripts

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:08:59 2015 New Revision: 290293 URL: https://svnweb.freebsd.org/changeset/base/290293 Log: MFC r287687: Update copyrights Modified: stable/10/usr.sbin/bsdinstall/scripts/config stable/10/usr.sbin/bsdinstall/scripts/docsinstall stable/10/usr.sbin/bsdinsta

svn commit: r290288 - stable/10/usr.sbin/bsdinstall/scripts

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:05:04 2015 New Revision: 290288 URL: https://svnweb.freebsd.org/changeset/base/290288 Log: MFC r287694: Use a variable for readability Modified: stable/10/usr.sbin/bsdinstall/scripts/wlanconfig Directory Properties: stable/10/ (props changed) Modified:

svn commit: r290284 - stable/10/usr.sbin/bsdconfig/share

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:01:19 2015 New Revision: 290284 URL: https://svnweb.freebsd.org/changeset/base/290284 Log: MFC r287803: Fix code typo (no functional change) Modified: stable/10/usr.sbin/bsdconfig/share/common.subr Directory Properties: stable/10/ (props changed) Modifi

svn commit: r290290 - stable/10/usr.sbin/bsdinstall/scripts

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:06:44 2015 New Revision: 290290 URL: https://svnweb.freebsd.org/changeset/base/290290 Log: MFC r287690: Produce meaningful exit code Modified: stable/10/usr.sbin/bsdinstall/scripts/netconfig_ipv4 stable/10/usr.sbin/bsdinstall/scripts/netconfig_ipv6 Directo

svn commit: r290287 - stable/10/usr.sbin/bsdinstall/scripts

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:04:22 2015 New Revision: 290287 URL: https://svnweb.freebsd.org/changeset/base/290287 Log: MFC r287695: Replace `return' outside of function with exit Pointy hat to:me Modified: stable/10/usr.sbin/bsdinstall/scripts/zfsboot Directory Properties:

svn commit: r290292 - stable/10/usr.sbin/bsdinstall/scripts

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:08:11 2015 New Revision: 290292 URL: https://svnweb.freebsd.org/changeset/base/290292 Log: MFC r287688: Explicitly exit with success Modified: stable/10/usr.sbin/bsdinstall/scripts/jail Directory Properties: stable/10/ (props changed) Modified: stable/1

svn commit: r290291 - stable/10/usr.sbin/bsdinstall/scripts

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:07:25 2015 New Revision: 290291 URL: https://svnweb.freebsd.org/changeset/base/290291 Log: MFC r287689: Explicitly exit with success Modified: stable/10/usr.sbin/bsdinstall/scripts/keymap Directory Properties: stable/10/ (props changed) Modified: stable

svn commit: r290286 - stable/10/usr.sbin/bsdinstall/scripts

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:03:24 2015 New Revision: 290286 URL: https://svnweb.freebsd.org/changeset/base/290286 Log: MFC r287692: Better to reset trap and explicitly exit success Modified: stable/10/usr.sbin/bsdinstall/scripts/script Directory Properties: stable/10/ (props change

svn commit: r290285 - stable/10/usr.sbin/bsdinstall/scripts

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 22:02:35 2015 New Revision: 290285 URL: https://svnweb.freebsd.org/changeset/base/290285 Log: MFC r287693: Update copyright Modified: stable/10/usr.sbin/bsdinstall/scripts/script Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.sbin

svn commit: r290283 - in stable/10/release: amd64 i386 pc98 powerpc sparc64

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 21:58:19 2015 New Revision: 290283 URL: https://svnweb.freebsd.org/changeset/base/290283 Log: MFC r287635: Fix argument quoting and remove unnecessary braces Modified: stable/10/release/amd64/mkisoimages.sh stable/10/release/i386/mkisoimages.sh stable/10/re

svn commit: r290282 - stable/10/release

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 21:46:58 2015 New Revision: 290282 URL: https://svnweb.freebsd.org/changeset/base/290282 Log: MFC r287696: The /mkisoimages.sh script in release knows how to add extra bits from an "xtra-bits-dir". This feature is unusable from release/Makefile. Add an XT

Re: svn commit: r289279 - in head/sys: kern vm

2015-11-02 Thread Adrian Chadd
Hi, try this? adrian@victoria:~/work/freebsd/head-embedded/src/sys/kern % svn diff vfs_bio.c Index: vfs_bio.c === --- vfs_bio.c (revision 290048) +++ vfs_bio.c (working copy) @@ -3623,6 +3623,13 @@ if (bp == NULL)

svn commit: r290281 - stable/10/lib/libdpv

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 21:39:46 2015 New Revision: 290281 URL: https://svnweb.freebsd.org/changeset/base/290281 Log: MFC r289790: dpv(3) merged to stable/10 before release/10.2.0 Modified: stable/10/lib/libdpv/dpv.3 Directory Properties: stable/10/ (props changed) Modified: stab

svn commit: r290280 - stable/10/lib/libdpv

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 21:34:39 2015 New Revision: 290280 URL: https://svnweb.freebsd.org/changeset/base/290280 Log: MFC r289793: Bump date/copyright after correcting HISTORY Modified: stable/10/lib/libdpv/dpv.3 Directory Properties: stable/10/ (props changed) Modified: stable/1

svn commit: r290279 - stable/10/lib/libfigpar

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 21:33:36 2015 New Revision: 290279 URL: https://svnweb.freebsd.org/changeset/base/290279 Log: MFC r289794: figpar(3) merged to stable/10 before release/10.2.0 Modified: stable/10/lib/libfigpar/figpar.3 Directory Properties: stable/10/ (props changed) Modif

svn commit: r290278 - stable/9/etc/rc.d

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 21:30:52 2015 New Revision: 290278 URL: https://svnweb.freebsd.org/changeset/base/290278 Log: MFC r290163: Ignore per-mdN settings in mdconfig[2] startup PR: base/189696 Submitted by: ganael.laplan...@martymac.org Modified: stable/9/etc/rc.d/md

svn commit: r290277 - stable/10/etc/rc.d

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 21:26:10 2015 New Revision: 290277 URL: https://svnweb.freebsd.org/changeset/base/290277 Log: MFC r290163: Ignore per-mdN settings in mdconfig[2] startup PR: base/189696 Submitted by: ganael.laplan...@martymac.org Modified: stable/10/etc/rc.d/m

svn commit: r290276 - head/sys/net

2015-11-02 Thread Randall Stewart
Author: rrs Date: Mon Nov 2 21:21:00 2015 New Revision: 290276 URL: https://svnweb.freebsd.org/changeset/base/290276 Log: Fix three flowtable bugs, a) one lookup issue, b) a two cleaner issue. MFC after:3 days Sponsored by: Netflix Inc. Differential Revision:https://reviews.fr

svn commit: r290275 - in head: lib/libdpv lib/libfigpar sys/sys

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 20:03:59 2015 New Revision: 290275 URL: https://svnweb.freebsd.org/changeset/base/290275 Log: Make figpar(3) types/macros [more] unique (s/fp_/figpar_/gi) Modified: head/lib/libdpv/dialogrc.c head/lib/libdpv/dialogrc.h head/lib/libfigpar/figpar.3 head/lib

Re: svn commit: r290245 - in head/sys/contrib/vchiq/interface: vchi vchiq_arm

2015-11-02 Thread Oleksandr Tymoshenko
> On Nov 2, 2015, at 1:36 AM, Andrew Turner wrote: > > On Sun, 1 Nov 2015 22:17:39 + (UTC) > Oleksandr Tymoshenko wrote: > >> Author: gonzo >> Date: Sun Nov 1 22:17:39 2015 >> New Revision: 290245 >> URL: https://svnweb.freebsd.org/changeset/base/290245 >> >> Log: >> Synchronize with la

Re: svn commit: r290245 - in head/sys/contrib/vchiq/interface: vchi vchiq_arm

2015-11-02 Thread Adrian Chadd
On 2 November 2015 at 09:18, Andriy Gapon wrote: > On 02/11/2015 18:13, Adrian Chadd wrote: >> The same reason we don't use it for dri, etc. >> >> The vendor driver isn't portable by any stretch. We could put it >> there, but then we'd have to maintain the vendor changes on top of it >> in subvers

svn commit: r290274 - in stable: 10/secure/lib/libcrypto 9/secure/lib/libcrypto

2015-11-02 Thread Jung-uk Kim
Author: jkim Date: Mon Nov 2 17:41:15 2015 New Revision: 290274 URL: https://svnweb.freebsd.org/changeset/base/290274 Log: MFC: r290121 Define endianness for non-x86 platforms. Modified: stable/10/secure/lib/libcrypto/Makefile.inc Directory Properties: stable/10/ (props changed) C

svn commit: r290274 - in stable: 10/secure/lib/libcrypto 9/secure/lib/libcrypto

2015-11-02 Thread Jung-uk Kim
Author: jkim Date: Mon Nov 2 17:41:15 2015 New Revision: 290274 URL: https://svnweb.freebsd.org/changeset/base/290274 Log: MFC: r290121 Define endianness for non-x86 platforms. Modified: stable/9/secure/lib/libcrypto/Makefile.inc Directory Properties: stable/9/secure/lib/libcrypto/

Re: svn commit: r290245 - in head/sys/contrib/vchiq/interface: vchi vchiq_arm

2015-11-02 Thread Andriy Gapon
On 02/11/2015 18:13, Adrian Chadd wrote: > The same reason we don't use it for dri, etc. > > The vendor driver isn't portable by any stretch. We could put it > there, but then we'd have to maintain the vendor changes on top of it > in subversion and I kinda dont want to think about how that'll wor

Re: svn commit: r289834 - head/sys/x86/x86

2015-11-02 Thread Roger Pau Monné
El 02/11/15 a les 17.41, Oliver Pinter ha escrit: > Okay, the server survived a full buildworld + installer generation > with the new patch. Thanks for the heads up! I will wait a couple more days and then commit it. Roger. ___ svn-src-all@freebsd.org m

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

2015-11-02 Thread Zbigniew Bodek
Author: zbb Date: Mon Nov 2 16:56:34 2015 New Revision: 290273 URL: https://svnweb.freebsd.org/changeset/base/290273 Log: Add support for branch instruction on armv7 with ptrace single step Previous code supported only "continuous" code without any kind of branch instructions. To change

Re: svn commit: r290259 - head/usr.sbin/makefs

2015-11-02 Thread Benjamin Kaduk
On Mon, Nov 2, 2015 at 1:36 AM, Garrett Cooper wrote: > Author: ngie > Date: Mon Nov 2 07:36:42 2015 > New Revision: 290259 > URL: https://svnweb.freebsd.org/changeset/base/290259 > > Log: > Sync makefs(8) content a bit with src/usr.sbin/makefs/makefs.8@1.53 > > Sections involving unimplemen

svn commit: r290272 - head/sys/arm64/arm64

2015-11-02 Thread Andrew Turner
Author: andrew Date: Mon Nov 2 16:43:26 2015 New Revision: 290272 URL: https://svnweb.freebsd.org/changeset/base/290272 Log: Make the arm64_cpu driver quiet as it adds no new information. Only report the register used to start each cpu in bootverbose. Sponsored by: ABT Systems Ltd Modif

Re: svn commit: r289834 - head/sys/x86/x86

2015-11-02 Thread Oliver Pinter
bounce buffer > code, other arches are left untouched. > > Reviewed by:kib, jah > Differential Revision: https://reviews.freebsd.org/D888 > Sponsored by: Citrix Systems R&D > > root@nyi-01 src# uname -a > FreeBSD nyi-01.build.hardene

Re: svn commit: r290245 - in head/sys/contrib/vchiq/interface: vchi vchiq_arm

2015-11-02 Thread Adrian Chadd
The same reason we don't use it for dri, etc. The vendor driver isn't portable by any stretch. We could put it there, but then we'd have to maintain the vendor changes on top of it in subversion and I kinda dont want to think about how that'll work out.. :) -adrian

Re: svn commit: r289834 - head/sys/x86/x86

2015-11-02 Thread Oliver Pinter
sd.org 11.0-CURRENT-HBSD FreeBSD 11.0-CURRENT-HBSD #14 8f6110b(jenkins-world-kernel-20151102): Mon Nov 2 09:42:26 EST 2015 r...@nyi-01.build.hardenedbsd.org:/usr/obj/usr/src/sys/JENKINS amd64 root@nyi-01 src# uptime 10:05AM up 3 mins, 2 users, load averages: 0.46, 1.09, 0.57 root@nyi-01 src# N

Re: svn commit: r289834 - head/sys/x86/x86

2015-11-02 Thread Oliver Pinter
On 11/2/15, Roger Pau Monné wrote: > El 29/10/15 a les 22.48, Oliver Pinter ha escrit: >> Yes, at next week I have time for the test. Please ping me again at >> Monday. > > Ping :). Pong. :) I now stared a new build with the patch, so I will report back 1-2 hours from now. > > __

Re: svn commit: r289834 - head/sys/x86/x86

2015-11-02 Thread Roger Pau Monné
El 29/10/15 a les 22.48, Oliver Pinter ha escrit: > Yes, at next week I have time for the test. Please ping me again at > Monday. Ping :). ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, s

svn commit: r290271 - stable/10/sys/vm

2015-11-02 Thread Konstantin Belousov
Author: kib Date: Mon Nov 2 13:14:27 2015 New Revision: 290271 URL: https://svnweb.freebsd.org/changeset/base/290271 Log: MFC r289496: Modify the 'unchanged' calculation bu dereferencing the marker tailq pointers, which is known to belong to the queue. Modified: stable/10/sys/vm/vm_pageo

Re: svn commit: r290234 - head/share/misc

2015-11-02 Thread Konstantin Belousov
On Mon, Nov 02, 2015 at 12:47:18PM +0100, Michal Meloun wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Dne 02.11.2015 v 11:37 Gleb Smirnoff napsal(a): > > On Mon, Nov 02, 2015 at 07:13:46AM +, Alexey Dokuchaev wrote: > > A> On Sun, Nov 01, 2015 at 04:54:55PM +, Michal Melo

Re: svn commit: r290234 - head/share/misc

2015-11-02 Thread Michal Meloun
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dne 02.11.2015 v 11:37 Gleb Smirnoff napsal(a): > On Mon, Nov 02, 2015 at 07:13:46AM +, Alexey Dokuchaev wrote: > A> On Sun, Nov 01, 2015 at 04:54:55PM +, Michal Meloun wrote: > A> > New Revision: 290234 A> > URL: > https://svnweb.freebsd.o

svn commit: r290270 - head/usr.sbin/makefs/tests

2015-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 11:06:51 2015 New Revision: 290270 URL: https://svnweb.freebsd.org/changeset/base/290270 Log: Add testcases for -t ffs -o version=[12] Verify the filesystem type using dumpfs. Add preliminary support for NetBSD (needs to be validated) MFC after: 1 week

svn commit: r290269 - stable/9/usr.sbin/ntp

2015-11-02 Thread Gleb Smirnoff
Author: glebius Date: Mon Nov 2 10:39:26 2015 New Revision: 290269 URL: https://svnweb.freebsd.org/changeset/base/290269 Log: Restore RAWDCF support, that was lost during 4.2.8p4 upgrade. PR: 204203 Modified: stable/9/usr.sbin/ntp/config.h Modified: stable/9/usr.sbin/ntp/conf

Re: svn commit: r290234 - head/share/misc

2015-11-02 Thread Gleb Smirnoff
On Mon, Nov 02, 2015 at 07:13:46AM +, Alexey Dokuchaev wrote: A> On Sun, Nov 01, 2015 at 04:54:55PM +, Michal Meloun wrote: A> > New Revision: 290234 A> > URL: https://svnweb.freebsd.org/changeset/base/290234 A> > A> > Log: A> > Install myself as src committer. A> > A> > Approved by

svn commit: r290268 - head/usr.sbin/makefs/ffs

2015-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 10:09:09 2015 New Revision: 290268 URL: https://svnweb.freebsd.org/changeset/base/290268 Log: Sync minor whitespace / type changes in ffs_csum_swap and ffs_sb_swap with src/sys/ufs/ffs/ffs_bswap.c@1.39 Obtained from: NetBSD MFC after: 1 week Sponsored by:

svn commit: r290267 - head/usr.sbin/makefs/tests

2015-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 10:08:00 2015 New Revision: 290267 URL: https://svnweb.freebsd.org/changeset/base/290267 Log: Clean up mtree keyword support a slight bit and add a few more default keywords - Parameterize the mtree keywords as $DEFAULT_MTREE_KEYWORDS - Test with the extra m

svn commit: r290266 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-11-02 Thread Andriy Gapon
Author: avg Date: Mon Nov 2 10:07:21 2015 New Revision: 290266 URL: https://svnweb.freebsd.org/changeset/base/290266 Log: zfs: allow the lookup of extended attributes of an unlinked file That's required for extattr_get_fd(2) and the like to work properly. PR: 203201 MFC af

Re: svn commit: r290245 - in head/sys/contrib/vchiq/interface: vchi vchiq_arm

2015-11-02 Thread Andrew Turner
On Sun, 1 Nov 2015 22:17:39 + (UTC) Oleksandr Tymoshenko wrote: > Author: gonzo > Date: Sun Nov 1 22:17:39 2015 > New Revision: 290245 > URL: https://svnweb.freebsd.org/changeset/base/290245 > > Log: > Synchronize with latest upstream VCHI code: > > - Add LIB_VERSION ioctl > - Add

svn commit: r290265 - head/usr.sbin/makefs/tests

2015-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 09:16:51 2015 New Revision: 290265 URL: https://svnweb.freebsd.org/changeset/base/290265 Log: Add testcases for -t cd9660 -o isolevel=[1-3] -- -o isolevel=1 currently fails because of path comparison issues, so mark it as an expected failure. -- -o isole

svn commit: r290264 - head/usr.sbin/makefs

2015-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 08:43:15 2015 New Revision: 290264 URL: https://svnweb.freebsd.org/changeset/base/290264 Log: Limit isoLevel to 1 and 2 to avoid segfaulting when isoLevel is set to 3 by dereferencing a NULL function pointer Add some asserts to ensure that isolevel is always