svn commit: r343462 - head/sys/ufs/ffs

2019-01-25 Thread Kirk McKusick
Author: mckusick Date: Sat Jan 26 05:35:24 2019 New Revision: 343462 URL: https://svnweb.freebsd.org/changeset/base/343462 Log: Expand DDB's set of printable soft dependency data structures. The set of known soft dependency data structures now includes: sd_worklist, sd_inodedep,

svn commit: r343461 - head/lib/libc/tests/sys

2019-01-25 Thread Enji Cooper
Author: ngie Date: Sat Jan 26 03:43:12 2019 New Revision: 343461 URL: https://svnweb.freebsd.org/changeset/base/343461 Log: Fix reporting errors with `gai_strerror(..)` The return value (`err`) should be checked; not the `errno` value. PR: 235200 Approved by: emaste

Re: svn commit: r343440 - head/bin/sh

2019-01-25 Thread Edward Napierala
On 0125T1705, Rodney W. Grimes wrote: > > > On Jan 25, 2019, at 1:13 AM, Edward Napierala wrote: > > Chop with the big axe most of this as I need to clarify a miss statement. > ... > > > The change we're discussing doesn't affect upgrades at all - it's only > > > for new installs. > > > >

Re: svn commit: r343440 - head/bin/sh

2019-01-25 Thread Rodney W. Grimes
> On 0125T1705, Rodney W. Grimes wrote: > > > > On Jan 25, 2019, at 1:13 AM, Edward Napierala wrote: > > > > Chop with the big axe most of this as I need to clarify a miss statement. > > ... > > > > The change we're discussing doesn't affect upgrades at all - it's only > > > > for new installs.

Re: svn commit: r343440 - head/bin/sh

2019-01-25 Thread Edward Napierala
Excuse my brevity; I'll address the rest after getting some sleep, but I'd like to clarify one crucial thing. I think that's actually _the_ point where I screwed up: I didn't expect people to actually care for what I considered a cosmetic change, and I didn't realize the need to explain what this

Re: svn commit: r343440 - head/bin/sh

2019-01-25 Thread Rodney W. Grimes
> > On Jan 25, 2019, at 1:13 AM, Edward Napierala wrote: Chop with the big axe most of this as I need to clarify a miss statement. ... > > The change we're discussing doesn't affect upgrades at all - it's only > > for new installs. > > mergemaster, iirc, will merge in changes to etc files after

Re: svn commit: r343440 - head/bin/sh

2019-01-25 Thread Devin Teske
> On Jan 25, 2019, at 1:13 AM, Edward Napierala wrote: > > On 0125T1530, Devin Teske wrote: >> >> >>> On Jan 25, 2019, at 12:28 AM, Edward Napierala wrote: >>> >>> On 0125T1441, Devin Teske wrote: > On Jan 25, 2019, at 1:37 PM, Edward Napierala wrote: > > pt., 25

Re: svn commit: r343440 - head/bin/sh

2019-01-25 Thread Edward Napierala
On 0125T1530, Devin Teske wrote: > > > > On Jan 25, 2019, at 12:28 AM, Edward Napierala wrote: > > > > On 0125T1441, Devin Teske wrote: > >> > >> > >>> On Jan 25, 2019, at 1:37 PM, Edward Napierala wrote: > >>> > >>> pt., 25 sty 2019 o 19:57 Rodney W. Grimes > >>>

Re: svn commit: r343440 - head/bin/sh

2019-01-25 Thread Devin Teske
> On Jan 25, 2019, at 12:28 AM, Edward Napierala wrote: > > On 0125T1441, Devin Teske wrote: >> >> >>> On Jan 25, 2019, at 1:37 PM, Edward Napierala wrote: >>> >>> pt., 25 sty 2019 o 19:57 Rodney W. Grimes >>> mailto:free...@pdx.rh.cn85.dnsmgr.net>> >>> napisał(a): > Author:

