svn commit: r334874 - head/usr.sbin/pmc

2018-06-08 Thread Eitan Adler
Author: eadler Date: Sat Jun 9 04:54:36 2018 New Revision: 334874 URL: https://svnweb.freebsd.org/changeset/base/334874 Log: pmc: mark some dead functions as such Also change a single instance of the comma operator to a semi-colon. Reviewed by: mmacy Modified:

svn commit: r334871 - head

2018-06-08 Thread Eitan Adler
Author: eadler Date: Sat Jun 9 03:08:04 2018 New Revision: 334871 URL: https://svnweb.freebsd.org/changeset/base/334871 Log: LOCKS: update current locks - use a wild card for releng instead of listing them out. This ignores a technicality that re@ owns the branches during release

svn commit: r334873 - head/usr.bin/ncal

2018-06-08 Thread Eitan Adler
Author: eadler Date: Sat Jun 9 04:40:17 2018 New Revision: 334873 URL: https://svnweb.freebsd.org/changeset/base/334873 Log: ncal: correct history section originally reported Todd C. Miller[0] Additional data see [1][2]. While here, pet igor. Closes #152 (github pr) Sbmitted

svn commit: r334870 - stable/11/sbin/md5

2018-06-08 Thread Eitan Adler
Author: eadler Date: Sat Jun 9 03:01:38 2018 New Revision: 334870 URL: https://svnweb.freebsd.org/changeset/base/334870 Log: MFC r334091: md5: perform compare case-insenstive md5 generates a md5 hash lowercase, but it might be provided in uppercase. Allow this. PR:

svn commit: r334869 - head/usr.bin/top

2018-06-08 Thread Eitan Adler
Author: eadler Date: Sat Jun 9 02:47:02 2018 New Revision: 334869 URL: https://svnweb.freebsd.org/changeset/base/334869 Log: top(1): correct header, align it. THR is always 6 digits or longer. Now that the PID/THR change is separated, use correct headers. PR: 228823

svn commit: r334868 - head/stand/libsa

2018-06-08 Thread Simon J. Gerraty
Author: sjg Date: Sat Jun 9 02:41:51 2018 New Revision: 334868 URL: https://svnweb.freebsd.org/changeset/base/334868 Log: Add st_mtime, st_ino and st_dev for ufs_stat Differential Revision:D15064 Modified: head/stand/libsa/ufs.c Modified: head/stand/libsa/ufs.c

svn commit: r334872 - stable/11/sys/dev/ocs_fc

2018-06-08 Thread Ram Kishore Vegesna
Author: ram Date: Sat Jun 9 04:05:18 2018 New Revision: 334872 URL: https://svnweb.freebsd.org/changeset/base/334872 Log: Issue: Utility hangs when OCS_IOCTL_CMD_MGMT_GET_ALL called in parallel on port 0 and port 1. Fix: Using static structure for results is corrupting the

svn commit: r334866 - head/usr.bin/top

2018-06-08 Thread Eitan Adler
Author: eadler Date: Sat Jun 9 02:18:15 2018 New Revision: 334866 URL: https://svnweb.freebsd.org/changeset/base/334866 Log: top(1): actually make change for tid vs pid Modified: head/usr.bin/top/machine.c Modified: head/usr.bin/top/machine.c

svn commit: r334867 - in head: lib usr.sbin

2018-06-08 Thread Matt Macy
Author: mmacy Date: Sat Jun 9 02:25:18 2018 New Revision: 334867 URL: https://svnweb.freebsd.org/changeset/base/334867 Log: pmc: fix logic in skipping riscv Modified: head/lib/Makefile head/usr.sbin/Makefile Modified: head/lib/Makefile

svn commit: r334864 - head/usr.bin/top

2018-06-08 Thread Eitan Adler
Author: eadler Date: Sat Jun 9 02:14:33 2018 New Revision: 334864 URL: https://svnweb.freebsd.org/changeset/base/334864 Log: top(1): use a different command to toggle tid vs pid - By popular demand, implement a different switch ("T") for toggling between thread id and process id. -

