svn commit: r343040 - stable/11/lib/libutil

2019-01-14 Thread Xin LI
Author: delphij Date: Tue Jan 15 06:52:34 2019 New Revision: 343040 URL: https://svnweb.freebsd.org/changeset/base/343040 Log: MFC r342640: Ensure buffer is nul-terminated. Modified: stable/11/lib/libutil/quotafile.c Directory Properties: stable/11/ (props changed) Modified:

svn commit: r343039 - stable/12/lib/libutil

2019-01-14 Thread Xin LI
Author: delphij Date: Tue Jan 15 06:50:51 2019 New Revision: 343039 URL: https://svnweb.freebsd.org/changeset/base/343039 Log: MFC r342640: Ensure buffer is nul-terminated. Modified: stable/12/lib/libutil/quotafile.c Directory Properties: stable/12/ (props changed) Modified:

svn commit: r343038 - head/sys/kern

2019-01-14 Thread Xin LI
Author: delphij Date: Tue Jan 15 06:44:37 2019 New Revision: 343038 URL: https://svnweb.freebsd.org/changeset/base/343038 Log: Use TD_IS_IDLETHREAD instead of unrolled version. MFC after:2 weeks Modified: head/sys/kern/kern_ktr.c Modified: head/sys/kern/kern_ktr.c

Re: svn commit: r343026 - in head: lib/libmemstat sys/vm

2019-01-14 Thread Andriy Gapon
On 15/01/2019 02:02, Gleb Smirnoff wrote: > o Since new limits don't play well with multi-keg zones, remove them. The > idea of multi-keg zones was introduced exactly 10 years ago, and never > have had a practical usage. In discussion with Jeff we came to a wild > agreement that if

svn commit: r343037 - head/sys/vm

2019-01-14 Thread Gleb Smirnoff
Author: glebius Date: Tue Jan 15 03:43:46 2019 New Revision: 343037 URL: https://svnweb.freebsd.org/changeset/base/343037 Log: Fix compilation on 32-bit. Modified: head/sys/vm/uma_core.c Modified: head/sys/vm/uma_core.c

svn commit: r343036 - stable/10/sys/net80211

2019-01-14 Thread Andriy Voskoboinyk
Author: avos Date: Tue Jan 15 02:26:03 2019 New Revision: 343036 URL: https://svnweb.freebsd.org/changeset/base/343036 Log: MFC r342966: net80211: fix possible panic for some drivers after r342465 Check if rate control structures were allocated before trying to access them in various

svn commit: r343035 - stable/11/sys/net80211

2019-01-14 Thread Andriy Voskoboinyk
Author: avos Date: Tue Jan 15 02:16:23 2019 New Revision: 343035 URL: https://svnweb.freebsd.org/changeset/base/343035 Log: MFC r342966: net80211: fix possible panic for some drivers after r342464 Check if rate control structures were allocated before trying to access them in various

svn commit: r343034 - stable/12/share/termcap

2019-01-14 Thread Mark Johnston
Author: markj Date: Tue Jan 15 02:09:32 2019 New Revision: 343034 URL: https://svnweb.freebsd.org/changeset/base/343034 Log: MFC r342863: Add termcap entries for TI Silent 703/707 terminals. PR: 234716 Modified: stable/12/share/termcap/termcap Directory Properties: stable/12/

svn commit: r343033 - stable/12/sys/net80211

2019-01-14 Thread Andriy Voskoboinyk
Author: avos Date: Tue Jan 15 02:05:51 2019 New Revision: 343033 URL: https://svnweb.freebsd.org/changeset/base/343033 Log: MFC r342966: net80211: fix possible panic for some drivers after r342463 Check if rate control structures were allocated before trying to access them in various

svn commit: r343032 - in stable/12/sys/dev/rtwn/rtl8192c: . usb

2019-01-14 Thread Andriy Voskoboinyk
Author: avos Date: Tue Jan 15 01:57:46 2019 New Revision: 343032 URL: https://svnweb.freebsd.org/changeset/base/343032 Log: MFC r342912: rtwn_usb(4): add IQ calibration support for RTL8192CU The code is similar to the one for RTL8188E* and probably should be shared with RTL8188CE

svn commit: r343031 - in head: . share/man/man9

2019-01-14 Thread Gleb Smirnoff
| uniq -d; # done +# 20190114: old pbuf allocator removed +OLD_FILES+=usr/share/man/man9/pbuf.9.gz # 20181219: ibcs removal OLD_FILES+=usr/share/examples/ibcs2/hello.uu OLD_FILES+=usr/share/examples/ibcs2/README Modified: head/share/man/man9/Makefile

svn commit: r343030 - in head/sys: cam conf dev/md dev/nvme fs/fuse fs/nfsclient fs/smbfs kern sys ufs/ffs vm

2019-01-14 Thread Gleb Smirnoff
Author: glebius Date: Tue Jan 15 01:02:16 2019 New Revision: 343030 URL: https://svnweb.freebsd.org/changeset/base/343030 Log: Allocate pager bufs from UMA instead of 80-ish mutex protected linked list. o In vm_pager_bufferinit() create pbuf_zone and start accounting on how many pbufs

