svn commit: r285127 - head/sys/modules/aesni

2015-07-04 Thread John-Mark Gurney
Author: jmg Date: Sat Jul 4 08:16:32 2015 New Revision: 285127 URL: https://svnweb.freebsd.org/changeset/base/285127 Log: improve dependencies for this module a bit... not great, but at least gives some basics... I would add them to DPSRC, but due to the intrinsics headers, they can't be

svn commit: r285125 - in head/sys: kern sys

2015-07-04 Thread Mateusz Guzik
Author: mjg Date: Sat Jul 4 06:54:15 2015 New Revision: 285125 URL: https://svnweb.freebsd.org/changeset/base/285125 Log: sysctl: switch sysctllock to a sleepable rmlock The lock is almost never taken for writing. Modified: head/sys/kern/kern_linker.c head/sys/kern/kern_sysctl.c

svn commit: r285126 - head/sys/kern

2015-07-04 Thread Mateusz Guzik
Author: mjg Date: Sat Jul 4 07:01:43 2015 New Revision: 285126 URL: https://svnweb.freebsd.org/changeset/base/285126 Log: sysctl: remove a debugging printf which crept in with r285125 Modified: head/sys/kern/kern_sysctl.c Modified: head/sys/kern/kern_sysctl.c

svn commit: r285128 - head/usr.sbin/mountd

2015-07-04 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jul 4 08:40:48 2015 New Revision: 285128 URL: https://svnweb.freebsd.org/changeset/base/285128 Log: Staticize some stuff in mountd(8); no functional changes. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/mountd/mountd.c

svn commit: r285139 - in head: lib/libnv sys/conf sys/contrib/libnv sys/kern sys/sys

2015-07-04 Thread Mariusz Zaborski
Author: oshogbo Date: Sat Jul 4 16:33:37 2015 New Revision: 285139 URL: https://svnweb.freebsd.org/changeset/base/285139 Log: Move the nvlist source and private includes from sys/kern to seperate directory sys/contrib/libnv. The goal of this operation is to NOT install header files

Re: svn commit: r285140 - in head: include lib/libc/stdio

2015-07-04 Thread Tijl Coosemans
On Sat, 4 Jul 2015 16:42:15 + (UTC) Mariusz Zaborski osho...@freebsd.org wrote: Author: oshogbo Date: Sat Jul 4 16:42:14 2015 New Revision: 285140 URL: https://svnweb.freebsd.org/changeset/base/285140 Log: Add fdclose(3) function. This function is equivalent to fclose(3)

svn commit: r285144 - in head/sys/powerpc: include powerpc

2015-07-04 Thread Justin Hibbits
Author: jhibbits Date: Sat Jul 4 18:16:41 2015 New Revision: 285144 URL: https://svnweb.freebsd.org/changeset/base/285144 Log: Add machine check register printing This will print out the Memory Subsystem Status Register on MPC745x (G4+ class), and the Machine Check Status Register on

svn commit: r285149 - in head/contrib/llvm/lib/Transforms: Scalar Utils

2015-07-04 Thread Dimitry Andric
Author: dim Date: Sat Jul 4 20:07:37 2015 New Revision: 285149 URL: https://svnweb.freebsd.org/changeset/base/285149 Log: Pull in r241142 from upstream llvm trunk (by David Majnemer): [SCCP] Turn loads of null into undef instead of zero initialized values Surprisingly, this is a

svn commit: r285134 - head/sys/kern

2015-07-04 Thread Mateusz Guzik
Author: mjg Date: Sat Jul 4 15:42:03 2015 New Revision: 285134 URL: https://svnweb.freebsd.org/changeset/base/285134 Log: fd: de-kr-ify functions + some whitespace fixes No functional changes. Modified: head/sys/kern/kern_descrip.c Modified: head/sys/kern/kern_descrip.c

svn commit: r285150 - head/contrib/llvm/patches

2015-07-04 Thread Dimitry Andric
Author: dim Date: Sat Jul 4 20:09:24 2015 New Revision: 285150 URL: https://svnweb.freebsd.org/changeset/base/285150 Log: Add llvm patch corresponding to r285149. Added: head/contrib/llvm/patches/patch-10-llvm-r241142-r241143-mmx-undef.diff Added:

svn commit: r285140 - in head: include lib/libc/stdio

2015-07-04 Thread Mariusz Zaborski
Author: oshogbo Date: Sat Jul 4 16:42:14 2015 New Revision: 285140 URL: https://svnweb.freebsd.org/changeset/base/285140 Log: Add fdclose(3) function. This function is equivalent to fclose(3) function except that it does not close the underlying file descriptor. fdclose(3) is step