Re: svn commit: r343440 - head/bin/sh

2019-01-25 Thread Edward Napierala
On 0125T1441, Devin Teske wrote: > > > > On Jan 25, 2019, at 1:37 PM, Edward Napierala wrote: > > > > pt., 25 sty 2019 o 19:57 Rodney W. Grimes > > mailto:free...@pdx.rh.cn85.dnsmgr.net>> > > napisał(a): > >> > >>> Author: trasz > >>> Date: Fri Jan 25 17:09:26 2019 > >>> New Revision: 343440

Re: svn commit: r343440 - head/bin/sh

2019-01-25 Thread Devin Teske
> On Jan 25, 2019, at 2:41 PM, Devin Teske wrote: > > > >> On Jan 25, 2019, at 1:37 PM, Edward Napierala > > wrote: >> >> pt., 25 sty 2019 o 19:57 Rodney W. Grimes >> mailto:free...@pdx.rh.cn85.dnsmgr.net>> >> napisał(a): >>> Author: trasz Date: Fri Jan

svn commit: r343460 - stable/11/lib/libedit

2019-01-25 Thread Jilles Tjoelker
Author: jilles Date: Fri Jan 25 22:52:49 2019 New Revision: 343460 URL: https://svnweb.freebsd.org/changeset/base/343460 Log: MFC r343105: libedit: Avoid out of bounds read in 'bind' command This is CVS revision 1.31 from NetBSD lib/libedit/chartype.c: Make sure that argv is NULL

Re: svn commit: r343440 - head/bin/sh

2019-01-25 Thread Devin Teske
> On Jan 25, 2019, at 2:47 PM, Devin Teske wrote: > > > >> On Jan 25, 2019, at 2:41 PM, Devin Teske > > wrote: >> >> >> >>> On Jan 25, 2019, at 1:37 PM, Edward Napierala >> > wrote: >>> >>> pt., 25 sty 2019 o 19:57 Rodney W. Grimes >>>

Re: svn commit: r343440 - head/bin/sh

2019-01-25 Thread Devin Teske
> On Jan 25, 2019, at 1:37 PM, Edward Napierala wrote: > > pt., 25 sty 2019 o 19:57 Rodney W. Grimes > mailto:free...@pdx.rh.cn85.dnsmgr.net>> > napisał(a): >> >>> Author: trasz >>> Date: Fri Jan 25 17:09:26 2019 >>> New Revision: 343440 >>> URL:

Re: svn commit: r343440 - head/bin/sh

2019-01-25 Thread Rodney W. Grimes
> pt., 25 sty 2019 o 19:57 Rodney W. Grimes > napisa?(a): > > > > > Author: trasz > > > Date: Fri Jan 25 17:09:26 2019 > > > New Revision: 343440 > > > URL: https://svnweb.freebsd.org/changeset/base/343440 > > > > > > Log: > > > Comment out the default sh(1) aliases for root, introduced in

svn commit: r343459 - head/sys/fs/ext2fs

2019-01-25 Thread Pedro F. Giffuni
Author: pfg Date: Fri Jan 25 22:22:29 2019 New Revision: 343459 URL: https://svnweb.freebsd.org/changeset/base/343459 Log: ext2fs: Add some extra consistency checks for the superblock. Maliciously formed, or badly corrupted, filesystems can cause kernel panics. In general, such acts of

svn commit: r343458 - head/sys/dev/bhnd/cores/pmu

2019-01-25 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Jan 25 21:38:28 2019 New Revision: 343458 URL: https://svnweb.freebsd.org/changeset/base/343458 Log: Fix format/arg mismatch USe correct format for int arguments PR: 229549 Submitted by: David Binderman MFC after:1 week Modified:

Re: svn commit: r343440 - head/bin/sh