svn commit: r343029 - head/sys/dev/led

2019-01-14 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Jan 15 00:52:41 2019 New Revision: 343029 URL: https://svnweb.freebsd.org/changeset/base/343029 Log: [led] propagate error from set_led() to the caller Do not lose error condition by always returning 0 from set_led. None of the calls to set_led checks for return

svn commit: r343028 - head/sys/arm/mv

2019-01-14 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Jan 15 00:37:37 2019 New Revision: 343028 URL: https://svnweb.freebsd.org/changeset/base/343028 Log: [mv_pci] Increase default PCI space size for mv_pci mv_pci driver reads PCI memory window layout from DTB data and if the data is incomplete falls back to default

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

2019-01-14 Thread Gleb Smirnoff
Author: glebius Date: Tue Jan 15 00:35:19 2019 New Revision: 343027 URL: https://svnweb.freebsd.org/changeset/base/343027 Log: Add flag LK_NEW for lockinit() that is converted to LO_NEW and passed down to lock_init(). This allows for lockinit() on a not prezeroed memory. Modified:

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

2019-01-14 Thread Jason Harmening
No problem! It was fun to dig into a part of the kernel I hadn't worked on before. On Mon, Jan 14, 2019 at 3:24 PM Gleb Smirnoff wrote: > Jason, > > thanks a lot for fixing this. > > On Sun, Jan 13, 2019 at 08:33:55PM +, Jason A. Harmening wrote: > J> Author: jah > J> Date: Sun Jan 13

svn commit: r343026 - in head: lib/libmemstat sys/vm

2019-01-14 Thread Gleb Smirnoff
Author: glebius Date: Tue Jan 15 00:02:06 2019 New Revision: 343026 URL: https://svnweb.freebsd.org/changeset/base/343026 Log: o Move zone limit from keg level up to zone level. This means that now two zones sharing a keg may have different limits. Now this is going to work: zone

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

2019-01-14 Thread Gleb Smirnoff
Jason, thanks a lot for fixing this. On Sun, Jan 13, 2019 at 08:33:55PM +, Jason A. Harmening wrote: J> Author: jah J> Date: Sun Jan 13 20:33:54 2019 J> New Revision: 343005 J> URL: https://svnweb.freebsd.org/changeset/base/343005 J> J> Log: J> Handle SIGIO for listening sockets J>

svn commit: r343025 - stable/12/sys/arm/mv

2019-01-14 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jan 14 21:46:56 2019 New Revision: 343025 URL: https://svnweb.freebsd.org/changeset/base/343025 Log: MFC r341406, r342106 r341406: Fix PCI driver unload for Marvell PCI controller Add generic implementation for bus_deactivate_resource method. Without it

Re: svn commit: r343011 - in head/kerberos5: lib/libasn1 lib/libgssapi_krb5 lib/libhdb lib/libheimntlm lib/libhx509 lib/libkadm5clnt lib/libkadm5srv lib/libkdc lib/libkrb5 lib/libwind libexec/digest-s

2019-01-14 Thread Cy Schubert
On January 14, 2019 12:31:26 PM PST, "Rodney W. Grimes" wrote: >> In message <201901141617.x0eghwqq035...@pdx.rh.cn85.dnsmgr.net>, >> "Rodney W. Gri >> mes" writes: >> > > Author: nyan >> > > Date: Mon Jan 14 06:34:54 2019 >> > > New Revision: 343011 >> > > URL:

Re: svn commit: r343011 - in head/kerberos5: lib/libasn1 lib/libgssapi_krb5 lib/libhdb lib/libheimntlm lib/libhx509 lib/libkadm5clnt lib/libkadm5srv lib/libkdc lib/libkrb5 lib/libwind libexec/diges

2019-01-14 Thread Enji Cooper
> On Jan 14, 2019, at 12:31 PM, Rodney W. Grimes > wrote: > >> In message <201901141617.x0eghwqq035...@pdx.rh.cn85.dnsmgr.net>, >> "Rodney W. Gri >> mes" writes: Author: nyan Date: Mon Jan 14 06:34:54 2019 New Revision: 343011 URL:

Re: svn commit: r343011 - in head/kerberos5: lib/libasn1 lib/libgssapi_krb5 lib/libhdb lib/libheimntlm lib/libhx509 lib/libkadm5clnt lib/libkadm5srv lib/libkdc lib/libkrb5 lib/libwind libexec/digest-

2019-01-14 Thread Rodney W. Grimes
> In message <201901141617.x0eghwqq035...@pdx.rh.cn85.dnsmgr.net>, > "Rodney W. Gri > mes" writes: > > > Author: nyan > > > Date: Mon Jan 14 06:34:54 2019 > > > New Revision: 343011 > > > URL: https://svnweb.freebsd.org/changeset/base/343011 > > > > > > Log: > > > Use