Re: svn commit: r334474 - head/usr.bin/top

2018-06-08 Thread Eitan Adler
On 8 June 2018 at 19:14, Eitan Adler wrote: > On 4 June 2018 at 04:29, Florian Smeets wrote: >> On Mon, Jun 04, 2018 at 03:42:40AM -0700, Eitan Adler wrote: >>> On 3 June 2018 at 22:45, Baptiste Daroussin wrote: >>> >> Hi, >>> >> >>> > IMHO showing TIDs should >>> >> be a separate flag, 'h'

Re: svn commit: r334474 - head/usr.bin/top

2018-06-08 Thread Eitan Adler
On 4 June 2018 at 04:29, Florian Smeets wrote: > On Mon, Jun 04, 2018 at 03:42:40AM -0700, Eitan Adler wrote: >> On 3 June 2018 at 22:45, Baptiste Daroussin wrote: >> >> Hi, >> >> >> > IMHO showing TIDs should >> >> be a separate flag, 'h' maybe, as this commit changes current/expected >> >>

svn commit: r334865 - in head: lib usr.sbin

2018-06-08 Thread Matt Macy
Author: mmacy Date: Sat Jun 9 02:15:45 2018 New Revision: 334865 URL: https://svnweb.freebsd.org/changeset/base/334865 Log: pmc: don't build on riscv where there's no kmod support Modified: head/lib/Makefile head/usr.sbin/Makefile Modified: head/lib/Makefile

Re: svn commit: r334819 - head/sys/vm

2018-06-08 Thread Gleb Smirnoff
On Fri, Jun 08, 2018 at 03:07:07PM +1000, Kubilay Kocak wrote: K> > UMA memory debugging enabled with INVARIANTS consists of two things: K> > trashing freed memory and checking that allocated memory is properly K> > trashed, and also of keeping a bitset of freed items. Trashing/checking K> >

Re: svn commit: r334824 - head/sys/vm

2018-06-08 Thread Gleb Smirnoff
On Fri, Jun 08, 2018 at 03:16:17AM +, Mateusz Guzik wrote: M> Author: mjg M> Date: Fri Jun 8 03:16:16 2018 M> New Revision: 334824 M> URL: https://svnweb.freebsd.org/changeset/base/334824 M> M> Log: M> uma: remove M_ZERO support for pcpu zones M> M> Nothing in the tree uses it and

Re: svn commit: r334545 - in head/sys: contrib/zstd/lib/freebsd kern netinet/libalias sys

2018-06-08 Thread Gleb Smirnoff
On Tue, Jun 05, 2018 at 06:35:37PM +0200, Mateusz Guzik wrote: M> > On 06/02/2018 17:20, Mateusz Guzik wrote: M> > > +#ifdef _KERNEL M> > > +#define malloc(size, type, flags) ({\ M> > > + void *_malloc_item; \ M> > >

Re: svn commit: r334545 - in head/sys: contrib/zstd/lib/freebsd kern netinet/libalias sys

2018-06-08 Thread Gleb Smirnoff
On Wed, Jun 06, 2018 at 12:56:47AM +0200, Mateusz Guzik wrote: M> > M> Thank you for the kind words. It is positive feedback like this which M> > M> keeps me going! M> > M> > Btw, what was the point of checking flags || result? Most places in kernel M> > ignore flags and just test result

Re: svn commit: r334807 - head/usr.bin/grep

2018-06-08 Thread Eitan Adler
On 7 June 2018 at 11:36, Kyle Evans wrote: > Author: kevans > Date: Thu Jun 7 18:36:12 2018 > New Revision: 334807 > URL: https://svnweb.freebsd.org/changeset/base/334807 > > Log: > bsdgrep(1): whoops, garbage collect the now write-only variable Picking a random email to respond to: thanks

