Re: 92cf602e3809 - main - Copy strcasestr.c from libc to libkern.

2021-01-08 Thread Warner Losh
On Fri, Jan 8, 2021 at 1:58 PM Konstantin Belousov wrote: > On Fri, Jan 08, 2021 at 07:46:31AM -0600, Kyle Evans wrote: > > On Fri, Jan 8, 2021 at 3:27 AM Baptiste Daroussin > wrote: > > > > > > On Fri, Jan 08, 2021 at 02:49:31AM +0300, Vladimir Kondratyev wrote: > > > > On 08.01.2021 02:41, Rav

git: 8c4094f38c7b - main - certctl: factor out certname resolution

2021-01-08 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=8c4094f38c7b0e95af91d92a563bfedc1249950d commit 8c4094f38c7b0e95af91d92a563bfedc1249950d Author: Kyle Evans AuthorDate: 2021-01-09 04:34:44 + Commit: Kyle Evans CommitDate: 2021-01-09 04:36:22

git: b799d38a2ad1 - main - certctl: replace hardcoded uses of /usr/local

2021-01-08 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=b799d38a2ad10ec84c8ffa4a554a1816465c0d12 commit b799d38a2ad10ec84c8ffa4a554a1816465c0d12 Author: Kyle Evans AuthorDate: 2021-01-09 04:00:41 + Commit: Kyle Evans CommitDate: 2021-01-09 04:06:42

Re: git: 7877fdebeeb3 - main - OpenZFS merge main-gf11b09

2021-01-08 Thread martin
Hi matt, could you please bump vfs.zfs.version.module to something 2.0-ish or 2.0.1-ish like 2.0-gf11b09? The 0.8.0-1 is very misleading. Maybe the version string could contain something that also notes that we are using the module bundled with FreeBSD and not the one from ports. Thanks,

Re: git: f222a6b88614 - main - dtrace: Fix /"string" == NULL/ comparisons using an uninitialized value.

2021-01-08 Thread Jessica Clarke
On 9 Jan 2021, at 02:05, Mateusz Guzik wrote: > > tinderbox fails to build riscv kernels with: > > In file included from > /usr/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:18434: > /usr/src/sys/cddl/dev/dtrace/riscv/dtrace_isa.c:155:13: error: > variable 'oldfp' is uninitialized

Re: git: f222a6b88614 - main - dtrace: Fix /"string" == NULL/ comparisons using an uninitialized value.

