svn commit: r325032 - head/lib/libc/stdio

2017-10-26 Thread Cy Schubert
Author: cy Date: Fri Oct 27 05:04:29 2017 New Revision: 325032 URL: https://svnweb.freebsd.org/changeset/base/325032 Log: Revert r325031. This breaks the build due to __FBSDID. Pointy hat to:cy Modified: head/lib/libc/stdio/gets.c Modified: head/lib/libc/stdio/gets.c

svn commit: r325031 - head/lib/libc/stdio

2017-10-26 Thread Cy Schubert
Author: cy Date: Fri Oct 27 04:51:05 2017 New Revision: 325031 URL: https://svnweb.freebsd.org/changeset/base/325031 Log: Ensure all incude statements are kept together by moving the sys/cdefs.h include appropriately. MFC after:1 week X-MFC with: r325030 Modified:

svn commit: r325030 - head/lib/libc/stdio

2017-10-26 Thread Cy Schubert
Author: cy Date: Fri Oct 27 04:47:44 2017 New Revision: 325030 URL: https://svnweb.freebsd.org/changeset/base/325030 Log: Remove redundant sys/cdefs.h include. MFC after:1 week Modified: head/lib/libc/stdio/gets.c Modified: head/lib/libc/stdio/gets.c

svn commit: r325029 - in stable/11: sys/compat/freebsd32 sys/kern sys/sys usr.bin/gcore

2017-10-26 Thread Bryan Drewery
Author: bdrewery Date: Fri Oct 27 04:38:42 2017 New Revision: 325029 URL: https://svnweb.freebsd.org/changeset/base/325029 Log: MFC r320481: Store a 32-bit PT_LWPINFO struct for 32-bit process core dumps. Modified: stable/11/sys/compat/freebsd32/freebsd32_signal.h

svn commit: r325028 - in head: sys/kern sys/sys tests/sys/kern

2017-10-26 Thread John Baldwin
Author: jhb Date: Fri Oct 27 03:16:19 2017 New Revision: 325028 URL: https://svnweb.freebsd.org/changeset/base/325028 Log: Discard the correct thread event reported for a ptrace stop. When multiple threads wish to report a tracing event to a debugger, both threads call ptracestop() and

Re: svn commit: r325026 - head/sys/cam/ata

2017-10-26 Thread Warner Losh
On Thu, Oct 26, 2017 at 5:35 PM, Warner Losh wrote: > > > On Thu, Oct 26, 2017 at 5:04 PM, Alan Somers wrote: > >> On Thu, Oct 26, 2017 at 4:53 PM, Warner Losh wrote: >> > Author: imp >> > Date: Thu Oct 26 22:53:49 2017 >> > New Revision:

Re: svn commit: r325026 - head/sys/cam/ata

2017-10-26 Thread Warner Losh
On Thu, Oct 26, 2017 at 5:04 PM, Alan Somers wrote: > On Thu, Oct 26, 2017 at 4:53 PM, Warner Losh wrote: > > Author: imp > > Date: Thu Oct 26 22:53:49 2017 > > New Revision: 325026 > > URL: https://svnweb.freebsd.org/changeset/base/325026 > > > > Log: > >

Re: svn commit: r325026 - head/sys/cam/ata

2017-10-26 Thread Alan Somers
On Thu, Oct 26, 2017 at 4:53 PM, Warner Losh wrote: > Author: imp > Date: Thu Oct 26 22:53:49 2017 > New Revision: 325026 > URL: https://svnweb.freebsd.org/changeset/base/325026 > > Log: > Always send STANDBY IMMEDIATE when shutting down > > To save SMART data and for a

svn commit: r325026 - head/sys/cam/ata

2017-10-26 Thread Warner Losh
Author: imp Date: Thu Oct 26 22:53:49 2017 New Revision: 325026 URL: https://svnweb.freebsd.org/changeset/base/325026 Log: Always send STANDBY IMMEDIATE when shutting down To save SMART data and for a drive to understand that it's been nicely shutdown, we need to send a STANDBY

svn commit: r325027 - head/sys/cam/ata

2017-10-26 Thread Warner Losh
Author: imp Date: Thu Oct 26 22:53:55 2017 New Revision: 325027 URL: https://svnweb.freebsd.org/changeset/base/325027 Log: We should be call adaerror() instead of cam_periph_error() always. Sponsored by: Netflix Modified: head/sys/cam/ata/ata_da.c Modified: head/sys/cam/ata/ata_da.c

svn commit: r325025 - head/sys/dev/ipmi

