svn commit: r298875 - head/sys/dev/iwm

2016-04-30 Thread Adrian Chadd
Author: adrian Date: Sun May 1 05:01:10 2016 New Revision: 298875 URL: https://svnweb.freebsd.org/changeset/base/298875 Log: [iwn] fill in the TX command rate info flags consistently. The Linux driver sets the rate_n_flags regardless of whether it's being sent using firmware rate

svn commit: r298874 - head/sbin/restore

2016-04-30 Thread Pedro F. Giffuni
Author: pfg Date: Sun May 1 02:39:39 2016 New Revision: 298874 URL: https://svnweb.freebsd.org/changeset/base/298874 Log: restore: fix resource handle leak. CID: 1007784 MFC after:5 days Modified: head/sbin/restore/symtab.c Modified: head/sbin/restore/symtab.c

svn commit: r298873 - head/sbin/restore

2016-04-30 Thread Pedro F. Giffuni
Author: pfg Date: Sun May 1 02:31:22 2016 New Revision: 298873 URL: https://svnweb.freebsd.org/changeset/base/298873 Log: restore: drop casts for calloc(). Modified: head/sbin/restore/symtab.c Modified: head/sbin/restore/symtab.c

svn commit: r298872 - in head/sbin: dump fsck_ffs geom/class/virstor recoverdisk

2016-04-30 Thread Pedro F. Giffuni
Author: pfg Date: Sun May 1 02:24:05 2016 New Revision: 298872 URL: https://svnweb.freebsd.org/changeset/base/298872 Log: sbin: ake use of our rounddown() macro when sys/param.h is available. No functional change. Modified: head/sbin/dump/main.c head/sbin/fsck_ffs/inode.c

svn commit: r298871 - in head/sbin: growfs newfs_nandfs

2016-04-30 Thread Pedro F. Giffuni
Author: pfg Date: Sun May 1 02:19:49 2016 New Revision: 298871 URL: https://svnweb.freebsd.org/changeset/base/298871 Log: sbin: use our howmany() macro when available through . Modified: head/sbin/growfs/debug.c head/sbin/newfs_nandfs/newfs_nandfs.c Modified: head/sbin/growfs/debug.c

svn commit: r298868 - head/sbin/restore

2016-04-30 Thread Pedro F. Giffuni
Author: pfg Date: Sat Apr 30 22:51:09 2016 New Revision: 298868 URL: https://svnweb.freebsd.org/changeset/base/298868 Log: restore: fix memory leak. CID: 272297 MFC after:5 days Modified: head/sbin/restore/main.c Modified: head/sbin/restore/main.c

Re: svn commit: r298768 - in head: bin/tests cddl/lib/tests cddl/sbin/tests cddl/tests cddl/usr.bin/tests cddl/usr.sbin/tests gnu/lib/tests gnu/tests gnu/usr.bin/tests lib/atf/libatf-c/tests/detail li

2016-04-30 Thread Ngie Cooper (yaneurabeya)
> On Apr 28, 2016, at 22:28, Glen Barber wrote: > > Author: gjb > Date: Fri Apr 29 05:28:40 2016 > New Revision: 298768 > URL: https://svnweb.freebsd.org/changeset/base/298768 > > Log: > Fix including Kyuafile in packaged base system. > > Fix a related typo while here. >

svn commit: r298864 - head/share/mk

2016-04-30 Thread Garrett Cooper
Author: ngie Date: Sat Apr 30 21:32:29 2016 New Revision: 298864 URL: https://svnweb.freebsd.org/changeset/base/298864 Log: Allow FILESGROUPS to be specified more than once by pruning out duplicates MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r298863 - in head: share/man/man5 usr.sbin/jail

2016-04-30 Thread Jamie Gritton
Author: jamie Date: Sat Apr 30 21:27:41 2016 New Revision: 298863 URL: https://svnweb.freebsd.org/changeset/base/298863 Log: Clarify when happens when there is a "depend" parameter in jail.conf, and how this affects the "jail_list" option in rc.conf. Modified: head/share/man/man5/rc.conf.5