Re: svn commit: r343011 - in head/kerberos5: lib/libasn1 lib/libgssapi_krb5 lib/libhdb lib/libheimntlm lib/libhx509 lib/libkadm5clnt lib/libkadm5srv lib/libkdc lib/libkrb5 lib/libwind libexec/diges

2019-01-14 Thread Cy Schubert
In message <201901141617.x0eghwqq035...@pdx.rh.cn85.dnsmgr.net>, "Rodney W. Gri mes" writes: > > Author: nyan > > Date: Mon Jan 14 06:34:54 2019 > > New Revision: 343011 > > URL: https://svnweb.freebsd.org/changeset/base/343011 > > > > Log: > > Use ${SRCTOP}/contrib/com_err/com_err.h instead

svn commit: r343024 - stable/12/sys/net

2019-01-14 Thread Stephen Hurd
Author: shurd Date: Mon Jan 14 18:40:37 2019 New Revision: 343024 URL: https://svnweb.freebsd.org/changeset/base/343024 Log: MFC r342855: Use iflib_if_init_locked() during resume instead of iflib_init_locked(). iflib_init_locked() assumes that iflib_stop() has been called, however,

Re: svn commit: r343020 - head/usr.sbin/bluetooth/bluetooth-config

2019-01-14 Thread Rodney W. Grimes
> On Mon, Jan 14, 2019 at 08:32:15AM -0800, Rodney W. Grimes wrote: > > > Author: lme (ports committer) > > > Date: Mon Jan 14 08:23:47 2019 > > > New Revision: 343020 > > > URL: https://svnweb.freebsd.org/changeset/base/343020 > > > > > > Log: > > > This new version of bluetooth-config.sh

Re: svn commit: r343020 - head/usr.sbin/bluetooth/bluetooth-config

2019-01-14 Thread Baptiste Daroussin
On Mon, Jan 14, 2019 at 08:32:15AM -0800, Rodney W. Grimes wrote: > > Author: lme (ports committer) > > Date: Mon Jan 14 08:23:47 2019 > > New Revision: 343020 > > URL: https://svnweb.freebsd.org/changeset/base/343020 > > > > Log: > > This new version of bluetooth-config.sh tries to follow the

Re: svn commit: r343020 - head/usr.sbin/bluetooth/bluetooth-config

2019-01-14 Thread Rodney W. Grimes
> Author: lme (ports committer) > Date: Mon Jan 14 08:23:47 2019 > New Revision: 343020 > URL: https://svnweb.freebsd.org/changeset/base/343020 > > Log: > This new version of bluetooth-config.sh tries to follow the style of other > shell scripts in base, removes the bogus "copyleft", adds the

Re: svn commit: r343011 - in head/kerberos5: lib/libasn1 lib/libgssapi_krb5 lib/libhdb lib/libheimntlm lib/libhx509 lib/libkadm5clnt lib/libkadm5srv lib/libkdc lib/libkrb5 lib/libwind libexec/digest-s

2019-01-14 Thread Rodney W. Grimes
> Author: nyan > Date: Mon Jan 14 06:34:54 2019 > New Revision: 343011 > URL: https://svnweb.freebsd.org/changeset/base/343011 > > Log: > Use ${SRCTOP}/contrib/com_err/com_err.h instead of the installed com_err.h. > This fixes build when com_err.h is not installed. Isn't this the general

svn commit: r343023 - head/lib/msun/src

2019-01-14 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 14 15:48:35 2019 New Revision: 343023 URL: https://svnweb.freebsd.org/changeset/base/343023 Log: msun: reduce diff between src/e_j0.c and src/e_j0f.c PR: 229501 MFC after:1 week Modified: head/lib/msun/src/e_j0.c head/lib/msun/src/e_j0f.c Modified:

svn commit: r343022 - stable/11/sys/netgraph

2019-01-14 Thread Eugene Grosbein
Author: eugen Date: Mon Jan 14 09:57:36 2019 New Revision: 343022 URL: https://svnweb.freebsd.org/changeset/base/343022 Log: MFC r340617,341006: unbreak ng_source(4) for 64-bit platforms Modified: stable/11/sys/netgraph/ng_source.c Directory Properties: stable/11/ (props changed)

svn commit: r343021 - stable/12/sys/netgraph

2019-01-14 Thread Eugene Grosbein
Author: eugen Date: Mon Jan 14 09:54:53 2019 New Revision: 343021 URL: https://svnweb.freebsd.org/changeset/base/343021 Log: MFC r340617,341006: unbreak ng_source(4) for 64-bit platforms Modified: stable/12/sys/netgraph/ng_source.c Directory Properties: stable/12/ (props changed)

svn commit: r343020 - head/usr.sbin/bluetooth/bluetooth-config

2019-01-14 Thread Lars Engels
Author: lme (ports committer) Date: Mon Jan 14 08:23:47 2019 New Revision: 343020 URL: https://svnweb.freebsd.org/changeset/base/343020 Log: This new version of bluetooth-config.sh tries to follow the style of other shell scripts in base, removes the bogus "copyleft", adds the BeerWare