2017-10-26 Thread Warner Losh
Author: imp Date: Thu Oct 26 22:53:02 2017 New Revision: 325025 URL: https://svnweb.freebsd.org/changeset/base/325025 Log: Make time we wait for a power cycle tunable. hw.ipmi.cycle_time is the time to wait for the power down phase of the ipmi power cycle before falling back to either

svn commit: r325024 - in head/sys: dev/ipmi sys

2017-10-26 Thread Warner Losh
Author: imp Date: Thu Oct 26 22:52:51 2017 New Revision: 325024 URL: https://svnweb.freebsd.org/changeset/base/325024 Log: Various IPMI watchdog timer improvements o Make hw.ipmi.on a tuneable o Changes to keep shutdown from hanging indefinitately after the wd would normally have

svn commit: r325023 - stable/11/sys/dev/sdhci

2017-10-26 Thread Ian Lepore
Author: ian Date: Thu Oct 26 22:19:28 2017 New Revision: 325023 URL: https://svnweb.freebsd.org/changeset/base/325023 Log: MFC r314914: Release all previously allocated resources. Modified: stable/11/sys/dev/sdhci/sdhci_fdt_gpio.c Directory Properties: stable/11/ (props changed)

svn commit: r325022 - head/tests/sys/netpfil/pf

2017-10-26 Thread Kristof Provost
Author: kp Date: Thu Oct 26 20:55:33 2017 New Revision: 325022 URL: https://svnweb.freebsd.org/changeset/base/325022 Log: pf tests: Remove temporary files Remove the created_jails.lst and created_interfaces.lst files in the cleanup code. Modified: head/tests/sys/netpfil/pf/utils.subr

svn commit: r325021 - head/tests/sys/netpfil/pf

2017-10-26 Thread Kristof Provost
Author: kp Date: Thu Oct 26 20:54:52 2017 New Revision: 325021 URL: https://svnweb.freebsd.org/changeset/base/325021 Log: pf tests: Fragmentation (v6) test Test fragmentation handling (i.e. scrub fragment reassemble) code for IPv6. Two simple tests: Ping a host (jail) and test

svn commit: r325020 - head/tests/sys/netpfil/pf

2017-10-26 Thread Kristof Provost
Author: kp Date: Thu Oct 26 20:53:56 2017 New Revision: 325020 URL: https://svnweb.freebsd.org/changeset/base/325020 Log: pf tests: destroy jails before destroying interfaces When cleaning up we must destroy the jails before we destroy the interfaces. Otherwise we might try to destroy

svn commit: r325019 - in head: share/man/man9 sys/contrib/libnv sys/sys

2017-10-26 Thread Mariusz Zaborski
Author: oshogbo Date: Thu Oct 26 20:44:42 2017 New Revision: 325019 URL: https://svnweb.freebsd.org/changeset/base/325019 Log: Introduce cnvlist_name() and cnvlist_type() functions. Those function can be used when we are iterating over nvlist to reduce amount of extra variables we need

Re: svn commit: r325009 - head/sys/geom/mountver

2017-10-26 Thread Gleb Smirnoff
Hi Edward, On Thu, Oct 26, 2017 at 10:18:31AM +, Edward Tomasz Napierala wrote: E> Log: E> Make gmountver(8) use direct dispatch. E> E> MFC after: 2 weeks E> E> Modified: E> head/sys/geom/mountver/g_mountver.c E> E> Modified: head/sys/geom/mountver/g_mountver.c E>

svn commit: r325018 - head/sys/kern

2017-10-26 Thread Alan Somers
Author: asomers Date: Thu Oct 26 19:45:15 2017 New Revision: 325018 URL: https://svnweb.freebsd.org/changeset/base/325018 Log: Fix aio_suspend in 32-bit emulation An off-by-one error has been present since the system call was first present in 185878. It additionally became a memory

svn commit: r325017 - head/sys/contrib/libnv

2017-10-26 Thread Jilles Tjoelker
Author: jilles Date: Thu Oct 26 18:32:04 2017 New Revision: 325017 URL: https://svnweb.freebsd.org/changeset/base/325017 Log: libnv: Fix strict-aliasing violation with cookie In rS323851, some casts were adjusted in calls to nvlist_next() and nvlist_get_pararr() in order to make

svn commit: r325016 - head/lib/libdevdctl

2017-10-26 Thread Alan Somers
Author: asomers Date: Thu Oct 26 17:56:34 2017 New Revision: 325016 URL: https://svnweb.freebsd.org/changeset/base/325016 Log: Partially revert r325011: restore Guid's default constructor Reported by: ohartmann MFC after:3 weeks X-MFC-With: 325011 Sponsored by: Spectra Logic

