svn commit: r283903 - stable/10/sys/netipsec

2015-06-01 Thread Andrey V. Elsukov
Author: ae Date: Tue Jun 2 03:51:33 2015 New Revision: 283903 URL: https://svnweb.freebsd.org/changeset/base/283903 Log: MFC r283101: Teach key_expire() send SADB_EXPIRE message with the SADB_EXT_LIFETIME_HARD extension header type. The key_flush_sad() now will send SADB_EXPIRE mess

svn commit: r283902 - stable/10/sys/netipsec

2015-06-01 Thread Andrey V. Elsukov
Author: ae Date: Tue Jun 2 03:43:36 2015 New Revision: 283902 URL: https://svnweb.freebsd.org/changeset/base/283902 Log: MFC r275390: Remove unused declartations. MFC r275437: ANSIfy function declarations. MFC r275438: Remove __P() macro. Sponsored by: Yandex LLC Mod

svn commit: r283901 - in stable/10/sys: netinet netinet6 netipsec

2015-06-01 Thread Andrey V. Elsukov
Author: ae Date: Tue Jun 2 03:14:42 2015 New Revision: 283901 URL: https://svnweb.freebsd.org/changeset/base/283901 Log: MFC r275392: Remove route chaching support from ipsec code. It isn't used for some time. * remove sa_route_union declaration and route_cache member from struct secas

svn commit: r283900 - stable/10/sys/geom/uncompress

2015-06-01 Thread Andrey V. Elsukov
Author: ae Date: Tue Jun 2 02:05:32 2015 New Revision: 283900 URL: https://svnweb.freebsd.org/changeset/base/283900 Log: MFC r283104: Read GEOM_UNCOMPRESS metadata using several requests that fit into MAXPHYS. For large compressed images the metadata size can be bigger than MAXPHYS

svn commit: r283899 - stable/10/sbin/dumpfs

2015-06-01 Thread Andrey V. Elsukov
Author: ae Date: Tue Jun 2 01:55:54 2015 New Revision: 283899 URL: https://svnweb.freebsd.org/changeset/base/283899 Log: MFC r283577: Print leading zeroes of UFS2 fs_id like we do for UFS1. PR: 156908 Modified: stable/10/sbin/dumpfs/dumpfs.c Directory Properties: stable/

svn commit: r283892 - in stable: 10/sys/dev/acpica 8/sys/dev/acpica 9/sys/dev/acpica

2015-06-01 Thread Jung-uk Kim
Author: jkim Date: Mon Jun 1 19:26:24 2015 New Revision: 283892 URL: https://svnweb.freebsd.org/changeset/base/283892 Log: MFC: r283261 Do not probe Intel PIIX4 south bridge quirks on amd64. Modified: stable/10/sys/dev/acpica/acpi_cpu.c stable/10/sys/dev/acpica/acpi_throttle.c Direct

svn commit: r283886 - in stable: 10/sys/dev/hwpmc 9/sys/dev/hwpmc

2015-06-01 Thread John Baldwin
Author: jhb Date: Mon Jun 1 18:08:56 2015 New Revision: 283886 URL: https://svnweb.freebsd.org/changeset/base/283886 Log: MFC 283123: Fix two bugs that could result in PMC sampling effectively stopping. In both cases, the the effect of the bug was that a very small positive number was wri

svn commit: r283885 - stable/10/usr.sbin/pmcstat

2015-06-01 Thread John Baldwin
Author: jhb Date: Mon Jun 1 18:05:30 2015 New Revision: 283885 URL: https://svnweb.freebsd.org/changeset/base/283885 Log: MFC 282643: Use the kern.bootfile sysctl to set the default kernel path rather than hardcoding /boot/kernel. This allows pmcstat(8) to work without -k when using nextb

svn commit: r283884 - in stable/10/sys: conf dev/hwpmc sys

2015-06-01 Thread John Baldwin
Author: jhb Date: Mon Jun 1 17:57:05 2015 New Revision: 283884 URL: https://svnweb.freebsd.org/changeset/base/283884 Log: MFC 282641,282658: - Move hwpmc(4) debugging code under a new HWPMC_DEBUG option instead of the broader DEBUG option. - Convert hwpmc(4) debug printfs over to KTR.

svn commit: r283880 - stable/10/release/arm

2015-06-01 Thread Glen Barber
Author: gjb Date: Mon Jun 1 16:46:51 2015 New Revision: 283880 URL: https://svnweb.freebsd.org/changeset/base/283880 Log: MFC r283673, r283674: r283673: Sort configuration options for consistency with other boards. r283674: Export 'BOARDNAME' when differs from the KERNCONF.

svn commit: r283875 - in stable/10: . bin/chflags bin/chmod usr.sbin/chown

2015-06-01 Thread Steven Hartland
then rebuild without this option. The bootstrap process from older version of current is a bit fragile. +20150601: + chmod, chflags, chown and chgrp now affect symlinks in -R mode as + defined in symlink(7); previously symlinks were silently ignored. + 20150430: The const

svn commit: r283872 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-06-01 Thread Konstantin Belousov
Author: kib Date: Mon Jun 1 06:56:49 2015 New Revision: 283872 URL: https://svnweb.freebsd.org/changeset/base/283872 Log: MFC r283515: Remove excess Giant acquisition around the dounmount() call. Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c Directory Prope