CVS commit: [pgoyette-localcount] src/sys/rump/dev/lib/libcgd

2016-07-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jul 23 05:05:47 UTC 2016 Modified Files: src/sys/rump/dev/lib/libcgd [pgoyette-localcount]: cgd_component.c Log Message: The rump_cgd component needs to do an early cdevsw_attact() to figure out the device major numbers

CVS commit: [pgoyette-localcount] src/sys/miscfs/specfs

2016-07-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jul 23 05:01:09 UTC 2016 Modified Files: src/sys/miscfs/specfs [pgoyette-localcount]: spec_vnops.c Log Message: Restore original handling of ioctl() returns. If the underlying disk's ioctl() returns success, we call

CVS commit: [pgoyette-localcount] src/sys/dev

2016-07-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jul 23 03:20:37 UTC 2016 Modified Files: src/sys/dev [pgoyette-localcount]: cgd.c Log Message: Remove debug printfs. For MODULE builds, define cgd_cd via CFDRIVER_DECL To generate a diff of this commit: cvs rdiff -u

CVS commit: [pgoyette-localcount] src/sys/dev

2016-07-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jul 23 02:36:51 UTC 2016 Modified Files: src/sys/dev [pgoyette-localcount]: cgd.c Log Message: Revert changes in revision 1.108.2.3 For pseudo-devices, config(1) doesn't provide a valid cfattach, so when a modular driver

CVS commit: src/etc/rc.d

2016-07-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Jul 23 01:38:35 UTC 2016 Modified Files: src/etc/rc.d: mountcritlocal Log Message: Cause rc to abort if mounting any of the critical local filesystems fails rather than just ignoring the error. Don't bother attempting to clear

CVS commit: [pgoyette-localcount] src/sys/fs/cd9660

2016-07-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jul 23 00:44:59 UTC 2016 Modified Files: src/sys/fs/cd9660 [pgoyette-localcount]: cd9660_vfsops.c Log Message: Be consistent in the ordering of operations. To generate a diff of this commit: cvs rdiff -u -r1.90.2.1

CVS commit: [pgoyette-localcount] src/sys/kern

2016-07-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 22 23:16:36 UTC 2016 Modified Files: src/sys/kern [pgoyette-localcount]: subr_devsw.c Log Message: Fix a comment To generate a diff of this commit: cvs rdiff -u -r1.34.2.12 -r1.34.2.13 src/sys/kern/subr_devsw.c

CVS commit: [pgoyette-localcount] src/sys/kern

2016-07-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 22 23:04:01 UTC 2016 Modified Files: src/sys/kern [pgoyette-localcount]: subr_devsw.c Log Message: Continue previous - finish what we started To generate a diff of this commit: cvs rdiff -u -r1.34.2.11 -r1.34.2.12

CVS commit: [pgoyette-localcount] src/sys/kern

2016-07-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 22 23:02:55 UTC 2016 Modified Files: src/sys/kern [pgoyette-localcount]: subr_devsw.c Log Message: Only retrieve the bdev/cdev from the xdevsw[] array once. To generate a diff of this commit: cvs rdiff -u -r1.34.2.10

CVS commit: src/sys/arch/mips/mips

2016-07-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 22 19:50:45 UTC 2016 Modified Files: src/sys/arch/mips/mips: bus_dma.c Log Message: When mapping a dmamem page, make sure to trunc_pae the starting address To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/sys/arch

2016-07-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Jul 22 14:08:33 UTC 2016 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/amd64/include: pmap.h src/sys/arch/x86/x86: pmap.c Log Message: Remove pmap_prealloc_lowmem_ptps on amd64. This function

CVS commit: src/sys/arch/x86/x86

2016-07-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Jul 22 13:01:44 UTC 2016 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Simplify pmap_alloc_level. It is designed to work only with normal_pdes and PTP_LEVELS, so don't pass them as argument. While here, explain what

CVS commit: src/sys/dev/ata

2016-07-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jul 22 12:55:34 UTC 2016 Modified Files: src/sys/dev/ata: wd.c Log Message: Space before tab and trailing whitespace fixes. To generate a diff of this commit: cvs rdiff -u -r1.424 -r1.425 src/sys/dev/ata/wd.c Please note

CVS commit: src/sys/arch/x86/x86

2016-07-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Jul 22 12:36:04 UTC 2016 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Unused. To generate a diff of this commit: cvs rdiff -u -r1.213 -r1.214 src/sys/arch/x86/x86/pmap.c Please note that diffs are not public

CVS commit: [pgoyette-localcount] src/sys/kern

2016-07-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 22 12:03:15 UTC 2016 Modified Files: src/sys/kern [pgoyette-localcount]: subr_autoconf.c Log Message: Fix logic to avoid dereferencing NULL pointer To generate a diff of this commit: cvs rdiff -u -r1.246.2.4

CVS commit: [pgoyette-localcount] src/sys/kern

2016-07-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 22 11:59:51 UTC 2016 Modified Files: src/sys/kern [pgoyette-localcount]: subr_devsw.c Log Message: Style: indent label 'out:' one space from the margin. To generate a diff of this commit: cvs rdiff -u -r1.34.2.9

CVS commit: src/sys/net

2016-07-22 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Jul 22 07:13:56 UTC 2016 Modified Files: src/sys/net: if.c Log Message: Reduce KERNEL_LOCK thereby ifq_lock is used by default. if_snd is always excluded by ifq_lock now. So, the KERNEL_LOCK in if_transmit() which

CVS commit: src/sys/net

2016-07-22 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Jul 22 07:09:40 UTC 2016 Modified Files: src/sys/net: if.c if.h Log Message: Toward NET_MPSAFE-on in future, if_snd uses if_snd->ifq_lock by default. That can reduce confusing difference between NET_MPSAFE on and off.

CVS commit: [pgoyette-localcount] src/sys/dev

2016-07-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 22 06:32:54 UTC 2016 Modified Files: src/sys/dev [pgoyette-localcount]: cgd.c Log Message: Remove debug To generate a diff of this commit: cvs rdiff -u -r1.108.2.8 -r1.108.2.9 src/sys/dev/cgd.c Please note that diffs