svn commit: r325015 - in stable/11/sys: compat/linsysfs compat/linux kern

2017-10-26 Thread Tijl Coosemans
Author: tijl Date: Thu Oct 26 17:45:01 2017 New Revision: 325015 URL: https://svnweb.freebsd.org/changeset/base/325015 Log: MFC r323692,r323710,r323714,r324628,r324629,r324635,r324636,r324637 Merge Linux emulation changes to support newer Linux libdrm. Modified:

Re: svn commit: r325011 - in head: cddl/usr.sbin/zfsd lib/libdevdctl

2017-10-26 Thread O. Hartmann
Am Thu, 26 Oct 2017 15:28:18 + (UTC) Alan Somers schrieb: > Author: asomers > Date: Thu Oct 26 15:28:18 2017 > New Revision: 325011 > URL: https://svnweb.freebsd.org/changeset/base/325011 > > Log: > zfsd should be able to online an L2ARC that disappears and returns >

svn commit: r325014 - head/sys/arm/include

2017-10-26 Thread Warner Losh
Author: imp Date: Thu Oct 26 16:36:27 2017 New Revision: 325014 URL: https://svnweb.freebsd.org/changeset/base/325014 Log: Add a 'place holder' arm struct efi_fb until a real one comes along. This allows the arm efi boot loader to compile again. Sponsored by: Netflix Modified:

svn commit: r325013 - in vendor/illumos/dist: cmd/zdb cmd/ztest lib/libcmdutils lib/libcmdutils/common lib/libzfs/common lib/libzpool/common lib/libzpool/common/sys

2017-10-26 Thread Andriy Gapon
Author: avg Date: Thu Oct 26 16:20:47 2017 New Revision: 325013 URL: https://svnweb.freebsd.org/changeset/base/325013 Log: 640 number_to_scaled_string is duplicated in several commands illumos/illumos-gate@0a0551200ecbcd4f1b17560acaeeb7b6c8b0090e

svn commit: r325012 - in head/sys/boot/arm: at91 ixp425

2017-10-26 Thread Warner Losh
Author: imp Date: Thu Oct 26 16:02:38 2017 New Revision: 325012 URL: https://svnweb.freebsd.org/changeset/base/325012 Log: Remove now-empty directories Deleted: head/sys/boot/arm/at91/ head/sys/boot/arm/ixp425/ ___ svn-src-all@freebsd.org mailing

svn commit: r325011 - in head: cddl/usr.sbin/zfsd lib/libdevdctl

2017-10-26 Thread Alan Somers
Author: asomers Date: Thu Oct 26 15:28:18 2017 New Revision: 325011 URL: https://svnweb.freebsd.org/changeset/base/325011 Log: zfsd should be able to online an L2ARC that disappears and returns Previously, this didn't work because L2ARC devices' labels don't contain pool GUIDs. Modify

svn commit: r325010 - head/lib/libpam/modules/pam_unix

2017-10-26 Thread Dag-Erling Smørgrav
Author: des Date: Thu Oct 26 13:23:13 2017 New Revision: 325010 URL: https://svnweb.freebsd.org/changeset/base/325010 Log: If the user-provided password exceeds the maximum password length, don't bother passing it to crypt(). It won't succeed and may allow an attacker to confirm that the

svn commit: r325009 - head/sys/geom/mountver

2017-10-26 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Oct 26 10:18:31 2017 New Revision: 325009 URL: https://svnweb.freebsd.org/changeset/base/325009 Log: Make gmountver(8) use direct dispatch. MFC after:2 weeks Modified: head/sys/geom/mountver/g_mountver.c Modified: head/sys/geom/mountver/g_mountver.c

svn commit: r325008 - head/sys/netpfil/ipfw

2017-10-26 Thread Don Lewis
Author: truckman Date: Thu Oct 26 10:11:35 2017 New Revision: 325008 URL: https://svnweb.freebsd.org/changeset/base/325008 Log: Fix Dummynet AQM packet marking function ecn_mark() and fq_codel / fq_pie schedulers packet classification functions in layer2 (bridge mode). Dummynet AQM

svn commit: r325007 - head/sys/geom/mountver

2017-10-26 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Oct 26 09:29:35 2017 New Revision: 325007 URL: https://svnweb.freebsd.org/changeset/base/325007 Log: Make gmountver(8) use G_PF_ACCEPT_UNMAPPED. MFC after:2 weeks Modified: head/sys/geom/mountver/g_mountver.c Modified: head/sys/geom/mountver/g_mountver.c