2021-01-08 Thread Mateusz Guzik
tinderbox fails to build riscv kernels with: In file included from /usr/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:18434: /usr/src/sys/cddl/dev/dtrace/riscv/dtrace_isa.c:155:13: error: variable 'oldfp' is uninitialized when used here [-Werror,-Wuninitialized] if (f

Re: git: 1ffa5c63f449 - main - Copy HID over USB support files to new sys/dev/hid directory

2021-01-08 Thread Mateusz Guzik
I don't know which commit is ultimately responsible from the series, but LINT kernels fail to build in tinderbox. For example LINT-NOINET6: ld: error: undefined symbol: hid_report_size_max >>> referenced by uaudio.c >>> uaudio.o:(uaudio_attach) >>> referenced by ugold.c >>>

Re: 936440560bde - main - sysctl: implement debug.kdb.panic_str

2021-01-08 Thread Ravi Pokala
-Original Message- From: on behalf of Warner Losh Date: 2021-01-08, Friday at 13:31 To: , , Subject: git: 936440560bde - main - sysctl: implement debug.kdb.panic_str The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=936440560bde54050e1ad9d

Re: git: a82f07fc2e24 - main - Fix 32-bit build post 6733401935f83754b4b2744bc3d33ef84b1271e0

2021-01-08 Thread Mark Millard via dev-commits-src-main
Dimitry Andric dim at FreeBSD.org wrote on Fri Jan 8 22:39:16 UTC 2021 : > . . . > The general style in sbin/nvmecontrol apppears to print uint64_t types > using %j, so I'm using that instead of the more general (but admittedly > ugly) PRIu64. > . . . > - printf(" F

Re: git: 6733401935f8 - main - nvmecontrol: add device self-test op and log page

2021-01-08 Thread Cy Schubert
In message , Chuck Tuffli writes: > --c9481f05b86a0c60 > Content-Type: text/plain; charset="UTF-8" > > On Fri, Jan 8, 2021 at 11:27 AM Cy Schubert > wrote: > > > In message <202101081920.108jkud2003...@slippy.cwsent.com>, Cy Schubert > > writes: > > > In message <74314bd0-a0f8-481a-93

Re: git: 6733401935f8 - main - nvmecontrol: add device self-test op and log page

2021-01-08 Thread Mark Millard via dev-commits-src-main
Jessica Clarke jrtc27 at freebsd.org wrote on Fri Jan 8 19:13:36 UTC 2021 : . . . > This broke powerpc and powerpc64: > > In file included from ioctl.c:33: > In file included from /home/jrtc27/src/sys/./cam/scsi/scsi_pass.h:35: > In file included from /home/jrtc27/src/sys/cam/cam_ccb.h:46: > In f

Re: git: 6733401935f8 - main - nvmecontrol: add device self-test op and log page

2021-01-08 Thread Chuck Tuffli
On Fri, Jan 8, 2021 at 11:13 AM Jessica Clarke wrote: ... > Hi, > This broke powerpc and powerpc64: Fixed in e83fdf8bb391 --chuck ___ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsub

git: e83fdf8bb391 - main - fix big-endian platforms after 6733401935f8

2021-01-08 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=e83fdf8bb391579fa422d34663cd8c1f82a00dc0 commit e83fdf8bb391579fa422d34663cd8c1f82a00dc0 Author: Chuck Tuffli AuthorDate: 2021-01-08 22:36:37 + Commit: Chuck Tuffli CommitDate: 2021-01-08 22:41:

git: a82f07fc2e24 - main - Fix 32-bit build post 6733401935f83754b4b2744bc3d33ef84b1271e0

2021-01-08 Thread Dimitry Andric
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=a82f07fc2e2456b0ddc847d611f56a3152a6f940 commit a82f07fc2e2456b0ddc847d611f56a3152a6f940 Author: Dimitry Andric AuthorDate: 2021-01-08 22:38:21 + Commit: Dimitry Andric CommitDate: 2021-01-08 22:3

git: f222a6b88614 - main - dtrace: Fix /"string" == NULL/ comparisons using an uninitialized value.

2021-01-08 Thread Bryan Drewery
The branch main has been updated by bdrewery: URL: https://cgit.FreeBSD.org/src/commit/?id=f222a6b88614db13ae83c8110281e690d1381a4c commit f222a6b88614db13ae83c8110281e690d1381a4c Author: Bryan Drewery AuthorDate: 2020-12-18 17:58:03 + Commit: Bryan Drewery CommitDate: 2021-01-08 2

Re: git: 20ac5cda965e - main - fd: make fd/fp mandatory

2021-01-08 Thread Mateusz Guzik
It definitely should have stated +/-: fd: make fd/fp mandatory in falloc I don't know how I dropped that part, it was reshuffled from a bigger patchset. On 1/8/21, John Baldwin wrote: > On 1/7/21 3:30 PM, Mateusz Guzik wrote: >> The branch main has been updated by mjg: >> >> URL: >> https://cgit

git: 556fcdce5b44 - main - bsd.compat.mk: Allow finding non-internal libraries

2021-01-08 Thread Bryan Drewery
The branch main has been updated by bdrewery: URL: https://cgit.FreeBSD.org/src/commit/?id=556fcdce5b44d29a7da851d9f89c224dd45eb3f3 commit 556fcdce5b44d29a7da851d9f89c224dd45eb3f3 Author: Bryan Drewery AuthorDate: 2020-12-16 22:06:15 + Commit: Bryan Drewery CommitDate: 2021-01-08 2

git: 44b8b2a00d7e - main - Makefile.inc1: Avoid using release/Makefile for VERSION.

2021-01-08 Thread Bryan Drewery
The branch main has been updated by bdrewery: URL: https://cgit.FreeBSD.org/src/commit/?id=44b8b2a00d7e2e98c83141a5c0e6b9b4e3c2ddb4 commit 44b8b2a00d7e2e98c83141a5c0e6b9b4e3c2ddb4 Author: Bryan Drewery AuthorDate: 2020-12-16 20:34:38 + Commit: Bryan Drewery CommitDate: 2021-01-08 2

Re: 92cf602e3809 - main - Copy strcasestr.c from libc to libkern.

2021-01-08 Thread John Baldwin
On 1/8/21 5:46 AM, Kyle Evans wrote: > On Fri, Jan 8, 2021 at 3:27 AM Baptiste Daroussin wrote: >> >> On Fri, Jan 08, 2021 at 02:49:31AM +0300, Vladimir Kondratyev wrote: >>> On 08.01.2021 02:41, Ravi Pokala wrote: -Original Message- From: on behalf of Vladimir Kondratyev

git: cbc9be948a3b - main - sifive_uart: quiet GCC -Werror=parentheses

2021-01-08 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=cbc9be948a3bd6ff0f142b8fe995c27d7a06b536 commit cbc9be948a3bd6ff0f142b8fe995c27d7a06b536 Author: Mitchell Horne AuthorDate: 2021-01-08 21:06:11 + Commit: Mitchell Horne CommitDate: 2021-01-08 2

git: 936440560bde - main - sysctl: implement debug.kdb.panic_str

2021-01-08 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=936440560bde54050e1ad9daae3b9103e05ad3fc commit 936440560bde54050e1ad9daae3b9103e05ad3fc Author: Warner Losh AuthorDate: 2021-01-08 16:34:31 + Commit: Warner Losh CommitDate: 2021-01-08 21:30:28 +

git: 7c6a71d16c22 - main - i386 kernel is not built with vt_vbefb

2021-01-08 Thread Toomas Soome
The branch main has been updated by tsoome: URL: https://cgit.FreeBSD.org/src/commit/?id=7c6a71d16c2200a9f580bdcd20b3e13edcc05904 commit 7c6a71d16c2200a9f580bdcd20b3e13edcc05904 Author: Toomas Soome AuthorDate: 2021-01-08 18:57:00 + Commit: Toomas Soome CommitDate: 2021-01-08 18:58

git: de27805fee0b - main - linuxkpi: handle ARI

2021-01-08 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=de27805fee0bbe3b714615b1df4cf0b8ebbc39b9 commit de27805fee0bbe3b714615b1df4cf0b8ebbc39b9 Author: Konstantin Belousov AuthorDate: 2021-01-04 21:41:12 + Commit: Konstantin Belousov CommitDate: 2021-

Re: git: 6733401935f8 - main - nvmecontrol: add device self-test op and log page

2021-01-08 Thread Chuck Tuffli
On Fri, Jan 8, 2021 at 11:27 AM Cy Schubert wrote: > In message <202101081920.108jkud2003...@slippy.cwsent.com>, Cy Schubert > writes: > > In message <74314bd0-a0f8-481a-93a0-28fb83cb2...@freebsd.org>, Jessica > > Clarke w > > rites: > ... > > > This broke powerpc and powerpc64: Sorry about th

Re: 92cf602e3809 - main - Copy strcasestr.c from libc to libkern.

2021-01-08 Thread Konstantin Belousov
On Fri, Jan 08, 2021 at 07:46:31AM -0600, Kyle Evans wrote: > On Fri, Jan 8, 2021 at 3:27 AM Baptiste Daroussin wrote: > > > > On Fri, Jan 08, 2021 at 02:49:31AM +0300, Vladimir Kondratyev wrote: > > > On 08.01.2021 02:41, Ravi Pokala wrote: > > > > -Original Message- > > > > From: on beh

Re: git: 74bd20769706 - main - Reference newfs_msdos(8) from the newfs(8) manual

2021-01-08 Thread Ed Maste
On Fri, 8 Jan 2021 at 15:25, Konstantin Belousov wrote: > > If there is some explanation along the lines that newfs is the common > name prefix for utilities creating filesystems, with the suffix being > the type of fs, for instance newfs_msdos(8) etc, then it becomes useful > and reasonable. I a

Re: git: 74bd20769706 - main - Reference newfs_msdos(8) from the newfs(8) manual

2021-01-08 Thread Konstantin Belousov
On Fri, Jan 08, 2021 at 07:54:41AM -0700, Warner Losh wrote: > On Fri, Jan 8, 2021 at 5:51 AM Mateusz Piotrowski <0...@freebsd.org> wrote: > > > Hello Konstantin, > > > > On 1/7/21 7:16 PM, Konstantin Belousov wrote: > > > On Thu, Jan 07, 2021 at 09:24:14AM +, Mateusz Piotrowski wrote: > > >>

git: 04a3ba363d13 - main - libregex: re-enable `make check`

2021-01-08 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=04a3ba363d13cf5efaeb63f64cd3fdd6b9c71248 commit 04a3ba363d13cf5efaeb63f64cd3fdd6b9c71248 Author: Kyle Evans AuthorDate: 2021-01-08 19:57:32 + Commit: Kyle Evans CommitDate: 2021-01-08 19:58:35

git: d36b5dbe28d8 - main - libc: regex: rework unsafe pointer arithmetic

2021-01-08 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=d36b5dbe28d8ebab219fa29db533734d47f0c4a3 commit d36b5dbe28d8ebab219fa29db533734d47f0c4a3 Author: Miod Vallat AuthorDate: 2021-01-08 18:59:00 + Commit: Kyle Evans CommitDate: 2021-01-08 19:58:35

git: c6951fac7846 - main - Fix 32-bit build post 5cc52631b3b88dfc36d8049dc8bece8573c5f9af.

2021-01-08 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=c6951fac78467daf81df5e711ffca820f7608036 commit c6951fac78467daf81df5e711ffca820f7608036 Author: Cy Schubert AuthorDate: 2021-01-08 19:28:30 + Commit: Cy Schubert CommitDate: 2021-01-08 19:28:30 +0

Re: git: 6733401935f8 - main - nvmecontrol: add device self-test op and log page

2021-01-08 Thread Cy Schubert
In message <202101081920.108jkud2003...@slippy.cwsent.com>, Cy Schubert writes: > In message <74314bd0-a0f8-481a-93a0-28fb83cb2...@freebsd.org>, Jessica > Clarke w > rites: > > On 8 Jan 2021, at 17:29, Chuck Tuffli wrote: > > > diff --git a/sys/dev/nvme/nvme.h b/sys/dev/nvme/nvme.h > > > index 3

Re: git: 6733401935f8 - main - nvmecontrol: add device self-test op and log page

2021-01-08 Thread Cy Schubert
In message <74314bd0-a0f8-481a-93a0-28fb83cb2...@freebsd.org>, Jessica Clarke w rites: > On 8 Jan 2021, at 17:29, Chuck Tuffli wrote: > > diff --git a/sys/dev/nvme/nvme.h b/sys/dev/nvme/nvme.h > > index 3c159b1fd0fc..67d02ba73fd8 100644 > > --- a/sys/dev/nvme/nvme.h > > +++ b/sys/dev/nvme/nvme.h

Re: git: 6733401935f8 - main - nvmecontrol: add device self-test op and log page

2021-01-08 Thread Jessica Clarke
On 8 Jan 2021, at 17:29, Chuck Tuffli wrote: > diff --git a/sys/dev/nvme/nvme.h b/sys/dev/nvme/nvme.h > index 3c159b1fd0fc..67d02ba73fd8 100644 > --- a/sys/dev/nvme/nvme.h > +++ b/sys/dev/nvme/nvme.h > @@ -1396,6 +1396,28 @@ struct nvme_command_effects_page { > _Static_assert(sizeof(struct nvme_co

git: 088a7eef95b1 - main - ddb: add ability to print user registers

2021-01-08 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=088a7eef95b1f1919fe6eee722a57c4d4e1e0656 commit 088a7eef95b1f1919fe6eee722a57c4d4e1e0656 Author: mhorne AuthorDate: 2020-12-18 20:06:46 + Commit: Mitchell Horne CommitDate: 2021-01-08 18:53:06

git: e9bb4ce3d0e7 - main - arm64: don't pass user trapframe to kdb_trap()

2021-01-08 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=e9bb4ce3d0e714d35b12ffdc7ecb56cade01f4a0 commit e9bb4ce3d0e714d35b12ffdc7ecb56cade01f4a0 Author: mhorne AuthorDate: 2020-12-18 18:43:52 + Commit: Mitchell Horne CommitDate: 2021-01-08 18:53:20

git: bbfa199cbc16 - main - arm64: gdb(4) machine-dependent bits

2021-01-08 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=bbfa199cbc1698631a0e932848e62dd76559d4d7 commit bbfa199cbc1698631a0e932848e62dd76559d4d7 Author: mhorne AuthorDate: 2020-12-09 20:38:42 + Commit: Mitchell Horne CommitDate: 2021-01-08 18:53:44

git: 5f66d5a313bf - main - arm64: remove pcb_pc

2021-01-08 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=5f66d5a313bf2b2254de92b2915e48e5cf528893 commit 5f66d5a313bf2b2254de92b2915e48e5cf528893 Author: mhorne AuthorDate: 2020-12-21 16:16:09 + Commit: Mitchell Horne CommitDate: 2021-01-08 18:53:44

git: 52cd25eb1aa7 - main - mbuf: enable ext_pgs ("unmapped") mbufs by default

2021-01-08 Thread Andrew Gallatin
The branch main has been updated by gallatin: URL: https://cgit.FreeBSD.org/src/commit/?id=52cd25eb1aa75a28f6d3c3eb4757242c1f55d6cc commit 52cd25eb1aa75a28f6d3c3eb4757242c1f55d6cc Author: Andrew Gallatin AuthorDate: 2021-01-08 18:18:42 + Commit: Andrew Gallatin CommitDate: 2021-01-

git: 501159696cb5 - main - igmp: Avoid leaking mbuf when source validation fails

2021-01-08 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=501159696cb5204d94d03393e4bc5d82f2e348e6 commit 501159696cb5204d94d03393e4bc5d82f2e348e6 Author: Mark Johnston AuthorDate: 2021-01-08 18:32:04 + Commit: Mark Johnston CommitDate: 2021-01-08 18:3

git: e65e4e61f530 - main - vmd: Clean up resources properly when vmd_attach() fails

2021-01-08 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=e65e4e61f5302ddbba3b2a8c2186548072ba49ad commit e65e4e61f5302ddbba3b2a8c2186548072ba49ad Author: Mark Johnston AuthorDate: 2021-01-08 18:32:05 + Commit: Mark Johnston CommitDate: 2021-01-08 18:3

git: 092cf8d63f9f - main - safexcel: Fix a race around unblocking of crypto ops

2021-01-08 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=092cf8d63f9fb9153c677f5793135926edc101d7 commit 092cf8d63f9fb9153c677f5793135926edc101d7 Author: Mark Johnston AuthorDate: 2021-01-08 18:32:04 + Commit: Mark Johnston CommitDate: 2021-01-08 18:3

git: 8ba6acbbe699 - main - safexcel: Stop using a stack buffer for the ring lock name

2021-01-08 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=8ba6acbbe6995efcd12c375e1826d55e35a8bdc9 commit 8ba6acbbe6995efcd12c375e1826d55e35a8bdc9 Author: Mark Johnston AuthorDate: 2021-01-08 18:32:04 + Commit: Mark Johnston CommitDate: 2021-01-08 18:3

git: de828a91db29 - main - mpr, mps: Fix a stack buffer overflow in the user passthru ioctl

2021-01-08 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=de828a91db29fb20440e0d92f3d3136b314a9584 commit de828a91db29fb20440e0d92f3d3136b314a9584 Author: Mark Johnston AuthorDate: 2021-01-08 18:32:04 + Commit: Mark Johnston CommitDate: 2021-01-08 18:3

git: adc0dcc352bb - main - mpr, mps: Fix an off-by-one bug in the BTDH_MAPPING ioctl

2021-01-08 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=adc0dcc352bb9f5a67a054d95c6959ea5aa26d91 commit adc0dcc352bb9f5a67a054d95c6959ea5aa26d91 Author: Mark Johnston AuthorDate: 2021-01-08 18:32:05 + Commit: Mark Johnston CommitDate: 2021-01-08 18:3

git: 431980466ff0 - main - Don't offset the UAR map twice in mlx5en(4).

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=431980466ff05947975cae6a85188b6a54c05939 commit 431980466ff05947975cae6a85188b6a54c05939 Author: Hans Petter Selasky AuthorDate: 2021-01-08 17:32:16 + Commit: Hans Petter Selasky CommitDate:

git: 6733401935f8 - main - nvmecontrol: add device self-test op and log page

2021-01-08 Thread Chuck Tuffli
The branch main has been updated by chuck: URL: https://cgit.FreeBSD.org/src/commit/?id=6733401935f83754b4b2744bc3d33ef84b1271e0 commit 6733401935f83754b4b2744bc3d33ef84b1271e0 Author: Chuck Tuffli AuthorDate: 2021-01-08 17:19:37 + Commit: Chuck Tuffli CommitDate: 2021-01-08 17:27:

git: 7edc1bd9dc17 - main - When be_activate() turns on a new boot environment, it always deactivates the current one first. And if it fails to do so, it abandons activation. However, with the new boot

2021-01-08 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=7edc1bd9dc174526c69246ba45bf2c8c230d38f4 commit 7edc1bd9dc174526c69246ba45bf2c8c230d38f4 Author: Gleb Smirnoff AuthorDate: 2021-01-08 17:23:16 + Commit: Gleb Smirnoff CommitDate: 2021-01-08 17

Re: git: 20ac5cda965e - main - fd: make fd/fp mandatory

2021-01-08 Thread John Baldwin
On 1/7/21 3:30 PM, Mateusz Guzik wrote: > The branch main has been updated by mjg: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=20ac5cda965eccc34f975674c6efc97c3615a234 > > commit 20ac5cda965eccc34f975674c6efc97c3615a234 > Author: Mateusz Guzik > AuthorDate: 2020-12-23 13:50:34 +

Re: git: 4979620ece98 - main - armv8crypto: add AES-XTS support

2021-01-08 Thread John Baldwin
On 1/7/21 11:36 AM, Mitchell Horne wrote: > The branch main has been updated by mhorne: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=4979620ece984ffb10c27c2db7d0e253eb84b2ba > > commit 4979620ece984ffb10c27c2db7d0e253eb84b2ba > Author: Mitchell Horne > AuthorDate: 2021-01-07 19:30:40

git: 14a16fd3e7ec - main - build: add WITHOUT_CLEAN workaround for 821aa63a0940

2021-01-08 Thread Kyle Evans
..23bedee1ea26 100755 --- a/tools/build/depend-cleanup.sh +++ b/tools/build/depend-cleanup.sh @@ -64,3 +64,9 @@ if [ -e "$OBJTOP"/sbin/pfctl/.depend.pf_ruleset.o ] && \ echo "Removing old pf_ruleset dependecy file" rm -rf "$OBJTOP"/sbin/pfctl/

git: 9be9771c8752 - main - efidev: remove EFIIOC_GET_TABLE ioctl

2021-01-08 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=9be9771c875259b9c99414feb3833c5af03baa8b commit 9be9771c875259b9c99414feb3833c5af03baa8b Author: Kyle Evans AuthorDate: 2021-01-07 21:51:18 + Commit: Kyle Evans CommitDate: 2021-01-08 16:41:50

Re: git: 821aa63a0940 - main - ncurses: only keep the version with widechar support

2021-01-08 Thread Kyle Evans
; > > > > > The second occurence of lib/ncurses/ncurses should probably just > > > > > > > go away? > > > > > > > > > > > > > > > diff --git a/lib/ncurses/config.mk b/lib/ncurses/config.mk > > > > > >

Re: git: 821aa63a0940 - main - ncurses: only keep the version with widechar support

2021-01-08 Thread Kyle Evans
> > > > > > > > > > > > diff --git a/lib/ncurses/config.mk b/lib/ncurses/config.mk > > > > > > > index d15be8601136..f199c5829b65 100644 > > > > > > > --- a/lib/ncurses/config.mk > > > > > > > +++ b/lib/ncurses/config.mk > &g

Re: git: 821aa63a0940 - main - ncurses: only keep the version with widechar support

2021-01-08 Thread Gordon Bergling
> --- a/lib/ncurses/config.mk > > > > > > +++ b/lib/ncurses/config.mk > > > > > > @@ -4,20 +4,11 @@ > > > > > > > > > > > > NCURSES_DIR= ${SRCTOP}/contrib/ncurses > > > > > > > > > > > > -.if d

Re: git: 821aa63a0940 - main - ncurses: only keep the version with widechar support

2021-01-08 Thread Kyle Evans
ncurses/ncurses_cfg.h > > > > > -.else > > > > > -LIB_SUFFIX= > > > > > NCURSES_CFG_H= ${.CURDIR}/ncurses_cfg.h > > > > > -.endif > > > > > > > > > > CFLAGS+= -I. > > > > > -.if exists($

Re: git: 821aa63a0940 - main - ncurses: only keep the version with widechar support

2021-01-08 Thread Gordon Bergling
.h > > > > -.endif > > > > > > > > CFLAGS+= -I. > > > > -.if exists(${.OBJDIR:H}/ncurses${LIB_SUFFIX}) > > > > -CFLAGS+= -I${.OBJDIR:H}/ncurses${LIB_SUFFIX} > > > > -.endif > > > > -CFLAGS+= -I${.CUR

Re: git: 821aa63a0940 - main - ncurses: only keep the version with widechar support

2021-01-08 Thread Kyle Evans
CFLAGS+= -I${.CURDIR:H}/ncurses > > > > Based on this we should really just nuke the entire ncurses dir for > > older WITHOUT_CLEAN builds, because any objects in this objdir will > > have been built without -DENABLE_WIDEC. Maybe just key it off of an > > ncursesw directo

Re: git: 74bd20769706 - main - Reference newfs_msdos(8) from the newfs(8) manual

2021-01-08 Thread Warner Losh
On Fri, Jan 8, 2021 at 5:51 AM Mateusz Piotrowski <0...@freebsd.org> wrote: > Hello Konstantin, > > On 1/7/21 7:16 PM, Konstantin Belousov wrote: > > On Thu, Jan 07, 2021 at 09:24:14AM +, Mateusz Piotrowski wrote: > >> The branch main has been updated by 0mp (doc, ports committer): > >> > >> U

git: 40903394bf48 - main - GitHub actions: unbreak macOS build

2021-01-08 Thread Ulrich Spörlein
The branch main has been updated by uqs: URL: https://cgit.FreeBSD.org/src/commit/?id=40903394bf48c916f0790fac8a2cde5c487a2676 commit 40903394bf48c916f0790fac8a2cde5c487a2676 Author: Ulrich Spörlein AuthorDate: 2021-01-08 14:36:38 + Commit: Ulrich Spörlein CommitDate: 2021-01-08 14

git: 90a6e9ef6320 - main - Update hwpmc on armv7 to handle overflow better

2021-01-08 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=90a6e9ef6320d6e48922b32bbefcb07dbb5e1ba7 commit 90a6e9ef6320d6e48922b32bbefcb07dbb5e1ba7 Author: Andrew Turner AuthorDate: 2021-01-04 13:50:17 + Commit: Andrew Turner CommitDate: 2021-01-08 14:

git: 6815909abdaa - main - Move the PMC overflow count to make it per-CPU

2021-01-08 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=6815909abdaace1f8f70678873c763deec36223a commit 6815909abdaace1f8f70678873c763deec36223a Author: Andrew Turner AuthorDate: 2021-01-04 13:25:45 + Commit: Andrew Turner CommitDate: 2021-01-08 14:

git: 77589de8aa67 - main - mac: cheaper check for mac_vnode_check_readlink

2021-01-08 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=77589de8aa67f6a06ce01dd951a91f5a2f216560 commit 77589de8aa67f6a06ce01dd951a91f5a2f216560 Author: Mateusz Guzik AuthorDate: 2021-01-08 02:52:35 + Commit: Mateusz Guzik CommitDate: 2021-01-08 13:57:

git: 8ddea0b12720 - main - cache: just assign ni_resflags = NIRES_ABS

2021-01-08 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=8ddea0b1272087a13df11d07582df7eab57980c5 commit 8ddea0b1272087a13df11d07582df7eab57980c5 Author: Mateusz Guzik AuthorDate: 2021-01-08 12:00:41 + Commit: Mateusz Guzik CommitDate: 2021-01-08 13:57:

Re: 92cf602e3809 - main - Copy strcasestr.c from libc to libkern.

2021-01-08 Thread Kyle Evans
On Fri, Jan 8, 2021 at 3:27 AM Baptiste Daroussin wrote: > > On Fri, Jan 08, 2021 at 02:49:31AM +0300, Vladimir Kondratyev wrote: > > On 08.01.2021 02:41, Ravi Pokala wrote: > > > -Original Message- > > > From: on behalf of Vladimir Kondratyev > > > > > > Date: 2021-01-07, Thursday at 1

Re: git: 74bd20769706 - main - Reference newfs_msdos(8) from the newfs(8) manual

2021-01-08 Thread Mateusz Piotrowski
Hello Konstantin, On 1/7/21 7:16 PM, Konstantin Belousov wrote: On Thu, Jan 07, 2021 at 09:24:14AM +, Mateusz Piotrowski wrote: The branch main has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=74bd20769706041108a573601cf0b61c755bdc56 commit 74b

git: f8f5b459d21e - main - Update user access region, UAR, APIs in the core in mlx5core.

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=f8f5b459d21ec9dd1ca5d9de319d8b440fef84a8 commit f8f5b459d21ec9dd1ca5d9de319d8b440fef84a8 Author: Hans Petter Selasky AuthorDate: 2021-01-08 12:30:26 + Commit: Hans Petter Selasky CommitDate:

git: 376479200760 - main - Fix whitespace in mlx5en(4).

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=37647920076048300c604b97d8a8691dca49ad4a commit 37647920076048300c604b97d8a8691dca49ad4a Author: Hans Petter Selasky AuthorDate: 2021-01-08 11:44:42 + Commit: Hans Petter Selasky CommitDate:

git: 9a47ae044b48 - main - Bump driver versions for mlx5en(4) and mlx4en(4).

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=9a47ae044b487b98da8c3a892d2aa06df233ac53 commit 9a47ae044b487b98da8c3a892d2aa06df233ac53 Author: Hans Petter Selasky AuthorDate: 2021-01-08 10:45:26 + Commit: Hans Petter Selasky CommitDate:

git: 376e130b4707 - main - Fix memory leaks in error paths in krping.

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=376e130b4707d97a047a0d1e85cd8ce29035138b commit 376e130b4707d97a047a0d1e85cd8ce29035138b Author: Hans Petter Selasky AuthorDate: 2021-01-08 11:22:18 + Commit: Hans Petter Selasky CommitDate:

git: 89c0b4fa1172 - main - Bump some copyrights in mlx5en(4).

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=89c0b4fa1172dc7238346f9edb11d0e4a5d8c64e commit 89c0b4fa1172dc7238346f9edb11d0e4a5d8c64e Author: Hans Petter Selasky AuthorDate: 2021-01-08 11:21:58 + Commit: Hans Petter Selasky CommitDate:

git: a00718e1dfcd - main - Implement SIOCGIFRSSKEY and SIOCGIFRSSHASH and mlx5en(4).

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=a00718e1dfcd9b1f0a1b2706f552cd003ea082d8 commit a00718e1dfcd9b1f0a1b2706f552cd003ea082d8 Author: Hans Petter Selasky AuthorDate: 2021-01-08 11:12:02 + Commit: Hans Petter Selasky CommitDate:

git: 480570dbb309 - main - Fixes for SRIOV in mlx5core.

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=480570dbb309585b04dcb6e9cb3f6b1e1a9bd683 commit 480570dbb309585b04dcb6e9cb3f6b1e1a9bd683 Author: Hans Petter Selasky AuthorDate: 2021-01-08 11:06:11 + Commit: Hans Petter Selasky CommitDate:

git: 98140747ca93 - main - Update the PCI ID list in mlx5core.

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=98140747ca93fa36f49103d6c01e47117b51f48c commit 98140747ca93fa36f49103d6c01e47117b51f48c Author: Hans Petter Selasky AuthorDate: 2021-01-08 11:00:54 + Commit: Hans Petter Selasky CommitDate:

git: 82c7abe7785b - main - The "unsigned" type is the same like "unsigned int".

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=82c7abe7785bd8aeb290d91f80ddeb31e81407a5 commit 82c7abe7785bd8aeb290d91f80ddeb31e81407a5 Author: Hans Petter Selasky AuthorDate: 2021-01-08 10:58:10 + Commit: Hans Petter Selasky CommitDate:

git: 87b3c8cc99f9 - main - Fix spelling in mlx5core.

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=87b3c8cc99f964d152ab12f38560de157c681d4d commit 87b3c8cc99f964d152ab12f38560de157c681d4d Author: Hans Petter Selasky AuthorDate: 2021-01-08 10:54:16 + Commit: Hans Petter Selasky CommitDate:

git: daa150aaa30f - main - Properly handle case where firmware dump returns more registers on second pass in mlx5core.

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=daa150aaa30fad8187da8bcbce0880c5075fdda7 commit daa150aaa30fad8187da8bcbce0880c5075fdda7 Author: Hans Petter Selasky AuthorDate: 2021-01-08 10:52:44 + Commit: Hans Petter Selasky CommitDate:

git: 50a9f8bbc1dd - main - Downgrade error about missing VSC to warning and make messages consistent in mlx5core.

2021-01-08 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=50a9f8bbc1dd3551440dcd30fd9d85ee14353248 commit 50a9f8bbc1dd3551440dcd30fd9d85ee14353248 Author: Hans Petter Selasky AuthorDate: 2021-01-08 10:50:41 + Commit: Hans Petter Selasky CommitDate:

Re: 92cf602e3809 - main - Copy strcasestr.c from libc to libkern.

2021-01-08 Thread Baptiste Daroussin
On Fri, Jan 08, 2021 at 02:49:31AM +0300, Vladimir Kondratyev wrote: > On 08.01.2021 02:41, Ravi Pokala wrote: > > -Original Message- > > From: on behalf of Vladimir Kondratyev > > > > Date: 2021-01-07, Thursday at 15:33 > > To: Jessica Clarke , Vladimir Kondratyev > > > > Cc: "src-com