svn commit: r363003 - head/sys/netgraph/bluetooth/include

2020-07-07 Thread Takanori Watanabe
Author: takawata Date: Wed Jul 8 06:33:07 2020 New Revision: 363003 URL: https://svnweb.freebsd.org/changeset/base/363003 Log: Add support for [read|write] supported data length commands. Fix ng_hci_le_long_term_key_request_negative_reply_cp struct while here. PR: 247809 Submitt

Re: svn commit: r362998 - in head: stand/defaults sys/amd64/amd64 sys/powerpc/aim sys/vm

2020-07-07 Thread Alexey Dokuchaev
On Tue, Jul 07, 2020 at 08:33:12PM +, Scott Long wrote: > New Revision: 362998 > URL: https://svnweb.freebsd.org/changeset/base/362998 > > Log: > Migrate the feature of excluding RAM pages to use "excludelist" > as its nomenclature. Did I miss any prior discussion of this change? Commit

svn commit: r363002 - head/usr.sbin/bluetooth/hccontrol

2020-07-07 Thread Takanori Watanabe
Author: takawata Date: Wed Jul 8 03:57:47 2020 New Revision: 363002 URL: https://svnweb.freebsd.org/changeset/base/363002 Log: Add le_rand command. PR: 247808 Submitted by: Marc Veldman Modified: head/usr.sbin/bluetooth/hccontrol/hccontrol.8 head/usr.sbin/bluetooth/hccontrol/le.c M

svn commit: r363001 - head/sys/fs/nfsclient

2020-07-07 Thread Rick Macklem
Author: rmacklem Date: Wed Jul 8 02:28:08 2020 New Revision: 363001 URL: https://svnweb.freebsd.org/changeset/base/363001 Log: Add support for ext_pgs mbufs to nfsm_uiombuf(). This patch uses a slightly different algorithm for the non-ext_pgs case, where a variable called "mcp" is mainta

svn commit: r363000 - head/usr.bin/calendar/calendars

2020-07-07 Thread Greg Lehey
Author: grog Date: Wed Jul 8 01:47:20 2020 New Revision: 363000 URL: https://svnweb.freebsd.org/changeset/base/363000 Log: Be more precise about Percy Grainger's place of birth. Modified: head/usr.bin/calendar/calendars/calendar.music Modified: head/usr.bin/calendar/calendars/calendar.music

Re: svn commit: r362998 - in head: stand/defaults sys/amd64/amd64 sys/powerpc/aim sys/vm

2020-07-07 Thread Mark Millard via svn-src-head
Beyond being a breaking change for existing /boot/blacklist.txt files, there is the non-operation issue: . . . +ram_excludelist_type="ram_excludelist" # Required for the kernel to find # the blacklist module . . . In other words, it is still using the term

Re: svn commit: r362998 - in head: stand/defaults sys/amd64/amd64 sys/powerpc/aim sys/vm

2020-07-07 Thread Oliver Pinter
On Tuesday, July 7, 2020, Scott Long wrote: > Author: scottl > Date: Tue Jul 7 20:33:11 2020 > New Revision: 362998 > URL: https://svnweb.freebsd.org/changeset/base/362998 > > Log: > Migrate the feature of excluding RAM pages to use "excludelist" > as its nomenclature. > > MFC after:1

svn commit: r362999 - head/stand/defaults

2020-07-07 Thread Scott Long
Author: scottl Date: Tue Jul 7 20:42:35 2020 New Revision: 362999 URL: https://svnweb.freebsd.org/changeset/base/362999 Log: Fix a example/docs typo from r362998, no functional change. Modified: head/stand/defaults/loader.conf Modified: head/stand/defaults/loader.conf ==

svn commit: r362998 - in head: stand/defaults sys/amd64/amd64 sys/powerpc/aim sys/vm

2020-07-07 Thread Scott Long
Author: scottl Date: Tue Jul 7 20:33:11 2020 New Revision: 362998 URL: https://svnweb.freebsd.org/changeset/base/362998 Log: Migrate the feature of excluding RAM pages to use "excludelist" as its nomenclature. MFC after:1 week Modified: head/stand/defaults/loader.conf head/sys/a

svn commit: r362997 - in head/contrib/sqlite3: . tea