2019-01-25 Thread Edward Napierala
pt., 25 sty 2019 o 19:57 Rodney W. Grimes napisał(a): > > > Author: trasz > > Date: Fri Jan 25 17:09:26 2019 > > New Revision: 343440 > > URL: https://svnweb.freebsd.org/changeset/base/343440 > > > > Log: > > Comment out the default sh(1) aliases for root, introduced in r343416. > > The rest

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

2019-01-25 Thread Kirk McKusick
Author: mckusick Date: Fri Jan 25 21:24:09 2019 New Revision: 343457 URL: https://svnweb.freebsd.org/changeset/base/343457 Log: Add printing of b_ioflags to DDB `show buffer' command. Sponsored by: Netflix Modified: head/sys/kern/vfs_bio.c head/sys/sys/bio.h Modified:

svn commit: r343456 - head/sys/dev/cxgbe

2019-01-25 Thread John Baldwin
Author: jhb Date: Fri Jan 25 20:54:18 2019 New Revision: 343456 URL: https://svnweb.freebsd.org/changeset/base/343456 Log: Fix a few more places to handle ofld tx queues for RATELIMIT. - Drain offload transmit queues when RATELIMIT is enabled but TCP_OFFLOAD is not. - Expose the

svn commit: r343455 - head/usr.sbin/acpi/acpidump

2019-01-25 Thread Cy Schubert
Author: cy Date: Fri Jan 25 20:53:29 2019 New Revision: 343455 URL: https://svnweb.freebsd.org/changeset/base/343455 Log: Fix 32-bit buildworld broken by r343438. Modified: head/usr.sbin/acpi/acpidump/acpi.c Modified: head/usr.sbin/acpi/acpidump/acpi.c

svn commit: r343454 - in stable/12/sys: netinet netinet6

2019-01-25 Thread Mark Johnston
Author: markj Date: Fri Jan 25 20:24:53 2019 New Revision: 343454 URL: https://svnweb.freebsd.org/changeset/base/343454 Log: MFC r343363, r343364: Fix an LLE lookup race. PR: 234296 Modified: stable/12/sys/netinet/in.c stable/12/sys/netinet6/in6.c Directory Properties:

svn commit: r343453 - in head/sys/dev/usb: . quirk

2019-01-25 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jan 25 20:20:27 2019 New Revision: 343453 URL: https://svnweb.freebsd.org/changeset/base/343453 Log: Add new USB quirk. PR: 235202 Differential Revision:https://reviews.freebsd.org/D18917 MFC after:1 week Sponsored by:

Re: svn commit: r343449 - in head/sbin: newfs tunefs

2019-01-25 Thread Rodney W. Grimes
> Author: mckusick > Date: Fri Jan 25 20:07:18 2019 > New Revision: 343449 > URL: https://svnweb.freebsd.org/changeset/base/343449 > > Log: > Allow tunefs to include '_' as a legal character in label names > to make it consistent with newfs. Document the legality of '_' > in label names in

svn commit: r343452 - head/sys/mips/nlm

2019-01-25 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Jan 25 20:14:28 2019 New Revision: 343452 URL: https://svnweb.freebsd.org/changeset/base/343452 Log: [mips] Fix error condition check that always evaluates to false Use proper logical operand when checking the value of srcid PR: 200988 Submitted by:

svn commit: r343451 - in head/sys/compat/linuxkpi/common: include/linux src

2019-01-25 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jan 25 20:13:28 2019 New Revision: 343451 URL: https://svnweb.freebsd.org/changeset/base/343451 Log: Add full support for PCI_ANY_ID when matching PCI IDs in the LinuxKPI. MFC after:1 week Sponsored by: Mellanox Technologies Modified:

svn commit: r343450 - head/sys/mips/ingenic

2019-01-25 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Jan 25 20:10:57 2019 New Revision: 343450 URL: https://svnweb.freebsd.org/changeset/base/343450 Log: [mips] Unbreak kernel build for CI20 - Include header required for boot_parse_XXX functions - Use boot_parse_args when parsing argc/argv style arguments - Remove