svn commit: r334863 - head/sys/kern

2018-06-08 Thread Mateusz Guzik
Author: mjg Date: Fri Jun 8 22:06:32 2018 New Revision: 334863 URL: https://svnweb.freebsd.org/changeset/base/334863 Log: counter: add a bit missed in r334858 It happens to be a noop. Modified: head/sys/kern/subr_counter.c Modified: head/sys/kern/subr_counter.c

svn commit: r334862 - head/sys/net

2018-06-08 Thread Stephen Hurd
Author: shurd Date: Fri Jun 8 21:49:19 2018 New Revision: 334862 URL: https://svnweb.freebsd.org/changeset/base/334862 Log: Remove tx task spinning added in r333686 This caused issues with PASTE. Just remove the reschedule since the DELAY() should be enough for use cases such as

svn commit: r334861 - releng/11.2/sys/conf

2018-06-08 Thread Glen Barber
Author: gjb Date: Fri Jun 8 21:47:17 2018 New Revision: 334861 URL: https://svnweb.freebsd.org/changeset/base/334861 Log: Switch releng/11.2 to RC2 as part of the 11.2-RELEASE cycle, following r334860. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified:

svn commit: r334860 - releng/11.2/release/amd64

2018-06-08 Thread Glen Barber
Author: gjb Date: Fri Jun 8 21:46:11 2018 New Revision: 334860 URL: https://svnweb.freebsd.org/changeset/base/334860 Log: Fix the ordering of where '$bootable' is set in the second variable setting, which was moved around as part of prior commits that were subsequently reverted. This

svn commit: r334859 - releng/11.2/sys/conf

2018-06-08 Thread Glen Barber
Author: gjb Date: Fri Jun 8 21:44:15 2018 New Revision: 334859 URL: https://svnweb.freebsd.org/changeset/base/334859 Log: Revert releng/11.2 back to RC1 temporarily, as an additional fix for amd64 ISOs is required. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation

svn commit: r334858 - in head/sys: netipsec netpfil/ipfw vm

2018-06-08 Thread Mateusz Guzik
Author: mjg Date: Fri Jun 8 21:40:03 2018 New Revision: 334858 URL: https://svnweb.freebsd.org/changeset/base/334858 Log: uma: implement provisional api for per-cpu zones Per-cpu zone allocations are very rarely done compared to regular zones. The intent is to avoid pessimizing the

svn commit: r334857 - head/sys/dev/hwpmc

2018-06-08 Thread Matt Macy
Author: mmacy Date: Fri Jun 8 20:39:49 2018 New Revision: 334857 URL: https://svnweb.freebsd.org/changeset/base/334857 Log: hwpmc: remove dangling references to hwpmc_xscale Reported by: mjg Modified: head/sys/dev/hwpmc/hwpmc_arm.c Modified: head/sys/dev/hwpmc/hwpmc_arm.c

svn commit: r334856 - head/sys/amd64/amd64

2018-06-08 Thread Tycho Nightingale
Author: tychon Date: Fri Jun 8 20:35:58 2018 New Revision: 334856 URL: https://svnweb.freebsd.org/changeset/base/334856 Log: Don't bother looking for non-executable pages when a process is excluded from PTI. Reviewed by: kib Sponsored by: Dell EMC Isilon Differential Revision:

svn commit: r334855 - head/sys/kern

2018-06-08 Thread Matt Macy
Author: mmacy Date: Fri Jun 8 20:31:59 2018 New Revision: 334855 URL: https://svnweb.freebsd.org/changeset/base/334855 Log: AF_UNIX: bring uipc_ready in compliance with new locking protocol PR: 228742 Submitted by: markj Reviewed by: markj Modified: head/sys/kern/uipc_usrreq.c

svn commit: r334854 - head/share/man/man9