svn commit: r298862 - head/sbin/restore

2016-04-30 Thread Pedro F. Giffuni
Author: pfg Date: Sat Apr 30 20:05:23 2016 New Revision: 298862 URL: https://svnweb.freebsd.org/changeset/base/298862 Log: restore: use our howmany() instead of reinventing the macro. Modified: head/sbin/restore/interactive.c Modified: head/sbin/restore/interactive.c

svn commit: r298861 - in head/sbin: fdisk fdisk_pc98

2016-04-30 Thread Pedro F. Giffuni
Author: pfg Date: Sat Apr 30 19:58:54 2016 New Revision: 298861 URL: https://svnweb.freebsd.org/changeset/base/298861 Log: fdisk: drop unused macro and make use of roundup()/rounddown(). Modified: head/sbin/fdisk/fdisk.c head/sbin/fdisk_pc98/fdisk.c Modified: head/sbin/fdisk/fdisk.c

svn commit: r298860 - head/sys/powerpc/powerpc

2016-04-30 Thread Pedro F. Giffuni
Author: pfg Date: Sat Apr 30 19:50:59 2016 New Revision: 298860 URL: https://svnweb.freebsd.org/changeset/base/298860 Log: powerpc: Replace rounddown() from r298856 with roundup(). Both are equivalent but roundup is more logical for this case. Catch another case while here. Pointed

Re: svn commit: r298856 - head/sys/powerpc/powerpc

2016-04-30 Thread Pedro Giffuni
On 04/30/16 14:24, Justin Hibbits wrote: On Apr 30, 2016 13:56, "Pedro F. Giffuni" > wrote: Author: pfg Date: Sat Apr 30 18:56:35 2016 New Revision: 298856 URL: https://svnweb.freebsd.org/changeset/base/298856 Log: powerpc: Make use of our

svn commit: r298859 - in head/sys/mips: include mips

2016-04-30 Thread Robert Watson
Author: rwatson Date: Sat Apr 30 19:29:03 2016 New Revision: 298859 URL: https://svnweb.freebsd.org/changeset/base/298859 Log: When attempting to satisfy mmap() requests for superpage alignment on 64-bit MIPS, use superpage rather than physical-segment constants, or we may improperly fail

Re: svn commit: r298856 - head/sys/powerpc/powerpc

2016-04-30 Thread Justin Hibbits
On Apr 30, 2016 13:56, "Pedro F. Giffuni" wrote: > > Author: pfg > Date: Sat Apr 30 18:56:35 2016 > New Revision: 298856 > URL: https://svnweb.freebsd.org/changeset/base/298856 > > Log: > powerpc: Make use of our rounddown() macro when sys/param.h is available. > > No

svn commit: r298858 - in head/sbin: camcontrol ipfw pfctl swapon

2016-04-30 Thread Pedro F. Giffuni
Author: pfg Date: Sat Apr 30 19:04:59 2016 New Revision: 298858 URL: https://svnweb.freebsd.org/changeset/base/298858 Log: sbin: minor spelling fixes. No functional change. Modified: head/sbin/camcontrol/fwdownload.c head/sbin/ipfw/ipfw2.c head/sbin/ipfw/ipv6.c

svn commit: r298857 - head/etc/rc.d

2016-04-30 Thread Peter Wemm
Author: peter Date: Sat Apr 30 19:01:51 2016 New Revision: 298857 URL: https://svnweb.freebsd.org/changeset/base/298857 Log: Fix incorrect permissions for /etc/rc.d/sendmail in fallout from release-pkg merge. Modified: head/etc/rc.d/Makefile Modified: head/etc/rc.d/Makefile

svn commit: r298856 - head/sys/powerpc/powerpc