svn commit: r343449 - in head/sbin: newfs tunefs

2019-01-25 Thread Kirk McKusick
Author: mckusick Date: Fri Jan 25 20:07:18 2019 New Revision: 343449 URL: https://svnweb.freebsd.org/changeset/base/343449 Log: Allow tunefs to include '_' as a legal character in label names to make it consistent with newfs. Document the legality of '_' in label names in both tunefs(8) and

svn commit: r343448 - head/sys/mips/ingenic

2019-01-25 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Jan 25 20:02:55 2019 New Revision: 343448 URL: https://svnweb.freebsd.org/changeset/base/343448 Log: [mips] Fix counter mask in jz4780 timer driver Fix dublicate value in what is apparent copypaste mistake. The last value in mask is supposed to be for counter 7,

svn commit: r343447 - stable/11/sys/dev/nvd

2019-01-25 Thread Alexander Motin
Author: mav Date: Fri Jan 25 20:00:59 2019 New Revision: 343447 URL: https://svnweb.freebsd.org/changeset/base/343447 Log: MFC r342557, r342559: Reimplement nvd(4) detach handling. Previous code typically crashed in case of NVMe device unplug or even clean detach while some I/Os are

svn commit: r343446 - head/sys/mips/mips

2019-01-25 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Jan 25 19:58:56 2019 New Revision: 343446 URL: https://svnweb.freebsd.org/changeset/base/343446 Log: [mips] remove check that is always false (unsinged < 0) cpuid and local cpu variable are unsigned so checking if value is less than zero always yields false.

Re: svn commit: r343440 - head/bin/sh

2019-01-25 Thread Rodney W. Grimes
> Author: trasz > Date: Fri Jan 25 17:09:26 2019 > New Revision: 343440 > URL: https://svnweb.freebsd.org/changeset/base/343440 > > Log: > Comment out the default sh(1) aliases for root, introduced in r343416. > The rest of this stuff is still to be discussed, but I think at this > point we

svn commit: r343445 - stable/12/sys/dev/nvd

2019-01-25 Thread Alexander Motin
Author: mav Date: Fri Jan 25 19:56:06 2019 New Revision: 343445 URL: https://svnweb.freebsd.org/changeset/base/343445 Log: MFC r342557, r342559: Reimplement nvd(4) detach handling. Previous code typically crashed in case of NVMe device unplug or even clean detach while some I/Os are

svn commit: r343444 - head/lib/libc/sys

2019-01-25 Thread Enji Cooper
Author: ngie Date: Fri Jan 25 19:56:02 2019 New Revision: 343444 URL: https://svnweb.freebsd.org/changeset/base/343444 Log: Document that `sendfile` will return an invalid value for `sbytes` if provided an invalid address This is meant to clarify the fact that the system call will not

svn commit: r343443 - head/sys/mips/nlm

2019-01-25 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Jan 25 19:36:20 2019 New Revision: 343443 URL: https://svnweb.freebsd.org/changeset/base/343443 Log: [mips] remove dublicate values in enable mask in nlm_usb_intr_en PR: 230572 Submitted by: David Binderman MFC after:1 week Modified:

svn commit: r343442 - in head: contrib/netbsd-tests/lib/libm lib/msun/tests

2019-01-25 Thread Li-Wen Hsu
Author: lwhsu Date: Fri Jan 25 18:48:20 2019 New Revision: 343442 URL: https://svnweb.freebsd.org/changeset/base/343442 Log: Temporarily mark lib.msun.{cbrt_test.cbrtl_powl,trig_test.reduction} expected failure after clang700-import merge PR: 234040 Reviewed by: ngie, markj

Re: svn commit: r343416 - head/bin/sh