svn commit: r285146 - head/sys/dev/isp

2015-07-04 Thread Alexander Motin
Author: mav Date: Sat Jul 4 18:38:46 2015 New Revision: 285146 URL: https://svnweb.freebsd.org/changeset/base/285146 Log: Drop discovered targets when initiator role is disabled. Modified: head/sys/dev/isp/isp.c head/sys/dev/isp/isp_freebsd.c head/sys/dev/isp/isp_library.c

svn commit: r285145 - head/usr.sbin/bhyvectl

2015-07-04 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Sat Jul 4 18:36:02 2015 New Revision: 285145 URL: https://svnweb.freebsd.org/changeset/base/285145 Log: Remove duplicate header string.h. Modified: head/usr.sbin/bhyvectl/bhyvectl.c Modified: head/usr.sbin/bhyvectl/bhyvectl.c

svn commit: r285151 - in head/sys: arm64/conf i386/conf pc98/conf powerpc/conf sparc64/conf

2015-07-04 Thread George V. Neville-Neil
Author: gnn Date: Sat Jul 4 20:31:06 2015 New Revision: 285151 URL: https://svnweb.freebsd.org/changeset/base/285151 Log: Fix up tabs vs. spaces Modified: head/sys/arm64/conf/GENERIC head/sys/i386/conf/GENERIC head/sys/pc98/conf/GENERIC head/sys/powerpc/conf/GENERIC

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

2015-07-04 Thread Justin Hibbits
Author: jhibbits Date: Sat Jul 4 19:00:38 2015 New Revision: 285148 URL: https://svnweb.freebsd.org/changeset/base/285148 Log: Use the correct type for physical addresses. On Book-E, physical addresses are actually 36-bits, not 32-bits. This is currently worked around by ignoring the

svn commit: r285136 - head/usr.sbin/pw

2015-07-04 Thread Baptiste Daroussin
Author: bapt Date: Sat Jul 4 15:54:11 2015 New Revision: 285136 URL: https://svnweb.freebsd.org/changeset/base/285136 Log: Also validate inputs of pw groupmod -h and groupmod -H Modified: head/usr.sbin/pw/pw_group.c Modified: head/usr.sbin/pw/pw_group.c

svn commit: r285138 - head/sys/boot/arm/uboot

2015-07-04 Thread Luiz Otavio O Souza
Author: loos Date: Sat Jul 4 16:19:38 2015 New Revision: 285138 URL: https://svnweb.freebsd.org/changeset/base/285138 Log: Install loader.rc with ARM u-boot loader (ubldr). loader.rc is the responsible to read and process loader.conf variables. This fix the issue of loader.conf being

Re: svn commit: r285140 - in head: include lib/libc/stdio

2015-07-04 Thread Mariusz Zaborski
On Sat, Jul 04, 2015 at 07:33:55PM +0200, Tijl Coosemans wrote: On Sat, 4 Jul 2015 16:42:15 + (UTC) Mariusz Zaborski osho...@freebsd.org wrote: Author: oshogbo Date: Sat Jul 4 16:42:14 2015 New Revision: 285140 URL: https://svnweb.freebsd.org/changeset/base/285140 Log: Add

svn commit: r285131 - head/sys/kern

2015-07-04 Thread Mateusz Guzik
Author: mjg Date: Sat Jul 4 14:44:39 2015 New Revision: 285131 URL: https://svnweb.freebsd.org/changeset/base/285131 Log: sysctl: get rid of sysctl_lock/unlock Inline their contents into the only consumer. Modified: head/sys/kern/kern_sysctl.c Modified: head/sys/kern/kern_sysctl.c

svn commit: r285141 - head/lib/libfetch

2015-07-04 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Sat Jul 4 17:22:07 2015 New Revision: 285141 URL: https://svnweb.freebsd.org/changeset/base/285141 Log: Remove unused variable to silence clang warning. Differential Revision:D2683 Reviewed by: rodrigc, bapt Modified:

svn commit: r285152 - head/sys/conf

2015-07-04 Thread George V. Neville-Neil
Author: gnn Date: Sat Jul 4 21:32:44 2015 New Revision: 285152 URL: https://svnweb.freebsd.org/changeset/base/285152 Log: Summary: Add missing files necessary to build with IPSEC and crypto Modified: head/sys/conf/files.arm64 Modified: head/sys/conf/files.arm64

svn commit: r285135 - head/sys/kern