2016-04-30 Thread Pedro F. Giffuni
Author: pfg Date: Sat Apr 30 18:56:35 2016 New Revision: 298856 URL: https://svnweb.freebsd.org/changeset/base/298856 Log: powerpc: Make use of our rounddown() macro when sys/param.h is available. No functional change. Modified: head/sys/powerpc/powerpc/exec_machdep.c Modified:

svn commit: r298855 - head/sys/arm/allwinner

2016-04-30 Thread Emmanuel Vadot
Author: manu Date: Sat Apr 30 18:07:13 2016 New Revision: 298855 URL: https://svnweb.freebsd.org/changeset/base/298855 Log: ACK the interrupt after disabling it, this avoid an interrupt storm. Approved by: andrew (mentor) Modified: head/sys/arm/allwinner/aw_nmi.c Modified:

svn commit: r298854 - in head/sys: arm/allwinner arm/arm arm/broadcom/bcm2835 arm/conf arm/freescale/imx arm/include arm/nvidia/tegra124 arm/qemu arm/ti conf

2016-04-30 Thread Andrew Turner
Author: andrew Date: Sat Apr 30 17:27:33 2016 New Revision: 298854 URL: https://svnweb.freebsd.org/changeset/base/298854 Log: Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAY implementations. Early in the boot the kernel will use an approximate, however after the timer

svn commit: r298853 - head/sys/fs/fdescfs

2016-04-30 Thread Ed Maste
Author: emaste Date: Sat Apr 30 16:01:37 2016 New Revision: 298853 URL: https://svnweb.freebsd.org/changeset/base/298853 Log: Rationalize license numbering in fdescfs(5) Modified: head/sys/fs/fdescfs/fdesc.h head/sys/fs/fdescfs/fdesc_vfsops.c head/sys/fs/fdescfs/fdesc_vnops.c Modified:

svn commit: r298851 - head/usr.bin/sdiff

2016-04-30 Thread Baptiste Daroussin
Author: bapt Date: Sat Apr 30 14:48:30 2016 New Revision: 298851 URL: https://svnweb.freebsd.org/changeset/base/298851 Log: When checking for binary file, check if ch is not EOF only ch actually got a value assigned Reported by: pfg Modified: head/usr.bin/sdiff/sdiff.c Modified:

svn commit: r298849 - in head/include: arpa rpcsvc

2016-04-30 Thread Pedro F. Giffuni
Author: pfg Date: Sat Apr 30 14:43:42 2016 New Revision: 298849 URL: https://svnweb.freebsd.org/changeset/base/298849 Log: include: minor spelling fixes. No functional change. Modified: head/include/arpa/nameser.h head/include/rpcsvc/klm_prot.x Modified: head/include/arpa/nameser.h

svn commit: r298848 - in head/sys: arm/at91 ddb dev/acpi_support dev/cxgbe dev/fb dev/iwn dev/kbd dev/syscons dev/vt dev/vt/hw/vga dev/wpi fs/nandfs geom/virstor libkern mips/atheros rpc

2016-04-30 Thread Pedro F. Giffuni
Author: pfg Date: Sat Apr 30 14:41:18 2016 New Revision: 298848 URL: https://svnweb.freebsd.org/changeset/base/298848 Log: sys: Make use of our rounddown() macro when sys/param.h is available. No functional change. Modified: head/sys/arm/at91/at91_pmc.c head/sys/ddb/db_output.c

svn commit: r298847 - head/sys/netinet

2016-04-30 Thread Michael Tuexen
Author: tuexen Date: Sat Apr 30 14:25:00 2016 New Revision: 298847 URL: https://svnweb.freebsd.org/changeset/base/298847 Log: Add the UDP encaps port as a parameter to sctp_add_remote_addr(). This is currently only a code change without any functional change. But this allows to set the

svn commit: r298846 - head/sys/fs/fdescfs

2016-04-30 Thread Ed Maste
Author: emaste Date: Sat Apr 30 12:44:03 2016 New Revision: 298846 URL: https://svnweb.freebsd.org/changeset/base/298846 Log: ANSIfy fdescfs(5) Modified: head/sys/fs/fdescfs/fdesc_vfsops.c head/sys/fs/fdescfs/fdesc_vnops.c Modified: head/sys/fs/fdescfs/fdesc_vfsops.c