2019-01-25 Thread Edward Tomasz Napierała
On 0125T1813, Alexey Dokuchaev wrote: > On Fri, Jan 25, 2019 at 06:02:58AM +, Edward Napierala wrote: > > The aliases are gone, let's continue on the remaining bits below. > > They are not gone, they were commented out; also, bogus double linefeeds > are not gone. Yeah, I've matched the

svn commit: r343441 - stable/12/sys/netinet

2019-01-25 Thread Stephen Hurd
Author: shurd Date: Fri Jan 25 18:30:12 2019 New Revision: 343441 URL: https://svnweb.freebsd.org/changeset/base/343441 Log: MFC r343047: Fix window update issue when scaling disabled When the TCP window scale option is not used, and the window opens up enough in one soreceive, a

Re: svn commit: r343416 - head/bin/sh

2019-01-25 Thread Oliver Pinter
On Friday, January 25, 2019, Alexey Dokuchaev wrote: > On Fri, Jan 25, 2019 at 06:02:58AM +, Edward Napierala wrote: > > The aliases are gone, let's continue on the remaining bits below. > > They are not gone, they were commented out; also, bogus double linefeeds > are not gone. But most

Re: svn commit: r343416 - head/bin/sh

2019-01-25 Thread Alexey Dokuchaev
On Fri, Jan 25, 2019 at 06:02:58AM +, Edward Napierala wrote: > The aliases are gone, let's continue on the remaining bits below. They are not gone, they were commented out; also, bogus double linefeeds are not gone. But most importantly, this whole file is useless and IMHO should just be

Re: svn commit: r343416 - head/bin/sh

2019-01-25 Thread Edward Napierala
The aliases are gone, let's continue on the remaining bits below. On 0125T0539, Rodney W. Grimes wrote: > > pt., 25 sty 2019 o 11:24 Rodney W. Grimes > > napisa?(a): > > > > > > > On 0124T1555, Rodney W. Grimes wrote: > > > > > > Author: trasz > > > > > > Date: Thu Jan 24 23:34:51 2019 > > > > >

svn commit: r343440 - head/bin/sh

2019-01-25 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Jan 25 17:09:26 2019 New Revision: 343440 URL: https://svnweb.freebsd.org/changeset/base/343440 Log: Comment out the default sh(1) aliases for root, introduced in r343416. The rest of this stuff is still to be discussed, but I think at this point we have the

svn commit: r343439 - head/sys/netinet

2019-01-25 Thread Michael Tuexen
Author: tuexen Date: Fri Jan 25 17:08:28 2019 New Revision: 343439 URL: https://svnweb.freebsd.org/changeset/base/343439 Log: Don't include two header files when not needed. This allows the part of the rewrite of TCP reassembly in this files to be MFCed to stable/11 with manual change.

svn commit: r343438 - in head: sys/dev/tpm usr.sbin/acpi/acpidump

2019-01-25 Thread Takanori Watanabe
Author: takawata Date: Fri Jan 25 16:16:10 2019 New Revision: 343438 URL: https://svnweb.freebsd.org/changeset/base/343438 Log: Use ACPI TPM2 table to probe tpmtis and tpmcrb device. Differential Revision: https://reviews.freebsd.org/D18937 Modified: head/sys/dev/tpm/tpm20.h

svn commit: r343437 - stable/11/sys/netinet

2019-01-25 Thread Michael Tuexen
Author: tuexen Date: Fri Jan 25 15:48:00 2019 New Revision: 343437 URL: https://svnweb.freebsd.org/changeset/base/343437 Log: MFC r343089: Limit the user-controllable amount of memory the kernel allocates via IPPROTO_SCTP level socket options. This issue was found by running

svn commit: r343436 - stable/12/sys/netinet

2019-01-25 Thread Michael Tuexen
Author: tuexen Date: Fri Jan 25 15:46:30 2019 New Revision: 343436 URL: https://svnweb.freebsd.org/changeset/base/343436 Log: MFC r343089: Limit the user-controllable amount of memory the kernel allocates via IPPROTO_SCTP level socket options. This issue was found by running