2018-06-08 Thread Jonathan T. Looney
Author: jtl Date: Fri Jun 8 19:47:04 2018 New Revision: 334854 URL: https://svnweb.freebsd.org/changeset/base/334854 Log: Create a symlink for sodtor_set(9) to the socket(9) man page. Modified: head/share/man/man9/Makefile Modified: head/share/man/man9/Makefile

svn commit: r334853 - in head: share/man/man9 sys/kern sys/sys

2018-06-08 Thread Jonathan T. Looney
Author: jtl Date: Fri Jun 8 19:35:24 2018 New Revision: 334853 URL: https://svnweb.freebsd.org/changeset/base/334853 Log: Add a socket destructor callback. This allows kernel providers to set callbacks to perform additional cleanup actions at the time a socket is closed. Michio Honda

Re: svn commit: r334817 - in head/usr.sbin/cron: cron crontab lib

2018-06-08 Thread Piotr P. Stefaniak
On 2018-06-07 22:38:40, Gleb Smirnoff wrote: Author: glebius Date: Thu Jun 7 22:38:40 2018 New Revision: 334817 URL: https://svnweb.freebsd.org/changeset/base/334817 Log: Add new functionality and syntax to cron(1) to allow to run jobs at a given interval, which is counted in seconds since

svn commit: r334852 - head/sys/mips/atheros

2018-06-08 Thread Matt Macy
Author: mmacy Date: Fri Jun 8 18:54:47 2018 New Revision: 334852 URL: https://svnweb.freebsd.org/changeset/base/334852 Log: hwpmc: yet another missed fixup Modified: head/sys/mips/atheros/apb.c Modified: head/sys/mips/atheros/apb.c

Re: svn commit: r334708 - head/sys/kern

2018-06-08 Thread Konstantin Belousov
On Fri, Jun 08, 2018 at 02:30:10PM -0400, Mark Johnston wrote: > On Fri, Jun 08, 2018 at 08:37:55PM +0300, Konstantin Belousov wrote: > > On Thu, Jun 07, 2018 at 11:02:29PM -0700, Ryan Libby wrote: > > > On Thu, Jun 7, 2018 at 10:03 PM, Mateusz Guzik wrote: > > > > Checking it without any locks

svn commit: r334851 - head/sys/arm64/arm64

2018-06-08 Thread Konstantin Belousov
Author: kib Date: Fri Jun 8 18:32:26 2018 New Revision: 334851 URL: https://svnweb.freebsd.org/changeset/base/334851 Log: Restore release semantic for the old thread unlock on arm64. With the introduction of pmap_switch(), the DSB instruction on the address map switch is not necessary

Re: svn commit: r334708 - head/sys/kern

2018-06-08 Thread Mark Johnston
On Fri, Jun 08, 2018 at 08:37:55PM +0300, Konstantin Belousov wrote: > On Thu, Jun 07, 2018 at 11:02:29PM -0700, Ryan Libby wrote: > > On Thu, Jun 7, 2018 at 10:03 PM, Mateusz Guzik wrote: > > > Checking it without any locks is perfectly valid in this case. It is done > > > after v_holdcnt gets

svn commit: r334850 - head/sys/arm/xscale/ixp425

2018-06-08 Thread Matt Macy
Author: mmacy Date: Fri Jun 8 18:24:46 2018 New Revision: 334850 URL: https://svnweb.freebsd.org/changeset/base/334850 Log: hwpmc: remove hwpmc_xscale.c from corresponding arm build Modified: head/sys/arm/xscale/ixp425/files.ixp425 Modified: head/sys/arm/xscale/ixp425/files.ixp425

svn commit: r334849 - in head/sys: contrib/dev/ath/ath_hal/ar9300 dev/ath/ath_hal/ar5416

2018-06-08 Thread Adrian Chadd
Author: adrian Date: Fri Jun 8 18:21:57 2018 New Revision: 334849 URL: https://svnweb.freebsd.org/changeset/base/334849 Log: [ath_hal] Return failure if noise floor calibration fails. If we fail noise floor calibration then we may end up with a deaf NIC which we can't recover without a