2020-07-07 Thread Cy Schubert
Author: cy Date: Tue Jul 7 19:09:38 2020 New Revision: 362997 URL: https://svnweb.freebsd.org/changeset/base/362997 Log: MFV r362990: Update sqlite to 3.32.3 (3320300). Release Announcement: https://www.sqlite.org/releaselog/3_32_3.html See also: ports r541414 PR:

svn commit: r362995 - head/lib/csu

2020-07-07 Thread John Baldwin
Author: jhb Date: Tue Jul 7 18:19:05 2020 New Revision: 362995 URL: https://svnweb.freebsd.org/changeset/base/362995 Log: Invoke objcopy on the right object when building Scrt1.o on i386. This was a copy-paste bug in r362902. While here, switch to using ${.TARGET}. Reported by: Kj

Re: svn commit: r362902 - in head/lib/csu: . aarch64 amd64 arm i386 mips powerpc powerpc64 riscv

2020-07-07 Thread John Baldwin
On 7/3/20 2:46 PM, Kjell Tore Ullavik wrote: > > Got a buildworld error for CURRENT, amd64 today. I have not rebuilt in > while, but maybe r362902 is related? Yes, it is a bug in that commit. I'll commit a fix once it's been reviewed. Thanks! -- John Baldwin _

svn commit: r362994 - head/usr.bin/timeout

2020-07-07 Thread Fernando Apesteguía
Author: fernape (ports committer) Date: Tue Jul 7 17:02:23 2020 New Revision: 362994 URL: https://svnweb.freebsd.org/changeset/base/362994 Log: timeout(1): Add EXAMPLES section Small EXAMPLES section showing the use of -s, -k and the different exit values Approved by: manpages (gbe)

svn commit: r362993 - head/sys/conf

2020-07-07 Thread Mark Johnston
Author: markj Date: Tue Jul 7 16:35:52 2020 New Revision: 362993 URL: https://svnweb.freebsd.org/changeset/base/362993 Log: Rebuild sysent when capabilities.conf is updated. Reviewed by: brooks Sponsored by: The FreeBSD Foundation Differential Revision:https://reviews.freebsd.

svn commit: r362992 - head/usr.bin/time

2020-07-07 Thread Fernando Apesteguía
Author: fernape (ports committer) Date: Tue Jul 7 16:07:39 2020 New Revision: 362992 URL: https://svnweb.freebsd.org/changeset/base/362992 Log: time(1): Add EXAMPLES section Add EXAMPLES showing all five flags: -a, -h, -l, -o, -p Approved by: manpages (bcr) Modified: head/usr.bin/

svn commit: r362989 - head/stand/libsa/geli

2020-07-07 Thread Toomas Soome
Author: tsoome Date: Tue Jul 7 12:24:40 2020 New Revision: 362989 URL: https://svnweb.freebsd.org/changeset/base/362989 Log: loader: geli_dev_ioctl does return huge mediasize The DIOCGMEDIASIZE is calculated md->md_sectorsize * md->md_provsize, and for boot disk, the md_sectorsize is 4k.

svn commit: r362988 - head/sys/netinet

2020-07-07 Thread Richard Scheffenegger
Author: rscheff Date: Tue Jul 7 12:10:59 2020 New Revision: 362988 URL: https://svnweb.freebsd.org/changeset/base/362988 Log: Fix KASSERT during tcp_newtcpcb when low on memory While testing with system default cc set to cubic, and running a memory exhaustion validation, FreeBSD panics f

Re: svn commit: r362987 - in head: contrib/bc usr.bin/gh-bc

2020-07-07 Thread Hartmann, O.
On Tue, 7 Jul 2020 07:51:10 + (UTC) Stefan Eßer wrote: > Author: se > Date: Tue Jul 7 07:51:09 2020 > New Revision: 362987 > URL: https://svnweb.freebsd.org/changeset/base/362987 > > Log: > Update to version 3.1.1 > > This version fixes a regression with regard to tradtional behavior

svn commit: r362987 - in head: contrib/bc usr.bin/gh-bc

2020-07-07 Thread Stefan Eßer
Author: se Date: Tue Jul 7 07:51:09 2020 New Revision: 362987 URL: https://svnweb.freebsd.org/changeset/base/362987 Log: Update to version 3.1.1 This version fixes a regression with regard to tradtional behavior of the non-standard FreeBSD option "-e". In the previous version "-e quit" c