svn commit: r343435 - stable/12/sys/netinet

2019-01-25 Thread Michael Tuexen
Author: tuexen Date: Fri Jan 25 15:44:53 2019 New Revision: 343435 URL: https://svnweb.freebsd.org/changeset/base/343435 Log: MFC r342879: Fix getsockopt() for IP_OPTIONS/IP_RETOPTS. r336616 copies inp->inp_options using the m_dup() function. However, this function expects an mbuf

svn commit: r343434 - stable/11/sys/kern

2019-01-25 Thread Michael Tuexen
Author: tuexen Date: Fri Jan 25 15:40:51 2019 New Revision: 343434 URL: https://svnweb.freebsd.org/changeset/base/343434 Log: MFC r342857: Avoid overfow in vtruncbuf() Using daddr_t instead of int avoids trunclbn to become negative when it shouldn't. This isssue was found by

svn commit: r343433 - stable/12/sys/kern

2019-01-25 Thread Michael Tuexen
Author: tuexen Date: Fri Jan 25 15:39:33 2019 New Revision: 343433 URL: https://svnweb.freebsd.org/changeset/base/343433 Log: MFC r342857: Avoid overfow in vtruncbuf() Using daddr_t instead of int avoids trunclbn to become negative when it shouldn't. This isssue was found by

svn commit: r343432 - stable/11/sys/netinet

2019-01-25 Thread Michael Tuexen
Author: tuexen Date: Fri Jan 25 15:25:53 2019 New Revision: 343432 URL: https://svnweb.freebsd.org/changeset/base/343432 Log: MFC r338138: Enabling the IPPROTO_IPV6 level socket option IPV6_USE_MIN_MTU on a TCP socket resulted in sending fragmented IPV6 packets. This is fixes by

svn commit: r343431 - stable/11/sys/netinet

2019-01-25 Thread Michael Tuexen
Author: tuexen Date: Fri Jan 25 15:21:42 2019 New Revision: 343431 URL: https://svnweb.freebsd.org/changeset/base/343431 Log: MFC r338137: Fix the inheritance of IPv6 level socket options on TCP sockets. This was broken for IPv6 listening socket, which are not IPV6_ONLY, and the

svn commit: r343430 - head/sys/net

2019-01-25 Thread Andrew Gallatin
Author: gallatin Date: Fri Jan 25 15:02:18 2019 New Revision: 343430 URL: https://svnweb.freebsd.org/changeset/base/343430 Log: Fix an iflib driver unload panic introduced in r343085 The new loop to sync and unload descriptors was indexed by "i", rather than "j". The panic was caused

svn commit: r343429 - head/contrib/llvm/tools/clang/lib/Driver/ToolChains

2019-01-25 Thread Ed Maste
Author: emaste Date: Fri Jan 25 14:46:13 2019 New Revision: 343429 URL: https://svnweb.freebsd.org/changeset/base/343429 Log: clang: default to DWARF 4 as of FreeBSD 13 FreeBSD previously defaulted to DWARF 2 because several tools (gdb, ctfconvert, etc.) did not support later versions.

Re: svn commit: r343349 - head/sys/dev/ocs_fc

2019-01-25 Thread Rodney W. Grimes
> On Fri, Jan 25, 2019 at 7:44 AM Rodney W. Grimes > wrote: > > > > > Hi Rodney, > > > > > > I fixed many coverity tool warnings as part of this commit. Adding all the > > > warnings and fix details seemed over kill. > > > > It seems like overkill when your commiting, but if you have > > have to

svn commit: r343428 - in head/sys/netinet: . cc tcp_stacks

2019-01-25 Thread Michael Tuexen
Author: tuexen Date: Fri Jan 25 13:57:09 2019 New Revision: 343428 URL: https://svnweb.freebsd.org/changeset/base/343428 Log: Fix a bug in the restart window computation of TCP New Reno When implementing support for IW10, an update in the computation of the restart window used after an