svn commit: r334848 - in head/sys/dev/ath/ath_hal: ar5212 ar5416

2018-06-08 Thread Adrian Chadd
Author: adrian Date: Fri Jun 8 18:15:23 2018 New Revision: 334848 URL: https://svnweb.freebsd.org/changeset/base/334848 Log: [ath_hal] Don't do ANI processing if we've reset. If we've reset then we can't trust the current state of the ANI tracking, so just wait until next time.

svn commit: r334847 - head/sys/dev/hwpmc

2018-06-08 Thread Matt Macy
Author: mmacy Date: Fri Jun 8 18:09:19 2018 New Revision: 334847 URL: https://svnweb.freebsd.org/changeset/base/334847 Log: hwpmc: retire never completed xscale support hwpmc xscale support is not actually functional and the architecture is well past its shelf life. Deleted:

svn commit: r334846 - head/share/man/man4

2018-06-08 Thread Mark Johnston
Author: markj Date: Fri Jun 8 17:55:06 2018 New Revision: 334846 URL: https://svnweb.freebsd.org/changeset/base/334846 Log: Correct the list of supported drivers. - bnxt(4) is supported via iflib. - mlx4en(4) support has not yet been committed. Modified: head/share/man/man4/netdump.4

Re: svn commit: r334777 - head/sys/compat/linuxkpi/common/include/linux

2018-06-08 Thread Hans Petter Selasky
On 06/08/18 18:51, Ian Lepore wrote: Will this be a problem on i386, where timespec contains a 32-bit time_t?  I think it's the only remaining arch with 32-bit time_t. The LinuxKPI has no need for 64-bit time. These defines are currently only used for debug printouts in drm-next-kmod. --HPS

svn commit: r334845 - head/sys/dev/hwpmc

2018-06-08 Thread Matt Macy
Author: mmacy Date: Fri Jun 8 17:41:49 2018 New Revision: 334845 URL: https://svnweb.freebsd.org/changeset/base/334845 Log: hwpmc: update files missed by r334827 Modified: head/sys/dev/hwpmc/hwpmc_e500.c head/sys/dev/hwpmc/hwpmc_mips.c head/sys/dev/hwpmc/hwpmc_mpc7xxx.c

Re: svn commit: r334708 - head/sys/kern

2018-06-08 Thread Konstantin Belousov
On Thu, Jun 07, 2018 at 11:02:29PM -0700, Ryan Libby wrote: > On Thu, Jun 7, 2018 at 10:03 PM, Mateusz Guzik wrote: > > On Fri, Jun 8, 2018 at 6:29 AM, Ryan Libby wrote: > >> > >> On Thu, Jun 7, 2018 at 8:32 PM, Mark Johnston wrote: > >> > On Wed, Jun 06, 2018 at 05:03:11PM +0300, Konstantin

svn commit: r334844 - in head: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/cmd/ztest cddl/contrib/opensolaris/lib/libzfs/common cddl/contrib/opensol...

2018-06-08 Thread Sean Eric Fagan
Author: sef Date: Fri Jun 8 17:38:28 2018 New Revision: 334844 URL: https://svnweb.freebsd.org/changeset/base/334844 Log: This originated from ZFS On Linux, as https://github.com/zfsonlinux/zfs/commit/d4a72f23863382bdf6d0ae33196f5b5decbc48fd During scans (scrubs or resilvers), it sorts

svn commit: r334843 - head/sys/netinet

2018-06-08 Thread Matt Macy
Author: mmacy Date: Fri Jun 8 17:37:49 2018 New Revision: 334843 URL: https://svnweb.freebsd.org/changeset/base/334843 Log: avoid 'tcp_outflags defined but not used' Modified: head/sys/netinet/tcp_fsm.h head/sys/netinet/tcp_output.c Modified: head/sys/netinet/tcp_fsm.h