2015-07-04 Thread Mateusz Guzik
Author: mjg Date: Sat Jul 4 15:46:39 2015 New Revision: 285135 URL: https://svnweb.freebsd.org/changeset/base/285135 Log: vfs: use shared vnode locking when looking up .. in vop_stdvptocnp Briefly discussed with: kib Modified: head/sys/kern/vfs_default.c Modified:

svn commit: r285132 - stable/10/sys/arm/conf

2015-07-04 Thread Glen Barber
Author: gjb Date: Sat Jul 4 14:50:32 2015 New Revision: 285132 URL: https://svnweb.freebsd.org/changeset/base/285132 Log: Add the GEOM_LABEL option to the BEAGLEBONE, GUMSTIX, and RPI-B kernel configuration files, resolving an issue where the UFS and MSDOSFS partitions would not mount as

svn commit: r285137 - head/usr.sbin/pw

2015-07-04 Thread Baptiste Daroussin
Author: bapt Date: Sat Jul 4 15:56:59 2015 New Revision: 285137 URL: https://svnweb.freebsd.org/changeset/base/285137 Log: Fix validation of crypted password Small cleanups Modified: head/usr.sbin/pw/pw_user.c Modified: head/usr.sbin/pw/pw_user.c

svn commit: r285143 - head/sbin/casperd

2015-07-04 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Sat Jul 4 17:38:56 2015 New Revision: 285143 URL: https://svnweb.freebsd.org/changeset/base/285143 Log: Remove unused variable flags reported by clang. The function zygote_clone() always receive the flags with value 0 and this flags is never checked on

svn commit: r285142 - in head/sys: amd64/conf arm64/conf i386/conf pc98/conf powerpc/conf sparc64/conf

2015-07-04 Thread George V. Neville-Neil
Author: gnn Date: Sat Jul 4 17:37:00 2015 New Revision: 285142 URL: https://svnweb.freebsd.org/changeset/base/285142 Log: Enable IPSEC in all GENERIC kernels. Universe and kernel build tests passed 4 July 2015 PR: 128030 Sponsored by: Rubicon Communications (Netgate)

svn commit: r285147 - head/sys/dev/isp

2015-07-04 Thread Alexander Motin
Author: mav Date: Sat Jul 4 18:51:54 2015 New Revision: 285147 URL: https://svnweb.freebsd.org/changeset/base/285147 Log: Change comment added in r284540. This appeared to be not card's issue, but driver's, though solution is the same so far. Modified: head/sys/dev/isp/isp_freebsd.c

svn commit: r285155 - in head/sys: cam/ctl dev/isp

2015-07-04 Thread Alexander Motin
Author: mav Date: Sun Jul 5 03:38:58 2015 New Revision: 285155 URL: https://svnweb.freebsd.org/changeset/base/285155 Log: Make first step toward supporting target and initiator roles same time. To avoid conflicts between target and initiator devices in CAM, make CTL use target ID

svn commit: r285154 - head/sys/dev/isp

2015-07-04 Thread Alexander Motin
Author: mav Date: Sun Jul 5 02:09:46 2015 New Revision: 285154 URL: https://svnweb.freebsd.org/changeset/base/285154 Log: Remove extra level of target ID indirection (isp_dev_map). FreeBSD never had limitation on number of target IDs, and there is no any other requirement to allocate

svn commit: r285133 - in head/usr.sbin/pw: . tests

2015-07-04 Thread Baptiste Daroussin
Author: bapt Date: Sat Jul 4 15:27:04 2015 New Revision: 285133 URL: https://svnweb.freebsd.org/changeset/base/285133 Log: Validate input of pw usermod -h and pwusermod -H Push the code that set the password into a separate function to improve readability Add regression tests about

svn commit: r285129 - in head: . lib/libnv share/man/man9

2015-07-04 Thread Mariusz Zaborski
Author: oshogbo Date: Sat Jul 4 10:27:30 2015 New Revision: 285129 URL: https://svnweb.freebsd.org/changeset/base/285129 Log: Move nvlist documentation to the FreeBSD Kernel Developer's sections. Approved by: pjd (mentor) Added: head/share/man/man9/nv.9 - copied, changed from

svn commit: r285130 - head/sys/sys

2015-07-04 Thread Mariusz Zaborski
Author: oshogbo Date: Sat Jul 4 10:33:33 2015 New Revision: 285130 URL: https://svnweb.freebsd.org/changeset/base/285130 Log: Remove non-existent dnvlist functions. Approved by: pjd (mentor) Modified: head/sys/sys/dnv.h Modified: head/sys/sys/dnv.h