svn commit: r298845 - in head: contrib/subversion contrib/subversion/subversion/include contrib/subversion/subversion/libsvn_client contrib/subversion/subversion/libsvn_diff contrib/subversion/subv...

2016-04-30 Thread Dimitry Andric
Author: dim Date: Sat Apr 30 10:35:42 2016 New Revision: 298845 URL: https://svnweb.freebsd.org/changeset/base/298845 Log: Update from subversion 1.9.2 to 1.9.4. This contains only bug fixes, no new features. The repository format is also unchanged from 1.9.2. Full list of changes

svn commit: r298844 - head/etc/rc.d

2016-04-30 Thread Garrett Cooper
Author: ngie Date: Sat Apr 30 09:50:08 2016 New Revision: 298844 URL: https://svnweb.freebsd.org/changeset/base/298844 Log: Make SERVERS REQUIRE clean when MK_KERBEROS==no Make kdc run BEFORE SERVERS instead of being REQUIREd by SERVERS, so systems that pedantically check REQUIREs

svn commit: r298842 - head/lib/libkvm

2016-04-30 Thread Garrett Cooper
Author: ngie Date: Sat Apr 30 09:32:19 2016 New Revision: 298842 URL: https://svnweb.freebsd.org/changeset/base/298842 Log: Don't leak PML4 in _amd64_initvtop(..) if kvm_read2(..) fails MFC after: 1 week Reported by: Coverity CID: 1341474 Sponsored by: EMC / Isilon Storage Division

svn commit: r298841 - head/lib/libkvm

2016-04-30 Thread Garrett Cooper
Author: ngie Date: Sat Apr 30 09:31:01 2016 New Revision: 298841 URL: https://svnweb.freebsd.org/changeset/base/298841 Log: Remove a -Wunused-but-set-variable variable -- `pa` Reported by: gcc 5.x Sponsored by: EMC / Isilon Storage Division Modified: head/lib/libkvm/kvm_sparc64.c

svn commit: r298840 - in head: . lib/libkvm

2016-04-30 Thread Garrett Cooper
-d; # done +# 20160430: kvm_getfiles(3) removed from kvm(3) +OLD_LIBS+=usr/lib/libkvm.so.6 +OLD_FILES+=usr/share/man/man3/kvm_getfiles.3.gz # 20160423: remove mroute6d OLD_FILES+=etc/rc.d/mroute6d # 20160419: rename units.lib -> definitions.units Modified: head/lib/libkvm/Makef

svn commit: r298839 - head/lib/libkvm

2016-04-30 Thread Garrett Cooper
Author: ngie Date: Sat Apr 30 09:13:26 2016 New Revision: 298839 URL: https://svnweb.freebsd.org/changeset/base/298839 Log: Fix memory allocation edgecases in kvm_argv(..) - Don't leak nbufp on realloc failure in kvm_argv - Catch malloc errors with bufp - Set buflen last in the "buflen

svn commit: r298838 - head/sys/contrib/dev/acpica/components/hardware

2016-04-30 Thread Jung-uk Kim
Author: jkim Date: Sat Apr 30 06:48:48 2016 New Revision: 298838 URL: https://svnweb.freebsd.org/changeset/base/298838 Log: Revert AccessWidth/BitOffset support for AcpiHwWrite() and AcpiHwRead() for now. The following upstream commits are reverted from hwregs.c:

svn commit: r298837 - head/etc/mtree

2016-04-30 Thread Baptiste Daroussin
Author: bapt Date: Sat Apr 30 06:37:32 2016 New Revision: 298837 URL: https://svnweb.freebsd.org/changeset/base/298837 Log: Add sdiff test directory to the tests mtree Modified: head/etc/mtree/BSD.tests.dist Modified: head/etc/mtree/BSD.tests.dist