svn commit: r334842 - head/sys/netinet

2018-06-08 Thread Matt Macy
Author: mmacy Date: Fri Jun 8 17:37:43 2018 New Revision: 334842 URL: https://svnweb.freebsd.org/changeset/base/334842 Log: hpts: remove redundant decl breaking gcc build Modified: head/sys/netinet/tcp_hpts.c Modified: head/sys/netinet/tcp_hpts.c

Re: svn commit: r334804 - in head/sys: kern modules/tcp modules/tcp/rack netinet netinet/tcp_stacks sys

2018-06-08 Thread Jonathan T. Looney
On Fri, Jun 8, 2018 at 12:37 PM, hiren panchasara < hi...@strugglingcoder.info> wrote: > ps: I know we are not killing the default stack as of yet and just > stopping active maintenance of it but just wanted to raise these > (probably obvious) points. We absolutely are not stopping active

Re: svn commit: r334777 - head/sys/compat/linuxkpi/common/include/linux

2018-06-08 Thread Ian Lepore
On Thu, 2018-06-07 at 11:41 +, Hans Petter Selasky wrote: > Author: hselasky > Date: Thu Jun  7 11:41:42 2018 > New Revision: 334777 > URL: https://svnweb.freebsd.org/changeset/base/334777 > > Log: >   Wrap timespec64 into timespec in the LinuxKPI. >    >   Submitted by: Johannes

Re: svn commit: r334804 - in head/sys: kern modules/tcp modules/tcp/rack netinet netinet/tcp_stacks sys

2018-06-08 Thread hiren panchasara
On 06/07/18 at 08:07P, Matthew Macy wrote: > > > > Okay. I believe there might be situations where we may want to still > > keep the 'default' stack alive. I know Windows doesn't yet use RACK when > > rtt is lesser than 10ms (or something like that), as an example. > > > > Is there any reason

Re: svn commit: r334827 - in head/sys: amd64/amd64 arm/arm dev/hwpmc i386/i386 kern mips/atheros mips/cavium powerpc/powerpc sys

2018-06-08 Thread Matthew Macy
> The fact that our NMI handler isn't re-entrant can lead to subtle > problems. If while executing the NMI handler we hit a dtrace > probe or DDB breakpoint, the iret executed upon return to the handler > will re-enable NMIs. Then, if a second NMI arrives before the handler > for the first has

Re: svn commit: r334827 - in head/sys: amd64/amd64 arm/arm dev/hwpmc i386/i386 kern mips/atheros mips/cavium powerpc/powerpc sys

2018-06-08 Thread Mark Johnston
On Fri, Jun 08, 2018 at 09:07:53AM -0700, Matthew Macy wrote: > On Fri, Jun 8, 2018 at 07:35 Mark Johnston wrote: > > > On Fri, Jun 08, 2018 at 04:58:03AM +, Matt Macy wrote: > > > Author: mmacy > > > Date: Fri Jun 8 04:58:03 2018 > > > New Revision: 334827 > > > URL:

Re: svn commit: r334827 - in head/sys: amd64/amd64 arm/arm dev/hwpmc i386/i386 kern mips/atheros mips/cavium powerpc/powerpc sys

2018-06-08 Thread Matthew Macy
On Fri, Jun 8, 2018 at 07:35 Mark Johnston wrote: > On Fri, Jun 08, 2018 at 04:58:03AM +, Matt Macy wrote: > > Author: mmacy > > Date: Fri Jun 8 04:58:03 2018 > > New Revision: 334827 > > URL: https://svnweb.freebsd.org/changeset/base/334827 > > > > Log: > > hwpmc: simplify calling

svn commit: r334841 - head/share/skel

2018-06-08 Thread Brad Davis
Author: brd Date: Fri Jun 8 15:05:26 2018 New Revision: 334841 URL: https://svnweb.freebsd.org/changeset/base/334841 Log: Simplify this Makefile. Approved by: bapt (mentor) Modified: head/share/skel/Makefile Modified: head/share/skel/Makefile