Re: svn commit: r343349 - head/sys/dev/ocs_fc

2019-01-25 Thread Kyle Evans
On Fri, Jan 25, 2019 at 7:44 AM Rodney W. Grimes wrote: > > > Hi Rodney, > > > > I fixed many coverity tool warnings as part of this commit. Adding all the > > warnings and fix details seemed over kill. > > It seems like overkill when your commiting, but if you have > have to go digging through

svn commit: r343427 - in head: share/man/man4 sys/amd64/conf sys/conf sys/i386/conf sys/mips/conf sys/modules/ath_hal_ar5416 sys/powerpc/conf sys/sparc64/conf tools/tools/ath/ath_ee_9300_print tool...

2019-01-25 Thread Andriy Voskoboinyk
Author: avos Date: Fri Jan 25 13:48:40 2019 New Revision: 343427 URL: https://svnweb.freebsd.org/changeset/base/343427 Log: Garbage collect AH_SUPPORT_AR5416 config option. It does nothing since r318857. Modified: head/share/man/man4/ath.4 head/share/man/man4/ath_hal.4

Re: svn commit: r343349 - head/sys/dev/ocs_fc

2019-01-25 Thread Rodney W. Grimes
> Hi Rodney, > > I fixed many coverity tool warnings as part of this commit. Adding all the > warnings and fix details seemed over kill. It seems like overkill when your commiting, but if you have have to go digging through commit history trying to find something it helps a great deal to have

Re: svn commit: r343416 - head/bin/sh

2019-01-25 Thread Rodney W. Grimes
> pt., 25 sty 2019 o 11:24 Rodney W. Grimes > napisa?(a): > > > > > On 0124T1555, Rodney W. Grimes wrote: > > > > > Author: trasz > > > > > Date: Thu Jan 24 23:34:51 2019 > > > > > New Revision: 343416 > > > > > URL: https://svnweb.freebsd.org/changeset/base/343416 > > > > > > > > > > Log: > > >

Re: svn commit: r343349 - head/sys/dev/ocs_fc

2019-01-25 Thread Ram Kishore Vegesna via svn-src-all
Hi Rodney, I fixed many coverity tool warnings as part of this commit. Adding all the warnings and fix details seemed over kill. I will use a better commit message when I do MFC commit of this revision. Thanks, Ram On Thu, Jan 24, 2019 at 12:28 AM Rodney W. Grimes <

Re: svn commit: r343416 - head/bin/sh

2019-01-25 Thread Edward Napierala
pt., 25 sty 2019 o 11:24 Rodney W. Grimes napisał(a): > > > On 0124T1555, Rodney W. Grimes wrote: > > > > Author: trasz > > > > Date: Thu Jan 24 23:34:51 2019 > > > > New Revision: 343416 > > > > URL: https://svnweb.freebsd.org/changeset/base/343416 > > > > > > > > Log: > > > > Install .shrc

svn commit: r343426 - in stable/11: contrib/netbsd-tests/kernel lib/libc/sys sys/kern sys/sys sys/vm

2019-01-25 Thread Konstantin Belousov
Author: kib Date: Fri Jan 25 11:46:07 2019 New Revision: 343426 URL: https://svnweb.freebsd.org/changeset/base/343426 Log: MFC r343082: Implement shmat(2) flag SHM_REMAP. Modified: stable/11/contrib/netbsd-tests/kernel/t_sysv.c stable/11/lib/libc/sys/shmat.2

svn commit: r343425 - stable/11/lib/libc/sys

2019-01-25 Thread Konstantin Belousov
Author: kib Date: Fri Jan 25 11:26:05 2019 New Revision: 343425 URL: https://svnweb.freebsd.org/changeset/base/343425 Log: MFC r328433: EMFILE errno documented. Modified: stable/11/lib/libc/sys/shmat.2 Directory Properties: stable/11/ (props changed) Modified:

Re: svn commit: r343416 - head/bin/sh

2019-01-25 Thread Rodney W. Grimes
> On 0124T1555, Rodney W. Grimes wrote: > > > Author: trasz > > > Date: Thu Jan 24 23:34:51 2019 > > > New Revision: 343416 > > > URL: https://svnweb.freebsd.org/changeset/base/343416 > > > > > > Log: > > > Install .shrc for root, and set PS1 for the toor account. > > > > And a dozen other

svn commit: r343424 - stable/12/sys/vm

2019-01-25 Thread Konstantin Belousov
Author: kib Date: Fri Jan 25 11:14:20 2019 New Revision: 343424 URL: https://svnweb.freebsd.org/changeset/base/343424 Log: MFC r343145: MI VM: Make it possible to set size of superpage at boot instead of compile time. Modified: stable/12/sys/vm/vm_phys.c stable/12/sys/vm/vm_phys.h

svn commit: r343423 - stable/12/sys/dev/nvdimm

2019-01-25 Thread Konstantin Belousov
Author: kib Date: Fri Jan 25 11:12:22 2019 New Revision: 343423 URL: https://svnweb.freebsd.org/changeset/base/343423 Log: MFC r343144: nvdimm: initialize SPA uuids statically. Modified: stable/12/sys/dev/nvdimm/nvdimm_spa.c stable/12/sys/dev/nvdimm/nvdimm_var.h Directory Properties:

svn commit: r343422 - stable/12/sys/dev/nvdimm

2019-01-25 Thread Konstantin Belousov
Author: kib Date: Fri Jan 25 11:11:28 2019 New Revision: 343422 URL: https://svnweb.freebsd.org/changeset/base/343422 Log: MFC r343143: nvdimm: add a driver for the NVDIMM root device Modified: stable/12/sys/dev/nvdimm/nvdimm.c stable/12/sys/dev/nvdimm/nvdimm_var.h Directory Properties:

svn commit: r343421 - stable/12/sys/dev/nvdimm

2019-01-25 Thread Konstantin Belousov
Author: kib Date: Fri Jan 25 11:05:32 2019 New Revision: 343421 URL: https://svnweb.freebsd.org/changeset/base/343421 Log: MFC r339461: nvdimm(4): Fix GCC 6.4.0 build Modified: stable/12/sys/dev/nvdimm/nvdimm.c Directory Properties: stable/12/ (props changed) Modified:

svn commit: r343420 - stable/11/sys/sys

2019-01-25 Thread Konstantin Belousov
Author: kib Date: Fri Jan 25 11:01:11 2019 New Revision: 343420 URL: https://svnweb.freebsd.org/changeset/base/343420 Log: MFC r343302: Remove unused *_sysinit_flags() declarations. Modified: stable/11/sys/sys/rmlock.h stable/11/sys/sys/rwlock.h Directory Properties: stable/11/

svn commit: r343419 - stable/12/sys/sys

2019-01-25 Thread Konstantin Belousov
Author: kib Date: Fri Jan 25 10:58:34 2019 New Revision: 343419 URL: https://svnweb.freebsd.org/changeset/base/343419 Log: MFC r343302: Remove unused *_sysinit_flags() declarations. Modified: stable/12/sys/sys/rmlock.h stable/12/sys/sys/rwlock.h Directory Properties: stable/12/

Re: svn commit: r343416 - head/bin/sh

2019-01-25 Thread Edward Tomasz Napierala
On 0124T1555, Rodney W. Grimes wrote: > > Author: trasz > > Date: Thu Jan 24 23:34:51 2019 > > New Revision: 343416 > > URL: https://svnweb.freebsd.org/changeset/base/343416 > > > > Log: > > Install .shrc for root, and set PS1 for the toor account. > > And a dozen other aliases :-( Six, and