Re: svn commit: r334814 - head/sbin/dump

2018-06-08 Thread Diane Bruce
On Fri, Jun 08, 2018 at 10:08:25AM -0400, Ed Maste wrote: > On 7 June 2018 at 16:49, Kirk McKusick wrote: > > Author: mckusick > > Date: Thu Jun 7 20:49:01 2018 > > New Revision: 334814 > > URL: https://svnweb.freebsd.org/changeset/base/334814 > > > > Log: > > Ensure proper initialization of

svn commit: r334840 - releng/11.2/sys/conf

2018-06-08 Thread Glen Barber
Author: gjb Date: Fri Jun 8 14:36:10 2018 New Revision: 334840 URL: https://svnweb.freebsd.org/changeset/base/334840 Log: Rename releng/11.2 to RC2 as part of the 11.2-RELEASE cycle, following r334839. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified:

Re: svn commit: r334827 - in head/sys: amd64/amd64 arm/arm dev/hwpmc i386/i386 kern mips/atheros mips/cavium powerpc/powerpc sys

2018-06-08 Thread Mark Johnston
On Fri, Jun 08, 2018 at 04:58:03AM +, Matt Macy wrote: > Author: mmacy > Date: Fri Jun 8 04:58:03 2018 > New Revision: 334827 > URL: https://svnweb.freebsd.org/changeset/base/334827 > > Log: > hwpmc: simplify calling convention for hwpmc interrupt handling > > pmc_process_interrupt

svn commit: r334839 - releng/11.2/release/amd64

2018-06-08 Thread Glen Barber
Author: gjb Date: Fri Jun 8 14:35:27 2018 New Revision: 334839 URL: https://svnweb.freebsd.org/changeset/base/334839 Log: Restore r332345 and r332346 from head, merged to stable/11 as part of r333006, which was reverted in r334735. r332345 fixes makefs(8) invocation after head revision

Re: svn commit: r334814 - head/sbin/dump

2018-06-08 Thread Justin Hibbits
On Fri, Jun 8, 2018 at 10:08 AM, Ed Maste wrote: > On 7 June 2018 at 16:49, Kirk McKusick wrote: >> Author: mckusick >> Date: Thu Jun 7 20:49:01 2018 >> New Revision: 334814 >> URL: https://svnweb.freebsd.org/changeset/base/334814 >> >> Log: >> Ensure proper initialization of superblock. >> >

Re: svn commit: r334814 - head/sbin/dump

2018-06-08 Thread Ed Maste
On 7 June 2018 at 16:49, Kirk McKusick wrote: > Author: mckusick > Date: Thu Jun 7 20:49:01 2018 > New Revision: 334814 > URL: https://svnweb.freebsd.org/changeset/base/334814 > > Log: > Ensure proper initialization of superblock. > ... > --- head/sbin/dump/main.c Thu Jun 7 19:57:55

svn commit: r334838 - releng/11.2/sys/conf

2018-06-08 Thread Glen Barber
Author: gjb Date: Fri Jun 8 14:00:12 2018 New Revision: 334838 URL: https://svnweb.freebsd.org/changeset/base/334838 Log: Revert releng/11.2 back to RC1 due to an issue discovered with amd64 ISOs, pending a fix to be committed shortly. Approved by: re (implicit) Sponsored by: The

svn commit: r334837 - head/usr.bin/grep

2018-06-08 Thread Kyle Evans
Author: kevans Date: Fri Jun 8 12:58:55 2018 New Revision: 334837 URL: https://svnweb.freebsd.org/changeset/base/334837 Log: bsdgrep(1): Evict character sequence that moved in Reported by: trasz Modified: head/usr.bin/grep/file.c Modified: head/usr.bin/grep/file.c

Re: svn commit: r334617 - in head: . etc

2018-06-08 Thread Brad Davis
On Thu, Jun 7, 2018, at 10:59 PM, Bryan Drewery wrote: > > > On Jun 4, 2018, at 11:17, Brad Davis wrote: > > > > Author: brd > > Date: Mon Jun 4 15:17:24 2018 > > New Revision: 334617 > > URL: https://svnweb.freebsd.org/changeset/base/334617 > > > > Log: > > Move /sys symlink creating out of

Re: svn commit: r334617 - in head: . etc

2018-06-08 Thread Brad Davis
On Thu, Jun 7, 2018, at 10:38 PM, Bryan Drewery wrote: > > > > On Jun 5, 2018, at 16:43, Brad Davis wrote: > > > > > > On Tue, Jun 5, 2018, at 1:07 PM, Renato Botelho wrote: > > > On 05/06/18 15:26, Konstantin Belousov wrote: > > > > On Tue, Jun 05, 2018 at 12:13:05PM -0600, Brad Davis wrote: > >

Re: svn commit: r334617 - in head: . etc

2018-06-08 Thread Bryan Drewery
> On Jun 7, 2018, at 03:29, Alexey Dokuchaev wrote: > >> On Wed, Jun 06, 2018 at 01:02:25PM -0600, Brad Davis wrote: >>> On Wed, Jun 6, 2018, at 12:33 PM, Rodney W. Grimes wrote: >>> ... >>> So each installworld would wipe over the top of any localmod /etc/rc.d/ >>> and other stuff that mght

svn commit: r334836 - in stable/11: sbin/ipfw sys/modules/ipfw_nat64 sys/netpfil/ipfw/nat64

2018-06-08 Thread Andrey V. Elsukov
Author: ae Date: Fri Jun 8 10:09:30 2018 New Revision: 334836 URL: https://svnweb.freebsd.org/changeset/base/334836 Log: MFC r333403: Bring in some last changes in NAT64 implementation: o Modify ipfw(8) to be able set any prefix6 not just Well-Known, and also show configured

svn commit: r334835 - stable/11/sys/net

2018-06-08 Thread Andrey V. Elsukov
Author: ae Date: Fri Jun 8 09:52:49 2018 New Revision: 334835 URL: https://svnweb.freebsd.org/changeset/base/334835 Log: MFC r333400: Add IFCAP_LINKSTATE support to if_loop(4). Modified: stable/11/sys/net/if_loop.c Directory Properties: stable/11/ (props changed) Modified:

Re: svn commit: r334830 - in head/sys: kern net vm

2018-06-08 Thread Eitan Adler
On 8 June 2018 at 01:31, Eitan Adler wrote: > On 7 June 2018 at 22:40, Mateusz Guzik wrote: >> Modified: head/sys/vm/uma_core.c >> == >> --- head/sys/vm/uma_core.c Fri Jun 8 05:17:06 2018(r334829) >> +++

Re: svn commit: r334830 - in head/sys: kern net vm

2018-06-08 Thread Eitan Adler
On 7 June 2018 at 22:40, Mateusz Guzik wrote: > Modified: head/sys/vm/uma_core.c > == > --- head/sys/vm/uma_core.c Fri Jun 8 05:17:06 2018(r334829) > +++ head/sys/vm/uma_core.c Fri Jun 8 05:40:36 2018

Re: svn commit: r334708 - head/sys/kern

2018-06-08 Thread Ryan Libby
On Thu, Jun 7, 2018 at 10:03 PM, Mateusz Guzik wrote: > On Fri, Jun 8, 2018 at 6:29 AM, Ryan Libby wrote: >> >> On Thu, Jun 7, 2018 at 8:32 PM, Mark Johnston wrote: >> > On Wed, Jun 06, 2018 at 05:03:11PM +0300, Konstantin Belousov wrote: >> >> On Wed, Jun 06, 2018 at 12:57:12PM +, Justin